Forum Replies Created
-
AuthorPosts
-
Hey!
Please refer to the following:
Regards,
JosueSeptember 2, 2016 at 2:00 am in reply to: .header-scrolled class not available in header with custom pixel value #681082Hi,
I added this code to your child theme’s functions.php:
function add_custom_script(){ ?> <script> (function($){ $(window).scroll(function() { var scroll = $(window).scrollTop(); if (scroll >= 50) { $("#header").addClass("header-scrolled"); } else { $("#header").removeClass("header-scrolled"); } })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');
Best regards,
JosueHi,
Is it like that on load or does it happen when you open the menu and then swipe to the right?
Best regards,
JosueComo estas poniendo el dominio exactamente? prueba asi:
*.kriesi.at/*
September 1, 2016 at 10:23 pm in reply to: Customize Mailchimp signup content element button #681009You are welcome, glad to help :)
Regards,
JosueSeptember 1, 2016 at 10:22 pm in reply to: Avia Drag and drop doesn't work in WP 4.5 and 4.6 with Enfold 3.7.1 #681007Hi,
I don’t think Simple Image Sizes would conflict with ALB, what JS error are you getting?
Best regards,
JosueHi,
Please make sure you posted the correct URL, i’m getting:
ERR_NAME_NOT_RESOLVED
Best regards,
JosueSeptember 1, 2016 at 10:20 pm in reply to: BMS "Please match the requested format qty" WooCommerce Measurement $ Calculator #681001Hi,
Yes, the fix right now is to remove the -/+ Enfold buttons, i don’t know if Kriesi plans to make it compatible with the measurement price plugin but i’ll tag him to this thread so he’ll see your message.
Best regards,
JosueHi,
1. Simply remove the page-id class from the code:
#header { display:none!important; } #main { padding-top: 0 !important; }
2. Most classes are auto-generated (ex: builder-element-24), so it’s not possible to list them all, one thing you can do however is use the Web Inspector tool to inspect the generated HTML markup.
Best regards,
JosueYou are welcome Ronald, glad to help :)
Regards,
JosueHey,
Which demo are you trying to import?
Best regards,
JosueHey!
Try adding this code to General Styling > Quick CSS:
nav.main_menu { display: none; }
Cheers!
JosueHey!
Try adding this code to General Styling > Quick CSS:
#top .grid-content h3{ font-size: 22px; text-align: center; color: red; font-family: sans-serif; }
Cheers!
JosueHi,
Regenerating the thumbnails will affect previous portfolio item’s thumbnails.
Best regards,
JosueHi,
Use this code instead:
h3.avia-form-success { color: #eeeeee !important; }
font-color
is not valid.Best regards,
JosueHey KK,
Sorry but it’s a bit difficult to understand what you want to achieve here, can you give us some context? all pages under MENU are built with Enfold’s ALB.
Best regards,
JosueHey,
Activate Debug Mode by adding this code to your theme functions.php:
add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
That will create a box below ALB where you’ll find all the generated shortcodes, you can copy/paste content there.
Best regards,
JosueHey EricMarks,
Use one of these plugins:
https://wordpress.org/plugins/external-featured-image/
https://wordpress.org/plugins/featured-image-from-url/
https://wordpress.org/plugins/external-featured-image-pro/Best regards,
JosueHey,
You can move
footer.php
to your child theme to avoid losing it when updating.Best regards,
JosueHey,
Sender prohibited by SPF
That’s the error you’re getting, the theme form delegates the mailing functionality to the server so it would be better to contact your provided about it.
Best regards,
JosueHi,
Refer to this video:
Best regards,
JosueAugust 31, 2016 at 11:29 pm in reply to: Avia Drag and drop doesn't work in WP 4.5 and 4.6 with Enfold 3.7.1 #680377Disable one by one or all of them, you won’t lose any setting when doing so.
Best regards,
JosueHi!
Make sure you’re adding your site as an allowed referrer when creating the API Key.
https://developers.google.com/maps/documentation/javascript/error-messages#referer-not-allowed-map-errorCheers!
JosueHi!
Make sure you’re adding your site as an allowed referrer when creating the API Key.
https://developers.google.com/maps/documentation/javascript/error-messages#referer-not-allowed-map-errorBest regards,
JosueHey!
Try adding this code to General Styling > Quick CSS:
#header_main_alternate .container { width: 100%; max-width: 100%; } #header_main_alternate ul { display: flex; justify-content: space-between } #header_main_alternate ul li{width: 100%;} .html_header_top #top .av_menu_left .main_menu{ left: 0; }
Cheers!
JosueAugust 31, 2016 at 11:20 pm in reply to: Avia Drag and drop doesn't work in WP 4.5 and 4.6 with Enfold 3.7.1 #680369Hello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
Try adding this code to General Styling > Quick CSS:
#top .avia-mailchimp-form .button { background: red; color: white; } #top .avia-mailchimp-form .button:hover { background: blue; color: yellow; }
Cheers!
JosueHey,
Split the image in two and use a Grid Row, place one half in the first cell and the other one in the second cell (the grid row will span the 100% width of the window, like a fullwidth easy slider, it won’t support slides though).
Best regards,
JosueHi,
If you didn’t modify the theme files you won’t lose any content (regardless of using a child theme or not).
Best regards,
JosueHey,
Can you post a screenshot of the issue?
Best regards,
Josue -
AuthorPosts