Forum Replies Created
-
AuthorPosts
-
Hey almondmike_a,
I don’t know what that extension is showing. There are no errors in the console.
Best regards,
VictoriaHi insanityNL,
Ismael said it is possible to have background images in the grid row, but not the parallax effect.
Best regards,
VictoriaHey The iGenius,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaHi Eefke,
Best regards,
VictoriaJune 20, 2018 at 3:09 pm in reply to: Important: Enfold Woocommerce & Booking plugins not found #975331Hi guidocortez,
You might want to check the plugin documentation or write to the plugin authors for that.
If you need further assistance please let us know.
Best regards,
VictoriaJune 20, 2018 at 3:06 pm in reply to: "Load More"-Button – MASONRY GALLERY – Remove animation and show directly #975330Hi Westfalenwerbung,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #av-masonry-1 .av-masonry-load-more { visibility: visible !important; opacity: 1 !important; }If you need further assistance please let us know.
Best regards,
VictoriaHey SurigliaStudio,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
What tutorial have you used and what code added?
Best regards,
VictoriaHi 1lizcollins,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaJune 20, 2018 at 2:22 pm in reply to: Can not open page in WP admin of Enfold Freelancer template #975317Hi Lunaticpanda,
Thank you for that, though that does not help much. Did you manage to get Enfold installed or do you still need help with it?
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaHi Sandra,
It seems to be working now, please check.
Best regards,
VictoriaHi BBM,
I’ll ask my colleagues to have a look.
Best regards,
VictoriaHey jpassmann,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaHi Tonicobertera,
Best regards,
VictoriaHey Maskenzauber,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaJune 20, 2018 at 2:06 pm in reply to: Can I repurpose the "Search Area" of the menu bar for images? #975305Hi Arctander,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaHi Dirk,
Sorry about that, I forgot to change one action name:
add_action('woocommerce_single_product_summary', 'remove_related_products', 10); function remove_related_products { if ( is_product() ){ remove_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_related_products', 20); } }This should do the trick.
Best regards,
VictoriaHi fxkreative,
I’ve added the code:
add_filter('avf_datepicker_dateformat', 'new_date_format'); function new_date_format() { if(is_page(709)) { $date_format = "mm / dd / yy"; } return $date_format; } add_filter('avf_datepicker_date_placeholder', 'new_date_placeholder'); function new_date_placeholder() { if(is_page(709)) { $placeholder = "MM / DD / YY"; } return $placeholder; }There was parenthesis missing. Please check.
Best regards,
VictoriaHey dennsen,
Best regards,
VictoriaHi Prosafe-Folien,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaHi Heathcliffe,
Best regards,
VictoriaJune 20, 2018 at 1:31 pm in reply to: Google Chrome 67.0.3396.87 issue with [Coming Soon] demo #975284Hi Andrii,
Thank you for that, I still do not understand what the issue is.
Best regards,
VictoriaHi MadRhino,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi Heathcliffe,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaHi studiovene,
This is the correct code:
@media only screen and (min-width: 1024px) { .html_bottom_nav_header #top .av-logo-container .social_bookmarks { top: 104%; margin-top: 0; right: 29%; } .html_header_top.html_bottom_nav_header #header_main_alternate .main_menu .menu-item-search-dropdown { float: left; } }Best regards,
VictoriaHey Tonicobertera,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaJune 20, 2018 at 12:54 pm in reply to: New select a page to display as footer option not full width on some pages #975257Hi Brownhill,
Credentials did not work for me. Could you please update the credentials?
Best regards,
VictoriaHi Dirk,
Here is the code you can put in your funtions.php
add_action('woocommerce_after_single_product_summary', 'remove_related_products', 10); function remove_related_products { if ( is_product() ){ remove_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_related_products', 20); } }If you need further assistance please let us know.
Best regards,
VictoriaJune 20, 2018 at 12:38 pm in reply to: Yoast SEO – Facebook Open Graph does not work with front page #975249Hi forde,
You might want to address the issue to the Yoast support as well.
Best regards,
Victoria -
AuthorPosts


