Forum Replies Created
-
AuthorPosts
-
November 22, 2018 at 2:26 am in reply to: 4.5 problem with fullwith sub menu – not clickable #1036359
Emilbrol’s recommendation to add the following css:
#top .av-submenu-container.av-sticky-submenu {
z-index: 2;
}
worked perfectly!!
Thank you for that.Best wishes
DianaNovember 22, 2018 at 2:16 am in reply to: 4.5 problem with fullwith sub menu – not clickable #1036357Hi all
I can report I have the same problem on the Home page of one of my client’s sites. Link provided in private content.I’m going to try the z-index fix…
Regards
DianaSeptember 10, 2018 at 8:29 am in reply to: Yoast SEO Premium – Missing Facebook preview image #1007803Pleasure Rikard :o). You and your colleagues do so much to help the rest of us out.
Diana
September 10, 2018 at 2:53 am in reply to: Yoast SEO Premium – Missing Facebook preview image #1007741Hi Ege
It was a while back now, and I ended up requesting a refund for the Yoast Premium licence as it was an issue that I could not resolve – I still use the free version of Yoast and I can make do without the social previews. Yoast acknowledged at the time that it was an issue and that they would refer it back to their development team. I didn’t hear back from them and it is a pity that it is still occurring. This would probably need the power of the team at Kriesi to pursue this.Sorry that I couldn’t be of more help.
Warm regards
DianaMay 18, 2018 at 8:30 am in reply to: Problem with new avia-merged-styles loading after style.css #958467Hi glozemedia
I hadn’t noticed your reply. Yep, I agree it is lame, and a really large priority number is how I’ve gotten around the issue too. It doesn’t feel right to do it that way, and I know it means I’ll have to hope that the priority for avia-merged-styles doesn’t change to something higher than mine, otherwise I’ll be back to square one.@Antonia, I would turn off any minification and make sure you’re getting things to work they way you want them too first – maybe you’ve already done that. By viewing your website’s source code (in the browser) you can check whether your stylesheet is loading after avia-merged-styles, then try with minification back on.
@Victoria Apologies for the very late reply. Yes, I was manually altering the load order of my child theme’s stylesheet so that it would be the last to load. It worked really well that way for over a year, until avia-merged-styles came along and used the exact same priority I had settled on. I loaded mine manually that way to make sure plugins weren’t coming in later than my stylesheet, so that I could style plugin buttons etc to match my theme. Looks like Enfold and I both had the same idea to use the number 999999 and I kind of assumed no one would go that high. Anyway, all is good now, and I’ve learned my lesson.Thank you all for your help.
Diana
May 4, 2018 at 6:21 am in reply to: Change to Magazine element styling in Enfold version 4.3 #951332Hi Rikard
I’ve learnt that I need to find a neater way to customise code at times :).I really appreciate the time you all give to answering and attempting to resolve queries. Please go ahead and close this topic.
Many thanks
DianaMay 3, 2018 at 8:39 am in reply to: Change to Magazine element styling in Enfold version 4.3 #950562Hi Victoria :)
It turns out that the lack of styling was my error. I had a copy of magazine.php in my child theme, as a while back I copied it over so that I could tweak the date it displays when the entries that it displays belong to the ‘Tribe Events’ category (related to the Event Calendar plugin). I think all the post-related elements except for Upcoming Events display posts in order of published date, which doesn’t make sense for Events. So I copied the magazine.php code over and added a few lines of code to display the event start date, and some more lines to order by start date.All fixed now, but I’ll think about a more future-proof way to handle my events issue so I don’t miss future changes to magazine.php.
Ta
DianaHi Munford
I’m having similar issues with changes to the Magazine element that have just appeared in version 4.3 of Enfold. Specifically, I’ve noticed that the magazine element styles that were all located in shortcode.css are no longer there, so the element looks kind of un-styled now. All the css classes related to the Magazine element began with .av-magazine and there were quite a few in the shortcode.css file.To double-check I downloaded version 4.3 from Envato and looked at the shortcode.css file that’s shipping with that, and I can confirm that the magazine styles have disappeared from that file. I always update using Enfold’s built-in Theme Update link in the WP Dashboard though.
I raised a query yesterday here before I saw this one and am waiting to hear back :). Hopefully the styles will reappear in one of the enfold stylesheets.
Ta
DianaApril 12, 2018 at 2:41 am in reply to: Problem with new avia-merged-styles loading after style.css #940738Thanks for reminding me about header.php. I’ve removed that from the child theme, so yes, the fresh version of header.php would have been included when I updated the theme to version 4.2.6. I’m not sure I get the rest of your answer, as it leaves my high and dry with the same issue.
Yep, I appreciate that Kriesi introduced this functionality in version 4.2.4 but to say the “loaded styles is supposed to remain the same” doesn’t help me much and I hope you can hang in there and give me some more techy help :)). The functionality introduced negates the button style that I introduced in the child theme and so it leaves me uncertain as to how much I can depend on the styles that I specify in my child theme. As a developer, I’m not keen on uncertainty.
For example, compare the CONTACT US button on the Home page on the staging site crhlaw.staging.wpengine.com
compared to the live site at crhlaw.com.au. Button is near the bottom of the page. The staging site is using the newest Enfold version. On the live site I specified a 30px border-radius for any ‘body div .avia-button’ elements. All works fine and I placed that CSS in the style.css of the child theme. If you compare it to the staging site, that 30px border-radius is then overwritten by the 3px in the avia-merged-styles stylesheet. Okay, I know I can slap !important at the end of my style but that’s messy. I know I can fiddle around and get my stylesheet to load after avia-merged-style but that too is messy. Plus that may be an okay fix for one website, but imagine if I’d rolled out that style out to a hundred sites?Am I totally missing the point of a child theme? Isn’t it the place where I can define how I would like my website to look, and then be able to rely on it looking that way in future? Happy to rethink how I do this if you can offer some advice.
Hope you can consider the impact of avia-merged-styles and come back with more information.
Many thanks for your time.
DianaApril 11, 2018 at 1:08 am in reply to: Problem with new avia-merged-styles loading after style.css #940120Hi Victoria
Sorry I incorrectly mentioned minified in my original description. No, I’m not minifying anything (my mistake for mentioning that) and if you ignore that word and read the rest of my issue, the problem remains. My problem stems from avia-merged-styles loading after my child theme’s style.css (as in the title of this thread). I haven’t seen avia-merged-styles before and it looks like a new stylesheet with the latest Enfold version. I’m wondering why it is also the last stylesheet to load?
avia-merged-styles appears in Enfold’s new asset-manager.class.php in
function try_minifying_scripts() around line 65.The live version of the website at crhlaw.com.au which uses Enfold version 4.2.3 has no such css file.
The staging version of the website as per the credentials I supplied, using Enfold version 4.2.6 now has the newly-defined Enfold avia-merged-styles stylesheet. If you search for it in the source, you’ll see it is listed as the very last stylesheet and hence whatever it contains overwrites the custom button styles I’ve specified in my child theme.I’m not sure how else to make clear that this is a new Enfold class, with a new function, that loads a css file after all others have loaded and so causes problems with styles defined in a child theme. I’d like my child theme to load after any Enfold stylesheets without having to code a workaround in my functions.php, as I’m going to have to replicate this on all my client websites.
If you debug the source you’ll see what I mean ;)). Hope you can help.
Cheers
DianaApril 6, 2018 at 8:46 am in reply to: Problem with new avia-merged-styles loading after style.css #938120Hey Victoria
I sure can give you access to a staging site that is up-to-date. Links and administrator credentials are provided below. Thanks for taking a look.Warm regards
DianaMarch 22, 2018 at 2:04 pm in reply to: Arabic characters replaced by Question Marks in Advanced Layout Editor #931289Hey Ismael
Spot on! The character encoding was set to latin on column ‘meta_value’ in table ‘wp_postmeta’. I’ve changed it to UTF8 and haven’t seen a question mark since. I should have thought of that one…
Thank you so much for the fix. The issue is now solved.
Warm regards
DianaOctober 4, 2017 at 6:05 am in reply to: Overlay on linked image in widget area is positioned outside of image #859904Hi Ismael
Thank you so much. That worked and is exactly what I was after.Again, many thanks
DianaI also received the same warning from Dreamhost. I’ve installed Enfold for multiple clients using a variety of hosts (e.g. WPEngine, Digital Pacific, Conetix) and Dreamhost is the only one that has complained about the 777 permission on the dynamic_avia folder. The message they issue sounds dreadful if you’re a non-techie – which my clients are. Hopefully whatever they’ve changed the permission to won’t affect my ability to customise the theme. I’m just glad they didn’t delete the folder!
Cheers
DianaSeptember 29, 2017 at 5:21 am in reply to: Overlay on linked image in widget area is positioned outside of image #858320In addition to my last reply, and since I mentioned ‘advertiser’, please don’t suggest that I use the Enfold Ad Widget as a workaround ;o). I’d really like the overlay issue to be fixed.
Many thanks
DianaSeptember 29, 2017 at 12:35 am in reply to: Overlay on linked image in widget area is positioned outside of image #858270Hi Victoria
I’d like the overlay to be there as the image may be used to link to an advertiser’s page.Thanks
DianaSeptember 28, 2017 at 6:11 am in reply to: Overlay on linked image in widget area is positioned outside of image #857863Hi Rikard
Yes, that’s the image. I can recreate the issue using Chrome and Safari. Is it possible that it looks like it is working when in fact it isn’t? It only happens the first time you hover over the image. The second time onwards, the ‘top’ attribute is set correctly and the overlay appears from then on, in the correct position.Here is what the Chrome debugger shows the first time I hover over the image:
<span class=”image-overlay overlay-type-extern” style=”left: -5px; top: -129px; overflow: hidden; display: block; height: 144px; width: 252px;”><span class=”image-overlay-inside”></span></span>and here’s what it shows the second time onwards:
<span class=”image-overlay overlay-type-extern” style=”left: -5px; top: 0px; overflow: hidden; display: block; height: 144px; width: 252px;”><span class=”image-overlay-inside”></span></span>
Regards
DianaHey Ismael. I’ve used the Facebook Debug tool already to scrape images but the issue isn’t to do with how a post actually looks when it is shared to FB ;o). I’m kinda confused by the direction the answers are taking. The issue here is with a featured image not being picked up in the post editor, further down where the Yoast SEO plugin inserts it’s tabs. With the premium Yoast plugin installed, there is an extra feature available in the post editor (within Yoast’s tabs) that displays a preview of how the post would look if it is shared. With one of the ‘default’ themes like Twenty Fifteen, the Yoast FB preview picks up the post’s featured image okay. When I switch to Enfold, no preview image. Hence why I asked further up if the Enfold theme saves a post’s Featured Image in a different way say to the Twenty Fifteen theme. Yes or no would do, as that question hasn’t been answered. I feel like I’ve explained this several times… You’re normally right on-the-money with many of your answers so just a bit of background with how the Featured image is handled would help. I don’t think that looking at the dashboard is going to give any of us answers as to why the premium plugin isn’t working with Enfold.
Many thanks
DianaHi Victoria
You happened to look at one of a couple of posts I’d added an FB image to using the Yoast premium plugin ;o). I’ve listed the titles of a few posts for you to look at ( in the private content section). Basically posts earlier than the one you examined will have the preview image missing.Many thanks
DianaHey Victoria
Yoast already took a look at a live site belonging to one of my clients and suggested I switch off plugins, theme etc. They were happy with the open graph side of things. Since switching off plugins, or switching the theme wasn’t practical on a live site, I installed a very simple WordPress site (using Mamp PRO on my local dev PC) with only Enfold and Yoast SEO installed. Just to recap, I activated the Yoast SEO license on my local site – all good. The plugin worked as expected with the Twenty Fifteen theme, no dice with Enfold. I got back to Yoast with the issue and they have referred it to their development team. I don’t think its a server permission issue as per the link you shared, as it works with one theme and not Enfold. Wouldn’t the problem occur across all themes if that were the case?
I’ve given you access to a live site with the license activated. Please take care as you look around and let me know if you find anything.
Many thanks
DianaThis may be a dumb question, but is it possible to search through feature requests in order to find any related to ‘templates? I’m just seeing a full list with pagination options. If the above has been raised as a feature request I’d like to up-vote it, otherwise I’ll submit it as a new feature request.
I find the template option useful up to a point – and I’m really grateful that it’s there in the first place. It would be a more powerful option if it were possible to create ‘global’ template elements that can be edited in one place and the changes propagated to all pages in which that element is used. I have a use case where I want to create staff profiles for a client of mine, and they want subsets of their staff to show up in various services pages. Staff information does not all come at once, and it changes from time to time so I want to avoid having to change every instance where the staff profile appears. I’m not sure I have a way around this other than some custom coding or adding another plugin.
Many thanks
DianaHi Rikard
Thanks for that. It sorted out the hamburger menu nicely. I just have to work out how to make the Search icon appear alongside it now.
Thanks to all the team at Enfold for such amazing community support.
Diana
Hi All
I’d like some help too with displaying the mobile menu sooner, at a breakpoint of around 1150px.
I’m wanting to display the search button on the menu bar also, which I’ve achieved at a breakpoint of 989px. I’d like both search button and hamburger menu to appear at the larger breakpoint (1150px), yet when I fiddle around with the max-width things just don’t work as planned.Would you be able to take a look? Links supplied.
Many thanks
DianaHi Rikard
Thank you for getting in touch and I’m pleased to report back that I’ve managed to sort the issues. The editor problems were essentially caused by some page optimization code I had inserted a while back in the functions.php. Namely I was stripping the version from scripts and stylesheets. I added a simple function (reproduced below) that is widely promoted on the internet to “remove query strings from static resources” but in my case, removing the versions from all js and css files caused a conflict with the TinyMCE editor and raised some errors/exceptions. I also have ‘expires header’ settings defined in .htaccess that would have prevented the files being replaced by the browser since they were lacking version numbers. The Editor problem appeared seemingly at random, after I made a minor change to the child theme’s stylesheet css. Why it had a knock-on effect at this time I’m not sure, but hopefully this has fixed the problems others have also seen regarding ‘invisible’ text and unresponsive Visual and Text tabs. It took me a while to debug, but I got there in the end.Here is the functions that I have commented out:
/* Remove Query Strings from Static Resources Fix */
// stuffs up caching if versions are removed
function _remove_script_version( $src ){
$parts = explode( ‘?ver’, $src );
return $parts[0];
}
add_filter( ‘script_loader_src’, ‘_remove_script_version’, 15, 1 );
add_filter( ‘style_loader_src’, ‘_remove_script_version’, 15, 1 );I’ve managed to restore the TinyMCE text editor to its former state, with all the features now available. I commented out a few lines of code in my child theme’s functions.php that deferred parsing of JS. It’s done the trick although I don’t fully appreciate why. Next up I need to work through a couple of errors showing up in the console, also related to TinyMCE that read:
Uncaught TypeError: Cannot read property ‘body’ of undefined… tinymce.min.js?ver=4401-20160726:11
Just so you know, same problem for me. I wish I’d trawled through the forum first as I thought it must have been something I’d done. I have several instances of Enfold running with demo data on my local PC. Maps are broken with same Javascript error: MissingKeyMapError.
I thought I’d see what error shows up if I try to create a new Google map using the feature within the Avia Layout Builder. When I edit the location and click on “Enter address, then fetch coordinates”, the error message reads “This service requires an API key. For more information on authentication and Google Maps Javascript API services please see…”
Thanks for your help and hope to see a fix soon.
-
AuthorPosts