Forum Replies Created
-
AuthorPosts
-
Hey Tanja,
Please ensure that you are using Enfold v7.0, then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1); function avia_replace_standard_icon($icons) { $icons['svg__standard'] = array( 'font' =>'svg_entypo-fontello', 'icon' => 'leaf'); return $icons; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
MikeMarch 1, 2025 at 1:01 pm in reply to: HTML id or class of the Posts Container for product archives #1478314Hi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey sudhafen,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_script() { ?> <script> (function($){ $('.page .main-title.entry-title ').detach().insertBefore('.template-page.content .post-entry'); })(jQuery); </script> <?php } add_action( 'wp_footer', 'custom_script', 99 );
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
MikeHey woogie07,
From your screenshot it looks like the text maybe white, as the red lines, try clicking the “text” tab and see if the text shows:
also note that in the preview you have an HTML error, if you added HTML to make the text white you may have a unclosed HTML tag.
Another possibly is that you copied the text from another page, and when you pasted it the HTML was also added, with a unclosed HTML tag.
Try clicking the “text” tab and remove all of the HTML tags and see if that helps.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Try this css:@media only screen and (min-width: 990px) and (max-width: 1366px) { #top.page-id-548 #kontakt .avia-builder-el-191 { transform: translateX(-200px) !important; } }
Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
the search icon in the header looks fine, to move down the search icon in the sidebar try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.sidebar .av_searchform_search.avia-svg-icon { top: 31px !important; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Try this:#top #wrap_all #main h1.main-title.entry-title a { text-transform: none; }
Best regards,
MikeHi,
I miss read your first post,
I see now that you want to convert, standard editor pages into the ALB.
If you try to convert standard editor pages into the ALB you will have errors, pages can not be automatically converted.To answer your question it is stored at _posts > post_type > avia_framework_post
I recommend that you not do this.Best regards,
MikeFebruary 25, 2025 at 4:57 pm in reply to: Problems with Enfold and Ninja Forms Paypal Add on #1477914Hi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
For the second issue try this css:@media only screen and (max-width: 1366px) { .responsive #top #wrap_all .flex_column.av-break-at-tablet, .responsive #top #wrap_all .av-break-at-tablet .flex_cell { margin: 0; margin-bottom: 20px; width: 100% !important; display: block; } #angebote .av-flex-placeholder { display: none; } }
note that the media query is set to 1366px as I assume that is your iPad width, you can check your screen resolution here and adjust the css to suit.
Best regards,
MikeHi,
I checked your old version of woocommerce and found your site to be very slow, but it worked.
I then updated your woocommerce and created a new product with the ALB, but when I tried to edit your product it was even slower and I got the error: 503 (Service Unavailable)
did you contact your webhost about this error?
On my site I use the latest woocommerce with no issues and it loads much faster.Best regards,
MikeHi,
Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.Best regards,
MikeHi,
Ok I changed the header back to white, your menu links are white because you hav five rules in your advanced styling, two for blue menu links and submenu links:
and two for white submenu menu links:
and three for white menu links:
so remove the ones you don’t want to use my clicking the red X
The ones and the bottom take preference.Best regards,
Mike -
AuthorPosts