-
MillaN
KeymasterI don’t know where you found “openOnLoad” method, but there is no such thing in the plugin. There is option for this during init, but no method for that. When you set up the sidebar there is a panel for each sidebar where you can see jQuery functions for opening or closing from code each sidebar.
-
MillaN
KeymasterBest way to do this is to add it to theme footer.php file before the BODY tag closes.
-
MillaN
KeymasterCode in your page is invalid as I have pointed before, you have this added to your page:
[scode lang=”javascript”][/scode]
And it should be:
[scode lang=”javascript”][/scode]
Milan
-
MillaN
KeymasterHere is the tutorial also: [url]http://forum.smartplugins.info/kb/article/enable-slider-only-on-some-pages/[/url].
-
MillaN
KeymasterjQuery must not load last. It has to load before any other script that uses jQuery. WP Enqueue Script function will always attempt to load it before anything else that has jQuery set as dependency.
-
MillaN
KeymasterYou have two errors:
1. You must add your jQuery custom code after the code added by the plugin, or it will have no effect.
2. Your code was broken, it is missing jQuery function. You have this in your page:[scode lang=”javascript”][/scode]
It should be:
[scode lang=”javascript”][/scode]
Milan
-
MillaN
KeymasterHi,
Yes, plugin has filter for controlling the visibility, and you can add your own code to determine if the sidebar should be hidden or displayed. Check out the documentation (docs folder) for more information.
Regards,
Milan -
MillaN
KeymasterAugust 9, 2016 at 10:00 pm in reply to: Expired support users still can post and reply to topics #3196Hi,
Is the item in question available on Envato or not? Item retired message is returned if Envato API doesn’t return the item from marketplace.
Milan
-
MillaN
KeymasterRight now I don’t plan to add this to the plugin because there is no way to know if attachment is in use or not, and I am sure that a lot of users will see and use that cleanup tool and will remove attachments that they actually use, even if they are not attached, and later they will blame me for loosing data.
-
MillaN
KeymasterScheduled cleanup can be used for Cleanup tools only. Removal tools can’t be scheduled. Removal tools are considered destructive, because you are removing some data that might be used.
As for orphaned attachments, this is very bad idea to remove. Even if file is not attached, it might still be used in some posts. There is no way to know this.
Milan
-
MillaN
KeymasterThis is styling issue, you need to adjust CSS styles for colors for the contact form when appears inside the slider.
-
MillaN
KeymasterHi,
This is a styling issue. My plugin includes default styles, but there is no way to predict how any theme can conflict with these styles, and in some extreme cases, you need to adjust some extra styles your theme (or some other plugin, VC in this case) adds.
Regards,
Milan -
MillaN
KeymasterHi,
I am not sure how you got 0 prices. Can you share here exact settings for the widget you use (post a screenshot of widgets settings)? As for update, plugin is caching data for 7 days to speed up the process (Envato API is slow for real time queries). You can clear cache from plugin Tools panel.
Milan
-
MillaN
KeymasterPlugin has different rendering methods made as they are. But, you can override each rendering method to display it differently, but that requires coding knowledge, and there are short instructions in the developers guide PDF.
-
MillaN
KeymasterSupported date arrives from Envato, and it is set to a date even after that date has passed. But, plugin is checking that date, so it will say until the support is available, and if that date passed, plugin will not allow access. So, all should be OK. Let me know if you notice issues with this in the future.
