Forum Replies Created
-
AuthorPosts
-
Hi Tinner,
It sounds like you are using an older version of the theme. Please make sure that you are using the latest version of the theme which is currently 3.8.4 – kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
YigitHi!
Please go to Enfold theme options > Blog Layout > Related Entries and choose “Show Thumbnail and post title by default” then go to Enfold/includes/related-posts.php file and find
'columns' => 6, 'post_class' => "av_one_half no_margin ",and change it to
'columns' => 3, 'post_class' => "av_one_third no_margin ",Then add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-related-style-full .related_column { clear: none; width: 33%; } #top .av-related-style-full .av-related-title, #top .av-related-style-full .related_image_wrap, .related_posts.av-related-style-full a { display: block; } #top .av-related-style-full .related_image_wrap { width: 100%; } #top .av-related-style-full .related_image_wrap,#top .av-related-style-full .related_image_wrap img { border-radius: 0 !important; }Regards,
YigitJanuary 25, 2017 at 4:13 pm in reply to: How to remove "Pages" in sidebar from default content? #738438Hi Tim,
Please go to Appearance > Widgets and replace widgets that are inside “Displayed Everywhere” widget area. If you would not like to display them, please insert empty text widget to your widget area
Best regards,
YigitHi!
If you only made changes in header.php file, please refer to this post – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and overwrite theme files via FTP and then add the code i posted above into enfold/functions.php file. Your content and options are saved on your database, so only changes you made on theme files will be overwritten.
Best regards,
YigitHey!
That is because you have following custom CSS code
.page-id-734 .slideshow_align_caption { top: -130px !important; }Please change it to following
@media only screen and (min-width: 1024px) { .page-id-734 .slideshow_align_caption { top: -130px !important; }}Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#kollektion { margin-bottom: -1px; }Best regards,
YigitHi!
Please try adding following code to Functions.php file in Appearance > Editor
function my_custom_code(){ //Your code goes here } add_action('wp_head', 'my_custom_code');And add the code you added into header.php file where it says “//Your code goes here”
If you keep on having issues, please elaborate. Also, please try going to Enfold theme options and making small changes and save it just to flush stylingsheet
Cheers!
YigitJanuary 25, 2017 at 4:03 pm in reply to: How I can create slice background like Creative Studio demo ? #738424Hey!
Please make sure that you are using the latest version of the theme which is currently 3.8.4 – kriesi.at/documentation/enfold/updating-your-theme-files/
Then edit your Color Section element and choose to display “diagonal section border” – http://i.imgur.com/qbHDTzJ.pngCheers!
YigitHey Graham!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_set_follow','avia_set_nofollow'); function avia_set_nofollow(){ if(is_shop()){ $meta = '<meta name="robots" content="noindex, follow" />' . "\n"; } return $meta; }Cheers!
YigitHey!
Header.php file was broken in your theme. I fixed it. Please review your website now
Cheers!
YigitHi,
Unfortunately currently there is no hook for mobile menu as it is generated using JS.
Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
YigitHi!
I edited wp-content/themes/enfold/lang/de_DE.po file :)
You are welcome! Let us know if you have any other questions or issues!Regards,
YigitJanuary 25, 2017 at 3:29 pm in reply to: Marker Tooltip – close current open tip when you click a new one #738411Hey Kevin,
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
YigitHi!
If you have imported a demo first and then customizing your website, i believe it came with the demo import :)
Glad it is working fine now!Thanks for sticking with us Michael, we appreciate it :)
Let us know if you have any other questions or issues and enjoy the rest of your day!
Cheers!
YigitHey!
Thank you for choosing Enfold! :)
Let us know if you have any other questions or issuesBest regards,
YigitHey Claudia
Thanks for contacting us!
1- There are many paid and free plugins for such functionality, such as this one – http://member.wishlistproducts.com/
2- Enfold already has a built-in MailChimp newsletter element which can be connected to your MailChimp account :)Let us know if you have any other questions!
Regards,
YigitJanuary 25, 2017 at 3:11 pm in reply to: After update – Avia Layout Architect does not load with 403 forbiden #738397Hey!
I am getting “Server said: Login authentication failed” when i try to connect to your server. Please check the logins once again.
Also, can we try de-activating all active plugins for testing purposes?Regards,
YigitHi!
Work Sans font family is chosen in Enfold theme options > Advanced Styling for Body elements. Please remove that element and save theme options :)
Best regards,
YigitHi!
Can you please try using Enfold Latest News widget instead?
If it does not help, please elaborate on the changes you would like to make.Best regards,
YigitHey!
I updated German language file on your installation. Can you please check it now?
Best regards,
YigitHey!
Please post FTP and WP admin logins here privately so we can look into it.
Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 990px) { .big-preview.single-big, .big-preview.single-big img { width: 100%!important; }}Best regards,
YigitHey Jose!
Please try using a plugin such as this one – https://wordpress.org/plugins/wp-private-content-plus/
Regards,
YigitJanuary 25, 2017 at 2:22 pm in reply to: Move Search Icon to Secondary Menu AND right besides the social icons #738376Hey Chris,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
li#menu-item-search a { line-height: 30px!important; height: 30px!important; }then add following code to Functions.php file in Appearance > Editor
function av_move_search(){ ?> <script> jQuery(window).load(function(){ jQuery("#menu-item-search").detach().appendTo('#header_meta ul.social_bookmarks') }); </script> <?php } add_action('wp_footer', 'av_move_search');Best regards,
YigitHi,
Sorry for the late reply!
Please try using Masonry element and choose to display sorting :)
Best regards,
YigitJanuary 25, 2017 at 2:06 pm in reply to: Remove large Category image at the top of products and sub cats #738363Hi!
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 :)Cheers!
YigitHi,
Glad it worked for you! :)
We will keep the thread open and will wait to hear from the creator of this thread. If you have any other questions or issues, please feel free to start a new thread.
Best regards,
YigitHi,
Sorry for the late reply!
Please try using this plugin – https://wordpress.org/plugins/loco-translate/ or this free software – https://poedit.net/ to translate the strings in enfold/lang folderBest regards,
YigitJanuary 25, 2017 at 2:00 pm in reply to: After update – Avia Layout Architect does not load with 403 forbiden #738357 -
AuthorPosts
