Forum Replies Created
-
AuthorPosts
-
Hi,
No worries at all! Glad you figured it out and thanks for sharing your solution!
Let us know if you have any other questions and enjoy the rest of your day :)
Regards,
YigitHi,
That is because you have many items in your admin bar. I added following code to bottom of Functions.php file
add_action( 'admin_bar_menu', function ( $wp_admin_bar ) { $wp_admin_bar->remove_node( 'avia' );}, 999 ); // Hide in Admin Barto remove Enfold theme options from admin bar and de-activated jQuery Migrate Helper plugin as it is no longer necessary. It is better however on smaller screens it would still push username below unfortunately.
Regards,
YigitJune 10, 2021 at 3:55 pm in reply to: Change Position and Icons of Cart, Search and Account #1305103Hi,
1- I further adjusted the code to replace the header layout on mobile.
2- Values needed adjusting after you increased the size of the icons. I adjusted it.
Please review your website :)
Best regards,
YigitHi @dameonjamie,
I updated your code in functions.php file of your child theme.
Please review your website :)
Regards,
YigitJune 10, 2021 at 3:17 pm in reply to: Urgent request: enfold site breaks while opening customizer after updating wp #1305096Hi Pablo,
1- Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .av-video-slide .mejs-container video { right: -13%; }2- Not sure I understood the changes you would like to make clearly. If you would like to use ALB to create your blog page, you can go to Enfold theme options > Blog Layout and choose to use ALB. You would then create your blog page using Advanced Layout Builder and then choose it as your blog page in Enfold theme options. If that does not help, please elaborate on the changes you would like to make :)
Best regards,
YigitHey,
Thanks for contacting us!
Please try de-activating all active plugins and check if that helps. If it does not, please run a security scan on your server
Regards,
YigitJune 10, 2021 at 12:14 pm in reply to: Product List formatting issue when product description contains links #1305064Hi,
You are welcome!
I will report it to our devs. You can follow up upcoming changes here – https://kriesi.at/support/topic/enfold-upcoming-fixes/ :)
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHi,
That is because on your homepage styling is applied by elementor, attached a link of CSS file in private content field below.
I went to Enfold theme options > Advanced Styling and set Main Menu Links font family to Montserrat and then went to General Styling > Fonts and set heading and body font family to Montserrat as well.
Please adjust Enfold theme options to apply the same styling you have on your homepage to every page :)
Best regards,
YigitHi Stuart,
Please see – https://kriesi.at/documentation/enfold/contact-form/#contact-form-going-to-spam-
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Best regards,
YigitHi,
You should be able to update the string using – https://wordpress.org/plugins/loco-translate/. After installing the plugin, you can go to Loco Translate > Plugins > WooCommerce > Greek > search for the string, update it and save :)
Best regards,
YigitJune 10, 2021 at 11:36 am in reply to: website with enfold + woocommerce: unsightly effect while 'click to card' #1305047Hi Stefan,
Thanks for contacting us!
Yes, please create temporary admin logins and post them here privately so we can look into it :)
Best regards,
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitHi,
No worries at all! I have to confess, sometimes I have cache issues when our devs ask me to test something as well so it happens to all of us :)
Well, let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHi,
Please flush browser cache and refresh your page a few times. Menu is no longer in italic since I commented out before my previous post :)
Best regards,
YigitHi,
Sorry for the misunderstanding :)
You had following code in Style.css file of your child theme
#top #header .av-main-nav > li > a { font-style: italic !important;}I commented it out.
Please review your website :)
Best regards,
YigitJune 9, 2021 at 5:23 pm in reply to: Notice: Trying to access array offset on value of type bool in… #1304949Hi Didac,
You are welcome!
It is not coming from Enfold. Could you please try de-activating your plugins one by one to find the culprit?
Best regards,
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitJune 9, 2021 at 5:12 pm in reply to: Featured image not displayed in the Home page blog Posts grid #1304944Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitJune 9, 2021 at 5:10 pm in reply to: Product List formatting issue when product description contains links #1304942Hey,
Please go to /enfold/config-templatebuilder/avia-shortcodes/productslider/ and copy productslider.php file into your child theme inside /shortcodes/ folder and then replace the content with following – https://pastebin.com/W5A6gDMT. After that, please add following code to bottom of functions.php file if your child theme
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }If you would like us to apply the changes for you, please post FTP logins here privately as well :)
Best regards,
Yigit-
This reply was modified 4 years, 9 months ago by
Yigit.
June 9, 2021 at 4:44 pm in reply to: Featured image not displayed in the Home page blog Posts grid #1304935Hi,
You had following custom CSS code in Style.css file of your child theme
.slide-entry-wrap .slide-entry > a { display:none; }I commented it out and that helped.
Please review your website :)
Cheers!
YigitHey,
Code is not being applied at the moment.
Please go to Enfold theme options > Peformance and disable CSS file merging and compression, save theme options, hard refresh your page a few times and then enable it once again and save theme options. That should help. If it does not, please create temporary admin logins and post them here privately so we can look into it :)Regards,
YigitHey,
Thanks for contacting us!
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Cheers!
YigitHi,
Thanks for contacting us!
I went to Enfold theme options > Shop Options > Header Shopping Cart Icon and chose “Do not show at all”.
Please review your website :)Best regards,
YigitHi,
@naromangar20 you are welcome! If you have any other questions or issues, please start a new thread under Enfold sub forum :)Best regards,
YigitHey,
Thanks for contacting us!
Please go to Enfold theme options > Advanced Styling and edit “Main Menu Links” and change their color as needed :)
Best regards,
YigitHi,
@naromangar20 it was the image element on your page. I simply edited your page and changed it. Please review your websiteRegards,
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitJune 9, 2021 at 3:34 pm in reply to: Product List formatting issue when product description contains links #1304913 -
This reply was modified 4 years, 9 months ago by
-
AuthorPosts
