Forum Replies Created
-
AuthorPosts
-
Hey Krissie,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHey Franby,
If you are not using Layer Slider and you have access to FTP, you can deactivate Layer Slider. Here is how to do it.
Hopefully, this will help to get you access back to admin part.
Best regards,
VictoriaHi Steven,
You can do it like this:
div .av_one_fourth {margin-left: 1%;width: 24.5%;} div .av_one_half {margin-left: 1%;width: 49%;}
Put this css in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css or in child theme, if you use one.
If you need further assistance please let us know.
Best regards,
VictoriaHey triplexxxx,
Please refer to this thread for a possible solution.
If you need further assistance please let us know.
Best regards,
VictoriaHi cbentley65,
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,
VictoriaApril 11, 2017 at 1:43 pm in reply to: Reduced header height – how to get rid of the bar below the header #776008Hi laptophobo,
Do you need any more help with this issue or the css above solves your problem?
Best regards,
VictoriaApril 11, 2017 at 1:35 pm in reply to: Getting Warning Messages on Plugin page after Update 4.0.3 #775999Hi zweiw,
Are you using Layer Slider? If not, you can deactivate it. Here is how to do it. If you are using it, please be patient. There has been a new version of Layer Slider release and our developers are working on having it in the new version of Enfold.
If you need further assistance please let us know.
Best regards,
VictoriaApril 11, 2017 at 1:21 pm in reply to: Display Ajax Portfolio Categories as Buttons instead of text #775994Hi Gilbert,
This is how you can give color to all category, but you might want to give a different color to current category instead.
.av-sort-by-term a:first-child span.inner_sort_button { background-color: #c72cbe; }
If you need further assistance please let us know.
Best regards,
VictoriaHi Joaquim,
Well, you can do it via css, if no other way worked. 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
.av-language-switch-item { display: none; }
If you need further assistance please let us know.
Best regards,
VictoriaHey RoseNReckless,
Try deactivating Mobile menu options plugin and get back to us.
Best regards,
VictoriaHi MIMMT,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHey likegluelikecrew,
The page did not load at all. It your site working ok?
Best regards,
VictoriaHey Briana,
Here is the code you can put in functions.php in child theme:
add_action('wp_footer', 'ava_new_custom_script'); function ava_new_custom_script(){ ?> <script type="text/javascript"> (function($) { var lastScrollTop = 0; var target = $(".container.av-logo-container"); $(window).on('scroll', function() { st = $(this).scrollTop(); if(st < lastScrollTop) { if (st <= 2) { target.css("background-color", "rgba(255, 255, 255, 0.5)"); } } else { target.css("background-color", "#fff"); } lastScrollTop = st; }); })(jQuery); </script> <?php }
Also you might want to pay attention to the header on mobile, the logo seems to be too big.
If you need further assistance please let us know.
Best regards,
VictoriaHey jancecile,
There has been another Layer Slider update, that’s why you are seeing that warning. If you do not use Layer Slider you can deactivate it. Here is how you can do it.
Thank you for using Enfold :)
If you need further assistance please let us know.Best regards,
VictoriaHi William,
Even if we help you to fix the height of the slider, it still does not look that good. You might want to consider an alternative solution. Image remains there, and stays that small size, the title, subtitle and buttons move below, no animation, small image, much cleaner and much faster layout. Hide the slider on mobile and show such a prebuilt section. Let us know what you think.
If you need further assistance please let us know.
Best regards,
VictoriaApril 11, 2017 at 11:43 am in reply to: Enfold fixed parallax background image should not be visible on mobile #775952Hi Jürgen,
Please clear the cache on your device or try on different device, and get back to us.
Here are is how you can do it:
https://support.wix.com/en/article/clearing-your-browsers-cache-on-a-mobile-device
https://www.wondershare.com/mobile-phone/how-to-clear-cache-on-android-devices.htmlIf you need further assistance please let us know.
Best regards,
VictoriaHey mcraig77,
There is a setting in Tab Section element – “Initial open”, normally set to 1, it rules the order.
If this does not help, 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 lanikita,
Try using & l t; (without spaces) instead.
http://stackoverflow.com/questions/5068951/what-do-entities-lt-and-gt-stand-forIf you need further assistance please let us know.
Best regards,
Victoria- This reply was modified 7 years, 7 months ago by Victoria.
Hi Ganubis,
You might want to ask this question at WooCommerce support forum.
If you need further assistance please let us know.
Best regards,
VictoriaHi roderickvs,
Here is the code:
add_action('wp_footer', 'ava_new_custom_script'); function ava_new_custom_script(){ ?> <script type="text/javascript"> (function($) { function a() { $('.pagination').insertBefore('.products'); $('.term-description’).insertAfter('.products'); } $(window).load(function() { a(); }); })(jQuery); </script> <?php }
Put in your child theme functions.php, there was an issue with the single quotes.
Let me know if it worked this time.
Best regards,
VictoriaHey Jan,
I checked both pages I see slider, products and posts in a grid. Where is the masonry supposed to be?
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look, if you still need our help.Best regards,
VictoriaHi Neverlands,
Do you still need help with this issue? I see you got some opacity there. You could even go with
background-color: rgba(0, 122, 163, 0.65) !important;
to get a bit more transparency.
If you need further assistance please let us know.
Best regards,
VictoriaHi mdecker84,
You have to add more styles to make you image shrink with the header.
Could you please give us a link to your website, we need more context to be able to help you.Best regards,
VictoriaHi ENBertussi,
Normally for related products shops show a thumbnail, title and price, not all the info that you want to show in those narrow spaces. You really need to reconsider the page architecture and how it would look on mobile.
Best regards,
VictoriaHi jacopocabianca,
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
.post-entry.post-entry-type-page.post-entry-21 .template-blog .blog-meta { float: left; margin-right: 50px; width: 40%; } .post-entry.post-entry-type-page.post-entry-21 .main_color .small-preview { width: 100%; height: 100%; }
If you need further assistance please let us know.
Best regards,
VictoriaHi web6s,
You might want to consider hiring a developer to get this issue solved for you as this is not something that can be fixed with a small code snippet and needs thorough investigation and so is out of the scope of our support.
Best regards,
VictoriaHi charlotteraboff,
There is probably some extra margin in between, or the settings element is fullwidth and has margins also, I am not able to reproduce it in any browser.
Here is the code you can use, but there are also styles that are loaded with that iframe that give extra padding to the settings element.
@media only screen and (max-width: 767px) { .av-special-heading.av-special-heading-h3.blockquote.modern-quote { padding-bottom: 0px !important; } .post-entry.post-entry-type-page.post-entry-1938 .avia_textblock p { margin-top: 0; } }
If you need further assistance please let us know.
Best regards,
VictoriaHi Maria,
If you want to disallow these folders just put the rule to you robot.txt.
Here is more on the topic.If you need further assistance please let us know.
Best regards,
VictoriaHi xxtita,
You have to add excerpts to your posts, then they might show instead of the whole post. Also here is how you can make custom template for category.
Here are a few useful links for our forum:
https://kriesi.at/support/topic/category-archive-page-change-layout-to-show-excerpt/
https://kriesi.at/support/topic/category-page-and-layout-builder/If you need further assistance please let us know.
Best regards,
VictoriaHi all,
What version of php are you running? And yes, we are working on the new version of Enfold with the Layer Slider update. Thank you for your patience.
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts