Forum Replies Created
-
AuthorPosts
-
September 21, 2014 at 6:58 pm in reply to: Current Item Menu Underline – Turn Off When Another Item Is Hovered #322667
You are welcome, always glad to help :)
Regards,
JosueHi!
No, this will only affect widget titles.
Best regards,
JosueSeptember 21, 2014 at 6:53 pm in reply to: How to config so I get one constant non moving image across entire website… #322663Hi Peter!
Put this:
function put_stuff_before_main_content() { echo do_shortcode('[layerslider id="5"]'); } add_action('ava_after_main_container', 'put_stuff_before_main_content');If that doesn’t work try:
function put_stuff_before_main_content() { echo do_shortcode('[av_layerslider id="5"]'); } add_action('ava_after_main_container', 'put_stuff_before_main_content');Cheers!
JosueYou are welcome, glad i could help :)
Regards,
JosueYou are welcome Peter, glad to help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueSeptember 21, 2014 at 4:20 am in reply to: Creating Squeeze Page wiht "boxed" background color visible #322567Hi,
Can you post the link to that page please?
Regards,
JosueSeptember 21, 2014 at 3:57 am in reply to: Current Item Menu Underline – Turn Off When Another Item Is Hovered #322561Hey!
Try adding this code to the Quick CSS:
#avia-menu:hover .current_page_item>a>.avia-menu-fx { opacity: 0; visibility: hidden; } #avia-menu .current_page_item:hover>a>.avia-menu-fx { opacity: 1 !important; visibility: visible !important; }Cheers!
JosueHi!
Try putting it as shortcode format:
[av_font_icon icon='ue821' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' custom_class=''][/av_font_icon]You can generate that using the Magic Wand tool.
Regards,
JosueHi!
I guess you are referring to the sub menu text, try using this code:
.sub-menu .avia-menu-text { font-size: 16px; color: black; }Regards,
JosueHey Havi!
Your website resources are being serving cached and minified through Cloudfront CDN, you’d need to purge that every time you change something related to the styles or Quick CSS in the theme options.
Best regards,
JosueHi Michael!
Try with this:
#top .iconbox_content_title { text-align: centered; }Regards,
JosueHi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $("img").attr('title',''); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHi!
You have put double dots in the selector:
..widgettitle { color: white !important; }It should be:
.widgettitle { color: white !important; }Cheers!
JosueHi!
You have put double dots in the selector:
..widgettitle { color: white !important; }It should be:
.widgettitle { color: white !important; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.single-ajde_events div#main { padding-top: 60px !important; }Cheers!
JosueHey Miguel!
Try adding this at the very end of your theme / child theme functions.php file:
add_theme_support('avia_template_builder_custom_tab_toogle_id');Then you’d be able to set custom identifiers for the toggles.
Cheers!
JosueHi Sarah!
That’s not possible to do with LS, you can however use the FullScreen Slider element for that.
Regards,
JosueSeptember 21, 2014 at 3:24 am in reply to: Content of the head-board is not seen scarcely in my tablet #322539Hey!
Are you testing this on the device’s stock browser? please try to install Chrome then check the site again.
Best regards,
JosueHey!
You’d need to re-create those videos as WordPress “paginable” elements (portfolio items for example), then you can show them paginated by using a Portfolio Grid element.
Cheers!
JosueHi!
Have you updated Enfold (2.9.2) too? we could try to reproduce this issue if you provide us a temporary admin account.
Regards,
JosueHey!
Can you re-enable the WP admin account so i can take a look?
Regards,
JosueSeptember 21, 2014 at 12:32 am in reply to: More tag / Excerpt issue & Blog post read more page #322514Hi,
It’s weird because i’m trying the exact same set-up on my local install and it’s working. One thing i noted though is that if you set the Blog to a particular page via theme options (not using ALB) the excerpts will work as expected.
Cheers!
JosueHi!
That was actually the default spacing for heading elements, these are meant to be used as titles for paragraphs, that’s why they have that top spacing.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.white-letters h1, .white-letters h2 { margin-top: 0 !important; }Cheers!
JosueSeptember 20, 2014 at 11:48 pm in reply to: More tag / Excerpt issue & Blog post read more page #322491Hey Scott!
Not sure what you mean by “modal drop down”, could you please give an example or elaborate a little more on that?
Cheers!
Josue -
AuthorPosts
