Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #387593

    Hi I am trying to adjust it from 5 columns to 4 and it wont let me, ive tried 2 and 3 and for some reason it is stuck at 5

    Url is http://web.codecreative.co.uk/

    There are two home page galleries doing this on the page under the portfolio items

    Any advice?

    Login data provided in private area

    #387595

    Strangely its fixed itself. It seems like it was a cache issue

    #387597

    No its gone back to doing it !

    #387599

    Just so you know

    ALL PLUGINS ARE DISABLED
    I AM USING LATEST VERSION WORDPRESS
    I AM USING LATEST VERSION ENFOLD

    #388136

    Hi!

    Sorry for the delay. I can only see 3 columns on the home page. If you have any cache or minify plugins, disable it.

    Best regards,
    Ismael

    #388728

    Hi

    Check again

    Latest vesion of wordpress
    Standard non modified 3.0.6 enfold
    Plugin folder renamed to plugins.deactivate

    So no plugin conflict. Still the theme is refusing to change gallery thumbnail count and also no menu item underscore :(

    #388730

    For your information I have taken a screenshot and created an arrow pointing to the issue

    https://www.dropbox.com/s/5iuwmp1rvvx4ixv/Screenshot%202015-01-31%2010.05.33.png?dl=0

    Please can you attempt to go ahead and change the number of columns? It seems stuck at 5 columns. And I can’t change it! If it was set to 4 it the 4 thumbnails would take up the full length of the row.

    #389168

    Hey!

    The internal styling which calculates the gallery thumbnail size fails to render on your home page but I’m not sure why. For a temporary fix, you can add this on Quick CSS or custom.css to change the columns to 4:

    .home #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
    width: 25% !important;
    }

    Is OK for us to disable the plugin while testing the site? The Hide My WP plugin might hinder us from accessing the site once deactivated.

    Cheers!
    Ismael

    #389321

    Hi Ismael

    I have renamed the plugin folder to plugins.deactivate

    So no plugins are active now. Please continue to try and figure out the issue. Thank you so much for helping

    #390417

    I do have the same problem. whatever number of columns I set for galleries, it’s always stuck at 5. The workaround is not a solution as I have the need for various galleries with different column settings. pls advice on how to fix this.

    #391325

    Hi!


    @codecreative
    : Why do you have a footer.php and functions-enfold.php file on the child theme folder? Please remove those files temporarily then test the gallery columns again.

    Cheers!
    Ismael

    #393639

    okay ive removed those files and still the error is present

    #394030

    Hey!

    I’m sorry but I missed the fact that you mentioned you’re using version 3.0.6. Please download 3.0.8 then update the theme. Let us know if it helps.

    Cheers!
    Ismael

    #394469

    Thanks Ismael

    Ive just updated to 3.0.8

    #394962

    The issue is still present and not resolved from a theme update. :S okay guys what now!?

    #395623

    Hi!

    I added following code to Quick CSS and it does help

    #top .avia-gallery .avia-gallery-thumb a {
    width: 25%;
    }

    Have you tried switching to parent theme and check if it works fine there?

    Best regards,
    Yigit

    #395853

    Hi

    Thanks Yigit. The thing is this is a work around is it? What if later on I want 8 thumbnails, and then on another section of the page I use the gallery function again with 6.

    This css work around fails to resolve the issue am I correct?

    I will attempt to switch to parent theme now to see if this resolves the problem

    #395860

    Hi

    I’ve changed it to parent theme and nothing has changed. I have one gallery set to 6 columns and one set to 8. Both showing as 5 columns. Hope we can resolve this :(

    #396376

    Hi!

    I tested the content on my installation and as it turns out, the portfolio grid element is causing the issue. Please remove the portfolio grid element then update the page. After the update, add the portfolio element back. Check the page again.

    EDIT: It is also not working when AJAX is activated. Edit the config-templatebuilder > avia-shortcodes > gallery.php, look for this code:

    add_action('wp_footer', array($this, 'print_extra_style'));
    

    Replace it with:

    add_action('wp_footer', array($this, 'print_extra_style'), 5);
    

    Regards,
    Ismael

    #397763

    Hi Ismael

    Do I need to edit this file in the parent theme? The parent theme files are the actual files from the latest version downloaded. So when I update the theme version it will over write this won’t it?

    #397961

    Hey!

    You can just copy the file in question to your child theme and edit it there to avoid it being overwritten on updates.

    Cheers!
    Rikard

    #398873

    Hi more issues now with porfolio

    I’ve selected for the item to open in a new lighbox. It doesn’t it goes to its page :(

    Same with another site of mine

    #400100

    Hi!

    please open another ticket for a different issue, as this thread is growing quite big and so others can search better in the forum.

    Please explain further what you mean and show us the issue providing a link and/or screenshot.

    Cheers!
    Andy

Viewing 23 posts - 1 through 23 (of 23 total)
  • You must be logged in to reply to this topic.