Forum Replies Created
-
AuthorPosts
-
Hey!
You are welcome! Glad we could help!
P.S.: Great username :)Best regards,
YigitHey!
I tried to login as well and it says forbidden on my end as well
“Forbidden
You don’t have permission to access /***/wp-login.php on this server.”Cheers!
YigitHi goforyourdreams!
Please add following code to Quick CSS
.phone-info { width: 50%; text-align: center; }You may need to adjust width value
Regards,
YigitHi Ed!
I notified Kriesi about your question. Please kindly wait to hear from him.
Regards,
YigitHi!
Please review your website now Steve. I have adjusted custom CSS code in Quick CSS section
Best regards,
YigitHi Martin!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.template-blog .post_delimiter { margin: 0; padding: 0; }Best regards,
YigitHi tidusuper91!
Please try using this plugin – https://wordpress.org/plugins/zen-menu-logic/
Cheers!
YigitHi Stefan!
Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions
You can also contact your service provider and ask if there is some kind of server side cachingCheers!
YigitHey Dominik!
It would require some custom work but you can achieve similar look using Enfold. I tried Google Translating your query but it looks like you are not asking a question. Please elaborate if you are :)
Regards,
YigitHi Stefan!
You have following code in Quick CSS field
@media only screen and (min-width: 989px) .image_size_widget .news-thumb img { width: 210px; height: 90px; }Please change it to following
@media only screen and (min-width: 989px) .image_size_widget .news-thumb img { width: auto; height: auto; }Cheers!
YigitHi!
Can you post the link to your website please?
You can add following code to Quick CSS in Enfold theme options under General Styling tab to remove logo on homepage.home .logo { display: none !important; }Regards,
YigitHi wigldesign!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .widget_nav_menu li { list-style: square; }Cheers!
YigitHi Marie!
Please add following code to Quick CSS as well
.header_color .main_menu ul:first-child > li > a { color: #919191; }Best regards,
YigitOctober 10, 2014 at 12:27 am in reply to: Gravity form issue with enfold theme and mozilla firefox #333522Hi!
I asked Ismael and Arvish to look into it. They are using Windows 8.
Please kindly wait to hear from themBest regards,
YigitHey MediaMix1!
Please go to Enfold theme options > Demo Import tab and import any demo content you would like :)
Cheers!
YigitHi erussell!
This kind of smooth scroll is available – http://kriesi.at/themes/enfold-restaurant-one-page/
you can find more information here – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
But with side navigation, currently not possible. Please feel free to request it here – https://kriesi.at/support/enfold-feature-requests/Regards,
YigitOctober 10, 2014 at 12:11 am in reply to: One-fourth element-width wrong at website-width of 990px to 766px. #333515Hey liquidsociety!
Please post a temporary login and post it here privately so we can inspect elements on your website and provide accurate custom CSS code to fix the issue
Best regards,
YigitHi!
Please go to Enfold theme options > Blog Layout and choose to display Related Entries. Make sure that your posts that you would like to relate have the same tags.
Can you please elaborate on sidebar issue?Regards,
YigitHey erussell!
you can give you Color Section element a unique ID and then add a Easy Slider element inside it and then add following code to Quick CSS in Enfold theme options under General Styling tab
#whatwedo .container { padding: 0; margin: 0; width: 100%; max-width: 100%; }Best regards,
Yigit-
This reply was modified 10 years, 6 months ago by
Yigit.
Hi codecreative!
Please add social icons and phone number to header and choose to display logo on left and menu on the right on Enfold theme options and post the link to your website
Cheers!
YigitOctober 10, 2014 at 12:05 am in reply to: Gravity form issue with enfold theme and mozilla firefox #333510Hey!
It does work fine on my end on OS X 10.9.5 Firefox 32.0.3 – http://i.imgur.com/vEdeeN3.png
Which OS and Firefox version are you using?Cheers!
YigitHi ste_thumbs!
Currently it is not possible. But please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
Regards,
YigitHey!
Currently it is not possible but you can request it here or vote if already requested – https://kriesi.at/support/enfold-feature-requests/
Best regards,
YigitHi envapk2!
Please try editing functions.php file. Find following
require_once( 'config-bbpress/config.php' ); //compatibility with bbpress forum plugin require_once( 'config-templatebuilder/config.php' ); //templatebuilder plugin require_once( 'config-gravityforms/config.php' ); //compatibility with gravityforms plugin require_once( 'config-woocommerce/config.php' ); //compatibility with woocommerce plugin require_once( 'config-wordpress-seo/config.php' ); //compatibility with Yoast WordPress SEO plugin require_once( 'config-events-calendar/config.php' ); //compatibility with the Events Calendar pluginand change it to
//require_once( 'config-bbpress/config.php' ); //compatibility with bbpress forum plugin require_once( 'config-templatebuilder/config.php' ); //templatebuilder plugin //require_once( 'config-gravityforms/config.php' ); //compatibility with gravityforms plugin //require_once( 'config-woocommerce/config.php' ); //compatibility with woocommerce plugin //require_once( 'config-wordpress-seo/config.php' ); //compatibility with Yoast WordPress SEO plugin //require_once( 'config-events-calendar/config.php' ); //compatibility with the Events Calendar pluginThen you can remove folder from Enfold folder and try uploading.
Cheers!
YigitHey!
Please add following code to Quick CSS as well to make image clickable
#header_main_alternate { z-index: 3; }Best regards,
YigitHi!
Please try disabling cache/minifying plugin and flush browser cache refresh your page a few times and check if that helps
Cheers!
YigitHey musklick!
I cannot see a background image are you trying to hide second logo? If so, please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) { .second-logo { display: none; }}Cheers!
YigitHi wpstarter!
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,
Yigit -
This reply was modified 10 years, 6 months ago by
-
AuthorPosts
