Forum Replies Created
-
AuthorPosts
-
Hey!
What exactly do you mean? Load time is fine on my end. If you would like to increase the loading speed, please de-activate all unnecessary plugins. If that was not what you meant, please elaborate
Best regards,
YigitHey!
You can add the code to top of Quick CSS field, please try adding it with !important rule as following
@media only screen and (max-width: 767px) { .html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption { padding-top: 20px!important; }}Regards,
YigitHey!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_meta(){ ?> <meta name="google" content="nositelinkssearchbox" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <?php } add_action('wp_header', 'add_custom_meta');Cheers!
YigitFebruary 19, 2015 at 6:04 pm in reply to: Menu and Formatting Messed Up After Updating Enfold #399089Hi!
What were the changes you have made? You can check the differences between old header.php file and modified header.php using this website – https://www.diffchecker.com/
Those changes need to be applied to helper-main-menu.php file basically.Cheers!
YigitHey!
Can you please add widget area to header with search box instead – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
YigitHey!
I get “connection timed out” error and cannot connect to your server. I asked my teammates to have a look. In the meantime, can you check @peter_thomas’s post above and see if it helps?
Best regards,
YigitHi Orhan!
Can you post the code you need to add to your website here using pastebin.com?
Regards,
YigitFebruary 19, 2015 at 5:09 pm in reply to: code in 'header.php' generates (my) fatal error (?) #399038Hey khoogteyling!
Please try re-updating the theme via FTP and make sure to overwrite all files – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitHey Monique!
Unfortunately applying cross-browser greyscale effect requires a bit more work than that and is definitely beyond the scope of support. Please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
Regards,
YigitHey!
Please try following code as well
#header_main .inner-container { max-width: 100% !important; width: 100%!important; }Best regards,
YigitFebruary 19, 2015 at 4:54 pm in reply to: Menu and Formatting Messed Up After Updating Enfold #399019Hi!
I see that you have header.php file on your child theme. If you have not made any changes on it, can you please remove it?
Best regards,
YigitFebruary 19, 2015 at 4:43 pm in reply to: Grey area above header and below footer on mobile devices? #399006Hi!
I already replied you here Crewneck – https://kriesi.at/support/topic/header-doesnt-always-load-on-mobile-devices/#post-399001
Please do not create duplicated posts as it is making it harder for us and for other users to follow topics.Best regards,
YigitHi Munford!
Please try following Nancy
.page-id-2406 #header_meta,.page-id-2406 #header_main { border-color: #666666!important; }Regards,
YigitFebruary 19, 2015 at 4:39 pm in reply to: Header background image doesn't always load on mobile devices? #399001Hi!
I cannot see grey bars on my iphone – http://imgur.com/a/Mwfpm
Can you please flush browser cache on your iphone and refresh your page a few times?Regards,
YigitHey!
I removed “>” from the end of your button labels and now buttons look fine. Please review your website now.
Cheers!
YigitFebruary 19, 2015 at 4:22 pm in reply to: Parse Error, Sintax error caused by "functions.php" modification #398992Hi turistai!
Please access via FTP and go to wp-content/themes/enfold folder and undo the changes you have made on functions.php file
Best regards,
YigitFebruary 19, 2015 at 4:21 pm in reply to: Menu and Formatting Messed Up After Updating Enfold #398991Hi!
Please apply the changes you have made on header.php file previously to helper-main-menu.php file which is inside Enfold/includes folder now. That should fix the vertical menu issue.
Regards,
YigitFebruary 19, 2015 at 4:16 pm in reply to: Changing background colour in text block – followed guide but still not working #398988Hi!
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 :)Best regards,
YigitHey!
Please try adding folllowing code to Quick CSS in Enfold theme options under General Styling tab
#header_main .container { margin: 0!important; padding: 0!important; }Hope that helps
Regards,
YigitFebruary 19, 2015 at 4:11 pm in reply to: Troubleshooting with Icons after update to WP4.1 and latest Enfold revision #398983Hey!
Please flush browser cache and refresh your page a few times, icons are showing up fine on my end – http://i.imgur.com/EbZbRlY.png
Best regards,
YigitFebruary 19, 2015 at 4:09 pm in reply to: Header background image doesn't always load on mobile devices? #398981Hi!
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; }}Best regards,
YigitFebruary 19, 2015 at 4:08 pm in reply to: Changing background colour in text block – followed guide but still not working #398980Hi!
I removed
<link href='http://fonts.googleapis.com/css?family=Oswald:400,700' rel='stylesheet' type='text/css'>from Quick CSS field and now it is working fine. Please review your website now :)
Cheers!
YigitFebruary 19, 2015 at 3:59 pm in reply to: Changing background colour in text block – followed guide but still not working #398972Hey!
Yes, i can see that you have successfully applied a custom CSS class to the element. And yes, please post temporary admin login credentials here privately so we can look into it :)
Regards,
YigitHey!
Please add following code to Quick CSS and adjust as needed
ins.adsbygoogle { left: 25%; position: relative; }Cheers!
YigitFebruary 19, 2015 at 3:54 pm in reply to: Changing background colour in text block – followed guide but still not working #398967Hey!
Well there is no problem with the selector. Please try adding !important rule as following
.avia_textblock.vjw-colouredtextblock { background-color: #ead467 !important; padding: 10px !important; margin-bottom: 10px !important; }Cheers!
YigitFebruary 19, 2015 at 3:51 pm in reply to: How to remove floating arrows from a deleted color section! #398965Hey!
Please add following code to Quick CSS as well
#after_submenu .av-extra-border-element { display: none; }Cheers!
YigitHey!
Your custom CSS code inside Quick CSS field should be safe as long as you have not changed the themes name. I also checked your older topics but could not find a code that provided by us, only this one – https://kriesi.at/support/topic/layout-issue-5/#post-394999
If the code you used is not that one, can you please post the link of the code so we can see the changes you have made?Cheers!
YigitHi Wilko!
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Best regards,
YigitFebruary 19, 2015 at 3:39 pm in reply to: How to remove floating arrows from a deleted color section! #398958 -
AuthorPosts
