Forum Replies Created

Viewing 15 replies - 16 through 30 (of 88 total)
  • Plugin Author pressfore

    (@pressfore)

    Hello,

    Sorry for the delay. I was in tight schedule for few weeks.

    Yes, that is correct and thank you for noticing this small error, although it is not crucial, users really shouldn’t have 404 errors because of incorrect paths for these two image files, so I just fixed paths and updated the plugin to version 1.0.8

    Plugin Author pressfore

    (@pressfore)

    Hi again,

    Regarding, image URLs, it is intended to be like that, and images will point to URLs from imported domain, so you need to add them to media library on site where you have imported slides, and to set image again for each slide. This is mentioned in this topic https://www.ads-software.com/support/topic/php-errors-94/page/2/

    While testing import, I couldn’t reproduce issue with not being able to update slides, if you could, please send us your xml file at pressfore[@]gmail.com so we can test with it.

    Regarding wp_get_http() notice, it can cause that but you can overcome it by repeating import, like when this happen with WordPress importer, but it really shouldn’t timeout for just 50 slides.

    Second one is from WordPress core
    /wp-content/plugins/media-library-organizer/includes/admin/media.php
    and from my experience it is usually hosting config related, or it is issue with hosting package resources, so if you’ll be doing some more test please also open developers tools in Chrome or Firefox and watch console for some errors. Common problem with Import can be WordPress memory limit and upload time, and it is good if you can increase these values or ask your hosting service to do that for you.

    max_execution_time = 300;
    memory_limit = 256M;
    upload_max_filesize = 64M;
    post_max_size = 256M;

    After increasing memory limit on hosting it is also important to set it in WordPress https://codex.www.ads-software.com/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    If hosing is using mod_security, then also try to set following line to WordPress .htaccess file. You can put this line at the end of the file, after the # END WordPress line https://www.screencast.com/t/uatdkTku0bx :

    SubstituteMaxLineLength 10m

    Regards,

    Plugin Author pressfore

    (@pressfore)

    Thanks,

    It is fixed. I’l respond to your email shortly.

    Regards,

    Plugin Author pressfore

    (@pressfore)

    Hello,

    I couldn’t find your email regarding this matter. Please make sure that you have sent it to pressfore[@]gmail.com and provide site link and WordPress admin access if possible so we can check what is the problem, since support here is limited to free version offered trough wp org.

    Also, please double check that free version of Rolo Slider is installed and activated and then install and activated addon since it will hook into free version and extend it with new features.

    Regards,

    Plugin Author pressfore

    (@pressfore)

    Hello,

    And thanks for contacting us.

    Plugin is using same functionality for importing from WordPress importer plugin, so notices are fine, and won’t cause problems when importing. Notices are not errors. Also, as you can see slides were imported. You can check WordPress importer code and you’ll see that they are alike, especially for these parts where base_url variable is used, so nothing to worry about. I can only guess that problems with import were related with resources since they are also common when using WordPress importer plugin – usually when max_execution time is lower or some other server config. I assure you that we didn’t set any limit to the number of slides. Importer code will be updated when WP Importer releases some major update, and regarding wp_get_http – it is deprecated from version 4.4 but it will continue to work like many other deprecated WP functions. Off course we will replace this function with suggested in next update, but again this won’t cause problems with import.

    Regards,

    Plugin Author pressfore

    (@pressfore)

    Hello,

    Unfortunately all input fields needs to be escaped (sanitized), so html tags are not allowed. This is rule of thumb here on WP org https://codex.www.ads-software.com/Validating_Sanitizing_and_Escaping_User_Data .

    It might be possible to define width for the subtitle for particular slider or just one slide with some custom css code, so if you want to try to solve this like that please share a link to a page where Rolo Slider is present and explain what needs to be done.

    Best Regards!

    Plugin Author pressfore

    (@pressfore)

    @jdembowski

    Hi,

    Thanks. We’ll stop using it.

    Plugin Author pressfore

    (@pressfore)

    Hi,

    Just to let you know that new updated is live, and text strings which you have mentioned are fixed. If you notice anything else just let me know.

    [ Signature deleted ]

    • This reply was modified 6 years, 9 months ago by Jan Dembowski.
    Plugin Author pressfore

    (@pressfore)

    Excellent,

    Write me a list of phrases which are problematic and we’ll check, and fix all of them if needed.

    Thanks,
    Best Regards!

    Plugin Author pressfore

    (@pressfore)

    You’re welcome,

    I just checked strings which you were mentioning, and indeed, they are missing text domain. Sorry for that. We’ll fix this in upcoming update which should be live until the end of the week.

    I’ll keep you posted.

    Best Regards!

    Plugin Author pressfore

    (@pressfore)

    @alexodiy

    Hi again,

    And thanks for contacting us regarding this.

    New Rolo Slider version 1.0.6 is live and text domain was fixed and POT file updated. Message on the translation page is gone https://www.screencast.com/t/H9OGSjfKB , so you can translate plugin now.

    Regarding contribution, you can send us packed plugin in a zip file over email pressfore[@]gmail.com with all the changes (share a link from where we can download it), so we can track changes and we’ll add them in one of future plugin updates if they are beneficial.

    [ Signature deleted ]

    • This reply was modified 6 years, 9 months ago by Jan Dembowski.
    Plugin Author pressfore

    (@pressfore)

    Hello,

    Plugin uses ‘rolo’ text domain, but it seems that WordPress requires plugin slug for text domain so it needs to be ‘rolo-slider’ instead. We will prepare update regarding this soon enough, and I hope that notice will be gone and you should be able to translate it afterwards.

    Best Regards!
    PressFore

    Forum: Plugins
    In reply to: [Rolo Slider] Caption size
    Plugin Author pressfore

    (@pressfore)

    Hello,

    You should be able to increase description text with css code below:

    .has-caption .slider-meta-wrap .slide-desc {
        font-size: 24px;
    }

    Apply it from Appearance > Customize > Additional CSS field.

    In case that you were referring to some other text, please share a link to a page where you are using slider.

    Regards,
    PressFore

    Theme Author pressfore

    (@pressfore)

    Hi there,

    And thanks for noticing this. It is indeed css bug. Please try to apply following css code from Appearance > Customize > Additional CSS field:

    @media screen and (max-width: 37.5em) {
        .main-navigation ul {
            display: block;
        }
    }

    and menu should work after that https://www.screencast.com/t/sXJUORerw31

    If you want to keep menu from the plugin you can hide theme mobile menu button with css below:

    #header.mobile .nav-collapse {
        display: none;
    }

    We will apply a fix in next theme update which will be released in few days.

    Again, thanks for noticing this.

    All the Best!
    PressFore

    Forum: Plugins
    In reply to: [Rolo Slider] Mobile Slider
    Plugin Author pressfore

    (@pressfore)

    Hello,

    Slider will be full width if css grid in your theme is using entire available screen width. If you are interested in full height slider, only option available right now is for desktop version with addon https://pressfore.com/item/rolo-controller-addon/ . Unfortunately slider won’t be full height on mobile devices, so this isn’t possible right now.

    Best Regards,
    PressFore

Viewing 15 replies - 16 through 30 (of 88 total)