Forum Replies Created
-
AuthorPosts
-
Hey RobbShirey,
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: 480px) { #header_meta { display: none !important; }}Best regards,
YigitSeptember 1, 2017 at 10:25 pm in reply to: Product name hidden by discount message on WooCommerce product page #847004Shalom!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.rtl#top .single-product-main-image .onsale { right: auto; }Best regards,
YigitHi Jose,
Thank you for contacting us!
We sell premium WordPress themes and provide support for our themes.
Currently Enfold theme is the most popular, powerful, flexible and user friendly theme we have ever created therefore we would recommend you that one. It is also the theme your example site is using.
Enfold is fully compatible with WPML. You can easily turn site into a multilingual one.You can import one of Enfold demos with a single click in Enfold theme options > Demo Import within a few minutes and start working on your website right away.
Enfold uses Advanced Layout Builder ( please go to – http://kriesi.at/documentation/enfold/videos/ and check out “Intro to the Advanced Layout Editor” video to see how it works. Currently there are many more elements on ALB and we are adding new ones with major updates).
Enfold is $60 on ThemeForest and comes with a 6 month support, you can extend it to a year. After purchasing Enfold, you can register to our support forum – https://kriesi.at/support/register/ and start a new thread whenever you have a question or an issue and we will gladly try to help you.
Let us know if you have any other questions! :)
Regards,
YigitHi!
Have you added this custom CSS code as well – https://kriesi.at/support/topic/how-do-you-add-site-title-beside-logo/#post-832792?
If you have, can you please post temporary admin logins?Cheers!
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,
YigitHi!
Glad Jordan could help! :)
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!
That is expected behaviour. Fullwidth elements always push the sidebar below them.
Cheers!
YigitHi Sam,
Please refer to this post – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Best regards,
YigitHi!
Our devs are already aware of the issue and hopefully we will release an update soon.
Glad you figured it out! Let us know if you have any other questions or issues and enjoy your weekend!Cheers!
YigitSeptember 1, 2017 at 2:49 pm in reply to: Displaying and shortcoding page content of another page #846873Hey Martin,
Sure, we will keep the thread open and will wait to hear from you. Thread will be on hold until you reply :)
Cheers!
YigitHey Harry,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.av-catalogue-price { position: inherit; }If you have any other questions or issuess, please register to our support forum here – https://kriesi.at/support/register/ and then start a new thread under Enfold sub forum – https://kriesi.at/support/forum/enfold/#new-post.
Best regards,
YigitHey Koji,
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: 990px) { .responsive #top .av-main-nav .av-burger-menu-main { position: fixed; top: 50px; }}Best regards,
YigitSeptember 1, 2017 at 2:34 pm in reply to: The page "Term and conditions" show two times – Shopping cart #846869Hey luigi,
You are currently using an older version of the theme. Please update Enfold to the latest version 4.1.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,
YigitSeptember 1, 2017 at 2:29 pm in reply to: Displaying and shortcoding page content of another page #846867Hey kraftjungs,
Sorry for the late reply!
I checked your page and disabled ALB and updated your page however i cannot reproduce the issue. Have you figured it out already? :)Best regards,
YigitHi,
You can add following code to your child theme’s functions.php file
add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 ); function enfold_customization_modify_thumb_size( $size ) { $size['entry_with_sidebar'] = array('width'=>200, 'height'=>200); return $size; }adjust the size and regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/ then you can remove the plugin :)
Best regards,
YigitHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
YigitHi,
Glad it is working fine now! :)
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,
Glad you figured it out and thanks for sharing! Enjoy your weekend and let us know if you have any other questions or issues!
Best regards,
YigitSeptember 1, 2017 at 11:39 am in reply to: My Avia Builder not showing up / LayerSlider giving me errors saving #846814Hi,
Please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.
If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Unfortunately not all Server environments are able to make use of the auto update feature provided by ThemeForest :/
Best regards,
YigitAugust 31, 2017 at 8:02 pm in reply to: logo goes to right side in tablet and mobile mode (second language) #846491Hi,
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: 767px) { .responsive .rtl .logo { width: 100% !important; }}Best regards,
YigitHi,
I adjusted your color section element. Please see this post for reference – http://kriesi.at/documentation/enfold/color-section-with-100-container/ and review your website
Best regards,
YigitHey vadikcoma,
Try the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change theentry_with_sidebarimage size (increase its width / height).
4. Regenerate the thumbnails by clicking the button at the bottom.Best regards,
YigitAugust 31, 2017 at 7:52 pm in reply to: Purchased 3rd license and having several issues with social icons, mobile menu #846484Hey advancedcms,
Please refer to this post – http://kriesi.at/documentation/enfold/enable-cors/
Best regards,
YigitAugust 31, 2017 at 7:26 pm in reply to: Java Script error after disabling the lightbox on a specific page #846479Hey,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
YigitHi!
@itransact Replied you here – https://kriesi.at/support/topic/multilanguage-selector-as-flags-at-the-topbar-polylang/Regards,
YigitAugust 31, 2017 at 7:24 pm in reply to: Multilanguage selector as Zico sat the topbar – Polylang #846475Hey itransact,
Replied you here – https://kriesi.at/support/topic/multilanguage-selector-as-flags-at-the-topbar-polylang/. Please do not create duplicated threads as it is making it difficult for us and for other users to follow :)
Best regards,
YigitAugust 31, 2017 at 7:23 pm in reply to: Multilanguage selector as Flags at the topbar – Polylang #846473Hey,
Please contact plugin authors. They should be able to provide you needed code :)
Best regards,
YigitHey Elena,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.entry-content-wrapper li { color: #3f3f3f; }Best regards,
YigitAugust 31, 2017 at 7:15 pm in reply to: My Avia Builder not showing up / LayerSlider giving me errors saving #846469Hey schwabino,
You are currently using an older version of the theme. Please update Enfold to the latest version 4.1.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,
Yigit -
AuthorPosts
