Forum Replies Created
-
AuthorPosts
-
Hi Bob,
That’s using a layerslider.
You can get it here: https://kriesi.at/documentation/enfold/advanced-layerslider/#-manually-importing-missing-layerslider-images-of-the-old-demo-slides-
It’s on Enfold Reimagined
Hope this helps.Best regards,
NikkoHi jasperfoto,
Thanks for giving us admin access.
I checked it and tried to upload an image but it returns an error 500 (Internal Server Error).
Can you give us ftp access? so we can check further and try to enable wordpress debugging.Best regards,
NikkoHi _urban_,
Can you try adding this css code in Quick CSS, located in Enfold > General Styling:
.js_active .av-minimum-height .container { opacity: 1; }Best regards,
NikkoHi daisypaws,
I think you can but if it fetches older css then I think just give it maybe a day to enable it again.
Best regards,
NikkoHi web6s,
I see, here’s a workaround that will need to tweak some files and in order for this to be done, you will need to use a child theme: https://kriesi.at/documentation/enfold/child-theme/
In the child theme create a folder includes then inside that folder create a file called helper-main-menu.php inside it paste this code: https://pastebin.com/SHDP9Udm
Edit functions.php in the child theme and add this code:if(!function_exists('avia_woocommerce_cart_placement')) { add_action( 'init', 'avia_woocommerce_cart_placement', 10); function avia_woocommerce_cart_placement() { $position = avia_get_option('header_position', 'header_top') == "header_top" ? "avia_after_phone_info" : "ava_inside_main_menu"; if(avia_get_option('cart_icon') == "always_display_menu") { $position = "ava_inside_main_menu"; if( strpos( avia_get_option('header_layout'), 'bottom_nav_header') !== false && avia_get_option('header_position') == 'header_top') { $position = "ava_before_bottom_main_menu"; } } add_action( $position, 'avia_woocommerce_cart_dropdown', 10); } }Then in the WordPress Dashboard, go to Enfold > General Styling > Quick CSS, then add this css code:
#header_meta .cart_dropdown { border: none; } #header_meta .cart_dropdown a.cart_dropdown_link { background-color: transparent; }Finally in Enfold > Shop Options > Header Shopping Cart Icon set this to Always Display floating on the side
Best regards,
NikkoHi reini77,
No worries.
This is fixed, I just added a link (from pages, can use any) then rename it and make it as mega menu column title.Best regards,
NikkoHi daisypaws,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi daisypaws,
No worries, the code I gave will not work on section ID.
I have moved my-section from Section ID to Custom CSS Class.
Then in Enfold Child > General Styling > Quick CSS, I added those css codes (sorry I didn’t give any instructions on where to put these codes)
I have to temporarily disable css merging and minification since it still fetches the older code if it’s enabled (this is in Enfold Child > Performance).Best regards,
NikkoHi Jon,
Yes, that’s what I meant.
I apologize it wasn’t clear.Best regards,
NikkoHey nigdowser,
Can you give us a link to your site? so we can check further on the issue.
Best regards,
NikkoHi kbarranco,
We’re glad to hear that. :)
Just post here if in case you’ll have an issue again that’s related to this thread.Best regards,
NikkoJuly 2, 2019 at 5:06 pm in reply to: Change "slideshow_align_caption" padding on mobile in slideshow #1115239Hey Funk86,
I have checked your site in my mobile device and it looks good.
Can you give us a screenshot of the issue on your end?Best regards,
NikkoHi Bob,
Can you point out those background images? or maybe a screenshot then we could identify if its fullscreen slider or maybe other element.
Enfold doesn’t sell individual pages that can be seen in the demos, you can actually just import it in Demo Import and you’ll get the page (though you’ll get the theme settings of it as well).Best regards,
NikkoHi kpoust,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi claychurchill,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi simonac,
Try adding this css code in Quick CSS, located in Enfold > General Styling:
#top .av_table_col.first.portfolio-preview-image, #top .av_table_col.portfolio-entry.portfolio-preview-content { width: 50% !important; }Best regards,
NikkoHey jasperfoto,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHey gireeshnair,
Try to edit the page, and on Header visibility and transparency (under Layout) make sure that it is set to Transparent Header.
Hope this helps.Best regards,
NikkoHey Uroš,
You can add this code in your child theme’s functions.php:
add_action( 'woocommerce_single_product_summary', 'my_product_meta', 25 ); function my_product_meta() { //your code here }Just insert your code and replace the comment.
Hope it helps.Best regards,
NikkoHey Alexander,
Yes it’s possible.
Can you give us a link to the page shown in the screenshot? so we can try to inspect the page and give you css codes that should work.Best regards,
NikkoJuly 2, 2019 at 4:31 pm in reply to: Blog post element: Changing font size, transformation, category #1115220Hey transformmedia,
For adjusting font colors, you can modify it in Enfold > General Styling, either in Main Content or Alternate Content (tab).
– excerpt color (Main Content font color | Alternate Content font color)
– heading color (Main Content Heading color | Alternate Content Heading color)
– link color (Primary color)For font size go to Enfold > Advanced Styling > either select body or p (this will modify all content sizes)
For hiding category, comment and date, add this css code in Quick CSS, located in Enfold > General Styling:.html_modern-blog #top .post-entry .post-meta-infos { display: none; }Hope it helps
Best regards,
NikkoHey hamansto,
Can you give us a link to your login page?
Best regards,
NikkoHi goodinkcreative,
We’re glad to hear that it’s all good :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey daisypaws,
First please try to turn on custom css class field, you can check how to do it here: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements
Then on the Color Section, edit it and add Custom CSS Class, you can put any value, just for this example I’ll call it my-section (you can use the same on other pages).
For the first link, this css code will work:#top .my-section .av-equal-height-column-flextable .av-flex-placeholder { width: 1%; }The default value is 6%, this works for equal height columns.
For the second link since it’s not equal height columns and uses 1/4, this code should work:#top .my-section .av_one_fourth { width: 24.25%; margin-left: 1%; } #top .my-section .av_one_fourth.first { margin-left: 0; }Hope it helps.
Best regards,
NikkoHi marcosmendieta,
Can you show us the whole code you have in your functions.php?
Just paste your code in https://pastebin.com/ then post the link here.
You can put the link in private content, if you want it to be seen only by you and the moderators.Best regards,
NikkoHey daisypaws,
Try adding this css code:
#top .avia_ajax_form input.button { border-radius: 40px; }Hope it helps.
Best regards,
NikkoHey Urban,
What version of IE are you using?
Best regards,
NikkoHi Tobias,
Please try again using the link in private content.
Best regards,
NikkoHey web6s,
Can you try the solutions posted on this thread: https://kriesi.at/support/topic/move-shopping-cart-icon-to-the-secondary-menu-area/ ?
Hope it helps.Best regards,
NikkoHey Tim,
Thanks for contacting us!
Unfortunately, we can’t provide login for the Enfold Restaurant Theme or any other demos we have.
Though I think we can provide some screenshots on specific backend areas.Best regards,
Nikko -
AuthorPosts
