Forum Replies Created
-
AuthorPosts
-
April 6, 2020 at 6:43 pm in reply to: No automatic updates / Update manually crushes the webshop #1201303
Hi dirkmiddeldorf,
What do you mean by debug files? Error logs? Or Enfold change log?
Best regards,
VictoriaHi Bob,
Best regards,
VictoriaHi JensRichterich,
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
@media only screen and (min-width:768px){ .html_av-overlay-full #top #wrap_all #av-burger-menu-ul li li { width: 150px; display: inline-block; } }If you need further assistance please let us know.
Best regards,
VictoriaHey Peter,
I see that Ismael is helping you with that thread. Please do not post duplicate threads.
I am closing this one.
Best regards,
VictoriaHey Manuel,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
VictoriaHey contentestate,
Here are the docs for you:
If you need further assistance please let us know.
Best regards,
VictoriaHi Sally,
Please have a look at the following thread:
If you need further assistance please let us know.
Best regards,
VictoriaHi adxdigitalmarketing,
The pages where there is no slider on top do not use header transparency and so they look like this:

You have images of different color on the home and changing the color to dark will not solve the issue completely.
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.home .av_header_transparency.av_alternate_logo_active .logo a > img { opacity: 1; filter: alpha(opacity=1); } #top.home #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text, #top.home #wrap_all .av_header_transparency .main_menu ul:first-child > li > a { color: #444; }If you need further assistance please let us know.
Best regards,
VictoriaHi apremierdj,
Could you please attach some screenshots of the issue?
Best regards,
VictoriaHey Roger,
How do you want it to work? Can you please explain a bit more?
Best regards,
VictoriaHi williamslyd,
I did not see it on the page anywhere. Please give us the link to the page with the issue.
Best regards,
VictoriaApril 6, 2020 at 3:31 pm in reply to: WooCommerce '"Product" added to cart' not displaying product name #1201252Hey MostWantedMedia,
Could you please attach some screenshots of the issue?
Best regards,
VictoriaHi hannelynne,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHey Amr Karaksheh,
Thanks for contacting us!
We would like to inform you that we only provide support to our registered users.
You can register to our support forum here – and then start a new thread under Enfold sub forum.
Please make sure to elaborate on the issue you are having/changes you would like to make on your thread. If you would like to include screenshots, you can upload them on http://imgur.com, https://snag.gy or Dropbox public folder and attach the links in your posts :)
Best regards,
VictoriaHi hotspot01,
Credentials did not work for me. Could you please update the credentials?
Best regards,
VictoriaHi jannnnnneke,
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
#maarten-mobiel, #karin { margin: 0 auto; }If you need further assistance please let us know.
Best regards,
VictoriaHey danielle143,
You might want to look at the WooCommerce support forums as the theme does not handle orders. Just the product display.
If you need further assistance please let us know.
Best regards,
VictoriaApril 6, 2020 at 3:14 pm in reply to: Ajax Portfolio Deep-Linking redirect for portfolio posts #1201243Hi greasypigstudios,
Your issue is a bit confusing, can you please describe what you need in other words. There is only one version of the portfolio item, when it’s added in some grids no new item is created so there is no need to maintain the two versions.
Best regards,
VictoriaHey OnVisible,
Please have a look at the following thread:
If you need further assistance please let us know.
Best regards,
VictoriaHey farisadli,
Best regards,
VictoriaHi leplusweb,
Actually, there is. Please have a look here:
https://kriesi.at/support/topic/strip-short-codes-from-products-in-search-results/#post-749134If you need further assistance please let us know.
Best regards,
VictoriaApril 3, 2020 at 9:53 pm in reply to: Trouble with starting page after having moved to other provider #1200652Hi kshandel24,
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
Then, please try uploading a fresh copy of the theme via FTP.
Best regards,
VictoriaHey Kalisara,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Which page are you trying to add it to?
Best regards,
VictoriaHi Gary,
Yes, they are hidden by design. You can add this code to make them visible again:
@media only screen and (max-width: 767px) { .responsive table.shop_table .product-thumbnail { display: block; } }If you need further assistance please let us know.
Best regards,
VictoriaApril 3, 2020 at 9:38 pm in reply to: Woocommerce change shopping cart icon to different icon #1200644Hi fulanoinc,
Please try this code:
add_action('init', 'avia_replace_default_icon', 10, 1); function avia_replace_default_icon($icons) { global $avia_config; $avia_config['font_icons']['cart']['icon'] = "ue82f"; $avia_config['font_icons']['cart']['font'] = 'entypo-fontello'; return $icons; }If you need further assistance please let us know.
Best regards,
VictoriaHi SandraSquires,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi ppi37,
Sorry, the class was incorrect. Please try to use this code instead:
function my_avf_customize_heading_settings( array $args, $context, array $extra_args = array() ) { if( $context == 'avia_sc_slider_accordion' ) { $args['heading'] = 'div'; // change heading from h3 to div $args['extra_class'] = 'my-accordion-header'; // add an extra class for styling } return $args; } add_filter( 'avf_customize_heading_settings', 'my_avf_customize_heading_settings', 10, 3 );Best regards,
VictoriaApril 3, 2020 at 9:24 pm in reply to: Hide blog navigation prev and next arrows until a specific scroll point #1200637Hey rlhinirv57,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaApril 3, 2020 at 9:23 pm in reply to: Commentary-Function / How can I change the colour of the line? #1200636Hey Carsten,
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
/* this is the code to make it orange */ #top .center-border { border-color: orange; } /* this is the code to make invisible */ #top .center-border { display: none; }If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts

