Forum Replies Created
-
AuthorPosts
-
Hi!
I am not sure if i understood the changes you would like to make clearly however if you would like to decrease header height, please go to Enfold theme options > Header and adjust the height as needed.
If that is not what you meant, can you please elaborate and post a screenshot showing the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Best regards,
YigitHey!
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
YigitHey Gary!
Thanks for contacting us!
Can you please register to our support forum – https://kriesi.at/support/register/ firstly? If you do not know your purchase code, please ask your nephew Mack.
Then, please make sure you are using the latest version of the theme which is currently 3.8.5 – kriesi.at/documentation/enfold/updating-your-theme-files/. if you are, please go to Enfold theme options > Header and choose “Logo left, menu right” or “Logo right, menu left” option in “Menu and Logo Position” and choose to display menu items as icons. Here is an example from one of Enfold demos – http://kriesi.at/themes/enfold-creative-studio/
Unfortunately, we do not know anyone from your area but we can help you with the questions you may have regarding the theme :)
Cheers!
YigitHi!
Glad you figured it out!
It is a hiccup that happens sometimes but usually adding new elements, updating the page, removing the element and updating once again helps :)
I am marking this thread as resolved. Let us know if you have any other questions or issues!Cheers!
YigitHi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHi!
Current version of LayerSlider included in the theme is not PHP7 compatible yet. We will include the latest version of LayerSlider in upcoming update which we are planning to release this week. It will bring PHP7.1.x compatibility as well :)
Regards,
YigitHi,
You are welcome! Let us know if you have any other questions or issues :)
Best regards,
YigitHey Els!
Thanks for contacting us. Please register – https://kriesi.at/support/register/ or login to our forum to see the links.
Please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.
If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Unfortunately not all Server environments are able to make use of the auto update feature provided by ThemeForest :/
Best regards,
YigitFebruary 20, 2017 at 8:14 pm in reply to: remove date from enfold pages showing in google search #749542Hi naxiand!
Please try using a plugin such as this one – https://wordpress.org/plugins/wp-old-post-date-remover/
Cheers!
YigitHey Thomas!
Thanks for contacting us!
Please find your credentials in private content field. You can login to our forum and start a new thread under Enfold sub forum.
Regarding your questions, please go to Appearance > Menus and click on your menu item which is acting “buggy” and uncheck “use as mega menu” option. You can find more information here – http://kriesi.at/documentation/enfold/portfolio-item/creating-a-mega-menu/
Regards,
YigitFebruary 20, 2017 at 7:57 pm in reply to: How to remove "extra information" on Varied Product? #749537Hi!
I am getting “Internal Server Error” when i try to check your screenshot. Can you please upload it to imgur.com or Dropbox public folder and post the links here?
Cheers!
YigitHi!
You would need to purchase a separate license on WooCommerce site. Only paid plugin included in the theme is LayerSlider
Cheers!
YigitHey mrpacogp,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.mfp-img { -webkit-animation: none !important; animation: none !important; }Our devs already fixed the issue and will include it in upcoming Enfold update which will be released this week
Best regards,
YigitHey!
Please go to Appearance > Menus and click Screen Options and check “Description” and edit your text in description field – http://i.imgur.com/mjg0bd5.png
Cheers!
YigitFebruary 20, 2017 at 5:04 pm in reply to: Transparent menu settings interfering with non-transparent pages #749468Hey!
Sorry for the late reply!
Please go to Enfold theme options > Header > Transparency Options and change transparent menu colors as needed
Best regards,
YigitHey Paul,
Please go to Enfold theme options > General Layout and change “Logo and Main Menu” location. If you do not see such option in Enfold theme options, you might be using an older version of the theme. In that case, please make sure that you are using Enfold 3.8.5 – kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitHey!
We are using WooCommerce Bookings – https://woocommerce.com/products/woocommerce-bookings/ plugin which is fully compatible with Enfold :)
Best regards,
YigitHi,
Please refer to this post – http://kriesi.at/documentation/enfold/color-section-with-100-container/ and add your images inside a color section element and add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) { #fwcs .container { width: 100% !important; max-width: 100%; padding: 0; margin: 0; } }Best regards,
YigitHey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHey!
Please add following code to Functions.php file of your child theme
function wp_change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );and move avia.js file inside /js folder in your child theme and then edit the file and find
exclude : '.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]',and change it to
exclude : '.single-product, .single-product a, .noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]',Cheers!
YigitFebruary 20, 2017 at 4:12 pm in reply to: Using numbers instead of font characters in Icon-Box #749428Hey!
Please try adding following code to Quick CSS
.iconbox_top .iconbox_icon, .iconbox_top .iconbox_icon * { font-family: 'Helvetica' !important; }Regards,
YigitFebruary 20, 2017 at 2:46 pm in reply to: Problems with Fullwidth Easy Slider on the mobile version #749379Hey!
Sorry for the late reply!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 768px) { .caption_left .slideshow_caption { width: 100%; } #top .flex_column_table { margin-top: 0 !important; }}Due to compatibility issues, videos in sliders are disabled on mobile. However you can refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and add video element to your page and only display it on mobile
Best regards,
YigitHey,
Sorry for the late reply!
The easiest way would be using Contact Form 7 plugin – https://wordpress.org/plugins/contact-form-7/. You can find docs here – https://contactform7.com/docs/
Best regards,
YigitFebruary 20, 2017 at 2:30 pm in reply to: Enfold theme – header overlapping with page content on Safari (OS X) #749370Hey Dany,
Sorry for the late reply!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-safari .phone-info { height: 30px; }Best regards,
YigitFebruary 20, 2017 at 2:22 pm in reply to: How to remove the body background picture on mobile and tablets #749367Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 1024px) { .responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header { max-width: 100% !important; }}Best regards,
YigitFebruary 20, 2017 at 2:16 pm in reply to: Enfold güncelleme sorunu, ya da Yoast Seo Eklenti Çakışması.. #749365Merhabalar!
Su an WordPress’in baya eski bir versiyonunu kullaniyorsunuz (4.1.15). Oncelikle WordPress’i en son surum olan 4.7.2’e guncelleyip sorunun devam edip etmedigini kontrol edebilir misiniz?
WordPress versiyonu epey eski oldugu icin bazi ayarlari (widgetlari tekrardan olusturmak gibi) tekrardan yapmaniz gerekebilir.
Bu tarz sorunlarin olmamasi icin WordPress ve Enfold’u surekli aktif tutmanizi tavsiye ederiz kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitFebruary 20, 2017 at 2:13 pm in reply to: Tableti etkilmeeden telefonu mobile uygun hale getirmek #749362Merhabalar,
Sitenizin linkini ve yapmak istediginiz degisiklikleri gosteren ekran goruntulerini gonderebilir misiniz?
Ekran goruntulerini imgur.com yada dropbox public klasorune yukleyip linkleri gonderebilirsinizBest regards,
YigitMerhabalar!
1- Kendi sitenizin linkini gonderebilir misiniz? Tam olarak anladigimdan emin degilim ama sanirim header bolumu kuculdugu zaman az bir seffaflik var ondan mi bahsediyoruz? :)
2- O sosyal butonlar Kriesi tarafindan kriesi.at sitesi icin yapildi ve malesef Enfold’a dahil degil
Best regards,
YigitHi Vito,
You can go ahead and update the theme to the latest version 3.8.5 – kriesi.at/documentation/enfold/updating-your-theme-files/
We have fixed multiple issues since 3.7.1 however 3.8.5 was a quick release. We will release a major update this week which will have more bug fixes and new featuresBest regards,
Yigit -
AuthorPosts
