Forum Replies Created
-
AuthorPosts
-
Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueSeptember 19, 2016 at 10:33 pm in reply to: Sub Navigation Menu – WooCommerce Pages Conflict #688839Hi,
Check it now.
Best regards,
JosueHi,
Have you tried using the
One toggle open at a time
option? i checked this Page on my phone and it seems it’s what you want to achieve.Best regards,
JosueSeptember 19, 2016 at 8:51 pm in reply to: Woocommerce Cart Separator – How to remove them ? #688774Hi,
Try this code:
#header #menu-item-shop{ display: none; } #header #menu-item-shop.av-display-cart-on-load { display: block; }
Best regards,
JosueOi Debora,
Eu fiz testes e concluiu que o problema vem do servidor (não permite mailing), você vai precisar entrar em contato com a sua hospedagem sobre isso.
Saudações,
JosueHi,
Check it now, here’s the code that did the trick:
.avia-fullscreen-slider .avia-slideshow[data-image_attachment=fixed] .avia-slideshow-inner, .avia-fullscreen-slider .avia-slideshow[data-image_attachment=fixed] > ul > li{ transform: none !important; }
Will report to Kriesi.
Best regards,
JosueHi,
1. Change the first code to:
.av-fixed-size .av-masonry-entry.post:nth-of-type(1) .av-inner-masonry-sizer, .av-fixed-size .av-masonry-entry.post:nth-of-type(2) .av-inner-masonry-sizer, .av-fixed-size .av-masonry-entry.post:nth-of-type(3) .av-inner-masonry-sizer { padding-bottom: 50% }
2. Use the following:
@media only screen and (max-width: 767px) { #av_section_2 .entry-content-wrapper { display: flex; flex-flow: row wrap; } #av_section_2 .entry-content-wrapper .avia-builder-el-5 { order: 2; } #av_section_2 .entry-content-wrapper .avia-builder-el-7 { order: 1; } }
Would suggest setting a custom ID to that section (ex: blog-posts) and change
av_section_2
in the code above.3. Change
full
formasonry
and add this to Quick CSS:.single-post .big-preview a { pointer-events: none; }
Best regards,
JosueHey!
Try adding this code to General Styling > Quick CSS:
@media only screen and (max-width: 767px) { #header_meta { background-size: contain; } }
Cheers!
JosueSeptember 19, 2016 at 6:28 pm in reply to: Woocommerce Cart Separator – How to remove them ? #688650Hey!
Try adding this code to General Styling > Quick CSS:
.html_visible_cart .cart_dropdown { border: 0; }
Cheers!
JosueHi,
What file are you editing? can you create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Third-party plugins are outside our scope but we can take a quick look, can you provide us a WordPress administrator account? post it here as a private reply (also post test data to trigger payments).
Regards,
JosueHey!
Try adding this code to General Styling > Quick CSS:
#top .aviaccordion-title-on-hover .aviaccordion-preview { opacity: 1; filter: alpha(opacity=1); } #top .aviaccordion-title-on-hover .aviaccordion-preview .aviaccordion-excerpt{ opacity: 0; filter: alpha(opacity=0); } #top .aviaccordion-title-on-hover .aviaccordion-active-slide .aviaccordion-preview .aviaccordion-excerpt{ opacity: 1; filter: alpha(opacity=1); } #top .aviaccordion.av-animation-active .aviaccordion-slide, #top .aviaccordion-title-on-hover .aviaccordion-preview .aviaccordion-excerpt{ -webkit-transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000); transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000); }
Cheers!
JosueSeptember 19, 2016 at 6:03 pm in reply to: How to add previous/next links in a posts with multiple categories? #688640Hi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ if(is_singular('post')){ ?> <script> (function($){ $(window).load(function() { $('.entry-footer').insertBefore('.ssba-wrap'); }); })(jQuery); </script> <?php } } add_action('wp_footer', 'add_custom_script');
Regards,
JosueHey!
Try adding this code to General Styling > Quick CSS:
.avia-fullscreen-slider .avia-slideshow[data-image_attachment=fixed] .avia-slideshow-inner{ transform: none !important; }
Cheers!
JosueSeptember 19, 2016 at 5:24 am in reply to: WPML automatically in top header – change flag to dropdown #688272Hi,
Can you post an access to the site too please?
Best regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed? also, can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueHey,
Sorry about what happened with your developer but unfortunately this is not something we can’t assist with (modifications made by a third-party). I’d suggest contacting our recommended customisation service (Codeable) here.
Regards,
JosueHi,
1. Use this CSS code:
.av-fixed-size .av-masonry-entry .av-inner-masonry-sizer { padding-bottom: 50%; }
2. Can you post a screenshot of the issue?
3. Open includes/loop-index.php and replace this line:
$current_post['slider'] = get_the_post_thumbnail($current_post['the_id'], $size);
With:
$current_post['slider'] = get_the_post_thumbnail($current_post['the_id'], 'full');
Best regards,
JosueOi,
Voce precisa mudar
YOURBWESITE.com
pelo site real (URL).Saudações,
JosueHey eaonflux,
Try including the preceding code too:
class avia_newsbox extends WP_Widget { ... }
Best regards,
JosueHi,
Have you tried using the ALB Comments element?
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueY que pasa si pones:
http://riosdevidareus.es/*
Hi,
Can you check the JavaScript console (CMD/Ctrl + Alt + J) when the issue occurs? also, please disable JS concatenation first by adding this to wp-config.php:
define('CONCATENATE_SCRIPTS', false);
Best regards,
JosueSeptember 14, 2016 at 6:28 pm in reply to: I can't edit pages. Only if i desactivate all plugins.. #686541Hola,
Me parece que lograste arreglar esos problemas? estoy mirando el home y luce como las screens ‘correctas’. Avisanos si necesitas ayuda aun.
Saludos,
JosueMake sure you refresh any caching / minification after doing changes to Quick CSS.
Best regards,
JosueHey!
Try adding this code to General Styling > Quick CSS:
#top a.av-masonry-entry.post:nth-of-type(1), #top a.av-masonry-entry.post:nth-of-type(2), #top a.av-masonry-entry.post:nth-of-type(3){ width: 100% !important; } .entry-content a { box-shadow: inset 0 -3px 0 #fae665; transition: all linear 0.2s; } .entry-content a:hover, .entry-content a:focus { box-shadow: inset 0 -22px 0 #fae665; color: #333; }
Cheers!
Josue -
AuthorPosts