Forum Replies Created
-
AuthorPosts
-
Hi,
Check in another browser / computer to discard.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueJuly 28, 2016 at 8:41 am in reply to: Conflict between WooCommerce Measurement Price Calculator and Enfold #666081Yes but that will remove all JS WooCommerce modifications made by Enfold (like the add to cart ajax functionality).
Best regards,
JosueJuly 28, 2016 at 8:40 am in reply to: Updating from Enfold 2.7 to 3.6 completely breaks layout #666080Hi,
Check if you get any errors in the JavaScript console.
Best regards,
JosueLo que esta pasando es normal, WordPress crea una pagina para cada categoria automaticamente, una solucion podria ser definir una redireccion de esta a la pagina /blog/ que has creado.
Saludos,
JosueHi,
The accesses provided aren’t working for me, another thing you can try is adding this code to your theme / child theme functions.php:
add_action( 'init', 'spit_dynamic_styles' ); function spit_dynamic_styles() { global $avia; $avia->style->print_styles = true; }
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueYou have three unclosed media queries here:
@media only screen and (max-width: 1024px) { .page-id-5276 .av-caption-image-overlay-bg { background-color: rgba(0,0,0,0.2) !important; } @media only screen and (max-width: 767px) { ul#mobile-advanced { padding-top: 0; margin-top: 80px; } @media only screen and (max-width: 480px) { #advanced_menu_hide { top: 40px !important; right: 28px !important; }
Best regards,
Josue-
This reply was modified 8 years, 11 months ago by
Josue.
July 27, 2016 at 3:22 am in reply to: Enfold Text Element Stripping Out Google Analytics Code #665578You mean to redirect it outside the frame? there’s a way to do that with JavaScript:
http://stackoverflow.com/questions/580669/redirect-parent-window-from-an-iframe-actionBest regards,
JosueHi,
Try adding !important:
.jp-dashed { border-style: 1px solid #000 dashed !important; }
Best regards,
JosueJuly 27, 2016 at 3:18 am in reply to: Change responsive order (RTL) + help with change Masonry width #665573You are welcome, glad to help :)
Regards,
JosueHi,
Seems there’s an unclosed strong tag element – http://screencast.com/t/0sF4GCfuzM7n
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueJuly 27, 2016 at 3:03 am in reply to: Conflict between WooCommerce Measurement Price Calculator and Enfold #665565Hi,
You’d need to do this on each update, either that or remove the .js file completely (via child theme):
function dequeue_modjs() { wp_dequeue_script( 'avia-woocommerce-js' ); } add_action( 'wp_enqueue_scripts', 'dequeue_modjs', 100 );
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#socket .copyright { float: none; display: block; text-align: center; }
Cheers!
JosueJuly 26, 2016 at 4:40 am in reply to: Reverse Colors of Social Icons (already tried other threads) #665127Hi,
Can you post the link to your website please?
Regards,
JosueJuly 26, 2016 at 4:39 am in reply to: Dear engineers, please help me to remove��(black box). #665126Hi,
Could be a database issue too, please check the following:
http://stackoverflow.com/a/275449/2044623Best regards,
JosueHi,
Try removing some of the image sizes set by Enfold in
functions.php
:$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider
Best regards,
JosueJuly 26, 2016 at 3:50 am in reply to: Enfold GYM template, fullwidth footer brakes on pages. #665112Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
You forgot a link to your site.
Best regards,
JosueHey Leonardo,
Enfold’s contact form does not have that feature, use a third-party plugin instead:
https://wordpress.org/plugins/contact-form-7/Best regards,
JosueTry removing big chunks of code until you find the offending one (you can do that live using web inspector > sources).
Correct, you’re welcome.
Regards,
Josue.Hey,
Try the following:
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPBest regards,
JosueHi,
There’s no way to do that because there’s no way to know when a text is left/center/right aligned via CSS, alternatively you could set a custom class to the testimonial element.
Additionally if you just want to have the meta aligned to the left use the following:
.avia-testimonial-meta { margin-left: 0; }
Best regards,
JosueHi,
It’s caused by a code in Quick CSS, please review your Quick CSS custom code.
Best regards,
JosueHi!
Can you post a screenshot of your view? here’s how it looks on my end – http://screencast.com/t/higXSWYwd.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
blockquote p { font-size: 20px; line-height: 32px; }
Cheers!
Josue -
This reply was modified 8 years, 11 months ago by
-
AuthorPosts