Forum Replies Created
-
AuthorPosts
-
February 1, 2017 at 6:06 pm in reply to: Hide Logo/Menu –> header (left theme) when you are on home #741384
Hi!
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,
YigitFebruary 1, 2017 at 5:50 pm in reply to: Hide Logo/Menu –> header (left theme) when you are on home #741374Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home #header { display: none; }and then use the code as following in functions.php file
function add_hide_header(){ ?> <script> jQuery(window).scroll(function(){ if(jQuery(this).scrollTop() > 200) jQuery('.home #header').fadeIn('slow'); }); </script> <?php } add_action('wp_footer', 'add_hide_header');Best regards,
YigitFebruary 1, 2017 at 5:35 pm in reply to: delete border or change the color of it on a specific page #741366Hi!
Please add following code to Quick CSS as well
html { background-color: white; }Regards,
YigitFebruary 1, 2017 at 5:33 pm in reply to: File contains suspected malware URL http://www.link.at/ #741363Hey!
Goal was to release it by the end of January however Kriesi is keep on adding new features :) It should be released within a week or two i suppose.
Let us know if you have any other questions or issues!Regards,
YigitHi,
I added following code to Quick CSS in Enfold theme options under General Styling tab
.page-template-default div.product div.images { float: none; width: auto; } .page-template-default div.product div.summary { float: none; width: auto; }Please review your website now
Best regards,
YigitFebruary 1, 2017 at 4:42 pm in reply to: delete border or change the color of it on a specific page #741344Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header_main { border: none; }Best regards,
YigitHi!
Can you please contact Woo team? They should have better insight and can help you better with these customizations :)
Best regards,
YigitHey Krissie,
Please post a link to your page and a screenshot showing the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
To increase font size of accordion content, please add following code to Quick CSS in Enfold theme options under General Styling tab
.toggle_content { font-size: 16px; }Best 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,
YigitFebruary 1, 2017 at 4:36 pm in reply to: Masonry: open featured image full screen instead of post #741334Hi,
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,
YigitFebruary 1, 2017 at 4:22 pm in reply to: Masonry: open featured image full screen instead of post #741328February 1, 2017 at 4:21 pm in reply to: Image's link overlay + icon don’t work due to color section #741327Hey!
Sorry to hear that you are having issues!
Unfortunately it is very difficult for us to figure out the issue without inspecting elements on your page.Here is what you can try to check firstly, please make sure that you are using the latest version of Enfold which is currently 3.8.4 – kriesi.at/documentation/enfold/updating-your-theme-files/
If you are using the latest version, please try de-activating all active plugins and check if that helps.
If it does not, please create a temporary admin login and post it here privately when you launch your website
Best 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,
YigitFebruary 1, 2017 at 4:14 pm in reply to: Masonry: open featured image full screen instead of post #741321Hey kilimats,
Please see “Ajax portfolio settings” here – http://kriesi.at/documentation/enfold/create-new-portfolio-item/
Best regards,
YigitHi,
I edited your page and added your text block element into a color section element with ID “unique-id ” and then added following code to Quick CSS field
@media only screen and (max-width: 767px) { #unique-id .container { width: 100% !important; max-width: 100% !important; margin: 0 !important; padding: 0 !important; }}Please review your website now
Best regards,
YigitHey!
Not at all!
Let us know if you have any other questions or issues!Cheers!
YigitHey Hamish!
Thanks for contacting us!
We have used Logo/Partners element under Media Elements tab of Advanced Layout Builder.
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum. We only provide support to our registered users :)
Cheers!
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }Best regards,
YigitHey!
Please make sure to flush browser cache of your mobile device too. It should work.
Either way, as mentioned, we will include the fix in upcoming Enfold update.
I am marking this thread as resolved for now. Let us know if you have any other questions or issues :)Best regards,
YigitHey!
Please try adding following code to Functions.php file as well
add_filter('posts_where', 'no_privates'); function no_privates($where) { if( is_admin() ) return $where; global $wpdb; return " $where AND {$wpdb->posts}.post_status != 'private' "; }If that does not help, please post temporary admin logins in private content field and link to your masonry page and archive page
Regards,
YigitHi!
I see that you have made changes on footer.php file on your child theme. That is why social icons are not showing up.
Have you made those changes to hide Kriesi.at backlink?
If so, please remove footer.php file from your child theme and then add following code to Functions.php file of your child themeadd_filter("kriesi_backlink","new_nolink"); function new_nolink(){ $kriesi_at_backlink = ""; return $kriesi_at_backlink; }Regards,
YigitHey!
Yes, please create a temporary admin login and post it here privately
Best regards,
YigitHey!
Regarding footer menu, please refer to this post – http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/
Then add following code to Quick CSS
@media only screen and (max-width: 480px) { .cart_dropdown .dropdown_widget { right: -20px; }}Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.mfp-img { -webkit-animation: none !important; animation: none !important; }We will add the fix into upcoming update
Regards,
YigitHey Silvia,
Sorry for the late reply!
You can use Enfold in German. Language files are already included.
If you would like to edit language files, you can use a plugin such as this one – https://wordpress.org/plugins/loco-translate/ or use this free software – https://poedit.net/Let us know if you have any other questions!
Best regards,
YigitP.S.: If you would like to receive replies in German, please let us know so our German speaking moderators can reply :)
Hi!
I added the code to bottom of Style.css file of your child theme in Appearance > Editor and it does work fine on my end.
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_RefreshRegards,
YigitHey!
Please refer to this post – https://codeable.io/extending-woothemes-woocommerce-bookings-plugin-available-date-dropdown/
Best regards,
YigitHi!
Replied you here – https://kriesi.at/support/topic/mobile-phone-responsiv-problem/
Let us continue thereCheers!
YigitHi!
Can you please refer to this post – http://kriesi.at/documentation/enfold/color-section-with-100-container/ and create a color section element with 100% container width and place your iframe inside that Color Section.
Best regards,
Yigit -
AuthorPosts
