Forum Replies Created
-
AuthorPosts
-
Hey Xperten,
Please go to enfold/config-templatebuilder/avia-shortcodes/postslider.php file and find “slide-meta” and adjust as needed.
We would recommend you to use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and apply the changes on your child theme – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/Best regards,
YigitHey Roland,
You can use nested nav as in this example – http://kriesi.at/themes/enfold/pages/faq/. You can simply go to Enfold theme options > Sidebar Settings and check “Page Sidebar navigation” and then add child pages to your parent page and then enable sidebar on your child pages and nested nav would appear automatically :)
Best regards,
YigitHey Sophie,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 1024px) { h3.widgettitle { font-size: 18px; }} @media only screen and (max-width: 767px) { h3.widgettitle { font-size: 14px; }}Best regards,
YigitJuly 3, 2017 at 1:30 pm in reply to: avia-post-nav / avia-post-prev are not displayed in full-screen slider #815876Hi,
Please add following code to Functions.php file in Appearance > Editor
add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1); function avia_remove_fullwidth_slider_check($settings) { $settings['is_fullwidth'] = false; return $settings; }Post nav is disabled on portfolio items that has fullwidth elements by default.
Best regards,
YigitJuly 3, 2017 at 1:20 pm in reply to: Menu icon and 'back to top' button on mobile disappear after clicking menu links #815875Hi,
Scroll to top button shows up fine on my end on mobile.
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_RefreshBest regards,
YigitJuly 3, 2017 at 1:19 pm in reply to: Any news on the fix of individual heights on tab sections? #815873Hi,
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 try adding following code to Functions.php file in Appearance > Editor
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 100; return $length; }Best regards,
YigitHi!
Yes, you can add following code to functions.php file of your child theme – https://pastebin.com/V0KbdUa5
Regards,
YigitJuly 3, 2017 at 1:12 pm in reply to: Any news on the fix of individual heights on tab sections? #815868Hey Kavvermus!
We are going to be releasing Enfold update this week :)
Regards,
YigitHey!
Please add following code to Quick CSS as well
.main_color strong, .main_color b, .alternate_color strong, .alternate_color b { color: inherit !important; }If that does not help, please elaborate on the changes you would like to make :)
Best regards,
YigitJuly 3, 2017 at 12:43 pm in reply to: How can i change the color of the "Scroll down arrow to next section" #815848Hey!
There was an extra closing curly bracket in your Quick CSS field. I removed it. Please review your website now :)
Cheers!
YigitHi!
Please click “Screen options” on the top right corner and check “excerpt” and then scroll below your content and add your excerpt manually into Excerpt field :)
Regards,
YigitJuly 3, 2017 at 12:40 pm in reply to: How to Hide Elements on Tablet, Desktop and All Higher Resolutions #815846Hey!
Please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ :)
Best regards,
YigitJuly 3, 2017 at 12:29 pm in reply to: Do You Want A Sponsored Review Of Your Product On TalkersCode #815840Hi!
I am sorry about that but then it probably means that Kriesi is not interested. We forward each proposal to him but since he is usually very busy, he cannot always reply to each query, only to those he is interested in.
Regards,
YigitHi!
I went to Appearance > Themes and click “update” on parent theme and that worked. Header was broken as you mentioned, i went to Enfold theme options > Header > Extra Elements and corrected your HTML in “Phone Number or small info text” and that helped. Please review your website now :)
Regards,
YigitJuly 3, 2017 at 12:03 pm in reply to: Do You Want A Sponsored Review Of Your Product On TalkersCode #815824Hi TalkersCode!
Thanks for contacting us!
We have forwarded your proposal to Kriesi. If interested, he will contact you :)
Best regards,
YigitMerhabalar Ugur!
Gecici admin loginlerini gizli alandan gonderebilir misin goz atalim sitenize :)
SMTP icin her hangi bir eklenti kullaniyor musunuz? Kullaniyorsaniz, eklentiyi deaktif ettiginiz zaman sorunda her hangi bir degisiklik oluyor mu?Best regards,
YigitHi,
Yes, please use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/. You can simply copy your additional codes into functions.php file of your child theme. You would not need to copy all content of parent theme’s functions.php file :)
Best regards,
YigitMerhabalar!
I checked your slide captions however i cannot see any issue at the moment. Attached a screenshot in private content field.
Have you figured it out already? :)Best regards,
YigitHi Ghulam,
Thanks for contacting us!
Due to our agreement with Envato/ThemeForest, we are not allowed to sell/distribute our premium WordPress themes directly.
However you can always search WordPress repository for free themes – https://wordpress.org/themes/ :)Cheers!
YigitHi,
They show up fine on my end, attached a screenshot in private content field.
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
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 buergelin-media,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px) { .responsive #top #main { margin-top: 80px; }}Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .av-subnav-menu>li { padding: 15px 1px; }Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
YigitHallo,
Can you please post a link to your website and 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 hereBest regards,
YigitHi!
I understand, however that section is missing on your page. Can you please add it and let us know? We are going to need to see the issue to find out why it is not working :)
Regards,
YigitHey Annelies,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.phone-info .avia-button-wrap { top: -10px; position: relative; } .phone-info { position: relative; top: 10px; } .logo { top: 30px; }Best regards,
YigitHi Daniela,
Our devs already fixed the issue and it will be included in upcoming Enfold update which is set to be released next week. Please update the theme when it will be available and check again :)
Best regards,
YigitHi!
All images on your homepage are fullwidth on my end. Can you please post a screenshot point out the changes you would like to make?
Regards,
YigitJune 30, 2017 at 2:44 pm in reply to: Kein Bildwechsel bei Varianten im Shop /No image change for variants in the shop #814969Hi,
We will be releasing an update next week however can you please post temporary admin logins here privately so we can look into it? I am not sure if there is such known issue therefore if there is, it might not be included. If you do not mind posting temporary admin logins we can look into it and let our devs know :)
Best regards,
Yigit -
AuthorPosts
