Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the login, if you plan on using the WPSearch perhap you should use it’s shortcode so it will have the correct functionality, I see that you have not set it up yet.
To add the search bar in the header you will need to add a Header Widget Area like you linked to above, but in that case there is not enough room there on mobile devices, are you sure you don’t want to add it under the menu so there is more room and east for people to use?Best regards,
MikeHi,
The text color is white I’m not sure why, I think it’s from a plugin, you seem to also have HTML code in your text fields, this may have happened if you copied text from somewhere else and pasted it, this could have added unclosed HTML tags into your page, I believe in a older thread you were having problems with broken HTML code like this.
To change the text to black so you can see it try creating a new WP Code snippet with this code:function correct_admin_textbox(){ ?> <style>.wp-admin.js .tmce-active .wp-editor-area {color: #000;} </style> <?php } add_action('admin_head', 'correct_admin_textbox', 1);
Your WordFence plugin would not let me add it, I think it will help.
Best regards,
MikeHi,
Thank you for your patience and the password to your site but I don’t see a user name, please include.
I see the [avia_search] shortcode in your topbar, it looks like you have not added the code to the end of your child theme functions.php file in Appearance ▸ Editor:add_shortcode('avia_search', 'get_search_form');
or if you did the symbols may be converted, please ensure to copy the code from the forum and not an email notification so the symbols are not converted. You said that you are using SearchWP, did you add the code for it to be the search for your site? And doesn’t it have it’s own shortcode, this page explains how to adjust the SearchWP shortcode for the options you want, you should end up with something like this:[searchwp_search_form engine="default" var="searchvar" button_text="Find Results"]
(this code may not work on your site, follow the instructions)
Your asking for a Amazon search bar, have you thought about adding a larger one like in our Knowledge Base Demo below your menu? We have a search bar element:
that will allow you to adjust the style better it you want a big search bar like on Amazon.Best regards,
MikeHey ijnavas,
To add nine social media icons per team member you will need to make the social icons smaller like this:.team-social a { text-decoration: none; position: relative; border-radius: 30px; padding: 0; background: #fff; margin: 3px; display: inline-block; height: 17px; line-height: 17px; width: 15px; } .avia-team-member .team-social { font-size: 10px; }
Best regards,
MikeHey ijnavas,
If you are placing each team member element in a column then you could add a button under it, otherwise you could install our Special Character Translation plugin, please see our documentation: Using special characters to allow shortcode in the Team Member Description and the use the shortcode wand to create a button and add it ensuring to replace the brackets in the shortcode with ###91### and ###93###Best regards,
MikeSeptember 16, 2023 at 8:36 pm in reply to: Problem Slider volle Breite ist nicht an oberen Rand zu bekommen. #1419350Hi,
Thank you for your patience, when I check your site the header starts transparent showing the background image, and when you start to scroll the header becomes white, this is the correct standard behavior. I believe that you are asking for the header to always be transparent so the page always shows though it, is this correct?
Or do you want the header to have a sky background image?Best regards,
MikeHi,
Thank you for your patience, I see that the mega menu classes are not added to your menu, but when I switch to the parent theme the mega menu classes are added, so it seems to be something in your customized child theme, I’m not able to view your child theme functions.php but it looks like you have added ACF to create a custom child theme panel to your child theme, perhaps this is where the issue is. I don’t have experience with ACF and it is outside of our support to debug the conflict, I recommend trying to disable this customization so the mega menu will work correctly, or if someone built this for you to ask them for assistance.Best regards,
MikeSeptember 16, 2023 at 8:05 pm in reply to: Only mobile device page speed insights performance score is low #1419347Hi,
yas28 I see that there is a empty space under your sliders, this is from the smushit plugin, please disable the lazy load option in the plugin or disable the plugin and this should correct itself.
It gets confusing when we are working on more than one site per thread, so please open a new thread so we can assist, Thanks for understanding.Best regards,
MikeSeptember 16, 2023 at 7:56 pm in reply to: Only mobile device page speed insights performance score is low #1419346Hi,
Thank you for your patience, I checked your site for mobile and found that your Time-To-First-Byte is almost 3s:
this is not good, everything after that loods well, for desktop the TTFB is under a second so your whole site loads in about 2 seconds.
I found in your WP-Optimize cache settings a setting for mobile was Generate separate files for mobile devices, but this didn’t help, so I don’t see any other difference in your site between mobile and desktop, typically the TTFB is based on your server response to the page request and often that will be fast and the bottle neck is after that, for example my demo site has a TTFB .991
and there is no difference between the desktop & mobile.
I recommend checking your Cloudflare CDN if you are still using it and see if there is some mobile setting, and also check your server for any settings, it seems that somewhere a mobile request is treated differently but I’m not sure where.Best regards,
MikeSeptember 16, 2023 at 6:51 pm in reply to: Responsive behaviour of picture to cover column height at all times #1419343Hey CJGVD,
Thank you for your patience, in your grid row element example it look like to have added an image element inside of the grid element, instead try adding the image as a background image to the grid and set the Background Image Position as center center
on my test page I set each grid row element as 50% of the height and the image fills the cell size:
the only issue is the when the grid becomes a single column at mobile the cells with the background image have no content so the height doesn’t match as the equal height is not applied:
To correct I added the custom class equal-height-mobile-grid to the grid row elements, my test page has three:
and added this code to the end of my child theme functions.php file in Appearance ▸ Editor:function grid_row_elements_equal_height_for_mobile() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ var width = $(window).width(); if (width < 767) { $('.equal-height-mobile-grid').each(function(){ var $columns = $('.flex_cell .flex_cell_inner',this); var maxHeight = Math.max.apply(Math, $columns.map(function(){ return $(this).height(); }).get()); $columns.attr('style', 'height: '+ maxHeight +'px !important'); }); } else {} })(jQuery); }); </script> <?php } add_action('wp_footer', 'grid_row_elements_equal_height_for_mobile', 99);
and now on mobile the image cell is equal height:
Please give this a try.Best regards,
MikeHi,
The popup doesn’t show for me, seems to have my IP from yesterday, is it now working for you?Best regards,
MikeHi,
Thank you for your patience, I’m not able to reproduce this on my install so I believe this could br caused by a plugin such as smush, please try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
If this doesn’t correct please include admin login in the Private Content area so we can investigate.Best regards,
MikeHi,
I assume that your font was installed at Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager, so to delete click the x next to the font, and also check your media library for the font zip file and delete it, just in case, and then reupload it again.Best regards,
MikeHi,
Glad to hear that you have this sorted out, perhaps it was some encoding issue, shall we close this then?Best regards,
MikeSeptember 15, 2023 at 6:21 pm in reply to: WooCommerce Variable Product Image Swap with ENFOLD – Bug? #1419305Hi,
Glad Ismael 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,
Sorry I was not more 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,
Thanks for the login, I tried your popup form on the page that you linked to and didn’t see any visible errors, but I couldn’t get it to show twice using incognito, I guess the popup plugin tracked my IP. I found that you had a test page with the same mail chimp form so I tested it and it worked correctly and I was redirected to the success page.
So it looks like the mail chimp for is working correctly, so perhaps if you are not getting signups from the popup form it is related to the popup.
I don’t think the popup should close until the validion occurs like on the test page, I have not used your popup plugin so check if there is a setting so it won’t close with the form submit button is clicked.
If I am misunderstanding please explain how we can see the error on the test page with the mail chimp form with out the possible conflict of the popup plugin.Best regards,
MikeHi,
Glad Günter was able to help and it sounds like this is working well for you now, unless there is anything else we can help with on this issue, shall we close this then?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,
MikeHey Klaus Spithost,
Thanks for your question, Envato (Theme Forest) changed the way the in-theme updates work a while back so your user will need to download the latest version from their Envato (Theme Forest) account and update manually.
After you update you will need to go to your Theme Forest account and create a new Token for future updates.
To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
then you will see the Theme updated successfully message.
Best regards,
MikeSeptember 14, 2023 at 7:02 pm in reply to: How do I change this current style of product images #1419189Hi,
The shop cart button is a woocommerce menu item, you want it removed from the menu and float at the bottom right of the screen?
I don’t see a way to do that, please try using a plugin like these:
Floating Cart for WooCommerce
XT Floating Cart for WooCommerce
Perhaps there are other options in the WordPress Plugin library, you may need to try them to see if they work with Enfold.Best regards,
MikeHi,
As this seems to be occuring in Firefox, can they try a different browser?Best regards,
MikeSeptember 14, 2023 at 6:48 pm in reply to: Enfols multilanguage site using child and parents sub-directories on WP basis #1419187Hi,
Glad that this helped, we will leave this open to hear back from you.Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:a.avia_image { -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } a.avia_image { outline: none !important; }
After applying the css, please clear your browser cache and check.
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.
I don’t have an iPhone but this seems to work for Android.Best regards,
MikeSeptember 14, 2023 at 1:27 am in reply to: Enfols multilanguage site using child and parents sub-directories on WP basis #1419104Hi,
This is a duplicate thread of this one, that Rikard is also helping you with so we we close this one the avoid confusion.Best regards,
MikeHey Munford,
Try checking the settings at
WordPress ▸ Settings ▸ General ▸ Site Address
WordPress ▸ Settings ▸ General ▸ WordPress Address
If it’s not one of these, please include an admin login in the Private Content area so we can be of more assistance.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,
Mike -
AuthorPosts