Forum Replies Created
-
AuthorPosts
-
August 19, 2017 at 9:30 pm in reply to: Masonry grid with portrait / landscape tags issue with multilingual #841428
Hey Elena,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Here is a thread for you to consider
https://wpml.org/forums/topic/how-to-disable-en-suffix-in-tag-names/Best regards,
VictoriaAugust 19, 2017 at 9:25 pm in reply to: Social icon: make display in the tablet and mobile view #841426Hey maryhellensegatta,
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) { #header_meta .noLightbox.social_bookmarks.icon_count_1 { display: block !important; width:10%; } .av_secondary_right .sub_menu { padding-left: 0px; } }If you need further assistance please let us know.
Best regards,
VictoriaHi webmanu,
You can use those, it might require some amount of custom coding and knowledge of php and workings of WordPress.
Best regards,
VictoriaAugust 19, 2017 at 9:16 pm in reply to: WooCommerce/Product-Addons – No Errors shown at AVIA built productlayouts #841422Hi Birger,
Try adding this code to your functions.php
add_action( 'woocommerce_before_single_product', 'woocommerce_show_messages', 15 );Best regards,
VictoriaHi Ludewigs,
That code depends on jQuery and it was loading before it, thus producing an error. Loading it later helps. The code is visible to forum users, but it does not have your info, like a key, it’s a general code. The code from the private box is only visible to moderators.
If you need, we can delete the code.
If you need further assistance please let us know.
Best regards,
VictoriaHi Heathcliffe,
Thanks, glad that you enjoy Enfold! And that you got a working solution!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VictoriaHi mleite1,
The code I gave you will work if you set the masonry to 1px gap and add the css to quick css. I tested on your page.
Best regards,
VictoriaHi canadianllama,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaHi Theresa,
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) { nav.main_menu { display: block !important; } }If you need further assistance please let us know.
Best regards,
VictoriaHey promosapien,
Please check now, home-2 give a 404, but there was an extra symbol in the menu link.
Best regards,
VictoriaHi Scott,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi Campbell,
You seem to have a child theme and the header.php file in it. If this is the case, you need to merge the header.php file in your child theme with the fresh one from the parent theme.
Best regards,
VictoriaHi Scott,
That’s a very valid question. We’ll let Kriesi know of the concern.
Best regards,
VictoriaAugust 19, 2017 at 8:17 pm in reply to: Portfolio item links need to open in new browser window #841394Hi Carolin,
Here is the code you can put in your funtions.php
function av_portfolio_new_tab() { ?> <script> jQuery(window).load(function() { jQuery('.grid-image').attr('target','_blank'); }); </script> <?php } add_action('wp_footer', 'av_portfolio_new_tab');If you need further assistance please let us know.
Best regards,
VictoriaHi erraziB,
What device and browser are you using?
Best regards,
VictoriaHi spottydog63,
The new burger menu does not seem to work well for the fallback menu, you need to create a menu and assign it to be the Enfold main menu.
Best regards,
VictoriaAugust 19, 2017 at 7:24 pm in reply to: Main Nav Issue: Incorrectly shows as transparent, wrong font color #841378Hi team_ubermedia,
You can make your changes in the theme options, press save and the file will be regenerated. Do you need any help with css?
Best regards,
VictoriaAugust 19, 2017 at 7:20 pm in reply to: WooCommerce Ship to a Different Address not pulling from My Account Settings #841375Hi Jamie,
Looks like I got a different address. Could you please clear the cache, check again and get back to us?
Best regards,
VictoriaHi johnfelipe,
Modify that code to be
@media only screen and (max-width: 1330px) { .av-burger-menu-main { display: block!important; } li#menu-item-search.menu-item { display: block !important; } #avia-menu .menu-item { display: none!important; }}At which screen size did you get that view?
Best regards,
VictoriaHi Justin,
Here is the attempt to adjust this slider to the mobile, it’s really tough. I think, a better solution is to build a separate slider for mobile.
@media only screen and (max-width: 425px) { #layerslider_3, #layerslider_3 .ls-wrapper.ls-z { width: 375px !important; height: 220px !important; } #layerslider_3 .ls-wrapper.ls-z img, #ls-global .ls-container img { background-size: contain !important; width: 490px !important; height: 220px !important; } #layerslider_3 .ls-wrapper.ls-in-out div, #layerslider_3 .ls-wrapper.ls-in-out p { width: 375px !important; top: 80px !important; font-size: 24px !important; left: 20px !important; } #layerslider_3 .ls-wrapper.ls-in-out img { width: 50% !important; top: 80px !important; font-size: 24px !important; left: 20px !important; } }Best regards,
VictoriaAugust 19, 2017 at 6:33 pm in reply to: is there a code i can use to DISABLE IMAGE SAVING / DRAGGING? #841356Hi Chris,
You can turn on custom class for all elements. Here is how to do it:
If you need further assistance please let us know.
Best regards,
VictoriaHi zhomes1705,
Could you please give us a link to your website, we need more context to be able to help you.
Please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.
Best regards,
VictoriaAugust 19, 2017 at 6:29 pm in reply to: How to add phone number in top nav instead of top bar? #841352Hi sdachos,
No, this code just rotates the icon, no zoom there.
Best regards,
VictoriaHi elctowson,
Please update the theme to the latest version. That should fix any issues you are currently experiencing :)
To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)
If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area.
Best regards,
VictoriaAugust 19, 2017 at 6:24 pm in reply to: view issues on mobile phones with age verification form #841348Hi Doron,
Glad it’s working for you now :)
If you need further assistance please let us know.
Best regards,
VictoriaAugust 19, 2017 at 6:24 pm in reply to: view issues on mobile phones with age verification form #841349Hi Doron,
Glad it’s working for you now :)
If you need further assistance please let us know.
Best regards,
VictoriaHey johnfelipe,
Could you please give us a link to your website, we need more context to be able to help you.
Please consider this thread
If you need further assistance please let us know.
Best regards,
VictoriaHi SandraSquires,
Could you please enable the Advanced Layout Builder debug mode . Here is how to do it: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Best regards,
Victoria -
AuthorPosts
