MillaN

MillaN

@millan

Viewing 15 replies - 76 through 90 (of 254 total)
Author
Replies
  • in reply to: Using jQuery for page specific action #3250

    I 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.

  • in reply to: Using jQuery for page specific action #3244

    Best way to do this is to add it to theme footer.php file before the BODY tag closes.

  • in reply to: Using jQuery for page specific action #3242

    Code 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

  • in reply to: Categories #3231

    Here is the tutorial also: [url]http://forum.smartplugins.info/kb/article/enable-slider-only-on-some-pages/[/url].

  • in reply to: Using jQuery for page specific action #3221

    jQuery 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.

  • in reply to: Using jQuery for page specific action #3219

    You 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

  • in reply to: Categories #3218

    Hi,

    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

  • in reply to: Expired support users still can post and reply to topics #3196

    Hi,

    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

  • in reply to: Can this plugin delete orphan attachment via cron job? #3152

    Right 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.

  • in reply to: Can this plugin delete orphan attachment via cron job? #3148

    Scheduled 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

  • in reply to: Working with contact form 7 #3144

    This is styling issue, you need to adjust CSS styles for colors for the contact form when appears inside the slider.

  • in reply to: Using shortcode in Visual Composer tab #3142

    Hi,

    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

  • in reply to: Item update #3138

    Hi,

    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

  • in reply to: How To Add "full html description" in Standard Method? #3131

    Plugin 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.

  • in reply to: Expired users still have access #3126

    Supported 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.

Viewing 15 replies - 76 through 90 (of 254 total)