Forum Replies Created
-
AuthorPosts
-
If I remove the ‘s’ from the first word – ‘Options’ to ‘Option’ then all loads fine. WTF?!?!?!?
I assure you, this is no April Fools joke!
Sorry my mistake, was an old custom rule interfering!
You can close this thread!
I also tried removing the Enfold lightbox functionality from the option within the control panel but still no luck.
I might be able to shed some light on this – at least in my case.
Set the CELL to animate
Add an ICON into that cellENFOLD automatically animates the icon: class=”av_font_icon avia_animate_when_visible av-icon-style-border margin-bottom-30 avia-icon-pos-center avia_start_animation avia_start_delayed_animation”
There is now in effect a doubled-up animation, creating the visual glitch. Solution would be to allow for all elements to either animate or not, on an individual basis. In this case disable the icon animation and allow for the cell only.
In agreement with some, this feature is taking up half my desktop real-estate, provides me with nothing useful and I can’t disable it with either a front-end option or a functions.php code mod.
… it is therefore my assessment and (most humble) suggestion that …
IT SHOULD BE KILLED.
Yup, I went into FF’s settings and deleted the entire cache, all offline. Options > advanced > network > offline web content + cached web content
What happens is the 3 boxes animate in, then the map appears and then the boxes animate again. I can trigger the outcome easily on my side. This doesn’t happen on the common fade type animation, but all others involving physical x,y co-ord movement will display the bug.Thanks.
I just tested the page and the animation of those 3 content boxes looped 3 times. I see no fix. Latest version of FF / PC / Win7.Thanks Ismael, I’ll provide below. I’ll reiterate that I disabled all plug-ins for avoidance of potential conflict issues yet it made no difference. And the bug fix code is still within the child theme’s style.css file.
Thanks for this, however makes no difference and frankly I don’t see how it could – it’s not down to stipulating the variables but rather how these variables are being executed by the browser. Basically it’s down to some sort of initialisation which then loops unneccessarily.
I’m not understanding how you can’t replicate it. Any up-to-date version of Firefox on PC @ that page link provided will display the bug within one or two loads. I’ve seen it on first load both at my PC and on my client’s.
Anyone??? These animations will repeat as much as 3 times on page load. My client also uses Firefox and it’s visible there, somewhat embarrassing! I have managed to avoid the repeats with a simple fade only – is that what I’m limited to if I keep producing web sites in Enfold?
May 28, 2016 at 1:32 pm in reply to: Enfold and WPML: foreign language logo not displaying for the home page (only) #639762Apologies, I had not ALSO changed the transparency logo and the English was still assigned! All working 100% now!
May 27, 2016 at 6:22 pm in reply to: Enfold and WPML: foreign language logo not displaying for the home page (only) #639462Thanks, attached.
- This reply was modified 8 years, 6 months ago by fusion01. Reason: removal of pvt data
Excellent feedback, thanks.
Hi Rikard, thanks. I just deactivated ALL plug-ins – including any that cache on the server, browser etc and also cleared my browsers’ too – yet problem still persists. I’ve also done zero custom mods to core files, only ‘custom.css’.
Appreciate you looking into it for me!
March 11, 2016 at 8:27 am in reply to: Grid layout is not retained upon selecting a blog subcategory #596754OK I’ve managed to output the subcategory title by modding the ‘archive.php’ file – I’m just trying to figure out how to assign a style. This falls outside of Enfold so the thread can be closed, thanks.
March 11, 2016 at 7:57 am in reply to: Grid layout is not retained upon selecting a blog subcategory #596738Hi there, well the code isn’t relative anymore as the grid layout is now consistently carried across so issues there solved but here goes:
add_filter(‘avf_blog_style’,’avia_change_category_blog_layout’, 10, 2);
function avia_change_category_blog_layout($layout, $context){
if($context == ‘archive’) $layout = ‘blog-grid’;
return $layout;
}What I want is to be able to incorporate the MAIN TITLE – ‘The Blog’ – from the URL provided within this post (it’s the only large title and you can’t miss it!) within ALL result listings output. Once drilling down deeper than the initial blog page the title disappears. Even better would be to display dynamically the title of the subcategory one currently now views!!!
Mod archive.php? Help please :)
- This reply was modified 8 years, 8 months ago by fusion01.
March 10, 2016 at 8:50 pm in reply to: Grid layout is not retained upon selecting a blog subcategory #596553Ok so I added the code mods to my child theme functions.php mod and all is good with the grid now displayed across all subcategories. :)
However I’d like to carry the main title from the blog page across to all. What php file do I need to edit for this? archive.php?
Cheers.
Thanks Yigit, this does work. Obviously the concern here is it’s a hack and when Enfold one day fixes the bugs surrounding the fullwidth sub-menu I’ll have to revisit and spent time making further mods. Anyway, onwards. Thanks again.
Seriously? This took you how many days to request screengrabs when they are provided in my first post? ‘Back of the queue’ sounds like a penalty when I’m only trying to be helpful and add to the information provided. Which in turn smells of BS.
Let’s see if you can help me here. Been a fan of this theme and used it for over a year, know you guys are now no doubt working long hours but I expect better.
Just to recap: http://videoverkstedet.no/dev/digitalisering/ shows the issue with large space below the full width sub menu. Shouldn’t be there. No reason for it. There is no padding within the colour section below.
http://videoverkstedet.no/dev/digitalisering-2/ shows the issue fixed with a crude hack having to remove 52 pixels. It’s as if the submenu got duplicated twice. I set the ‘sticky’ option to off by the way.
And on the home page I’ve had to add a custom rule forcing all content below the sub-menu down by 52 pixels as otherwise it was sitting on top of my full screen slider! This should not be happening!I’ve also disabled my child theme and ALL plug-in’s – didn’t make a difference, no fix.
- This reply was modified 9 years, 7 months ago by fusion01. Reason: more informative - don't penalise me!!!
I had to create a custom rule for the home page as the subnav was sitting on top of the slider: http://videoverkstedet.no/dev/
.page-id-13 .av_slideshow_full.avia-slideshow { margin-top: 52px !important; }
Colleague with 10 years coding experience took a look – his comments via Skype:
maybe it’s there to create some space if it can be set to ‘sticky’
yeah, but it could be perhaps
yeah, i see u can set as sticky
so that’s why it’s there
doesn’t explain why it’s too big
that might be the bug part
u need something to fill up the space when it’s sticky
that’s what that div is doing
just doing it wrong
when i set it to stick
sticky, it works correctly
http://videoverkstedet.no/dev/digitalisering-2/
that #after_menu div gets taken away and then there’s a ‘sticky_placholder’ div in it’s place which is the right height
seems like a bug
thing is i can see why it’s happening
the menu is absolutely positioned
and it needs a ‘spacer’ div to take up it’s space that it would otherwise take up- This reply was modified 9 years, 7 months ago by fusion01.
1. Changed from my child theme to the standard Enfold theme (without any custom CSS mods) and no fix.
2. Deactivated all pliug-in’s – no fix.you might need to ‘shift’ + reload in case an old CSS file is cached
April 17, 2015 at 3:31 pm in reply to: Portfolio grid layout not consistent in the number presented #430338Thanks, this is great and appreciated Ismael
April 13, 2015 at 6:58 pm in reply to: Portfolio grid layout not consistent in the number presented #427735Ismael, thanks. It occured on BOTH 19″ and 21″ monitors, 1440px and 1920px. It also occured on my client’s screen – no idea what res. Do you not have Firefox on the PC platform? If so, you should have been able to replicate easily.
So either of these values above worked, and have fixed the issue. Thank you.
What is odd is there is no frame when the page first loads, then after selecting a filter and then ‘all’ once again the images have frames / frame borders and don’t resize as they once were, but this is a small cosmetic detail I’m not concerned with.
- This reply was modified 9 years, 7 months ago by fusion01.
April 11, 2015 at 10:00 am in reply to: Portfolio grid layout not consistent in the number presented #426988Funny oyu should suggest deleting the entire install, I don’t think this accurate advice. Why can one not simply switch to the parent theme? That was completely unaltered.
Anyway, I did that, bypassing entirely the child theme and all styles. No difference.
I disabled all plug-ins (harmless ones): Duplicate Post., Post Types Order, W3 Total Cache – no difference.Since it occurs only on Firefox it seems a bug in the theme. But hey what do I know, Enfold is probably devoid of all bugs!
April 8, 2015 at 5:19 pm in reply to: Portfolio grid layout not consistent in the number presented #425451Same with Firefox on the home page. Client asking why only 5 on a row, need a fix soonest.
http://indlovu.org/africa/home/
EDIT: So I tried with 5 cols and 5 items and all now fits nicely on a row within Firefox, so ignore my home page reference above.
Seems then when one wants 6 across the issue occurs…
- This reply was modified 9 years, 7 months ago by fusion01.
April 8, 2015 at 2:55 pm in reply to: Portfolio grid layout not consistent in the number presented #425335It’s a sizing issue on FF, if not Mac then certainly PC. Affects the browser window when testing on both 22″ and 19″ monitors, viewport at full screen. The logic isn’t being correctly understood by the browser. The 6th appears top-right as an outline, then that outline animates to a new second row.
April 8, 2015 at 1:25 pm in reply to: Portfolio grid layout not consistent in the number presented #425248Seems to not exhibit this behaviour at all in Chrome, only Firefox – in my case latest version, 37.0.1.
Upon page load (note 5 across):
http://www.andrewb.co.za/misc/grid/ff01.jpgAfter selecting a filter and then reverting again to the ‘all’ filter link:
http://www.andrewb.co.za/misc/grid/ff02.jpgPlease reference the background image after your CSS was added:
http://www.andrewb.co.za/misc/bg-im/07-nexus.jpg
Cropping top off and it’s not filling the height which was preferable.
Cheers.
-
AuthorPosts