Forum Replies Created
-
AuthorPosts
-
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
I don’t believe that shortcodes can be parsed in the schema tags.Best regards,
MikeHi,
I adjusted the script to this to only work on posts:function move_breadcrumb_below_title() { ?> <script type="text/javascript"> (function($) { function a() { $('#top.single #main .avia-breadcrumbs').detach().insertBefore('h1.post-title.entry-title'); $('#top.single #main .avia-breadcrumbs').append('<br/>'); } a(); })(jQuery); </script> <?php } add_action('wp_footer', 'move_breadcrumb_below_title');Please clear your browser cache and check.
Best regards,
MikeHi,
You must add them to a zip file and then upload them.
Did you know you can download the zip file from here?Best regards,
MikeHi,
Thanks for the login, I see you have the setting selected, I added this css to hide the title only on single & archive posts such as the links in the Private Content area, please clear your browser cache and check.#top.single .entry-content-header,#top.archive h2.post-title.entry-title { display: none !important; }Best regards,
MikeHi,
1: Thank you for the screenshot, it looks like this occurs because you are hiding the categories with this css:span.blog-categories.minor-meta { display: none!important; }To correct please add this css:
span.post-meta-infos > span.text-sep.text-sep-cat { display: none!important; }2: it depends on the css of the plugin, we will have to try first.
3: please try this css:#top #main .breadcrumb-trail * { color: #000!important; } #top #main .breadcrumb-trail a { color: blue !important; }Please clear your browser cache and check.
Best regards,
MikeHey Andreas,
So wie ich Ihre Frage verstehe, kann es bei der gleichzeitigen Verwendung von OptimizePress & Enfold zu Problemen kommen. OptimizePress verfügt über einen eigenen Builder, der möglicherweise mit dem Builder Enfold in Konflikt steht. Verzeichnis und installieren Sie ein neues WordPress mit OptimizePress. Ihre Zielseiten befinden sich weiterhin in derselben Domain und Ihre Besucher werden es nicht bemerken. Die zwei WordPress-Installationen wären:
https://domain.com/
https://domain.com/landing/
Nennen Sie Ihr Unterverzeichnis natürlich etwas Relevantes wie /bonus/ oder /special/ etc.
Ich habe dies auf einer meiner Sites getan und es gibt keine Möglichkeit zu sagen, dass es zwei verschiedene WordPress-Installationen mit zwei verschiedenen Themen gibt und die beiden nahtlos mit demselben SSL-Zertifikat miteinander verknüpft sind.
Bitte lassen Sie uns wissen, ob dies hilft.— Translated with Google —
As I understand your question, you may find issues with using OptimizePress & Enfold at the same time, OptimizePress has it’s own builder which may conflict with the Enfold builder, but a workaround for using OptimizePress as a landing page, is to create a sub-directory and install a new WordPress with OptimizePress, your landing pages will still be on the same domain and your visitors won’t notice. The two WordPress installs would be:
https://domain.com/
https://domain.com/landing/
Naturally, name your sub-directory something relevant like /bonus/ or /special/ etc.
I have done this on one of my sites and there is no way to tell it’s two different WordPress installs with two different themes, and the two link to each other seamlessly with the same SSL certificate.
Please let us know if this helps.Best regards,
MikeHey VipProduction,
Thanks for the link, it looks as if you have solved this with the css:@media only screen and (max-width: 767px){ .responsive #scroll-top-link { display: block !important; } }because it is showing for me, Please see the screenshot in Private Content area.
Please let us know if this is solved.Best regards,
MikeHi,
Thank you for the screenshot, although it looks a little different than your site, the screenshot looks like a round “Whatsapp”
Please see the screenshot in Private Content area.
So typically these lines are right borders which can be removed, but in this case it looks like a “printed” text “pipe” symbol, which you should be able to remove from the Enfold Theme Options > Header > Extra Elements > Phone Number or small info text field, please see source code in screenshot in Private Content area.
Please try this, if I’m looking at the wrong element please clarify, otherwise Please include an admin login in the Private Content area so we can investigate.Best regards,
MikeHey B,
I have tested the Advanced Layout Builder with both Classic Editor & Block Editor on my localhost and I’m able to get the options:

Have you tried to disable your plugins to isolate any conflicts?
If this doesn’t help please include an admin login in the Private Content area so we can investigate.
Also please give us permission to deactivate your plugins for testing, note that some plugins do not retain their settings after a disable.Best regards,
MikeHi,
Thank you for the feedback, I added$('#main .avia-breadcrumbs').append('<br/>');to solve the mobile featured image issue.
Adding the meta author be below the breadcrumbs broke the layout, so as you asked above I put it under the featured image.Best regards,
MikeHi,
This is becauseborder-width&border-stylehave both been set to zero or none, to add this to the code above it would look like this:.wc-block-grid__product-add-to-cart a.wp-block-button__link { background-color: red !important; color: white !important; border: solid 3px blue !important; } .wc-block-grid__product-add-to-cart a.wp-block-button__link:hover { background-color: green !important; color: yellow !important; border: solid 3px red !important; }Please adjust to suit, after applying the css, Please clear your browser cache and check.
Best regards,
MikeNovember 18, 2019 at 11:50 am in reply to: ADD MAPBOX INSTEAD OF GOOGLE MAP – MUCH NICER STYLE #1157816Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Overwriting theme files typically causes errors like this, please let us know if this solves.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeNovember 17, 2019 at 10:05 pm in reply to: Link parent page above nested subpages in sidebar navigation #1157691Hi,
Your code was a little off, I found this to work:
$sidebar_menu .= "<a href='". get_the_permalink($parent) ."'> <span class='parent_nav_menu'>".get_the_title($parent)."</span></a>";
notice I added a custom class “parent_nav_menu” to help with styling it with css, if you choose to.
I’m using a child theme so I put this code in my child theme functions.php:function avia_sidebar_menu($echo = true) { $sidebar_menu = ""; $subNav = avia_get_option('page_nesting_nav'); $the_id = @get_the_ID(); $args = array(); global $post; if($subNav && $subNav != 'disabled' && !empty($the_id) && is_page()) { $subNav = false; $parent = $post->ID; $sidebar_menu = ""; if (!empty($post->post_parent)) { if(isset($post->ancestors)) $ancestors = $post->ancestors; if(!isset($ancestors)) $ancestors = get_post_ancestors($post->ID); $root = count($ancestors)-1; $parent = $ancestors[$root]; } $args = array('title_li'=>'', 'child_of'=>$parent, 'echo'=>0, 'sort_column'=>'menu_order, post_title'); //enables user to change query args $args = apply_filters('avia_sidebar_menu_args', $args, $post); //hide or show child pages in menu - if the class is set to 'widget_nav_hide_child' the child pages will be hidden $display_child_pages = apply_filters('avia_sidebar_menu_display_child', 'widget_nav_hide_child', $args, $post); $children = wp_list_pages($args); if ($children) { $default_sidebar = false; $sidebar_menu .= "<a href='". get_the_permalink($parent) ."'> <span class='parent_nav_menu'>".get_the_title($parent)."</span></a>"; $sidebar_menu .= "<nav class='widget widget_nav_menu $display_child_pages'><ul class='nested_nav'>"; $sidebar_menu .= $children; $sidebar_menu .= "</ul></nav>"; } } $sidebar_menu = apply_filters('avf_sidebar_menu_filter', $sidebar_menu, $args, $post); if($echo == true) { echo $sidebar_menu; } else { return $sidebar_menu; } }If you are not using a child theme, try the step in the post note that line numbers are probably wrong so search by text.
Best regards,
MikeHi,
If the 404 option has been set, first change the “Select Your Custom Error 404 Page” to “Select Page”, so that the selection is none:

Then when you change the “Custom Error 404 Page” to “No custom 404 page selected” and the option above is hidden, it is not set to any page:

It looks like you changed the settings back to the way they were?Best regards,
MikeHey Tilman,
Thanks for the link, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.wc-block-grid__product-add-to-cart a.wp-block-button__link { background-color: red !important; color: white !important; } .wc-block-grid__product-add-to-cart a.wp-block-button__link:hover { background-color: green !important; color: yellow !important; }Please adjust the colors to suit, and after applying the css, Please clear your browser cache and check.
Best regards,
MikeNovember 17, 2019 at 9:02 pm in reply to: Hide price and hints for shipping costs and tax rate on product detail page #1157684Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Sorry for the late reply, I see that you have downgraded to v4.5.7 and now your site is working.
Is there anything else we can assist with?Best regards,
MikeHi,
Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.home li.product.type-product > div > a > div.thumbnail_container { height: 165px !important; max-height: 165px !important; } #top.home li.product.type-product > div > a > div.inner_product_header { height: 112px !important; max-height: 112px !important; }After applying the css, Please clear your browser cache and check.
Best regards,
MikeNovember 17, 2019 at 8:25 pm in reply to: Reduce the space between top margin and first element #1157679Hey sanjamarinkson,
Sorry, but I was not able to login, please check password.
I assume that I must login to see the error, on /teaser/ correct?Best regards,
MikeHi,
I have removed your 404 redirect from the theme options, and cleared your cache and tested many of your links returning “home” each time with no errors, please clear your browser cache and check.Best regards,
MikeHi,
Thanks for the login, I took a look at your page and added this css to your Quick CSS:@media only screen and (max-width:767px){ #top.home #av-layout-grid-2, #top.home #av-layout-grid-6,#top.home #av-layout-grid-8 { display: flex !important; flex-direction: column-reverse !important; } }Please clear your browser cache and check.
Best regards,
Mike -
AuthorPosts




