Forum Replies Created
-
AuthorPosts
-
Hey Sentierduyoga,
That is custom work, and is not available in the Layout Builder. We can’t share a finished solution with you unfortunately, but if you want to create something similar, then you can inspect the code in your browser to find out how it was done.
Best regards,
RikardHey jeremysecondary,
You can import a font using CSS like this, which you can find on the Google fonts site:
Add it either to Quick CSS, or the text block in question. Then you can add the font family inline in your text:
<p style="font-family: 'Roboto', sans-serif;">This text should use Roboto</p>Best regards,
RikardHey badoes,
Please try this CSS as well:
@media only screen and (min-width: 768px) { #avia-menu { padding-left: 45px; } }Best regards,
RikardNovember 18, 2020 at 1:06 pm in reply to: Menus stopped scrolling through since latest update #1261258Hi,
Thanks for the update. Do you have a screenshot or mockup describing or highlighting this behaviour?
As you can see in our demos, the menus behave just like on your site, so I’m not sure how your menus worked before? https://kriesi.at/themes/enfold/
Best regards,
Rikard-
This reply was modified 5 years, 5 months ago by
Rikard.
November 18, 2020 at 12:21 pm in reply to: How to Create a Button Link to a Section of a Page #1261246Hey tlscaliti,
You can do that with a button element for example. Simply put the URL to your section in the link field:
https://your.site/page/#name-of-anchorBest regards,
RikardNovember 18, 2020 at 11:53 am in reply to: Change order of widgets in product page on mobile devices #1261238Hi Markus,
Thanks for the update. Please try this instead:
function add_mobile_product_sidebar_below_description() { if(wp_is_mobile()) { ?> <script> jQuery(document).ready(function($) { var sidebar = $('.single-product .smartphones_sidebar_active').detach(); $('.single-product .single-product-summary').append(sidebar); }); </script> <?php } } add_action('wp_footer', 'add_mobile_product_sidebar_below_description');It should only apply on mobile devices.
Best regards,
RikardHi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.page-id-1973 #av-layout-grid-1 .avia-button:hover { opacity: 1; pointer-events: none; }The newsletter and article de blog buttons don’t have any effect on hover on my end.
Best regards,
RikardNovember 18, 2020 at 7:15 am in reply to: Put Prisna Google Website Translator into main menu #1261215Hey backfolder,
Did you try to add the shortcode into an actual menu item, it might work, but I’m not sure. If not then you can try adding it to a widget area in the header: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
Best regards,
RikardHi Pascal,
Thanks for that. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardHi,
Thanks for the update. The site you are trying to copy is much wider than yours, so maybe you want to increase the container width in the theme options? If you want to control when the mobile menu becomes active then you can add this to Quick CSS:
@media only screen and (max-width: 1024px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }Change the value 1024 to the pixel width when you want the mobile menu to become active.
Best regards,
RikardHi Jaime,
I have no idea to be honest with you, maybe it would be better if you reached out to your hosting provider to see if they can help you out?
Best regards,
RikardHey Saru82,
Could you try updating the theme to the latest version (4.7.6.4) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
RikardHi Tian,
Please try installing an SEO plugin like Yoast: https://wordpress.org/plugins/wordpress-seo/, you can specify exactly which image should be used on social platforms using that plugin.
Best regards,
RikardNovember 18, 2020 at 6:39 am in reply to: Unwanted slash added to menu – breaking anchor links #1261209Hey karmenka,
I can’t load your site at all unfortunately, please see private.
Best regards,
RikardNovember 18, 2020 at 6:31 am in reply to: Could not connect to Google Maps with this API Key #1261208Hi,
Thanks for the update. Please post working login details in private if you should need any further help.
Best regards,
RikardNovember 18, 2020 at 6:29 am in reply to: Enfold Theme keeps deleting my content if I make any edits #1261207Hi peter85,
Thanks for the login details. I tried adding a text block at the bottom of your welcome page, and I edited the header next to the slider, but I can’t see anything disappearing. Did you manage to get things working again?
Best regards,
RikardHi Eline,
Thanks for the login details and sorry for the problem. I see that you are running an old version of the theme, could you try to update to the latest version (4.7.6.4) to see if that helps please? The update to 4.7.x has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or use a plugin to upload the theme zip file: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/
If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
RikardNovember 18, 2020 at 6:06 am in reply to: Where to add code into body? (adding livechat code) #1261205Hey alexx8675,
Please try this in your functions.php file:
function alexx8675_add_chat_script(){ ?> <script src="//www.apex.live/scripts/invitation.ashx?company=vibrantmediaproductions" async></script> <?php } add_action('wp_footer', 'alexx8675_add_chat_script');Best regards,
RikardHey Monique,
I can’t see that happening on my end when using the Iphone simulation in Chrome. In which browser and device are you seeing that happening on? Also, did you try loading the problem page in an incognito or private window?
Best regards,
RikardHi,
Thanks for that. I renamed the Enfold parent theme, and it’s possible to login after that. I then restored it back to normal and logged out, and it’s possible to login as usual after that, without any error messages. Could you check and verify that it’s working on your end as well please?
All the plugins are disabled, you could try activating them again to see if the problem comes back. If it does then please try deactivating them again, and activate them back one by one, to see when the problems start coming back.
Best regards,
RikardNovember 18, 2020 at 5:04 am in reply to: WooCommerce stopped working correctly – Paid Orders Stuck in Pending #1261199Hi,
I would advise that you reach out to the plugin developers, as they should be in a better position to help you out with this. If you need further help from us, then please post admin WordPress login details in private.
Best regards,
RikardNovember 18, 2020 at 4:57 am in reply to: Switch to burger menu soon without losing svg logo #1261198Hi,
Thanks for the update. Please try this CSS as well:
@media only screen and (max-width: 1130px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }Best regards,
RikardHey serenacikis,
I’m not sure which functionality you are referring to, could you try to explain your problem a bit further please?
Search engine result pages can be very slow in updating results, and that is not something we have any power over unfortunately.
Best regards,
Rikard-
This reply was modified 5 years, 5 months ago by
Rikard.
Hey MarcusJeroch,
I can’t reproduce those results on my end, please see screenshot in private. The inline styling in your screenshot is correct, so if that styling is not applying then you must have CSS which is overriding it. Something like this for example:
h2 { font-size: 22px !important; color: #ccc !important; }Inline styling always takes precedent over other CSS, which does not contain !important.
Best regards,
RikardNovember 17, 2020 at 11:33 am in reply to: "Save all changes"greyed out in theme optics, Cannot change any theme settings #1260942Hey webenv9384,
Thanks for the login details, does your site have a URL as well? If so then please share that with us as well.
Best regards,
RikardHey Piotr,
We are not selling or maintaining that theme anymore, but you can download the latest version via the link in private.
Best regards,
RikardNovember 17, 2020 at 11:29 am in reply to: Adjusting the size of the search bar field when clicking magnifying glass #1260939Hi,
This CSS is applying to the search field in the header:
#top #s { width: 600px; height: 50px; right: 50px; }If you replace the top ID with main for example, then it should work after that.
Best regards,
RikardNovember 17, 2020 at 11:23 am in reply to: How do I change the font size and line spacing of the drop down menu? #1260938Hey tlscaliti,
You have selected for the services and about us menu to show as mega menus, maybe you want to turn that off? We can’t view the second link you posted since there’s an error message saying that we can are not allowed to view drafts.
Best regards,
RikardHey gregcarrollLMG,
We haven’t tested the theme with that plugin unfortunately, but we haven’t had any reports of it not working.
Best regards,
Rikard -
This reply was modified 5 years, 5 months ago by
-
AuthorPosts
