Forum Replies Created
-
AuthorPosts
-
Hi,
Unfortunately I’m not able to reproduce this on my install, above you said you are also not able to reproduce this on their site?
I see that you wrote that you will get back to us in two weeks, so we will leave this open to hear back from you.Best regards,
MikeHey ballindigital,
Thank you for the link to your site, I looked at your footer, but the phone number is white like all of the other text, so this seems correct.
Your other footer items seem centered but the first two widgets are in two columns, the credit card images and the contat form are full width, and would not fit as two columns, so I’m not sure what you would want to change in the footer, Please see the screenshot in the Private Content area and explain what you want to change, perhaps a mockup would help.Best regards,
MikeAugust 27, 2023 at 2:21 pm in reply to: Images not showing on some browsers-too much whitespace #1417255Hi,
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 Dzimnikov,
Thank you for the link to your site, it looks like the testimonials are in a color section that is light green now, have you tried adding the background image to the color section, or do you want the background image limited to the testimonials only with the light green also showing?
To make the arrows smaller on mobile devices try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 500px) { #top #testimonialtemp .av-slideshow-ui.av-loop-endless .avia-slideshow-arrows > a, #top #testimonialtemp .av-slideshow-ui.av-loop-manual-endless .avia-slideshow-arrows > a, #top #testimonialtemp .av-slideshow-ui .avia-slideshow-arrows.av-visible-prev > a.prev-slide, #top #testimonialtemp .av-slideshow-ui .avia-slideshow-arrows.av-visible-next > a.next-slide { width: 30px; height: 30px; } #top #testimonialtemp .av-control-minimal .avia-slideshow-arrows a:before { line-height: 30px; } #top #testimonialtemp .av-large-testimonial-slider .avia-slideshow-arrows a { font-size: 20px; } }
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,
MikeAugust 27, 2023 at 1:30 pm in reply to: Images not showing on some browsers-too much whitespace #1417251August 27, 2023 at 1:21 pm in reply to: The Elements are not displaying upon switching my website into live #1417250Hi,
Thank you for the link to your site, I believe that this is a object-oriented cache issue, as all of the page elements are in their start state of hidden.
I cloned your homepage and saved is as “test-home” linked below and all of the lower columns that create a grid used Column Animation, once I changed this to no animation all of the columns showed, I also did this with the yellow “call-to-action” column so it now shows. But unfortunately there is no way to remove the animation from the slider.
Nonetheless I know you want animation on your page, I tried clearing your Lite Speed Cache and disabling the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression but this didn’t help.
I recommend trying to disable the Lite Speed Cache completely and empty the server Lite Speed Cache in order for your site to allow the animation to work, I’m not sure how long it will take the server to clear the cache. Then you can enable the Lite Speed Cache again with the very minimum settings, I not sure which setting is casing this, but I kind of recall an issue with object-oriented cache in the past.
Please check the test page below, and try this.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 Diana,
Thanks for the screenshot and the link to your site, but the login is not working, nonetheless I examined the slider and on the frontend the scale is 2.1%, that is more that double:
I believe the issue is a misunderstanding, you want to set the scale to how much larger that you want it, if you want it 100% larger, or double in size, you would choose 100%
So in your case choose 10% to make it 10% larger, or a total of 110%. I tested this on my install and it works, please try.Best regards,
MikeAugust 27, 2023 at 11:52 am in reply to: The Elements are not displaying upon switching my website into live #1417245Hi,
Please include an admin login in the Private Content area so we can investigate.Best regards,
MikeHi,
I have adjusted it so both are 450px, 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,
MikeAugust 27, 2023 at 12:11 am in reply to: Images not showing on some browsers-too much whitespace #1417221Hi,
We didn’t do anything, perhaps it was caching, shall we close this then?Best regards,
MikeHey hostworks,
There are a few plugins that cause this issue, try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.Best regards,
MikeHi,
I think it’s from the iframe on your homepage, try removing this and checking again. Often plugins will also load fonts so if you are still seeing this try disabling your plugins to see if this helps.Best regards,
MikeHi,
Glad this helped, your non trasparent, the logo is 522px, do you want to change the css above from 400px to 522px so they match?Best regards,
MikeHey limesolutions,
Unfortunately not, you would need to use a search plugin for that but I don’t know which one could do this as I have not tested any for this feature.
Sorry I was not more help.Best regards,
MikeHey Alex,
Thanks for your patience, the css you have posted above is for the background image for a color section, if you remove this then the background image will not show.
You can disable Post CSS files with this function in your functions.phpfunction custom_avf_post_css_create_file( $create ) { return false; } add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );
Best regards,
MikeHi,
Thanks for your patience, please try to manually import a theme demo.
Are you using the webhost OVH? They have a issue that we have not been able to resolve, To work around this try importing your demo on a localhost install and using the Duplicator plugin to migrate/clone it to your OVH host, this has worked for other OVH users.Best regards,
MikeHey Elena,
Thank you for the link to your site, I added this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#header.av_header_transparency .logo img { width: 400px; } #header.av_header_transparency .logo>a>img { visibility: hidden; }
Please clear your browser cache and check.
Feel free to change the 400px to the size you wish.Best regards,
MikeHey Robyone925,
Have you tried the Partner/Logo Element it has slider animation in the options.Best regards,
MikeHey gatehealing,
To use the grid layout for the category pages try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'blog-grid'; return $layout; }
Best regards,
MikeAugust 26, 2023 at 11:05 pm in reply to: Breaking point burger menu: burger displays left instead of right #1417208Hi,
Thank you for your patience and the recap, I see that Nikko’s solution works for /who-we-are/ because it uses 1/5 + 4/5 columns
On /anja-vogt/ you are using 1/5, 3/5, 1/5 columns so try this css:@media only screen and (max-width: 1366px) { #top.page-id-549 .av_three_fifth { width: 100%; } #top.page-id-549 .av_one_fifth.el_before_av_three_fifth, #top.page-id-549 .av_one_fifth.el_after_av_three_fifth { display: none; } }
If you use the same layout for your other pages you can remove the page ID: .page-id-549 from the css.
To remove the sticky header between 768px and 1366px try this css:@media only screen and (max-width: 1366px) { .html_header_sidebar #top #wrap_all #header.av_always_sticky { position: absolute; } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thank you for your patience, it looks like TRAINING may be a child of DFR, please check and if you are able to change this then please do.
If you are not able to change this because the structure is needed elsewhere, or this doesn’t help, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.page-id-117 #menu-item-154 a { color: #7f7e7e; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeAugust 26, 2023 at 9:30 pm in reply to: Background video on color section not working properly? #1417204Hi,
Thank you for your patience, I’m not sure why your site is behaving differently, because I copied you page to my test site and the video shows correctly without the black bars, perhaps there is a conflict with a plugin or code custom code.
But I found adding this css in your WordPress ▸ Customize ▸ Additional CSS corrects#top .av-video-slide video { width: 100%; height: unset; }
Please clear your browser cache and check.
Best regards,
MikeAugust 26, 2023 at 8:22 pm in reply to: Enfols multilanguage site using child and parents sub-directories on WP basis #1417203Hi,
I have numbered these three questions to identify them.
1: glad that you like the idea to create new sites for the languages like guidedtour/it, guidedtour/fr, guidedtour/en, etc2: it is possible to automatically redirect based on language, I would recommend trying to find a plugin for this so it will be easy to manage, but it can also be do with the .htaccess file. More research would need to be done to find the solution. But I would still plan on adding a language selector to your header so all of the sites are linked together.
3: I see that your site is slow there is no difference between sub-directories or sub-domains. One way to improve your site is to use the LiteSpeed caching in your cPanel, try using this plugin to activate it LSCache for WordPress, and then remove the plugins you are not going to use, sure as WPML Multilingual CMS, & Loco Translate, & JetPack etc.
Your images can be compressed, I tested one on tinyjpg.com and it could be 82% smaller
Try using the TinyPNG plugin to make your images smaller.I recommend first getting your site to run faster before cloning it to create your other sites, try these suggestions and if you need further help please open a new thread so this one will stay on the topic of cloning the main site to create the other sites. Once your site is working well then let us know in this thread and we can make your clones.
Best regards,
MikeHi,
Thank you for your patience, the “no-products-found” container is because you have this function at the bottom of your functions.phpfunction custom_pre_get_posts_query( $q ) { $tax_query = (array) $q->get( 'tax_query' ); $tax_query[] = array( 'taxonomy' => 'product_cat', 'field' => 'slug', 'terms' => array( 'cursus' ), // Don't display products in the clothing category on the shop page. 'operator' => 'NOT IN' ); $q->set( 'tax_query', $tax_query ); } add_action( 'woocommerce_product_query', 'custom_pre_get_posts_query' );
Or you can try Ismael’s css.
To correct the Herfstcursus image size try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.archive .thumbnail_container img { height: 324px; }
Best regards,
MikeHi,
Thanks for the screenshot, you will need to add css media queries for some of the key screen widths, try using the above code as a base and change the left: -58vw; to suit.
You can add min and max for a media query like this:@media only screen and (min-width: 990px) and (max-width: 1024px) { /* code here */ }
Best regards,
MikeHey aboderc,
Thank you for the link to your site, I see that your Exo font at Enfold Theme Options ▸ General Styling ▸ Fonts ▸ Heading Font is a Google Font:
when I check your site this is the font I see called from Google, I don’t see Open Sans called:
Please change this font to a local font.Best regards,
MikeHey Madison,
Try this tutorial that includes a TikTok icon that you can use if you wish, and all of the steps to set it up.Best regards,
MikeHey tammiviestinta,
The TikTok icon is not available on Fontello.com so you need to create it manually, try this tutorial that includes a TikTok icon that you can use if you wish, and all of the steps to set it up.Best regards,
Mike -
AuthorPosts