Forum Replies Created
-
AuthorPosts
-
November 30, 2017 at 7:05 pm in reply to: Bought Enfold and it will not install. It times out #883531
Hi!
Please go to Enfold theme options > Demo Import. You can import demos there. If you are having any issues with importing demos, please let us know.
Regards,
YigitHi Onliner!
Please replace your code above with following one
.av-hamburger-box { height: auto; } .av-burger-menu-main strong { display: block; position: absolute; top: -15px; }Best regards,
YigitNovember 30, 2017 at 6:56 pm in reply to: Enfold 2017 – Similar (animated) headline and parralax backround #883524Hey MarloLehmann!
Please go to LayerSlider WP and import slider attached in private content field :)
Best regards,
YigitNovember 30, 2017 at 3:08 pm in reply to: change a custom woocommerce button to work with two different languages #883461Shalom Doron,
Please try changing the code to following
// add "back to shop" button to single product pages function add_custom_single_button(){ ?> <script> jQuery(window).load(function(){ var r= jQuery('<a class="second-button" href="https://www.mysite.com/shop/">Return to the shop</a>'); var h= jQuery('<a class="second-button" href="https://www.mysite.com/shop/">Return to the shop in Hebrew</a>'); jQuery("html[lang='en-US'] button.single_add_to_cart_button").after(r); jQuery("html[lang='he-IL'] button.single_add_to_cart_button").after(h); }); </script> <?php } add_action('wp_footer', 'add_custom_single_button');If that does not work, please create a temporary admin login and post it here privately :)
Best regards,
Yigit-
This reply was modified 8 years, 2 months ago by
Yigit.
Hey Carmen,
Please install WooCommerce which is fully compatible with Enfold. Then go to WooCommerce > Settings > Accounts and check ” Enable customer registration on the “My account” page.”
Cheers!
YigitNovember 30, 2017 at 2:38 pm in reply to: Multi language WITHOUT wpml (only need a front end and one page) – requirements #883440Hi M,
You could create 5 different pages and use this plugin – https://wordpress.org/plugins/zen-menu-logic/ to display different menu on translated pages. I think that should do it for you :)
Best regards,
YigitHey,
You are currently using an older version of the theme. Please update Enfold to the latest version 4.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Best regards,
YigitHey,
Please refer to this post – https://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and add a widget area to your header and place your second logo inside it :)
Best regards,
YigitHey Florian,
Please edit your color section with grey background and give them unique ID’s –
https://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then add following code to Quick CSS#grey-color-sections .pagination .current, #grey-color-sections .pagination a { background: white; }Best regards,
YigitHi Demaup,
I checked your website on Version 11.0.1 on macOS 10.12.6 and it still shows up fine on my end. I attached a screenshot in private content field below :)
Best regards,
YigitNovember 30, 2017 at 1:23 pm in reply to: Enfold Theme breaks many edit actions in WordPress 4.9 #883404Hi,
@isfh_ohrdes Please refer to this post – https://kriesi.at/support/topic/update-wordpress-4-9-layout-editor-dont-work/#post-883403 and if that does not help, please post FTP and WP admin logins in private content field so we can look into it.Best regards,
YigitHi,
This is a WordPress core issue that should be fixed in WP 4.9.1. If you have updated and still not working, please download following files and overwrite those files in /wp-includes/ via FTP
1- https://www.dropbox.com/s/oylrzlxp0d97ch1/l10n.php?dl=0
2- https://www.dropbox.com/s/6hvov152yuj38gl/script-loader.php?dl=0Best regards,
YigitNovember 30, 2017 at 1:11 pm in reply to: Hamburger menu NOT show on the pages with zen-menu-logic #883396Hey Dave,
Issue was fixed in Enfold 4.2. Please make sure that you are using the latest version of the theme – kriesi.at/documentation/enfold/updating-your-theme-files/
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 start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
YigitHey,
Please refer to this post – https://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
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 start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
YigitHi,
Have you tried using this plugin – https://wordpress.org/plugins/hide-youtube-related-videos/?
Best regards,
YigitHi!
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Best regards,
YigitNovember 30, 2017 at 12:38 pm in reply to: Burger menu dissapering on mobile/tablet after update Enfold 4.2 #883371Hi,
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 start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.portfolio-preview-title a { color: orange!important; }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 start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
YigitHey!
That was because i added the code as is. Now i edited the file again and changed the text to “Los als veiligheidsmaatregel de volgende som op”. Please review your website
Cheers!
YigitNovember 30, 2017 at 12:29 pm in reply to: Burger menu dissapering on mobile/tablet after update Enfold 4.2 #883363Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 989px) { .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special#menu-item-search { display: none; }}Best regards,
YigitHey Onliner,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.av-burger-menu-main strong { display: block; }Best regards,
YigitHi!
I added the code to bottom of functions.php file in Appearance > Editor and captcha labels have changed. Please review your website :)
Cheers!
YigitNovember 30, 2017 at 12:08 pm in reply to: How to set up the blog page to look like the Enfold 2017 "modern" #883343Hey Joy,
Glad you figured it out! :)
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 start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
YigitNovember 30, 2017 at 12:05 pm in reply to: Blog – Latest news changed to Category but I need it to be H1 #883340Hi,
Sorry for the confusion! Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_title_args', 'av_titlebar_title_tag', 10, 2); function av_titlebar_title_tag($args,$id) { $args['heading'] = 'h1'; return $args; }Best regards,
YigitHey,
It still works fine on my end. Could you please create temporary admin logins and post them here privately so we can look into it?
If you do not mind, please attach FTP logins as well, just in case we need to access files directly on your server.Best regards,
YigitNovember 30, 2017 at 11:36 am in reply to: Enfold Facebook widget – title not showing translated (WPML) #883329 -
This reply was modified 8 years, 2 months ago by
-
AuthorPosts
