Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #48203
    PAULINE
    Guest

    I’m using Crio. The gallery I have created works fine on a large screen but nut showing on my android tablet or smartphone.
    I have checked on the advance settings and no devices have been excluded.
    Can you help?
    Many thanks
    Pauline

    #48238
    Brandon C
    Keymaster

    Hi Pauline,

    Thanks for reaching out and thanks for using Crio Pro WordPress theme!

    I inspected your page and I see exactly what you mean. It seems that some sort of break point has been inserted into your code somehow, causing the slider to disappear on smaller screen sizes. When did you first notice this issue? Is this something that has been on-going, or did it occur after a recent WordPress core, theme, or plugin update?

    I’d like to replicate this issue in a dev enviornment. Would you mind navigating to the “Plugins” section of your dashboard and copy/pasting your list of plugins into this thread? That will allow us to recreate your theme using your plugin setup so that we can hopefully pinpoint the source of your issue.

    We look forward to hearing from you soon regarding this matter!

    #48273
    Pauline Milne
    Guest

    Hi Brandon
    I only very recently installed BoldGrid Gallery (maybe 2 weeks/10 days ago at the most)
    Prior to that I was using a different Gallery Slider) but that plugin kept creating fatal errors on my site to I deleted it and started using BoldGrid Gallery.
    BoldGrid Gallery has never shown the gallery in the smaller devices. I assumed I has done something wrong but apparently not.
    Thank you for your assitance. If you can fix this it would be great.

    Here are my installed plugins:

    Filter plugins listAll (9) | Active (9) | Auto-updates Enabled (7) | Auto-updates Disabled (2)

    9 items
    Plugins list
    Select All Plugin Description Automatic Updates
    Select BoldGrid Easy SEO
    BoldGrid Easy SEO
    Deactivate
    Easily manage your website’s search engine optimization with Easy SEO by BoldGrid!

    Version 1.6.10 | By BoldGrid | View details
    Disable auto-updates
    Select BoldGrid Gallery
    BoldGrid Gallery
    Deactivate
    Extend WordPress galleries to display masonry gallery and slider gallery

    Version 1.5.1 | By BoldGrid.com | View details
    Disable auto-updates
    Select BoldGrid Inspirations
    BoldGrid Inspirations
    Deactivate
    Find inspiration, customize, and launch! BoldGrid Inspirations includes FREE WordPress themes and is the easiest way to launch a new WordPress site complete with custom content.

    Version 2.6.5 | By BoldGrid | View details
    Disable auto-updates
    Select Post and Page Builder
    Post and Page Builder
    Settings | Get Premium | Deactivate
    Customized drag and drop editing for posts and pages. The Post and Page Builder adds functionality to the existing TinyMCE Editor to give you easier control over your content.

    Version 1.17.1 | By BoldGrid | View details
    Disable auto-updates
    Select Total Upkeep
    Total Upkeep
    Deactivate
    Automated backups, remote backup to Amazon S3 and Google Drive, stop website crashes before they happen and more. Total Upkeep is the backup solution you need.

    Version 1.14.14 | By BoldGrid | View details
    Disable auto-updates
    Select weForms
    weForms
    Deactivate | Docs | Settings
    The best contact form plugin for WordPress

    Version 1.6.12 | By weForms | View details
    Disable auto-updates
    Select WP Booking System
    WP Booking System
    Deactivate
    A set-and-forget booking calendar for your rental business.

    Version 2.0.15 | By Veribo, Roland Murg | View details
    Enable auto-updates
    Select WP Mail SMTP
    WP Mail SMTP
    Settings | Premium Support | Deactivate
    Reconfigures the wp_mail() function to use Gmail/Mailgun/SendGrid/SMTP instead of the default mail() and creates an options page to manage the settings.

    Version 3.3.0 | By WPForms | View details
    Disable auto-updates
    Select All Plugin Description Automatic Updates
    Select bulk action
    Bulk actions
    9 items
    Built with BoldGrid. | Powered by WordPress.Version 5.9.1

    #48287
    Brandon C
    Keymaster

    Thank you for that Pauline!

    I was able to somewhat replicate your sites current plugin configuration using the list you sent. I was not able to exactly replicate your issue but I did manage to find a pre-made “Crio Slider” block that seems to have better functionality than the BoldGrid Gallery plugin. As far as I can tell it should display on all screen sizes.

    I will include the HTML of for “Slider” block I found in the Crio “Add Block” menu below. You can remove your current “Slider” section block and replace it with this one. You may have to play around with the controls to set widths for your images. In order to incorporate the included “HTML” switch to the “Text” editor tab inside of your page builder, add the code below, then switch back to the ““Visual” editor tab to edit your section in “block” format. Here’s the HTML to add:

    <div class="boldgrid-section">
    <div class="container">
    <div class="row" style="padding-top: 75px; padding-bottom: 75px;">
    <div class="col-md-12 col-xs-12 col-sm-12">
    <div class="boldgrid-wrap-row boldgrid-slider" data-config="{&quot;arrows&quot;:false,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:10,&quot;adaptiveHeight&quot;:true,&quot;dots&quot;:true,&quot;swipe&quot;:true,&quot;infinite&quot;:true,&quot;colors&quot;:{&quot;dotsColor&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#000000&quot;},&quot;arrowsBG&quot;:{&quot;type&quot;:&quot;color&quot;,&quot;value&quot;:&quot;#1a1a1a&quot;,&quot;text&quot;:&quot;#FFFFFF&quot;}},&quot;bgOptions&quot;:{&quot;arrowsPos&quot;:&quot;standard&quot;,&quot;arrowsSize&quot;:&quot;30&quot;,&quot;arrowsDesign&quot;:&quot;square&quot;,&quot;arrowsOverlay&quot;:true,&quot;arrowsIcon&quot;:&quot;angle-double&quot;,&quot;arrowsBgColor&quot;:&quot;#1a1a1a&quot;,&quot;dotsPos&quot;:&quot;bottom&quot;,&quot;dotsSize&quot;:&quot;50&quot;,&quot;dotsOverlay&quot;:false,&quot;dotsColor&quot;:&quot;#000000&quot;}}">
    <div class="row" style="width: 100%; display: inline-block;">
    <div class="col-md-12 col-sm-12 col-xs-12">
    <div class="text-center">
    
    <img class="alignnone wp-image-122 size-full" src="http://crio-dev-environment.local/wp-content/uploads/2022/03/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw846h267fitcropsfa976f441b06c6c055b800b8de47a1a3.jpg" alt="" width="846" height="267">
    
    </div>
    </div>
    </div>
    <div class="row" style="width: 100%; display: inline-block;">
    <div class="col-md-12 col-sm-12 col-xs-12">
    <div class="text-center" data-wp-editing="1">
    
    <img class="alignnone wp-image-131 size-large" src="http://crio-dev-environment.local/wp-content/uploads/2022/03/656670-e1646763465515-1024x302.jpg" alt="" width="1024" height="302">
    
    </div>
    </div>
    </div>
    <div class="row" style="width: 100%; display: inline-block;">
    <div class="col-md-12 col-sm-12 col-xs-12">
    <div class="text-center">
    
    <img class="alignnone wp-image-130" src="http://crio-dev-environment.local/wp-content/uploads/2022/03/20407836-e1646763420502.jpg" alt="" width="641" height="267">
    
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    <div class="boldgrid-section">
    <div class="container">
    <div class="row">
    <div class="col-md-12 col-xs-12 col-sm-12"></div>
    </div>
    </div>
    </div>
    

    You’ll want to add it exactly in the place of your original slider. You can also click the blue “Add Block” button and search for a different Crio Slider format to incorporate.

    I hope this helps Pauline! Let us know if you have any other questions for us.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Crio slider works fine on a large screen but not showing on my tablet or smartphone’ is closed to new replies.