Forum Replies Created
-
AuthorPosts
-
December 5, 2015 at 12:25 am in reply to: Breadcrumbs displaying events twice to same link, using ECP #547309
Hey!
Check it now, i added this to your child theme functions.php:
add_filter('tribe_events_register_event_type_args', function($args) { $args['has_archive'] = false; return $args; });Enfold was taking both the /events/ slug and the /events/ archive in consideration for the breadcrumb trail so disabling one of those seems to do the trick.
Regards,
JosueHey!
Yes, i fixed the error and re-added the code correctly, can you try regenearating the thumbnails and checking if the end result is what you want?
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.av-content-small ul.avia-slideshow-inner { height: 400px !important; }Cheers!
JosueHey!
Try with this code instead:
#fullwidth .container{ max-width: 100% !important; padding: 0 !important; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#footer .mc4wp-form-fields input[type="text"] { margin-bottom: 0 !important; }Cheers!
JosueHey!
Sidebar settings for blog and archive can be set in Theme Options > Sidebar settings.
Regards,
JosueThat’s behavior is expected, a FWD slider is not meant to be used within a Text Block element.
Regards,
Josue@farrdesign79, please create a new thread for your issue, also include an admin access in the private section.
Best regards,
JosueDecember 4, 2015 at 12:37 pm in reply to: Use different "color scheme" on different pages, ANTTDNW #546917Will do, keep us posted.
Cheers!
JosueHi!
Refer to the following link on which formats you need to upload the video if you want to self-host it:
https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formatsRegards,
JosueDecember 3, 2015 at 3:20 am in reply to: Breadcrumbs displaying events twice to same link, using ECP #546213Hey!
Thanks for the access, the error is fixed now, i’m checking the breadcrumb issue now.
Best regards,
JosueYou are welcome Darryl, glad to help :)
Regards,
JosueHey!
No, there isn’t one right now but checking /config-woocommerce/config.php will get you an idea of what Enfold does with WC.
Best regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_action('init', function() { remove_action( 'woocommerce_before_shop_loop', 'avia_woocommerce_overview_banner_image', 10); });Cheers!
JosueHey!
What’s the current URL to log-in? s601278192.online.de is returning a blank screen.
Best regards,
JosueDecember 2, 2015 at 10:49 am in reply to: Secondary Header does not show Login and Sign-Up links #545807You are welcome, let us know if you need further assistance.
Best regards,
JosueYou are welcome, to prevent this issue from happening i’d suggest you to upload the font files to
/uploads/either via FTP or Media > Add New.Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Yea but you’d still had to re-set the Menu and Widgets.
Regards,
JosueDecember 1, 2015 at 12:22 pm in reply to: How to have PDF open in lightbox from link inside of IconBox? #545086Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
The FTP access provided doesn’t seem to work for me, i’m trying with SFTP on port 22.
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueNovember 30, 2015 at 11:56 pm in reply to: How to have PDF open in lightbox from link inside of IconBox? #544900Hey!
Did you manage to solve this? PDF link seems to be working fine on my end – http://screencast.com/t/JHDelBDr
Regards,
JosueHi Hugues!
Thanks for letting us know about the beta, i’ll forward this to Kriesi.
Regards,
JosueNo it won’t.
Best regards,
JosueHey!
In your case, the #next link is not inside the caption so you’d need to change the code accordingly:
var button = $('.avia-caption-content a[href="#next"]');To:
var button = $('.avia-slideshow-inner a[href="#next"]');Regards,
Josue -
AuthorPosts
