Forum Replies Created
-
AuthorPosts
-
Hi Martin,
Your server seems to have some sort of e-mail protection, that could be the source of the issue, try asking your host to disable it.
Best regards,
JosueAugust 5, 2016 at 3:54 am in reply to: Unwanted audio for lightbox video when multiple color sections with video backgr #668795Hey!
Seems like a bug, i’ve reported it to Kriesi.
Regards,
JosueHi,
Can you please create me a temporary FTP / SFTP account? post it here as a private reply.
Regards,
JosueAugust 5, 2016 at 3:32 am in reply to: Using portfolio items with featured image in Masonry Gallery #668789Hey!
Try adding this code to the Quick CSS:
.grid-sort-container .grid-entry img { transition: all linear 0.2s; } .grid-sort-container .grid-entry:hover img { transform: scale(1.2); } .image-overlay { display: none !important; }
Cheers!
JosueHi,
Your include codes were looking for files at the root of the instance (
/library/..
):include_once('/library/custom-post-type.php'); include_once('/library/good-form.php'); include_once('/library/bad-form-new.php'); include_once('/library/bad-metabox.php'); include_once('/library/good-metabox.php'); include_once('/library/page-metabox.php');
Should be:
include_once('library/custom-post-type.php'); include_once('library/good-form.php'); include_once('library/bad-form-new.php'); include_once('library/bad-metabox.php'); include_once('library/good-metabox.php'); include_once('library/page-metabox.php');
I’ve already changed them.
Best regards,
JosueHi,
Try setting each element container a CSS class of “avia-slideshow” or “avia-gallery”, that will trigger individual grouping for all images contained in that element.
Best regards,
JosueAugust 5, 2016 at 3:13 am in reply to: Conflict between WooCommerce Measurement Price Calculator and Enfold #668781Hi,
The second, copy
woocommerce-mod.js
to a folder namedjs
in your child theme,Best regards,
JosueLooking forward to hearing from you :)
Regards,
JosueAugust 4, 2016 at 12:17 am in reply to: Conflict between WooCommerce Measurement Price Calculator and Enfold #668318Hi,
Found another way:
add_action('init', function() { wp_dequeue_script( 'avia-woocommerce-js' ); wp_enqueue_script( 'avia-woocommerce-child-js', get_stylesheet_directory_uri().'/js/woocommerce-mod.js', array('jquery'), 2, true ); });
Use that code in your child theme
functions.php
and clonewoocommerce-mod.js
to it, that way you can have your own version of the file and still preserve the other Enfold WC modifications.Best regards,
Josue-
This reply was modified 8 years, 11 months ago by
Josue.
Hi,
Drop down menus can not be styled directly by CSS (they’re handled by the browser).
Best regards,
JosueAugust 4, 2016 at 12:13 am in reply to: Replace toggle icon with another entypo-fontello font OR use a png #668316You are welcome, glad to help :)
Regards,
JosueHi,
Can you post a link to your blog page?
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi,
If that’s the case that’s something you’d need to sort on the plugin or cloudfront panel (sync local dynamic CSS with CDN one).
Best regards,
JosueHi,
Sorry it was a typo, use:
add_theme_support('avia_no_session_support');
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { header#header { position: absolute !important; background: transparent !important;} .responsive #top .logo {left: 50%;-webkit-transform: translate(-50%, 0);-ms-transform: translate(-50%, 0);transform: translate(-50%, 0);height: 68px;width: auto;position: relative;} #top .avia-builder-el-0 .slideshow_inner_caption{padding-top: 80px !important;} .responsive #top .av_header_transparency .logo img.alternate {display: block !important;} .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img {opacity: 0;} }
Cheers!
JosueHola,
¿Como quieres que luzca exactamente en movil? si nos proporcionas un bosquejo tal vez te podamos ayudar mejor.
Saludos,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueJuly 31, 2016 at 11:15 pm in reply to: HTTP 520 Errors when opening a post or a page to edit. #667066Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey Faway,
Use this CSS code to control the social menu links when header is transparent and not:
#top .av_header_transparency #header_meta a{ color: blue; } #top #header_meta a{ color: red; }
Best regards,
JosueHey,
If you still have access to the old install there’s an option to import/export theme settings – http://screencast.com/t/tO3T59WQQd
Best regards,
JosueHi,
Make sure you don’t have that disabled in Theme Options > Blog Layout.
Best regards,
JosueHey!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#top #header .av-main-nav > li:hover > a{ background: url(_img_) no-repeat top center transparent; }
Cheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_theme_support('avia_no_session_support');
Cheers!
Josue-
This reply was modified 8 years, 11 months ago by
Josue.
Hey rumkosteve,
You could place a button shortcode in the phone field in Theme Options and hide/show it with CSS:
.phone-info .avia-button{display: none;} @media only screen and (max-width: 767px) { .phone-info .avia-button{display: block;} }
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueYou are welcome, glad we could help :)
Regards,
Josue -
This reply was modified 8 years, 11 months ago by
-
AuthorPosts