Forum Replies Created
-
AuthorPosts
-
Hi twitchdevelopment,
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
#menu-item-31856 .avia_mega_div.avia_mega3.nine.units { left: -700px !important; } #menu-item-31794 .avia_mega_div.avia_mega2.six.units { left: -230px !important; }If you need further assistance please let us know.
Best regards,
VictoriaHi Rainer,
Could this be a cdn issue?
https://kriesi.at/support/topic/contact-form-resetting-to-defaults/#post-391712Best regards,
VictoriaHi draig,
You have to check what kind of page that is in a conditional statement before adding the script.
https://codex.wordpress.org/Conditional_TagsBest regards,
VictoriaHi,
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 PaddleSurfEs,
This line has to target the link, not the span and the function a() has to be :)
function a() { $('#top .logo a').attr('rel', 'nofollow'); }If you need further assistance please let us know.
Best regards,
VictoriaHey Frederic,
Layer Slider has such functionality, but it’s a premium feature and for that you need to buy their license.
Best regards,
VictoriaHi draig,
The second item will require extensive customization and if the solution is available via plugin, I would suggest you use that.
As for the first, if you want to show the content below image in a lightbox as well you can do that via JavaScript.Best regards,
VictoriaHi Carolin,
Below is my suggestion for the iPad 768-1024 view
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: 768px) and (max-width: 1024px) { .avia-section-huge .content { padding-top: 50px; padding-bottom: 30px; } #top .no_margin.av_one_half { width: 100%; padding-top: 20px !important; padding-bottom: 20px !important; } #av-layout-grid-1 h3, #av-layout-grid-2 h3, #av-layout-grid-3 h3 { font-size: 24px !important; } #top .no_margin.av_one_half.avia-builder-el-25, #top .no_margin.av_one_half.avia-builder-el-28, #top .no_margin.av_one_half.avia-builder-el-30 { padding-top: 0px !important; padding-bottom: 0px !important; } #top .no_margin.av_one_half.avia-builder-el-16 { display:none; } }Let me know what you think.
If you need further assistance please let us know.
Best regards,
VictoriaHi Camilla88,
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: 1024px) { .av-burger-menu-main { display: block; } .main_menu .menu-item { display: none; } }If you need further assistance please let us know.
Best regards,
VictoriaHi Camilla88,
I don’t see a secondary menu on either of them.
Here are some threads to consider:
Best regards,
VictoriaHi Lara,
Like I said before, this is not something that can be done with a small code snippet, and so it is not covered by our support, but you could hire a freelancer to do it for you.
If you need further assistance please let us know.
Best regards,
VictoriaJuly 17, 2017 at 2:57 pm in reply to: Enfold Version 4.1 Update troubles – Advanced Menu Toggle #822646Hi iclo,
Do you know why you have that file in a child theme? What modifications were made there? If you know that there were none, just delete this file from your child theme, then the child theme will use the parent theme’s one.
Best regards,
VictoriaHi YongyanLi,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Could you disable caching for a while?
Best regards,
VictoriaJuly 17, 2017 at 2:44 pm in reply to: Events Calendar Individual events on homepage with featured image and excerpt #822633Hi thetshed,
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 mellypenny,
Could you please disable caching and minification, so that we can see in which script it the error in JavaScript.
Best regards,
VictoriaJuly 17, 2017 at 2:15 pm in reply to: Remove link and hover icon on single posts featured images #822616Hi,
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
.image-overlay .image-overlay-inside { display: none; pointer-events: none !important; cursor: default !important; }Here is the code you can put in your funtions.php
add_action('wp_footer', 'ava_new_custom_script'); function ava_new_custom_script(){ ?> <script type="text/javascript"> (function($) { $(window).load(function() { jQuery(".big-preview.multi-big a").click(function(e) {e.preventDefault(); return false;}); }); })(jQuery); </script> <?php }Could you disable cache for a while for us to be able to test css better.
If you need further assistance please let us know.
Best regards,
VictoriaJuly 17, 2017 at 2:08 pm in reply to: Avia Layout – Portfolio grid and Blog Posts no longer outputting – Enfold 4.1.1 #822611Hi None,
Thank you. Could you please check the server log for errors and enable the Advanced Layout Builder debug mode . Here is how to do it: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Did you try disabling all the plugins and enabling them one by one to rule out the plugin conflict?Best regards,
VictoriaHi bluebubble,
Glad we got it woking for you :)
If you need further assistance please let us know.
Best regards,
VictoriaJuly 17, 2017 at 1:59 pm in reply to: URGENT!!!!!! —- Avira Layout Builder – Text Block Auto Erase #822605Hi Hardwire,
The debug mode is not on, the shortcodes do not show. I created a test page and inserted your html in a text block without the column container, it works and saves, and opens normally for edit. You can see a draft of a test page. I suggest you build a new page, and copy the code there.
Best regards,
VictoriaJuly 17, 2017 at 1:47 pm in reply to: Transparency for Promo Box or Text Block with slight transparency #822596Hi andreasjustesen,
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
.page-id-585 .main_color.iconbox_top .iconbox_content { background: rgba(255, 255, 255, 0.3); }If you need further assistance please let us know.
Best regards,
VictoriaHey Bergbursche,
I’m not sure I saw the behavior you’re describing. Seems to work normal. Could you post some screenshots of the issue?
Best regards,
VictoriaHi g7,
The error happens when selecting an option for the product in the WooCommerce JavaScript on a product page. There is no Enfold in the picture here.
I would say, you should try loading a fresh copy of WooCommerce.
Best regards,
VictoriaHi adrianwackernah,
Do you still get that after adding the css, I gave you? Well, menus rely on JavaScript, so disabling it is not a good idea.
Best regards,
VictoriaHey Mike3210,
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,
VictoriaHey melumad1,
Layer Slider team decide to use some features of php that might not work properly with php 5.3.6
https://stackoverflow.com/a/36360421
Which php are you running?Best regards,
VictoriaHey elvirais,
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
.small-preview { width: 150px; height: 150px; }If you need further assistance please let us know.
Best regards,
VictoriaHey PaddleSurfEs,
Please refer to this thread for a possible solution.
If you need further assistance please let us know.
Best regards,
VictoriaJuly 16, 2017 at 5:47 pm in reply to: disable Lightbox modal window on single element, not on whole page #822113Hi abortolotti,
Lightbox can be activated in theme options.
Here is the code you can put in your funtions.phpadd_action('wp_footer', 'ava_new_custom_script'); function ava_new_custom_script(){ ?> <script type="text/javascript"> (function($) { $(window).load(function() { jQuery('.page .tve-leads-two-step-trigger.tl-2step-trigger-7883').find('img').unwrap(); }); })(jQuery); </script> <?php }If you need further assistance please let us know.
Best regards,
VictoriaJuly 16, 2017 at 5:36 pm in reply to: style of children theme load after base.css…..how fix? #822103Hey marcellovoc,
Child theme css has priority over base css, you could be using selectors with lower scpecificity and so they don’t apply (https://developer.mozilla.org/ru/docs/Web/CSS/Specificity).
Could you post a page in question and tell us the changes you’re trying to make?Best regards,
VictoriaHey Slade,
This could be a plugin conflict, please try deactivating all plugins and the activating them one by one. And let us know if the issue persists.
Best regards,
Victoria -
AuthorPosts
