Forum Replies Created
-
AuthorPosts
-
January 16, 2015 at 5:42 pm in reply to: how to drive font color of phone number in the header #380916
Hey!
You are welcome, glad we could help :)
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 :)Regards,
YigitHi!
You can add following code to Quick CSS and change the letter spacing as needed
.av-main-nav > li > a, .sub_menu>ul>li>a, .sub_menu>div>ul>li>a, #socket .sub_menu_socket { letter-spacing: -0.06em; }Cheers!
YigitJanuary 16, 2015 at 5:33 pm in reply to: How can I add some text to the right of the logo area? #380908Hey gharding!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= "Company Name"; return $sub; }Cheers!
YigitHey!
If you have not started the same topic, please post the link to the thread and we will open it.
Cheers!
YigitHey!
Can you please try de-activating all active plugins and check if that helps?
Regards,
YigitHey!
Glad you figured it out!
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 :)Regards,
YigitHey Scott!
Please edit your page and choose not to display Title bar under Layout section. You can also add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-3360 .title_container { display: none!important; }Best regards,
YigitHey Bernd!
Please use following code in Quick CSS
.av-main-nav > li > a, .sub_menu>ul>li>a, .sub_menu>div>ul>li>a, #socket .sub_menu_socket { font-family: Noto Sans !important; }Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-2270 #header { display: none !important; }and change the page id to match your page. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
YigitHi!
Please change the code to following one
#socket .av-social-link-facebook a { color: #fff !important; background-color: #37589b !important; } #socket .av-social-link-twitter a { color: #fff !important; background-color: #46d4fe !important; } #socket .av-social-link-youtube a { color: #fff !important; background-color: #a72b1d !important; } #socket .av-social-link-gplus a { color: #fff !important; background-color: #de5a49 !important; } #socket .av-social-link-instagram a { color: #fff !important; background-color: #a67658 !important; }Regards,
YigitHi!
Please refer to @begrafiks post above and let us know if that does not help.
@begrafiks thanks :)Best regards,
YigitHi MarkusLange!
Can you please try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
You can contact your service provider and they can do it for you.Regards,
YigitHi!
It still seems like you are using Enfold 2.9.2. Please try updating the theme via FTP and make sure to overwrite all files – http://vimeo.com/67209750
Cheers!
YigitHi!
Your mega menu has no sublevel menu items – http://i.imgur.com/s6o3Fjm.png
Please refer to this video and create a megamenu firstly – http://kriesi.at/documentation/enfold/portfolio-item/creating-a-mega-menu/Cheers!
YigitHey!
Please flush browser cache and refresh your page a few times. I could not reproduce the issues you mentioned.
Regards,
YigitHi!
I have edited your “Folien” portfolio item and added a Featured image ( Beitragsbild ) and it does show up fine. Please do not forget to add featured images to your portfolio items
Best regards,
YigitJanuary 16, 2015 at 5:09 pm in reply to: how to drive font color of phone number in the header #380876Hi!
Please use following code
#top #wrap_all .social_bookmarks, #top #wrap_all .social_bookmarks a, #top #wrap_all .social_bookmarks li { color: white; }Regards,
YigitHey kenwae!
No, unfortunately not. It does only work when you use LayerSlider as a standalone plugin.
When LayerSlider authors update the plugin, Kriesi tests it first and then include with each upcoming update.Best regards,
YigitJanuary 16, 2015 at 5:05 pm in reply to: wp-content/themes/enfold/ google webmaster crawling fehler #380871Hi tom77113!
Can you please try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
You can contact your service provider and they can do it for you.Best regards,
YigitHey!
I wanted to check the backend but seems like you have removed temporary user. Do you mind creating it once again?
Regards,
YigitJanuary 16, 2015 at 5:00 pm in reply to: Re : Problem with down arrow and different font size in color sections. #380864Hi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.av-extra-border-inner { background-color: inherit!important; }Best regards,
YigitJanuary 16, 2015 at 4:59 pm in reply to: how to drive font color of phone number in the header #380863Hey compenseo!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.phone-info { color: white!important; }If that does not work, please post the link to your website
Best regards,
YigitHi Hazlitt1!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.comment-meta.commentmetadata { display: none; }If that does not work, please post the link to your page and point out the date you would like to remove.
Best regards,
YigitJanuary 16, 2015 at 4:56 pm in reply to: Change information on blog post > leave a reply, take part on the discussion, .. #380859Hi!
Do you mind creating a temporary admin login and posting it here privately?
Also, please post the text you would like to replace here.Regards,
YigitHey!
@alles_schoene It is possible using menu item ID’s. You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg
Please add following code to Quick CSS in Enfold theme options under General Styling tabli#menu-item-3193 > a:hover { background-color: orange; color: green; } li#menu-item-3193 > a { color: red; background-color: black; }and change menu item ID’s.
Regards,
YigitJanuary 16, 2015 at 4:52 pm in reply to: Display title in specific page and hide woocommerce cart in mobile #380854Hey!
1- Seems like the code @begrafiks posted worked? I can see title on your example page.
2- I cannot see cart icon on mobile as well. Have you figured that one out too? :)Best regards,
YigitHey!
Do you mind creating a temporary admin login and posting it here privately?
Cheers!
YigitHey!
#TeamKriesi :)
You are welcome Bernd, let us know if you have any other questions or issues. Have a nice weekend! :)Regards,
YigitHey!
Sure, we will be waiting to hear from you. Thread will be on hold until you reply, so please reply when you launch your website.
Regards,
YigitHi!
Please edit your page ( or add a new one ) and you should see it – http://i.imgur.com/ZhxpdYe.png
If not, please create a temporary admin login and post it here privately.Cheers!
Yigit -
AuthorPosts
