Forum Replies Created
-
AuthorPosts
-
Hi!
You are welcome! Let us know if you have any other questions or issues! :)
Best regards,
YigitApril 6, 2017 at 3:32 pm in reply to: How to align a text item into center but only in mobile view #773260Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.widget .social_bookmarks { max-width: 135px; margin: auto!important; float: none!important; }Best regards,
YigitHey!
I think it would be the best if you used less columns on one row or if you referred to this post again – http://kriesi.at/documentation/enfold/color-section-with-100-container/ and increased container width of your color section
Regards,
YigitHey!
You are welcome!
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,
YigitHi JohnMYates!
Please make sure that you are using the latest version of the theme which is currently 4.0.5 – kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
YigitApril 6, 2017 at 3:21 pm in reply to: Product list font size increased greatly after woocommerce update #773249Hi,
I have moved the code from Quick CSS field to Style.css file of your child theme so it would be applied on all languages.
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh and review your websiteBest regards,
YigitHey!
You can try using a plugin such as this one – https://wordpress.org/plugins/wordpress-seo/ to have more control over your page titles :)
Cheers!
YigitHi!
Please refer to this post – http://kriesi.at/documentation/enfold/color-section-with-100-container/
@mariosit Thanks for your help :)Cheers!
YigitHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitHi,
Replied to your thread here – https://kriesi.at/support/topic/how-to-disable-main-menu/
Let us continue there :)Best regards,
YigitHey!
You can simply go to Appearance > Menus edit your menu and check “Enfold secondary menu” under Menu settings
Best regards,
YigitHey Ganubis,
Please try adding following code to Functions.php file in Appearance > Editor
add_action( 'pre_get_posts', 'custom_pre_get_posts_query' ); function custom_pre_get_posts_query( $q ) { if ( ! $q->is_main_query() ) return; if ( ! $q->is_post_type_archive() ) return; if ( ! is_admin() ) { $q->set( 'meta_query', array(array( 'key' => '_stock_status', 'value' => 'outofstock', 'compare' => 'NOT IN' ))); } remove_action( 'pre_get_posts', 'custom_pre_get_posts_query' ); }Best regards,
YigitApril 6, 2017 at 2:55 pm in reply to: Animated Counter Not Working (have tried all suggestions) #773224Hey!
Unfortunately, credentials are still not working for me. Password seems to be the same as previous one
Best regards,
YigitHi,
You are welcome, glad we could help :)
Let us know if you have any other questions or issues!Best regards,
YigitHi!
Not necessarily however if you do not use a child theme, you would need to re-add the code to functions.php file each time you update the theme :)
Best regards,
YigitHey Iris Diekstra!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.widgettitle { text-transform: none; }If you have any other questions or issues, please register to our forum here – https://kriesi.at/support/register/ and start new threads under Enfold sub forum :)
Regards,
YigitHi!
You are welcome!
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 refer to my post here – https://kriesi.at/support/topic/automatic-udating-of-year-in-copyright-notice-in-socket/#post-563286
Regards,
YigitHey gzelasco,
Please go to Enfold theme options > Header > Transparency Options and remove transparent logo :)
Best regards,
YigitDzien dobry!
Glad Rikard could help! :)
As Rikard mentioned, you can change the slug in Settings > Permalinks to Polish and can try using this plugin – https://wordpress.org/plugins/wordpress-seo/
Regards,
YigitApril 6, 2017 at 2:12 pm in reply to: Getting Warning Messages on Plugin page after Update 4.0.3 #773193Hi!
You are welcome!
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 Hans,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
div.product div.images { opacity: 1!important; }Best regards,
YigitApril 6, 2017 at 2:01 pm in reply to: After update to 4.0.5, text formating does not work on Woocommerce products #773186Hey OrangeMoose!
Please refer to this post – https://kriesi.at/support/topic/enfold-theme-woocommerce-product-images-not-showing-as-of-4-4-17/#post-772346
Best regards,
YigitHey!
Have you tried the code as following?
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 15; return $length; }Cheers!
YigitApril 6, 2017 at 1:56 pm in reply to: Animated Counter Not Working (have tried all suggestions) #773181Hey!
Login credentials are not working for me. Can you please check them once again?
Best regards,
YigitHey wrecker73!
Can you please refer to this post – http://kriesi.at/documentation/enfold/portfolio-item/install-enfold-theme-with-ftp/ and try installing the theme via FTP? :)
Regards,
YigitHey!
Thanks for contacting us!
You can add following to robots.txt file
User-agent: * Disallow: /?s=For more information, please see – https://kriesi.at/support/topic/links-to-404-pages/#post-588813
Cheers!
Yigit -
AuthorPosts
