Forum Replies Created
-
AuthorPosts
-
Hi Rob,
I apologize for the delayed response.
Can you try to modify directly from avia-snippet-lightbox.js in the parent theme? and check if it works.Best regards,
NikkoMay 25, 2020 at 6:00 pm in reply to: website https://www.ruff-bootsreisen.de generates PHP error messages at a rapid #1216205Hi Rainer,
I’m very happy to hear that. :)
Regarding the function of the code, it is meant to resolve the issue of rapidly generating new CSS or the error you mentioned.
I have added the code in the functions.php of your child theme.
Hope all is working fine :)Best regards,
NikkoHi ryanmeighan,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey ryanmeighan,
Is this for all single post pages? if it uses the same pattern, you can add this in Quick CSS, located in Enfold > General Styling:
.single-post #main .entry-content-wrapper > .av_three_fifth > .av_textblock_section:nth-child(3) { position: relative; z-index: 20; margin-top: -60px; margin-left: 20px; }Hope it helps.
Best regards,
NikkoHey Ben,
Thanks for giving us a link and also screenshots :)
Please Edit the table and go to Advanced (tab) > Responsive Styling set to Make entire table scrollable
Hope it helps :)Best regards,
NikkoHey dyancito,
In your WP Dashboard, go to Enfold > Shop Options > Header Shopping Cart Icon, set to Always Display floating on the side
Then on Enfold > General Styling > Quick CSS, add this CSS Code:.html_header_sidebar .cart_dropdown { position: fixed; top: 32px; right: 0; }Hope it helps.
Best regards,
NikkoHi Deb,
The icons are coming from a CDN: https://secureservercdn.net
Can you try to disable CDN? it maybe from a plugin or from your hosting environment.Best regards,
Nikko-
This reply was modified 5 years, 8 months ago by
Nikko. Reason: wrong link
Hi,
Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:
#top .logo img { -webkit-text-size-adjust: 100%; }If that doesn’t work please replace it with:
#top .logo img { -webkit-text-size-adjust: 100%; image-rendering: -webkit-optimize-contrast; }Hope it helps.
Best regards,
NikkoHi peterolle,
It’s this fatal error that shows it, specifically 41943040:
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 12288 bytes) in /public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.php on line 532
Although adding something like this in the wp-config.php file most of the times work (try using lower values like 64M or 128M:
define( 'WP_MEMORY_LIMIT', '512M' );But if it doesn’t please contact your host as they might not permit high memory usage.
Best regards,
NikkoHi liamgall80,
According to Envato: https://help.market.envato.com/hc/en-us/articles/207886473-Extending-and-Renewing-Item-Support
It should be $51.625 (87.5% of the price of Enfold $59)Best regards,
NikkoHi M.,
Try adding this CSS code in Quick CSS, located in Enfold > General Styling:
.responsive #top .avia-slideshow-dots a:hover { background-color: yellow; }Best regards,
NikkoHi daves1997,
I see, if you look at the yoast breadcrumbs links it rerfers to:
Home » SEO blog » WordPress » What are breadcrumbs? Why are they important for SEO?But what you want is actually called tags or maybe categories.
You cannot assign them on pages but this can be applied on posts or products (using woocommerce), but it will only appear only on these post types if you don’t use Advanced Layout Builder, because once you used Advanced Layout Builder, the only things it shows are the one set in the builder.Best regards,
NikkoHi Andrea,
If you have extended support and have access in this forum, we will still try to help you with any issues regarding Enfold :)
Best regards,
NikkoHi Erik,
I apologize for that, it isn’t the usual process and I’m not very familiar with it.
I have posted the screenshot of my hosts file in private content.
I have asked my colleagues to look into this.Best regards,
NikkoHi Rich1974,
Thanks for giving us admin access.
I have removed the invalid font in Enfold > Import/Export > Iconfont Manager.Best regards,
NikkoHi innovacionagil,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi milkytech,
Looks great! Thanks for sharing it here :)
Best regards,
NikkoMay 23, 2020 at 7:50 pm in reply to: website https://www.ruff-bootsreisen.de generates PHP error messages at a rapid #1215566Hi Rainer,
Thanks for pointing it out.
I have checked in Appearance > Customize and found this code:function my_custom_merged_files_unique_id( $uniqid, $file_type, $data, $enqueued, $file_group_name, $conditions ) { return ''; } add_filter( 'avf_merged_files_unique_id', 'my_custom_merged_files_unique_id', 10, 6 );This should be placed in functions.php of the child theme and not in Appearance > Customize, this is a PHP code and it’s not acceptable there, which I think most likely causing the issue.
Best regards,
NikkoHi Dimitri,
I have forwarded this to our Feature Request.
There’s no guarantee this will be added on the next release but hopefully, this will be added soon.Best regards,
NikkoHey uribinsted,
Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:767px) { .responsive #top .logo { float: left !important; } .responsive #top #wrap_all .main_menu { left: auto !important; right: 0 !important; } .responsive .logo img { margin-right: auto; } }Best regards,
NikkoHi mnydish,
Thanks for sharing the solution that you have applied :)
Thanks also for using Enfold and have a great day!Best regards,
NikkoHi HPT-admin,
I see, you were referring on the box content, please use this CSS code:
#top .iconbox_top .iconbox_content { background-color: white; }Best regards,
NikkoHey HPT-admin,
Please Optimize your images and also enable compression on your site: https://kinsta.com/knowledgebase/enable-gzip-compression/
Hope it helps.Best regards,
NikkoHi Roine,
Are you using PHP version 7.4? can you try to revert to PHP version 7.3?
Best regards,
NikkoHi sitesme,
Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:767px) { #top .av-elegant-toggle .toggler { padding-right: 55px; } }Hope it helps.
Best regards,
NikkoHi Phet,
Can you try to clear caching from your plugin or browser?
style.css should take effect in any language.Best regards,
NikkoHi dvmoore,
Thanks for giving us both admin and FTP access.
I have checked for error_logs in your httpdocs folder but could not find one.
Can you try to enable debugging: https://wordpress.org/support/article/debugging-in-wordpress/#example-wp-config-php-for-debugging before doing the update?
And let us know what’s logged in the debug.log file.Best regards,
NikkoMay 21, 2020 at 4:22 am in reply to: Can I change the order of cells inside a grid row when responsive? #1214867Hey Michael,
Yes, it’s possible in the Grid Row, go to Advanced (tab) > Developer Options > Custom CSS Class put grid-reverse
Apply these to all Grid Row and that you want to reverse the column order.
Then in Enfold > General Styling > Quick CSS, add this CSS code:@media only screen and (max-width:767px) { #top .grid-reverse { display: flex; flex-direction: column-reverse; } }Let us know if this helps.
Best regards,
NikkoHi Rob,
I apologize for the delayed response.
Can you give us a link to the page mentioned? and if it’s possible to give us temporary admin access as well.
Just post the login credentials in private content.Best regards,
NikkoHi Jessy,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
This reply was modified 5 years, 8 months ago by
-
AuthorPosts
