Forum Replies Created
-
AuthorPosts
-
auch, thats gonna take a while than. Thanks Rikard!
Hey Ismael. That code was already used. Did you test it yourself? Thanks
October 30, 2020 at 4:35 pm in reply to: How to correctly implement RankMath breadcrumbs in Enfold? #1257072I tried adding the code to functions.php but the Rankmath breadcrumbs show above the header title, instead of the original Enfold breadcrumb location on the right.
Also Enfold shows the breadcrumb schema when breadcrumbs are enabled while having Enfold schema disabled. Thanks.
I had disabled all optimizations I’m aware of. Anything else?
Did you manage to check?
Thanks but something really weird is going on.
It works on desktop in firefox/chrome when you hit F12 and simulate in mobile.
BUT, it does not work on my mobile phone. Tried everything. Disabled/cleared all server/software/browser side cache.
Can you please confirm this is the case on your side too?
Hey Jordan, see private content.
Reuploaded files and still the same issue.
Before i do that for nothing lets confirm this first.
Unreleased Enfold 4.7.4.1 changelog
Feature: Select title font size added to ALB icon box elementLooks like thats still to be rolled out. Which version do you use?
4.7.4
I don’t have such option.
How can I change the iconbox_content_title h3 heading to normal text, no heading?
I can confirm that selecting “load only used elements” loads EVERYTHING! I tried it on a simple Privacy Policy page without elements and it loads ALL elements as if you selected “load all elements”.
Can you guys please fix this as it’s slowing down the site considerably and murdering the Google pagespeed score. See screenshot https://snipboard.io/AVCWd6.jpg
Thanks. It shows now but doesn’t look right, the styling is not applied.
However, when i use the After content widget plugin it is shown properly. Why is this such an issue? Stuff like this should be working out of the box.Thanks I tried to display after content with this code but its not working:
add_action('ava_after_content','avia_above_footer'); function avia_above_footer(){ dynamic_sidebar( 'Bottom' ); }
July 13, 2019 at 4:42 pm in reply to: Trying to get property of non-object in ../element-manager.class.php on line 642 #1118356I’m getting this notice shortly after started using enfold.
Get this error displayed on update page any time I install a plugin:
[13-Jul-2019 14:20:58 UTC] PHP Notice: Trying to get property ‘ID’ of non-object in /home/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/element-manager.class.php on line 981thanks
February 15, 2019 at 7:22 pm in reply to: Thousands of rows in wp_options with autoload = yes #1067533Thanks but I would still prefer a smaller wp_options table. Seems more appropriate to have its own table.
February 12, 2019 at 11:17 pm in reply to: Thousands of rows in wp_options with autoload = yes #1066135While optimizing site speed I ran into the same issue. Enfold by far is the biggest wp_options polluter, resulting in a size of 4.6MB !
The css and js data should NOT be stored in wp_options, it’s not designed for that and slows everything down. A quote from a database specialist:
When a WordPress page loads, it runs this query every single time:
SELECT * FROM wp_options WHERE autoload = ‘yes’
If the wp_options table is larger than 1MB in size this query results in rather heavy database use, which means you should try to clean up the wp_options table.To find the rows with the largest amount of data in the option_value field, use the query:
SELECT option_name, length(option_value) FROM wp_options WHERE autoload=’yes’ ORDER BY length(option_value) DESC LIMIT 30
If you find plugins that are polluting the options table with unnecessarily large rows, we recommend you to file a bug report with the plugin’s author.Tip #4 https://seravo.com/blog/13-tips-for-a-secure-efficient-wordpress-database/
I dont use the blog, there is no such option for non blog posts. The theme is bloated with stuff that should be disabled by default if mobile first approach is to be taken seriously.
Thanks to the above poster. PLease add an option in settings to disable this properly and not hide.
Thanks Mike. Is there any working option out there?
Before I buy it, how about this https://codecanyon.net/item/wp-nav-menu-breadcrumbs/4706192
No support? I figured it out by enabling single video in video markup of the Schema plugin. You guys need to get the basics right or your competitors will destroy you.
Thanks, i don’t have time for that but you got my vote and i believe it’s something the team/developers should go after and not the customers. I already gave you the idea.
I’m having the same issue when displaying a youtube video in the post.
The code you posted does not help. Please come up with a proper fix, I’m already using the Schema plugin and deactivated Enfold Schema.
This is the only thing that gives errors with SDTT and it sucks:
canceldescription
A value for the description field is required.
canceluploadDate
A value for the uploadDate field is required.
warningdescription
The description field is recommended. Please provide a value if available.That’s what I already did and posted my results.
What I’m asking for is to have this built in the theme like for example Thrive Themes has done by offering a performance tab to regenerate thumbnails.
Yes please fix it, this is a big issue with Enfold. I had to change the masonry size from 705×705 (weird size?) to 327×184 which is the displayed size by the browser of the images we use. Now the load time decreased from 3MB to 1.4MB (still too much) but this should all happen automatically now Google is pushing for mobile first: https://www.techrepublic.com/article/googles-move-to-mobile-first-indexing-means-solid-mobile-development-is-a-necessity/
-
AuthorPosts