Forum Replies Created

Viewing 15 replies - 106 through 120 (of 126 total)
  • Plugin Author Demis Patti

    (@demispatti)

    Hello Stephen

    This could be because I updated the Vegas library, too. I’ll try to reproduce that error. Maybe there are some incompatibilities I had not noticed.
    I’ll look into the Safari-related issue, too.

    Thanks for your feedback, Stephen. I reply to you as soon as possible.

    Regards, Demis

    Plugin Author Demis Patti

    (@demispatti)

    Hi Stephen

    To make “invisible” slideshows on edit screens visible again, you do the following:

    Open the slideshow by clicking on it’s tab. Then scroll down the bottom of the page, and duplicate the slideshow. You will be redirected to the newly created slideshow.
    Return to the one that is not recognized on the edit screens, and delete it. Lastly, you may want to rename the newly created slideshow and use it. That’s it. You can now use it on all posts and pages “again”.

    Regards,

    Demis

    Plugin Author Demis Patti

    (@demispatti)

    Hello Stephen

    Update:

    I resolved the bug, and a new version will be available within the next 24 hours, so you should not get slowed down by too much, hopefully ??
    Furthermore, I will post a small guide to get the “missing” slideshow(s) become available again on the edit screens.

    Thanks for your patience.

    Regards,

    Demis

    Plugin Author Demis Patti

    (@demispatti)

    btw YOU may want to email me, I could send you a version that is fixed regarding the problem. Since it is not fully finished and tested yet, I do not intend to release it before monday.

    In my usage tests it works well so far. If you’re interested, email me:: demis att demispatti.ch.

    Regards, Demis

    Plugin Author Demis Patti

    (@demispatti)

    Hello Stephen

    I’m in the middle of rewriting essential parts of the plugin.
    You can expect a fresh and fully functional version by monday.

    Cheers, Demis

    Plugin Author Demis Patti

    (@demispatti)

    You’re very welcome.

    Plugin Author Demis Patti

    (@demispatti)

    Hello Stephen

    I’m afraid, no. Posts, pages, products, portfolio and a few other post types are supported. A category page get’s generated by WordPress, so there is no edit screen for a post or page the dropdown could be assigned to.

    You may want to build a generic category page, register your categories inside a menu and display it trough a widget for example, then you could assign a slider to it.

    May this be a solution?

    Cheers,

    Demis

    Plugin Author Demis Patti

    (@demispatti)

    You’re very welcome ??
    I’m glad it fits your needs.
    Thanks, Andre!

    Regards,

    Demis

    Plugin Author Demis Patti

    (@demispatti)

    Hi Stephen,

    Thanks for the feedback. I’ll look into it this week and get back to you by this weekend,
    with maybe a question or two. Thanks for your patience.
    Regards, Demis

    Plugin Author Demis Patti

    (@demispatti)

    Hello Andre

    The plugin is responsive now and might suit your needs.
    If you like it, rate it ??

    Regards, Demis

    Plugin Author Demis Patti

    (@demispatti)

    Hi there

    Please update to version 0.5.2 if it did not automatically.
    Then navigate to “Settings > Nicescrollr”, click on the “Plugin” tab and hit the save button to update the options. From then on you should get no more warning, at least not that one again ??

    I thank you once again for your feedback.
    If you like this plugin, please rate it!

    Regards,

    Demis

    Forum: Plugins
    In reply to: [cbVegas] dequeue problem
    Plugin Author Demis Patti

    (@demispatti)

    Hello Stephen

    I myself use several scripts and one stylesheet. And then there are those included in the third party libraries.
    To get an overview over ALL loades scripts and styles, you can place the following function in your functions.php file. It’ll print the handles of all loaded assets to the screen.

    NOTE: Do not use it on a productive environment, since it’ll print the list on both backend and frontend – it is for debugging purpose only.

    // Gets A List Of All Loaded Scripts And Stylesheets
    //add_action( ‘wp_print_scripts’, ‘dp_inspect_custom_scripts_and_styles’ );
    function dp_inspect_custom_scripts_and_styles() {

    $scripts_list = null;
    $styles_list = null;
    global $wp_scripts;
    global $wp_styles;
    // Runs through the queue scripts
    foreach ( $wp_scripts->queue as $handle ) : $scripts_list .= $handle . ‘ | ‘;
    endforeach;
    // Runs through the queue styles
    foreach ( $wp_styles->queue as $handle ) : $styles_list .= $handle . ‘ | ‘;
    endforeach;
    printf( ‘Scripts: %1$s Styles: %2$s’, $scripts_list, $styles_list );
    }

    Uncomment the add_action function and you’re good to go. Comment it again afterwards.
    “My” scripts and styles should all be prefixed with “cb-vegas”.

    I hope this helps ??

    Regards,

    Demis

    Plugin Author Demis Patti

    (@demispatti)

    Hello kebarrie

    Thanks for your report, and thanks for using my plugin. I’ll look into it and get back to you within two work days.

    Regards,

    Demis

    Plugin Author Demis Patti

    (@demispatti)

    Hello Andre

    Thanks for your patience.
    At the moment, there is no way to change the size of the background image via css:
    The image is once drawn onto a canvas element, with fixed sizes.

    I will wrap my head around a solution where the image is drawn dynamicly onto the canvas, respecting mobile devices and changes in window size. This feature should be available with version 0.8.0, so within one or two updates. Or, in other words, in about two to three weeks, since I have other projects going on, too ??

    Regards,

    Demis

    btw: May I have a look at your website? ??

    Plugin Author Demis Patti

    (@demispatti)

    Hello Andre

    I’m glad you like it. I’ll look into it soon.
    Since I am quite busy right now, allow me 2 to 3 more days for some more testing and an accurate answer.

    Regards, Demis

Viewing 15 replies - 106 through 120 (of 126 total)