Forum Replies Created
-
AuthorPosts
-
Sure, we’re here to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px){ .responsive.html_header_sidebar #top { position: relative; } }Cheers!
JosueHi!
Sorry, the code was meant to be added to Quick CSS (not functions.php), you’d need to revert it via FTP, i can do it for you if you provide me a temporary account.
If it doesn’t work try with this code in Quick CSS:
@media only screen and (max-width: 767px){ .responsive.html_header_sidebar #top { position: relative; } }Cheers!
JosueHi Evgeny!
Refer to this:
https://kriesi.at/support/topic/social-sharing-add-another-service/Regarding how to limit it to certain Pages you can use the is_page conditional:
add_action('ava_after_content', 'avia_add_social_toolbar', 10, 2); function avia_add_social_toolbar($id = "", $context = "") { if($context == "page" || $context == "single-portfolio") if(is_page("21")) avia_social_share_links(); }Cheers!
JosueJanuary 31, 2015 at 11:51 pm in reply to: Contact Form Change Box Height & padding between fields? #388886Hey!
Try adding this code to the Quick CSS:
#top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area { padding: 4px; }Cheers!
JosueHi,
Can you post the link to the page where you are trying this please? also, try wrapping your whole code in custom.js with this:
(function($){ $(window).load(function() { // code here }); })(jQuery);Regards,
JosueHi!
Can you poste the code of the
sonarEffectanimation?Cheers!
JosueJanuary 31, 2015 at 11:38 pm in reply to: Reduce the space between the layout elements horizontal #388883Good, let us know how if it works so we can mark the topic as resolved.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia-menu li > a > .avia-menu-txt, .avia-menu li.current-menu-item > a > .avia-menu-txt{ color: white; } .avia-menu li:hover > a > .avia-menu-txt{ color: gray; }Please do not copy this code directly from the mail notification message but from the forum thread. If it doesn’t work post a link to your website.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.sub_menu .menu-item img { position: relative; top: 3px; }Cheers!
JosueJanuary 31, 2015 at 11:32 pm in reply to: Contact form not working or showing form elements. #388878You are welcome Peter, glad to help :)
Regards,
JosueHi!
When you upload an image it gets processed into a lot of different sizes, you can select which size you want in the slider popup settings:

If you want to edit the pre-defined image sizes you can use this plugin:
https://wordpress.org/plugins/simple-image-sizes/P.S. do not bump your topics, it creates the contrary effect as it sends the thread to the last of our queue.
Regards,
JosueHi!
Set the same setting for background color and background hover color:

Cheers!
JosueHey!
Check if the plugin allows you to call the share links via [shortcode], that way you could put them in a Text Block before the Comments element.
Best regards,
JosueHey!
Unfortunately we can’t do much from our end, you’d need to ask your hosting provider support if they have a backup of your WordPress install database and ask them to restore it.
Cheers!
JosueHey!
I’m not noting the issue on my end (first time load on Chrome) – http://i.imgur.com/DHBDYC2.png, could you please check it on another computer?
Cheers!
JosueJanuary 31, 2015 at 10:14 pm in reply to: Spiffy Little Trick — Enfold — Converting Posts into Page Format #388863Hey!
You can also enable debug mode to see the generated shortcodes below ALB:
kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/Regards,
JosueHey Martin!
Most of the problems are related to external plugins like WooCommerce, etc. Also, you can check the “ssl” tagged topics here (not all of them are from Enfold):
https://kriesi.at/support/tags/ssl/Regards,
JosueHey Morticka!
You can copy the whole
avia_social_share_linksclass to your child theme functions.php.Best regards,
JosueHi!
In your child theme style.css change this line:
.sub-menu a span.avia-menu-text {font-size:14px!important;font-weight:700!important;color:#FFFFFF!important;}To:
@media only screen and (min-width: 767px) { .sub-menu a span.avia-menu-text {font-size:14px!important;font-weight:700!important;color:#FFFFFF!important;} }Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHey Jon!
It shouldn’t have any effect if you do it the WordPress way:
add_action( 'wp_enqueue_scripts', 'register_jquery' ); function register_jquery() { wp_deregister_script( 'jquery' ); wp_register_script( 'jquery', ( 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' ), false, null, true ); wp_enqueue_script( 'jquery' ); }Best regards,
JosueHi,
This could work, try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { new $.AviaTooltip({'class': "avia-tooltip avia-icon-tooltip", event: "click", data: "avia-icon-tooltip", delay:0, scope: "body"}); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueJanuary 31, 2015 at 8:48 pm in reply to: Full-Width Slider shows up in preview but disappears in live site #388839You are welcome, always glad to help :)
Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
@media only screen and (max-width: 480px) { html.responsive, .responsive body{ overflow: hidden !important; } }Cheers!
JosueJanuary 31, 2015 at 5:22 am in reply to: Multi-site installation: second site doesn't deliver dynamic Category posts #388694Hi,
Do both sites have the exact same configuration in the Theme Options and General Settings? does the issue persists with the default WordPress theme activated?
Cheers!
JosueJanuary 31, 2015 at 5:09 am in reply to: Full-Width Slider shows up in preview but disappears in live site #388693Hey!
It was the caption (MEET PATRICK >>), those symbols were breaking the slider, i’ve changed now with something better, check it.
Cheers!
JosueJanuary 31, 2015 at 4:55 am in reply to: Header CSS visible in main body of email blog posts #388688Hi Clare!
What are you using to send the Posts through email?
Regards,
Josue -
AuthorPosts
