-
AuthorPosts
-
January 29, 2015 at 10:13 am #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
January 29, 2015 at 10:17 am #387595Strangely its fixed itself. It seems like it was a cache issue
January 29, 2015 at 10:23 am #387597No its gone back to doing it !
January 29, 2015 at 10:26 am #387599Just so you know
ALL PLUGINS ARE DISABLED
I AM USING LATEST VERSION WORDPRESS
I AM USING LATEST VERSION ENFOLDJanuary 30, 2015 at 8:31 am #388136Hi!
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,
IsmaelJanuary 31, 2015 at 11:58 am #388728Hi
Check again
Latest vesion of wordpress
Standard non modified 3.0.6 enfold
Plugin folder renamed to plugins.deactivateSo no plugin conflict. Still the theme is refusing to change gallery thumbnail count and also no menu item underscore :(
January 31, 2015 at 12:08 pm #388730For 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.
February 2, 2015 at 7:48 am #389168Hey!
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!
IsmaelFebruary 2, 2015 at 2:45 pm #389321Hi 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
February 3, 2015 at 10:29 pm #390417I 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.
February 5, 2015 at 2:19 pm #391325Hi!
@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!
IsmaelFebruary 10, 2015 at 12:50 pm #393639okay ive removed those files and still the error is present
February 10, 2015 at 10:18 pm #394030Hey!
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!
IsmaelFebruary 11, 2015 at 5:07 pm #394469Thanks Ismael
Ive just updated to 3.0.8
February 12, 2015 at 1:11 pm #394962The issue is still present and not resolved from a theme update. :S okay guys what now!?
February 13, 2015 at 12:26 pm #395623Hi!
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,
YigitFebruary 13, 2015 at 4:55 pm #395853Hi
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
February 13, 2015 at 5:01 pm #395860Hi
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 :(
February 15, 2015 at 2:14 pm #396376Hi!
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,
IsmaelFebruary 17, 2015 at 8:18 pm #397763Hi 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?
February 18, 2015 at 6:30 am #397961Hey!
You can just copy the file in question to your child theme and edit it there to avoid it being overwritten on updates.
Cheers!
RikardFebruary 19, 2015 at 1:47 pm #398873Hi 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
February 21, 2015 at 6:21 pm #400100Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.