Forum Replies Created
-
AuthorPosts
-
Hi!
Can you please try overwriting all theme files via FTP – http://vimeo.com/67209750
Cheers!
YigitJanuary 21, 2015 at 6:09 pm in reply to: Logo in header transparency overlapping with main logo when scrolling down #383223Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_header_transparency span.subtext { opacity: 1; } span.subtext { opacity: 0; }Best regards,
YigitHi ryanjohnson89!
Can you post a link to an example page where we can see the issue?
Also, please try de-activating all active plugins and check if that helps and make sure that you do not have unclosed HTML tags on your page.Regards,
YigitHey!
Please refer to fix suggested by Josue in here – https://kriesi.at/support/topic/problems-with-3-0-5-update/#post-382198
Cheers!
YigitHi!
functions-enfold.php file is not recognized in child theme, so you should add modified function into functions.php file of your child theme
Regards,
YigitHey hernancouste!
Can you please post login link as well? /wp-admin does not work on my end.
Regards,
YigitHi!
You may have ran out of memory and that could be causing the issue. And changing the plugins folder name to something like “oldplugins” will de-activate all active plugins and solve the issue if it is a plugin related one
Regards,
YigitHey travelmen!
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.
And try renaming “plugins” folder inside wp-content folder via FTPBest regards,
YigitJanuary 21, 2015 at 5:50 pm in reply to: Enfold WPML flags and social media icons get centered in mobile view #383190Hi JanRsimon!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) { .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul { float: left; width: 50%; } .responsive #header .social_bookmarks { width: 50%; float: right; }}Best regards,
YigitJanuary 21, 2015 at 5:48 pm in reply to: Enfold advanced layout button not working and theme options not showing #383183Hi!
You are welcome @seanchk, glad we could help!
@friendlierprojects and @lifeundone if you still have issues, please feel free to start a new thread.Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1160px) { .av-main-nav > li > a { padding: 0 7px; } .av-main-nav > li > a { font-size: 13px!important; }}Regards,
YigitHey!
Login credentials do not seem to work for me. Can you please check them once again?
Best regards,
YigitJanuary 21, 2015 at 5:32 pm in reply to: Google map has suddenly disappeared /won't load anymore #383155Hey!
Maybe you posted wrong link or updated wrong installation? It seems like you are using WordPress 4.0.1 and Enfold 3.0.2.
Cheers!
YigitHey!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Best regards,
YigitHey max63!
Please make sure that you are using the latest version of Enfold which is currently 3.0.5 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and WordPress 4.1.
If you are, please try de-activating all active plugins and check if that helps.Cheers!
YigitJanuary 21, 2015 at 5:12 pm in reply to: Bug in my Homepage when using the "text block" module in my layout #383137Hi!
Can you please turn on debugging mode ( http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ ) and add your shortcode into the section below Advanced Layout Builder?
Best regards,
YigitHey!
You can use SEO by Yoast plugin to improve it.
Enfold has semantic HTML5 and recommended Schema.org HTML Markup which you can de-activate in Enfold theme options.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!
YigitHey!
I de-selected parent category ( http://i.imgur.com/P4gM10u.png ) and now sorting options are displayed fine. Please review your website.
Cheers!
YigitHey!
Please edit your page and you can find Color Section element under Layout Elements in Advanced Layout Builder – http://i.imgur.com/mpYgf3W.png
Regards,
YigitHey!
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,
YigitHey ariteamramrod!
Please install Contact Form 7 plugin – https://wordpress.org/plugins/contact-form-7/ and check if it works.
Regards,
YigitHey abedia!
You should install WordPress in a RTL language like Hebrew or Arabic. You can also try adding following code to Functions.php file in Appearance > Editor
add_action('wp_enqueue_scripts', 'custom_rtl_include'); function custom_rtl_include() { $template_url = get_template_directory_uri(); wp_enqueue_style( 'avia-rtl', $template_url."/css/rtl.css", array(), '1', 'screen' ); }Regards,
YigitJanuary 21, 2015 at 4:37 pm in reply to: Bug in my Homepage when using the "text block" module in my layout #383102Hey!
Please change the code to following one
.html_header_top.html_logo_center .logo { left: 9.3%; -webkit-transform: translate(-5%, 0); -moz-transform: translate(-5%, 0); -ms-transform: translate(-5%, 0); transform: translate(-5%, 0); }Cheers!
YigitJanuary 21, 2015 at 4:31 pm in reply to: Creating a button with no link or coloured text box #383095Hey craig_corfield!
Please turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then give you text block element a custom CSS class and add following code to Quick CSS
.avia_textblock.your-custom-class { background-color: red; padding: 10px; }Best regards,
YigitHey!
Please add following code to Quick CSS
.html_header_top.html_logo_center .logo { left: 0; -webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none; }and then go to Enfold theme options > Header > Header Size and set it to custom pixel value and increase the height to 300px
Best regards,
Yigit -
AuthorPosts
