Forum Replies Created
-
AuthorPosts
-
Hey!
Please try updating the theme via FTP this time and make sure that you API key is correct. You can find more information here – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitHi Michael!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-special-heading-tag { -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: black; text-stroke-width: 2px; text-stroke-color: black; }Regards,
YigitHey Mark!
Have you tried uploading your favicon as .png? Do you mind creating a temporary admin login and posting it here privately?
Cheers!
YigitHi!
Please remove the code i posted and edit your Color Section element and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then use following code
#your-custom-id .avia-builder-el-last { margin-left: 0; }Cheers!
YigitFebruary 26, 2015 at 5:14 pm in reply to: Header logo on bottom of page with mobile style menu sandwich #402798Hi moniot!
It is possible to apply those changes to Enfold but it would require heavy customisation to theme files and that is unfortunately out of the scope of our support forum. Please feel free to request such features here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
YigitFebruary 26, 2015 at 5:10 pm in reply to: How to keep Logo Area Background Image on at all times #402794Hi kenwag!
It sounds like you have set your page to transparent header. Please edit your page and choose no transparency under Layout section. Header background image should be visible at all times when you are not using transparent header. If that does not help, please post the link to your page.
Best regards,
YigitHi Peter!
Please create a temporary admin login and post it here privately if you do not want to display 5000 miles south of Yemen intentionally :)
Regards,
YigitHi!
It would be prettier if you add following code to Functions.php file in Appearance > Editor
add_filter('avf_logo_link','av_change_logo_link'); function av_change_logo_link($link) { $link = "http://kriesi.at"; return $link; }Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-1579 #av_section_2 .avia-builder-el-9 { margin-left: 0; }Cheers!
YigitHi!
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 :)Cheers!
YigitMerhabalar Ozgur!
I just checked your website on my iphone 5s and this is how it looks on my end – http://i.imgur.com/bGvRpTM.png
Can you please post a screenshot and show the issue you are having?Best regards,
YigitFebruary 26, 2015 at 4:53 pm in reply to: Removing the Logo/White Space from the header on Mobile Devices #402773Hey!
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 :)Cheers!
YigitHi Cindy
Please add following code to Functions.php file of your child theme in Appearance > Editor
add_filter('avf_title_tag','avia_new_title'); function avia_new_title() { $title = get_bloginfo('name'); return $title; }You no longer need to edit theme files :)
Best regards,
YigitFebruary 26, 2015 at 4:33 pm in reply to: Removing the Logo/White Space from the header on Mobile Devices #402757Hey bjagasia!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) { div#header_main { display: none; }}Cheers!
YigitHi!
Please add following code to Quick CSS and adjust as needed
.custom_content img { max-width: 24%; } span.header-text { color: red; font-size: 20px; position: relative; top: -30px; right: 10px; }I moved the code to Functions.php file. Please find it and change external link and link to your image.
Regards,
YigitHey jasrobb!
Please see – http://kriesi.at/documentation/enfold/add-onclick-event-to-the-contact-form-submit-button/
Best regards,
YigitHi!
Glad you figured it out! Can you please try contacting plugin authors as they should have better insight on what could be causing the issue?
Regards,
YigitHey!
I would do the changes for you but seems like you have already added custom content to header?
Best regards,
YigitFebruary 26, 2015 at 3:45 pm in reply to: Shortcode to insert in full-width advanced builder module #402732Hey!
Where will you add your shortcode? You can paste it in a Code Block element and then place your Code Block element inside a Color Section element with a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then add following code to Quick CSS
#your-custom-id .container { max-width: 100%; padding: 0; margin: 0; }Best regards,
YigitHey!
Via FTP please go to wp-content/themes/enfold folder and undo the changes you have made on Functions.php file and post the code you tried to add here using – http://pastebin.com/ so we can add it for you :)
Best regards,
YigitHi spidercreations!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-main-nav > li > a { font-family: 'Italianno', cursive!important; }and yes, you should make the changes in Functions.php file of your child theme to avoid losing your modifications when you update the theme :)
Best regards,
YigitHi!
Please try using Magazine element to display your blog posts.
Best regards,
YigitHi dclgrp!
Please try re-updating the theme via FTP and make sure to overwrite all files – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Which version of WP are you using?Regards,
YigitHey sambo258!
1- Answered you here – https://kriesi.at/support/topic/site-not-right-on-ipad/#post-402719
Please do not create duplicated topics.
2- You can install this plugin, https://wordpress.org/plugins/wp-smtp/, and send a test PHP email to see if it arrives. If your hosting provider has an SMTP server then you can have the plugin switch WordPress to use SMTP mail instead of PHP mail.Best regards,
YigitHi sambo258!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) { #wrap_all { position: relative !important; }}Regards,
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { position: fixed; } .responsive #top #main { padding-top: 80px!important; }}Regards,
YigitHey!
Yes, you can go to Appearance > Editor and open Functions.php file and paste it there. It does not matter where you paste it.
Cheers!
YigitFebruary 26, 2015 at 3:26 pm in reply to: Shortcode to insert in full-width advanced builder module #402711Hey Mariusz!
Please enable debugging mode – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You will see a new section below ALB which displays the shortcodes of the elements. You can create a Color Section element and copy its shortcode.Regards,
YigitFebruary 26, 2015 at 3:23 pm in reply to: Search widget or coding limit search to portfolio entries #402709Hey scottrseeley!
Please try using a more advanced search plugin such as – https://wordpress.org/plugins/relevanssi/ ( implementation here – http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/ ) or SearchWP ( implementation here – http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/ )
Regards,
Yigit -
AuthorPosts
