Forum Replies Created
-
AuthorPosts
-
You are welcome Bob, glad to help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueNo, but you can have a custom avia.js in your child theme directory by using this code in functions.php (of the child theme):
function change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_enqueue_scripts', 'change_aviajs', 100 );Regards,
JosueHey!
Check it now, i’ve changed line 268 in avia.js from:
offset: (parseInt($('.html_header_sticky #main').data('scroll-offset'), 10)) + 52 + ($(".html_header_sticky #header_main_alternate").outerHeight()) + ($(".html_header_sticky.html_header_unstick_top_disabled #header_meta").outerHeight()) + 1 + parseInt($('html').css('margin-top'),10),To:
offset: 52,The height of the fullwidth submenu.
Regards,
JosueHi Ivan,
Can you post the link to your website please?
Regards,
JosueHi,
Can you please create me a temporary FTP / SFTP account? post it here as a private reply.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
I’m not seeing any Google Font in the Resources lists, you may still see it because you’re logged-in (WordPress uses Open Sans in its interface).
Cheers!
JosueHey Kris!
Try with the following:
.blog .title_container .main-title { display: none; }Cheers!
JosueHey!
I don’t see any video in the home slider, did you remove it recently?
Best regards,
JosueAugust 7, 2015 at 3:11 am in reply to: Remove Back/Forward Arrows for a single lightbox/iframe #484258Hey!
How they should look on mobile? can you post a mockup/screenshot?
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.mc4wp-response { clear: both; }Cheers!
JosueHey!
Glad you managed to sort it out, let us know if you have any additional questions.
Cheers!
JosueHey!
Try the following:
1. Install this plugin: https://wordpress.org/plugins/functionality/
2. Go to Plugins > Edit Functions
3. Paste the code there and Save.Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
Can you post a link to a Product where this (no upsell product) occurs?
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
What problem are you having currently? there seems to be a LS shortcode in your homepage but there are no LayerSlider created in the backend.
Cheers!
JosueHey!
Not sure what you’re referring to exactly but could be related to this code in Quick CSS:
@media only screen and (min-width: 768px) { .page-id-731 .entry-content-header { padding-left: 130px; margin-bottom: 20px; } }Cheers!
JosueHey!
Try adding this:
.myzmanimwidgetstyle tr th, .myzmanimwidgetstyle tr td { border-right: 1px solid !important; border-bottom: 1px solid !important; }Cheers!
JosueHi!
1. In the Section ID field, remove the #.
2. In Quick CSS, change the dot for a #:#custom-code { border: 5px solid #ddd; }Regards,
JosueHey!
Yeah, template-builder is used for both Posts and Pages but you could make use of Conditional Tags to detect what kind of content is being shown:
https://codex.wordpress.org/Conditional_TagsBest regards,
JosueHi!
Are you referring to Enfold WooCommerce elements and such?
http://kriesi.at/themes/enfold/shop/
http://kriesi.at/themes/enfold-shop/
http://kriesi.at/themes/enfold-photography/my-shop/Regards,
JosueHey!
You could have a version of template-builder.php in your child theme directory and modify it there.
Cheers!
JosueHey!
Have you tried on a different network? does it only happen on that installation?
Cheers!
JosueHi!
Can you please post links to each one of the pages you’re referencing in the pictures?
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.myzmanimwidgetstyle td { padding: 0; border: 0; } .myzmanimwidgetstyle input[type="text"] { margin: 10px auto !important; }Cheers!
JosueHey!
Set a custom ID to the section and add this code to the Quick CSS:
@media only screen and (max-width: 767px) { #hide_section{ display: none; } }Cheers!
JosueHey!
Try enabling the Sidebar and adding this code to the Quick CSS:
.single .sidebar{ display: none !important; }Cheers!
Josue -
AuthorPosts
