Forum Replies Created
-
AuthorPosts
-
Hi,
Once you have WooCommerce set-up, and some Products created you’ll notice another element available in ALB: http://screencast.com/t/1Mh926EQ
Best regards,
JosueHi,
Now add this to Quick CSS:
.custom_cta{ width:100%; clear:both; float:left; margin-top: 80px; margin-bottom: -40px; }
Best regards,
JosueHey,
Enfold uses WooCommerce to enable its shop functionalities, so install that first and then run the shop demo from theme options > demo import.
Best regards,
JosueHey Geoffdoyle,
Have you tried:
include "metabox.php"
Best regards,
JosueHey akcworld,
Attach
?iframe=true
to any link and it will open it as lightbox.Best regards,
JosueJuly 31, 2016 at 9:33 am in reply to: HTTP 520 Errors when opening a post or a page to edit. #666963Hey Collin,
Have you tried enabling debug mode?
https://codex.wordpress.org/WP_DEBUGBest regards,
JosueHey redtusk,
Your site is unaccessible.
Best regards,
JosueHey ayeh,
The layerslider version included with the theme is expected to be used within the theme builder, the raw LS shortcode won’t work.
If you want to use it though, you can purchase it separately and deactivate the bundled one.
Best regards,
JosueHey,
Have you tried using a Grid section (with two cells)?
Best regards,
JosueJuly 31, 2016 at 9:28 am in reply to: Can I attach images to each item of the Accordion slider? #666959Hey LbCCbeA_89,
Try placing them in HTML format:
<img src='URL'>
Best regards,
JosueJuly 31, 2016 at 9:27 am in reply to: Black space on front-facing site where content should be – Avia Layout Builder #666958Hey jelliott,
Your site seems to be working normally on my end, did you manage to sort it out?
Best regards,
JosueHey Justin,
Have you tried the Blog posts element? there’s an option there to exclude repeated posts.
Best regards,
JosueHey,
Thanks for sharing that info Guenter.
Best regards,
JosueHey,
Unfortunately, we have not tested that specific plugin ourselves so we can not tell if its compatible or not.
Best regards,
JosueHi,
Would probably be better to use a Boxed layout then and set the bg image in Theme Options.
Best regards,
JosueHi,
Try with this:
p .av_font_icon { margin-bottom: 30px; }
Best regards,
JosueHi,
Change all quotes inside the shortcode for simple ones, like:
<?php echo do_shortcode("[av_button_big label='CREAT MY TESTIMONIAL WIDGET NOW – IT’S FREE!' link='https://app.spectoos.com/users/sign_up' link_target='_blank']”); ?></div>
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueJuly 31, 2016 at 1:40 am in reply to: Replace toggle icon with another entypo-fontello font OR use a png #666919We looking forward to hearing from you :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi,
Use the following:
#top legend { font-size: 12px; }
Best regards,
JosueHey Alis,
Try installing the theme via FTP:
Best regards,
JosueHi,
Drag a Code Block element somewhere in that Page and place this code:
<script> (function($){ $(window).load(function() { $('.current-projects_sort_button').trigger('click'); }); })(jQuery); </script>
Regards,
JosueHey equio,
Have you checked in another computer? doesn’t seems to happen on my end (Chrome / OS X).
Best regards,
JosueHey!
Try building the CTA content as shortcodes on a blank Page, then copy that and add this at the very end of your theme / child theme functions.php file:
function add_cta_after_post_content() { if (is_singular("post")){ ?> <div class="custom_cta"> <?php echo do_shortcode("[PASTE SHORTCODES HERE]"); ?></div> <?php } } add_action('ava_after_content', 'add_cta_after_post_content');
Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi Jim,
I’m not sure if this is a theme at all, can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey,
I’m afraid that won’t be possible with just CSS, one thing you could try is using a FWD Submenu in shortcode format as a footer widget:
[av_submenu which_menu='custom' position='center' color='main_color' sticky='aviaTBsticky' mobile='active' custom_class=''] [av_submenu_item title='Menu Item 1' link='manually,#' linktarget='' button_style=''] [av_submenu_item title='Menu Item 2' link='manually,#' linktarget='' button_style=''] [/av_submenu]
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#top select{ min-height: 45px; }
Cheers!
Josue -
AuthorPosts