varunipatel
Forum Replies Created
-
No, but I figured out the problem. Actually my files were infested with malware. Once I got rid of it, everything is working fine now. Thank you.
There is an easy way out. If you want Slick Contact form to show only on certain pages and hide on other pages, you should install “Widget Logic” Plugin and use an appropriate conditional tag for it.
Eg: If you want it to show only on Home Page, use this tag:
is_home() or is_front_page()
You can download the plugin from here:
Forum: Plugins
In reply to: [Sliding Widgets] Hiding On Specific PagesNevermind, I found out how to do it on my own.
I used conditional tags in the plugin php file, for eg:
To show the Sliding widget area only on Homepage and not on any other page, you have to select an appropriate .php file. I have placed the plugin on Right side, so I made changes to sliding-widgets/tpls/right.php file. (Note: Do not make changes to sliding-widgets/tpls/right_css.php)
Once you open Right.php file :
Put this code below <!– slider div for right –> :
<?php if (is_front_page()) : ?>
That is you have to put it in 2nd line of the file. Then at the end of Right.php file, put the code below:
<?php endif; ?>
This is nothing but a conditional tag that tells wordpress to show this plugin only if its a Front Page. On all other pages, the tag will render plugin useless. You can use many other options on where to hide it and where to show it, depending upon the correct Conditional Tag that you use.
For more info on Conditional Tags, visit: WordPress Conditional Codex
Forum: Plugins
In reply to: [Sliding Widgets] Hiding On Specific PagesHi, I have the same concern. I want the “Sliding Widgets” area to show up only on Homepage of my website & should not show on other pages. How can I do that?
Thank you for an excellent plugin.
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] Cannot see boxesAwesome!! Its working great!! You are the best….Thank you so much ??
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] Cannot see boxesOhh cool! Thanx a lot Sir! I will be really grateful to you.
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] Cannot see boxesThe custom style looks like this:
https://themeforest.net/item/vintage-wedding-theme/full_screen_preview/4511456
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] Cannot see boxesI told you. That style was bundled with the theme I purchased. The theme name is “Vintage Wedding” theme. I know its not a default style in your plugin. I am just asking you if you could help me search for the style in my theme files as I have no clue how to get that custom style back again?
After the update, the custom style “Vintage” is gone
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] Cannot see boxesHi…Yeah I have used it as a sidebar widget. Now its working properly as I have done the update. But, the “vintage” style that was meant for the theme is gone.
Can you help me get the CSS Style – Vintage back?
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] Cannot see boxesOhh I am really sorry. The domain is :
https://www.varunwedsavanti.in
I have installed the plugin via a theme called “Vintage Wedding”. I purchased the theme from Themeforest