Forum Replies Created
-
AuthorPosts
-
Hi graememyburgh,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaOctober 22, 2017 at 9:25 pm in reply to: Enfold 4.1.2 – Google map not working with wordpress 4.8.2 after upgrade #867327Hi Marcel,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Please check functions.php for the function with the key for the maps and remove it. You have 2 keys in two different places.
Best regards,
VictoriaHi KingFilly,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.iconbox_top .iconbox_content { min-height: 245px; word-wrap: break-word; }But the amount of text is not equal and so on smaller screens, the rule can not apply.
If you need further assistance please let us know.
Best regards,
VictoriaHi Ikyo,
Thank you : ) You too! Have a delightful week.
If you need further assistance please let us know.
Best regards,
VictoriaHey Dana2225,
Credentials did not work for me. Could you please update the credentials.
Best regards,
VictoriaHey lock255,
Here are some threads to consider:
https://kriesi.at/support/topic/shop-page-sidebar-on-mobile-above-content/
If you need further assistance please let us know.
Best regards,
VictoriaHi Fraggs,
Do you mean that you switched to the default theme and the breadcrumbs did not work as you need?
Best regards,
VictoriaHi fionalea,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
nav.main_menu { left: 65%; transform: translateX(-50%); width: 70%; }If you need further assistance please let us know.
Best regards,
VictoriaHey slh38,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHi chantalinkdesign,
Old html, that is not supposed to be there, is still there. Please update your theme via FTP or enable the Editor menu under Appearance.
Best regards,
VictoriaOctober 22, 2017 at 9:02 pm in reply to: Home page not properly displayed using Enfold Child and WPML #867309Hi Thomas,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaHi Christian Prater,
Your server does not allow images to load. It’s either in some config or in .htaccess.
Best regards,
VictoriaOctober 22, 2017 at 8:53 pm in reply to: Center Align special heading so that lines still show #867304Hi skynandi,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 480px) and (max-width: 767px) { .av-special-heading-tag:after { content: ''; width: 30% !important; } .av-special-heading-tag:before { content: ''; width: 30% !important; } } @media only screen and (max-width: 479px) { .av-special-heading-tag:after { content: ''; width: 20% !important; } .av-special-heading-tag:before { content: ''; width: 20% !important; } } .av-special-heading-tag:after { content: ''; width: 40%; height: 1px; border-bottom: 1px solid #6cc24a; position: absolute; right: 0; top: 45%; } .av-special-heading-tag:before { content: ''; width: 40%; height: 1px; border-bottom: 1px solid #6cc24a; position: absolute; left: 0; top: 45%; }If you need further assistance please let us know.
Best regards,
VictoriaOctober 22, 2017 at 8:38 pm in reply to: WooCommerce Cart Icon Broken – WooCommerce 3 / Enfold 4 #867301Hi MyGirlFriday805,
Please start a separate thread, describe your issue there and give us a link to your website, just to avoid confusion.
Best regards,
VictoriaHi thetshed,
The html flow does not allow this change to be done with the css, so we will have to use JavaScript.
Here is the code you can put in your funtions.php
function av_move_event_details() { ?> <script> jQuery(window).load(function() { if (jQuery.avia_utilities.isMobile) { jQuery(".av-single-event-meta-bar ").insertAfter(jQuery(".tribe-events-cal-links")); } }); </script> <?php } add_action('wp_footer', 'av_move_event_details');If you need further assistance please let us know.
Best regards,
VictoriaOctober 22, 2017 at 8:20 pm in reply to: Portfolio with fullscreen slider – previous and next #867299Hey convecto,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHi Jon,
Looks like the css file does not get regenerated when any changes are made in quick css. This could be due to a plugin conflict.
Can you try to put the code via FTP in /wp-content/themes/enfold/css/custom.css file.
Best regards,
VictoriaHey snitt,
This looks like the issue we’ve had with the menu in this version. The fix is on the way. Can you set the menu to have submenus open for now, until the fix is available?
Here is a long thread about the issue:
https://kriesi.at/support/topic/sub-menu-do-not-appear-in-mobile-menu-since-4-1/#post-823575Best regards,
VictoriaOctober 22, 2017 at 7:39 pm in reply to: Masonry gallery – sort images randomly – double images #867286Hey jurgen1979,
Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
The random works, but the query does not know that it has to exclude some items loaded before and so some items repeat.
If you need further assistance please let us know.
Best regards,
VictoriaHi spapax,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHi Matzipuh,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { #top #av-tab-section-1 .template-blog .post .entry-content-wrapper { max-width: 80vw; } }If you need further assistance please let us know.
Best regards,
VictoriaHey lzevon,
Could you please attach a few screenshot of the issue? I looked at your website, seems to be fine.
Best regards,
VictoriaHi Nils,
Thank you :)
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css.main_color span.toggle_icon { border-color: #ccc; } .grid-sort-container .grid-entry-excerpt, .grid-sort-container .entry-content-header { color: #666; }If you need further assistance please let us know.
Best regards,
VictoriaOctober 22, 2017 at 7:12 pm in reply to: How do I add a custom class to the A element while using [av_button]? #867277Hi champlainconted,
What code are you using for GTM?
Best regards,
VictoriaOctober 22, 2017 at 7:10 pm in reply to: Full height for Google Maps API in full height section #867276Hi Ivan,
You can stick with that, just have the media queries for different screen sizes, and put that in the quick css not in the text block.
Something like this:@media only screen and (max-width: 767px) { #map { min-height: 400px; height: auto; width: 100%; overflow: hidden; border: none; } }If you need further assistance please let us know.
Best regards,
VictoriaHi pdmeira,
I am seeing the menu, that could have been just cache. Could you please clear the cache, check again and get back to us.
Best regards,
VictoriaHi marketingagency,
Somebody probably disabled the editor in the config, here is what to look for:
Best regards,
VictoriaHi nightjar,
Glad you got it working for you! And thank you for sharing! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi Kim,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 989px) { .responsive #top #main { padding-top: 88px !important; margin: 0; } }If you need further assistance please let us know.
Best regards,
Victoria-
This reply was modified 8 years, 3 months ago by
Victoria.
-
This reply was modified 8 years, 3 months ago by
-
AuthorPosts
