Forum Replies Created
-
AuthorPosts
-
Hi,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { .responsive #top .avia-slideshow-controls a { display: inline-block!important; }}
I added !important;
Best regards,
MikeHi,
I moved the function to the correct place in your functions.php fileIf you are not using a child theme you need to add the above function after this line in the theme functions.php:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Best regards,
MikeMay 29, 2017 at 9:14 pm in reply to: How to match the font of the slideshow caption and button to rest of site? #801256Hi,
We could try adjusting the sub-menu over a little:#top .av-main-nav ul ul {left: 110px!important; }
and/or moving the whole menu over some:
.main_menu {right: 200px !important; }
But this is why the sub-menu was popping out left :)
To add a button in the menu, create another menu item a choose Button Style from the Menu Style drop down.
Best regards,
MikeHi,
I’m not sure how you want to increase the space for that line, top bottom right?
For creating line brakes for the phone number and icons in mobile view try this code in the General Styling > Quick CSS field:@media only screen and (max-device-width: 1024px) { .menu-item-3288 {display:block!important; padding-bottom:20px!important;} .menu-item-4019 {white-space: pre-line!important; padding-bottom:10px!important;}}
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey sitesme,
I’m not sure, but this may help: https://www.semrush.com/blog/7-common-hreflang-mistakes-and-how-to-fix-them/Best regards,
MikeHey Jennifer,
Is it the Social Icons you are trying to remove? That is what I’m seeing in the socket area. Try unchecking the Social Icons box in: Enfold Theme Options > FooterBest regards,
MikeMay 28, 2017 at 6:57 pm in reply to: Product titles in product grid increased in size after update #800869Hey Jennifer,
Try this code in the General Styling > Quick CSS field:.entry-content-wrapper h2.woocommerce-loop-product__title {text-transform: none!important; }
Best regards,
MikeMay 28, 2017 at 6:49 pm in reply to: Background image of "Farb section" larger on smartphones? #800866Hi,
Glad Victoria was able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey spiekutowski,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeMay 28, 2017 at 6:21 pm in reply to: Add Contact Form 7 shortcode to lightbox / modal window of Enfold. #800860Hi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHey claha,
Die fehlenden Bilder, ich habe den Link zu einem kopiert und auf eine 404 Fehlerseite geleitet. Siehe Bild im privaten InhaltsbereichBest regards,
MikeHi,
I believe it’s the “Yoast internal linking” plugin causing this, Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeMay 28, 2017 at 5:44 pm in reply to: I have promblem with my editor "Advanced Layout Editor" #800850Hi,
To understand better, can I ask if having the image in the column link to the page, and having the “add to cart” button work as it should, be a solution? I believe the area without a link in the column would be very small, and then you could use two links in the same column.Best regards,
MikeHi,
It looks like it’s changing for me, after you do a change please clear your cache to see the changes: http://www.refreshyourcache.com/en/home/If you include a admin login in the private content area, and tell us which style you would like we could change it for you :)
Best regards,
MikeHi,
Your welcome and Thank you for using Enfold. Shall I close this one now?Best regards,
MikeHi,
Yes both of those, but you should only use one caching program.Best regards,
MikeMay 28, 2017 at 4:36 pm in reply to: Enfold Product List Element don`t hide Out of Stock Variation Products #800833Hi,
For the blurry images at that URL, what I’m seeing is the upload size, or media chosen size is 80×80, and it’s being scaled up to 228×228. So we should change the product image sizes which are thumbnails.
Navigate to WooCommerce -> Products. Select Product tab and click Display: Scroll down to change the parameters for the Product Thumbnails. Change to 228×228 and regenerate your thumbnails: https://wordpress.org/plugins/regenerate-thumbnails/
Then please clear your cache :)Best regards,
MikeMay 28, 2017 at 3:39 pm in reply to: How to create a hotspot image with completely transparent hotspots and no toolti #800827Hey connect4consulting,
A tooltip with a different name would be very difficult, but this code below creates a transparent hot point with a pulse.
Try this code in the General Styling > Quick CSS field:.av-hotspot-container .av-image-hotspot_inner {background: transparent!important; }
Hope this helps :)
Best regards,
MikeMay 28, 2017 at 3:29 pm in reply to: I have promblem with my editor "Advanced Layout Editor" #800826Hey kav-acher,
Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Sophabed,
You would need to configure each instance of the theme on your multisite. The child theme would reflect whatever changes are in it but it doesn’t automatically reflect a parent theme or any customization of the theme options without manual changes.
in other words:
1) Install the parent theme on the network.
2) Activate & configure the parent theme on each sub site separately (Do not network activate)
3) Install the child theme on the network.
4) Activate and configure the child theme on each sub site (Do not network activate)A. When making a change to the configuration of the theme, do this to the parent theme that has been activated / sub site.
B. When customizing or overriding the parent, do this on each child theme that has been activated / sub site.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.single-post .title_container .breadcrumb {display:none !important;}
Best regards,
MikeHi,
Looks like you are using Version 3.0.4, please try updating.
To update manually via FTP: https://vimeo.com/67209750
Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfold
I recommend backing up with: https://wordpress.org/plugins/duplicator/Best regards,
Mike -
AuthorPosts