Forum Replies Created
-
AuthorPosts
-
Hey denisj77,
Try this code in the General Styling > Quick CSS field:#top.page-id-61 .inner_sidebar { font-style: normal!important; }
It is meant to work only for that page.
Best regards,
MikeHi,
I have changed the code so it will only work on the one page, and so it won’t repeat the image.#top.page-id-614 #main .container:before { content: ' '; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; opacity: 0.2; background-image: url(https://residenzeparadiso.com/wp-content/uploads/2017/12/chaplet-2489637_1920.jpg); background-repeat: no-repeat; background-size: cover; }
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey evivecare,
I have tested and found that the overlay is not showing for me, perhaps try clearing your browser cache.
https://pictr.com/image/8hHjBBest regards,
MikeHi,
I added this code to the end of your functions.php file in Appearance > Editor:add_filter( 'avf_form_from', 'enfold_customization_contact_form_etc', 10, 3 ); function enfold_customization_contact_form_etc( $from, $p1, $p2 ) { global $enfold_custom_from_header; $enfold_custom_from_header = $from; } add_filter( 'avf_form_mail_header', 'enfold_customization_contact_form_etc2', 10, 3 ); function enfold_customization_contact_form_etc2( $header, $p1, $p2 ) { global $enfold_custom_from_header; $header .= 'Reply-To: ' . $enfold_custom_from_header . '\r\n'; return $header; }
which adds the reply-to in your mail header. You can see the test mail in the WP Mail Log plugin on your site, it also shows there is no longer a sending error.
Please check.
Please note that if you test, try not to use the same address in the form from address that it is going to, as it may trigger your hosts spam protection.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Thank you for the login, I found that one of your plugins is causing the issue by deactivating all of them, Try disabling your plugins and reactivate each one individually until you find the one causing the error.Best regards,
MikeHi,
I’m not sure if I’m looking at the right area, but I think I see it. please see screenshot in Private Content area.Best regards,
MikeHi,
It’s kind of hard to power over “top” from this side to be sure on the exact percentage.
Try -5% to see where it lands and adjust until it where you like it.Best regards,
MikeHi,
Try adding this code to the end of your functions.php file in Appearance > Editor:function my_search_form($html) { return str_replace('Cerca', 'Search', $html); } add_filter('get_search_form', 'my_search_form');
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Please use a child theme and apply this code to functions.php file of your child theme.add_filter('avia_post_nav_categories', 'use_same_category_filter'); function use_same_category_filter($same_category) { $same_category = true; return $same_category; }
Best regards,
MikeHey Andrea,
Sorry we don’t have that yet. But it looks like you are using the layout builder for your posts, couldn’t use use the element you wanted on that page?Best regards,
MikeHey jayfarr1982,
I didn’t see a strike though the menu, please see screenshot in Private Content area.
Can you please add a screenshot to point out how you see it?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Ok, I changed it back, is there anything else we can help with today, or shall we close this then?Best regards,
MikeHey bcdcosmetici99,
There is an error in your cache plugin causing the css for the sidebar to make it 100% width over the top of everything else. Try disabling your plugin and clearing the cache of the site.Best regards,
MikeHi,
All could be issues. Shall I undo the changes?
When blog posts are made with the layout builder they will not show excerpts in the blog element, to show the excerpts you will need to add a manual excerpt, yet the manual excerpt will not show images.
It is recommend to use the default editor for blog posts.Best regards,
MikeHey tmputnam,
Do you have some custom css code like this:.slideshow_align_caption { top: -200px
or a setting in the slider that is -200px ?
instead of a pixel height try a percentage.Best regards,
MikeHi,
That element doesn’t have a collapsed state like the accordion.
I tested using “display:none” on the first tab but the footer then fills the page and there would not be a way to then display the first tab at all on click.Best regards,
MikeHi,
When blog posts are made with the layout builder they will not show excerpts in the blog element, to show the excerpts you will need to add a manual excerpt.
But I found a workaround, first Enable Avia Layout Builder Debug with this code to the end of your functions.php file in Appearance > Editor://set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
Then build your post with the layout builder and save, then copy the shortcode from the debugger area and switch to the default editor and paste the shortcode in the “text tab” not the “visual tab”, then update/save.
The full post will show.
This is not suppose to work, but it seems to.
I did this for your first post to show you.
Please check & if you want me to undo the changes I will.Best regards,
MikeHi,
Froh, dass wir helfen konnten, schließen wir das jetzt. Danke für die Benutzung von Enfold.Best regards,
MikeJanuary 7, 2018 at 6:03 pm in reply to: Enfold – Headers already been sent + cron.php Fehler #894400Hey bluerocker,
Do you mean tabs, as in these: https://kriesi.at/themes/enfold-2017/elements/tab-section/
Or accordion, as in these: https://kriesi.at/themes/enfold-2017/elements/accordion/Best regards,
MikeHey frederiksandgrav,
Try this code in the General Styling > Quick CSS field:.header_color .av-subnav-menu a:hover, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a { color: #fff!important; } .header_color .sub_menu>ul>li>a, .header_color .sub_menu>div>ul>li>a, .header_color .main_menu ul:first-child > li > a, #top .header_color .sub_menu li ul a { color: #fff!important; }
Best regards,
MikeHey Johannes,
Bitte versuchen Sie dieses CSS:.my-cta-box span a {color: red;} .my-cta-box span a:hover {color: orange;}
Bitte löschen Sie alle Cache-Plugins und Ihren Browser-Cache.
Best regards,
MikeHey tennetno,
Yes, that is normal for the WordPress 4.9.1 update, it is working correctly now.Best regards,
Mike -
AuthorPosts