Forum Replies Created
-
AuthorPosts
-
July 26, 2016 at 12:30 am in reply to: round item with pointer don't show one one single post at hovering #664978
Hey!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueHi,
Please include a link to your site too.
Best regards,
JosueHey,
I don’t think they should collide, give it a try and let us know if you encounter any issue.
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi,
Some blog layout will only work with sidebar on/off, do you get the desired result if you enable sidebar? if so, we could do that and hide the sidebar with CSS.
Best regards,
JosueHey martinbatchelar,
I’ve changed the form title to test, and as of right now it seems it does maintain the edit.
Best regards,
JosueHey,
Unfortunately Masonry Gallery items can not be sorted because of the nature of the element, for that purpose exists the Masonry element.
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueJuly 26, 2016 at 12:10 am in reply to: Conflict between WooCommerce Measurement Price Calculator and Enfold #664965Hi,
Open
/config-woocommerce/woocommerce-mod.js
and remove this: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); });
Best regards,
JosueJuly 26, 2016 at 12:07 am in reply to: Remove sidebar on Portfolio Item pages only with functions.php #664962Hi,
Ok let’s try a different way, try selecting no-sidebar for
Sidebar on Single Post Entries
, portfolio items inherit the settings of single post.Best regards,
JosueJuly 25, 2016 at 11:56 pm in reply to: How to change header text on Tag page to reflect tag selected? #664952Hi,
Best regards,
JosueJuly 25, 2016 at 11:56 pm in reply to: How to change header text on Tag page to reflect tag selected? #664951Hi,
Login provided doesn’t seem to work, please re-check.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueJuly 25, 2016 at 11:23 pm in reply to: How to change header text on Tag page to reflect tag selected? #664930Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueJuly 25, 2016 at 11:23 pm in reply to: Updating from Enfold 2.7 to 3.6 completely breaks layout #664929Hi,
Yeah having a staging version with the latest version would certainly be helpful.
Best regards,
JosueJuly 25, 2016 at 11:22 pm in reply to: Avia Layout Builder Code Block Auto-Loading YouTube Video. Not Able to Edit Page #664927Hey Chris,
Try using an
<iframe></iframe>
embed code with autoplay off while you edit and when you’re finished simply switch to autplay on.Best regards,
JosueJuly 25, 2016 at 11:17 pm in reply to: disable sidebar for certain products (designed with advanced layout editor) #664924Hi,
Can you post the link to the Products in question? and a mockup of what do you want to achieve?
Regards,
JosueHey,
As far as i know only one demo uses LayerSlider, the rest are Enfold sliders (Easy Slider, FullWidth Slider or FullScreen Slider). Can you indicate which one you want to replicate?
Best regards,
JosueHey!
Try with this CSS codes:
#top .av-main-nav ul { width: 400px; } #top #menu-item-3193 ul{ width: 600px; }
The first one will affect all submenus and the second one will affect only the submenu of menu item 3193 (you can check menu item id using the web inspector).
Cheers!
JosueHey,
Simply move the theme to the other domain, be aware though that you’d need to have two licenses if you plan to use Enfold on both sites at the same time.
Best regards,
JosueHi,
Can you please create us a temporary FTP / SFTP account? post it here as a private reply.
Regards,
JosueJuly 25, 2016 at 11:03 pm in reply to: Remove sidebar on Portfolio Item pages only with functions.php #664908Hi,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey Elliot,
Try this plugin (it should work fine with Enfold):
http://wordpress.org/plugins/popup-builder/You can place an Enfold’s contact form shortcode as the popup content.
Best regards,
JosueHi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueJuly 25, 2016 at 10:57 pm in reply to: How to change header text on Tag page to reflect tag selected? #664899Hey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter('avf_title_args', 'change_title_for_tag', 10, 1); function change_title_for_tag($args) { if(is_tag()) $args['title'] = get_queried_object()->name; return $args; }
Cheers!
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueJuly 25, 2016 at 10:54 pm in reply to: Updating from Enfold 2.7 to 3.6 completely breaks layout #664896Hey,
In order to help you with this issue we’d need more information like a link to the site or screenshots of the issue.
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
This is due to the dynamic stylesheet not being accessible:
Failed to load resource: the server responded with a status of 403 (Forbidden)
Try changing the reading settings of the folder in question:
/wp-content/uploads/dynamic_avia/
If you don’t know how to proceed it would be convenient to contact your hosting provider.
Best regards,
Josue -
AuthorPosts