Forum Replies Created
-
AuthorPosts
-
Hey aldenarrioli,
First off, thank you very much for using the Enfold.
If you want to use the one-page portfolio like this demo: http://kriesi.at/themes/enfold-one-page-portfolio/
you can just import the demo going to Enfold Theme Options > Demo import > Select this demo: http://prntscr.com/etfou3
Best regards,
John Torvik- This reply was modified 7 years, 9 months ago by John Torvik.
Hey cagraphicdesign,
Thanks for using the Enfold :)
Alright, let`s solve these questions.
1. To remove the “arrow” inside the blue circle icon, just add the following custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.avia_transform a:hover .image-overlay { opacity: 0 !important; }
2.I think that you may add a simple and short description using the h3 or h4 tag to explain the logo.
Best regards,
John TorvikHey adventuregear,
I`ve checked your site and it seem to be working normally. May you share some screenshots, please?
Best regards,
John TorvikHi,
Try to add the !important after the 300px inside the height property.
Best regards,
John Torvik- This reply was modified 7 years, 9 months ago by John Torvik.
Hi,
This link should help you in the future: kriesi.at/documentation/enfold/using-a-child-theme/
Let us know if you have any other questions or issues :)
Best regards,
John TorvikHey olivier-roth,
Please, you already created a thread with this subject, I answered you. May you check the other ticket?
Best regards,
John TorvikHey Danielle,
Please, may you share your website link?
Best regards,
John TorvikHey diefleischerei,
You can use this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.av-main-nav{ position: absolute; right: 40px; bottom: 55px; }
Best regards,
John TorvikHey diefleischerei,
Unfortunately, it isn`t possible, but if you buy the Layer Slider standard version, you can use these templates:
https://layerslider.kreaturamedia.com/sliders/shoes/ or
Best regards,
John TorvikApril 6, 2017 at 7:48 am in reply to: Grouped products – no order options, no product images #772997Hey charger70,
This link should help you: https://docs.woocommerce.com/document/fixing-blurry-product-images/
and add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.woocommerce-product-gallery { opacity: 1 !important; }
Best regards,
John TorvikHey alliancepp,
Please, may you share your website link?
Best regards,
John TorvikHey ihf-eramstad,
To add this new ID, follow these steps:
1. Create a new js file in the js folder (for example: my_custom_script.js) and add this code:
$(.ls-wp-fullwidth-container).attr('id', 'MyCustomID');
2. Now, add this custom code at your function.php
wp_register_script( 'my_custom_script', $template_url.'/js/my_custom_script.js', 'jquery', "1", true); wp_enqueue_script( 'my_custom_script.js' );
Best regards,
John TorvikHi,
Thank you for your suggestion, you can send it here: https://kriesi.at/support/enfold-feature-requests/
Best regards,
John TorvikApril 6, 2017 at 7:30 am in reply to: Please read – Regarding Wordfence LayerSlider warning on Enfold 4.0.3 #772993Hi,
@porotikos may you create a new thread and share with us your WP credentials and the website link?Best regards,
John TorvikHi,
Let us know if you have any other questions or issues :)
Best regards,
John TorvikHey ktmaxxx,
Did you check the demo list at Enfold Theme Options > Demo Import?
Best regards,
John TorvikHi,
Let us know if you have any other questions or issues :)
Best regards,
John TorvikHi,
Yes, but I am on the Macbook and I can`t see the arrows.
Best regards,
John TorvikApril 6, 2017 at 7:20 am in reply to: Iconfont Manager Error "Couldn’t add the font because the server didn’t respond" #772985Hey Phil,
This link should help you to check if all the steps are correct: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Best regards,
John TorvikHey bitojoe,
I
ve checked your site and there
s rate stars, take a look here: http://prntscr.com/et0wh1Best regards,
John TorvikApril 6, 2017 at 7:13 am in reply to: Where should I start? Troubleshooting broken "search" feature. #772976Hey abrougher,
Please, may you share your page link with this problem? And disable all the plugins and check if there`s problem yet.
Best regards,
John TorvikApril 6, 2017 at 7:11 am in reply to: Make iPad Mini portrait have same layout as mobile phone #772974Hi,
The iPad mini landscape resolution is exactly 1024px, so, you need to increase 1px in the media query, staying like this:
@media only screen and (min-device-width : 768px) and (max-device-width : 1025px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) { .responsive #top #wrap_all .av-flex-cells .no_margin { display: block; margin: 0; height: auto !important; overflow: hidden; padding-left: 8% !important; padding-right: 8% !important; width:100% !important; } }
Best regards,
John TorvikHi,
This link should help you: https://artbiz.ca/dont-remove-your-site-title-hide-it/
Best regards,
John TorvikApril 6, 2017 at 7:06 am in reply to: How to remove "|" from the top menu and change the color of the menu item #772972Hi,
To remove the small line separators, disable the option at Enfold Theme Options > Header > Separator Between menu items
And to change the current menu color, add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.current_page_item a { color: #000 !important; }
Best regards,
John TorvikApril 6, 2017 at 6:53 am in reply to: How to change the location of menu selector on mobile site? #772970Hey keeprain,
Just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
#mobileMenu_menu-main-menu { position: relative; top: 42px; }
Best regards,
John TorvikHey web4698,
These tricks should help you.
1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg.
2. Once all images are on the website, optimize with www optimizer plugin twice 1hr 10mins apart.
3. Install wp-smushit run once to remove jpeg extra data then uninstall.
4. Use BWP minify plugin to minify scripts and stylesheets, you can also use W3 Total Cache’s minify settings but we use BWP for Enfold.
5. Install W3 Total Cache or WP-Super cache, select all recommended settings.
6. Logout your website, visit every page at least once to create super cache files.
7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. Once done log out.
8. Have a cup of coffee.
9. Visit your site after 20 minutes or so.
10. Don’t forget to smile.Best regards,
John TorvikHey mskinandbeauty,
Please, I`d like to check it on your page, so, may you share with me your page link and the WP credentials?
Best regards,
John TorvikHey!
To fix your problem, just add this custom function at your functions.php (from the Child Theme)
function my_full_size( $config ) { $config['size'] = 'full'; return $config; } add_filter('avf_aviaccordion_config', 'my_full_size')
P.S: If you aren`t using the child theme, follow this tutorial to have one: http://kriesi.at/documentation/enfold/using-a-child-theme/
Let me know if it helps!
Regards,
JohnHi!
Try adding this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
@media screen and (min-width: 766px) and (max-width: 768px) { #landingpage { height: 300px; } }
Best regards,
JohnApril 5, 2017 at 6:18 am in reply to: Woocommerce update – Fatal error on cart page – URGENT! #772217Hi,
Best regards,
John Torvik -
AuthorPosts