Forum Replies Created
-
AuthorPosts
-
Hi,
Need this access too.
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Could be a memory issue, try increasing the allocated memory to PHP:
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPBest regards,
JosueHi,
Did you add this to child theme functions.php:
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }
Best regards,
JosueHey,
Can you create one using Color Section? i guess the 100% height works there.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#top #wrap_all .av-current-placeholder { font-size: 0; } #top #wrap_all .av-current-placeholder:before{ content: "Categories"; font-size: 14px; vertical-align: bottom; }
Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
I checked on my end and it stayed 95px under all screens (1440, 1920, 2560). One thing you could try is using CSS to set the header size:
header#header { max-height: 95px; }
Best regards,
JosueMay 18, 2016 at 10:09 am in reply to: Error fetching content – please reload the page and try again #634267Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Open /enfold/config-woocommerce/woocommerce-mod.js and remove the following:
jQuery(".quantity input[type=number]").each(function() { var number = $(this), max = parseFloat( number.attr( 'max' ) ), min = parseFloat( number.attr( 'min' ) ), step = parseInt( number.attr( 'step' ), 10 ), newNum = jQuery(jQuery(' <div />').append(number.clone(true)).html().replace('number','text')).insertAfter(number); number.remove(); setTimeout(function(){ if(newNum.next('.plus').length == 0) { var minus = jQuery('<input type="button" value="-" class="minus">').insertBefore(newNum), plus = jQuery('<input type="button" value="+" class="plus">').insertAfter(newNum); minus.on('click', function(){ var the_val = parseInt( newNum.val(), 10 ) - step; the_val = the_val < 0 ? 0 : the_val; the_val = the_val < min ? min : the_val; newNum.val(the_val); }); plus.on('click', function(){ var the_val = parseInt( newNum.val(), 10 ) + step; the_val = the_val > max ? max : the_val; newNum.val(the_val); }); } },10); });
Regards,
JosueHey,
Try increasing the memory allocated to PHP:
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPBest regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey,
You can use something like this (CSS):
.avia_desktop.avia_transform3d .av-caption-on-hover.av-caption-style- .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content{ -webkit-transform: rotateX(0deg) translateY(90px); transform: rotateX(0deg) translateY(90px); -webkit-transform-origin: center bottom; -moz-transform-origin: center bottom; transform-origin: center bottom; } .avia_desktop .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content{ opacity: 1; filter: alpha(opacity=100); } .avia_desktop.avia_transform3d .av-caption-on-hover.av-caption-style- .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content{ -webkit-transform: rotateX(0deg) translateY(0); transform: rotateX(0deg) translateY(0); }
But you’d need to equalize the element’s header and excerpt.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi Justine,
Have you checked Spam folder? it’s really difficult to debug an erratic problem, one thing you could do is set-up a test form with multiple addresses and check which ones get the message and which don’t.
Best regards,
JosueMay 18, 2016 at 9:23 am in reply to: Contact form has severe lag and says "sending" for several minutes #634245Hey,
Can you please indicate where’s the Enfold form located so we can test it?
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Try with this instead:
#top .widget_nav_menu > ul > li > ul{ display: block; }
Best regards,
JosueHi,
Try with this code instead:
#top .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content { opacity: 0.01 !important; filter: alpha(opacity=0); }
Best regards,
JosueMay 17, 2016 at 12:28 am in reply to: Adding wpml currency switcher shortcode to secondary menu #633383You’re welcome, glad to help.
Best regards,
JosueMay 16, 2016 at 1:45 pm in reply to: Adding wpml currency switcher shortcode to secondary menu #632924Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.shop_columns_3 .products .product{ width: 32%; }
Best regards,
JosueHey,
Can you please disable all minification / caching momentarily so we can take a better look at the issue?
Best regards,
JosueHey,
Please refer to:
Best regards,
JosueHey,
Try installing this plugin to modify the
masonry
default size (705×705), make sure to re-generate the thumbnails once this change is done.Best regards,
JosueMay 16, 2016 at 1:35 pm in reply to: Background images cut off when viewing it on Portrait mode on mobiles #632908Hey ,
That doesn’t seems to be happening right now because you’re using the
contain
option in the Color Section settings.Best regards,
JosueHey schnippel,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .widget_nav_menu ul ul{ display: block; }
Best regards,
JosueHey evekj,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.widget_nav_menu { text-align: left; } .widget_nav_menu ul ul{ margin-left: 20px !important; }
Best regards,
JosueHey pubblisoft,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- the URL to the login screen
- a valid username (with full administration capabilities)
- as well as a password for that username
Best regards,
JosueHey klesanny,
Can you post a link to your site please?
Best regards,
JosueHey xandria,
You can change that in Theme Options > Blog Setting.
Best regards,
Josue -
AuthorPosts