Forum Replies Created
-
AuthorPosts
-
Hey,
Thanks for contacting us!
I have replied to your pre-sale question. It seems like your key is not working due to Envato API update. Here is what I wrote in your other thread:
Which version of Enfold are you using? Envato has updated their API and we have implemented those changes in Enfold 4.5 so if you are using a version older than 4.5, that might be the reason.
If that is the case, you would need to update the theme manually (you can go to Downloads page on ThemeForest to download the latest version and update the theme by referring to these instructions – https://kriesi.at/documentation/enfold/theme-update/ ) and then you can generate a Personal Token ( please see – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token ) and insert it in Enfold theme options to receive future updates :)
I hope that helps! Let us know if you have any other questions and enjoy the rest of your day!
Please update the theme manually and then insert Personal Token in Enfold theme options and it should work. If you would like us to update the theme for you, please have a backup and post FTP and WP admin logins here privately :)
Regards,
YigitHey,
Thanks for contacting us!
Which version of Enfold are you using? Envato has updated their API and we have implemented those changes in Enfold 4.5 so if you are using a version older than 4.5, that might be the reason.
If that is the case, you would need to update the theme manually (you can go to Downloads page on ThemeForest to download the latest version and update the theme by referring to these instructions – https://kriesi.at/documentation/enfold/theme-update/ ) and then you can generate a Personal Token ( please see – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token ) and insert it in Enfold theme options to receive future updates :)
I hope that helps! Let us know if you have any other questions and enjoy the rest of your day!
Regards,
YigitHi,
It was redirecting to that page even when Yith Request plugin was de-activated for some reason.
I hope plugin authors have some pointers so we can help you with the new plugin :)Best regards,
YigitHi,
I just replied to your thread here – https://kriesi.at/support/topic/masonry-blog-and-posts-created-with-layout-builder/. Let us continue there :)
Best regards,
YigitHey Dirk,
Thanks for contacting us!
1- I adjusted the code a bit and added to bottom of Quick CSS field
/* Increase container width to 1600px on screens above 1800px */ @media only screen and (min-width: 1800px) { .responsive #top .container { max-width: 1600px; } }I attached screenshot in private content field below.
2- You can add following code to bottom of Quick CSS field to enable post navigation on mobile
@media only screen and (max-width: 767px) { .responsive #top .avia-post-nav { display: block; }}Best regards,
YigitHey Markus,
Thanks for contacting us!
We have discontinued our older themes to focus on development of Enfold.
The latest available version of Replete was tested with WordPress version 4.4 and PHP 7.0. There is a great chance it will not work with the latest versions. You can create a very similar looking website using Enfold :)Regards,
YigitHi Ryan
Then please edit Text Block elements you would like to customize and go to Advanced > Developer Settings tab and give it a Custom ID (“custom-text-block” in examle below) and add following code to Quick CSS in Enfold theme options > General Styling
#custom-text-block { font-size: 80px; }Best regards,
YigitHi,
Not at all, Ramon. Always a pleasure!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
Thanks for the heads up! We will fix the translation in upcoming version :)
We have added “Enfold WPML Language Flags” option to disable WPML flags in Enfold theme options > Header > Extra Elements tab. I just edited your theme options and disabled them. Please review your website :)
Edit: I just checked the most recent language files and it seems like translation was corrected already “Theme Erweiterungen” :)
Regards,
Yigit-
This reply was modified 4 years, 10 months ago by
Yigit.
Hey CB,
Thanks for contacting us!
We sell our theme exclusively on ThemeForest and they manage purchase and download processes. Please contact Envato support team with your request. I am not sure if that would be possible, but they might be able to transfer the license however you would probably need to provide them proof of purchase and copy of the license if that is possible.
If you could contact previous developers and request updated version of the theme, your Purchase code (so you can register to our support forums and start new threads whenever you have a question or an issue) and a Personal Token (so you can insert it in Enfold theme options to receive auto updates – https://kriesi.at/documentation/enfold/theme-registration/) you would be able to update the theme.
If my suggestions above do not work, I am afraid you would need to purchase a new license to be able to have access to theme files and to update the theme – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
I hope that helps!
Let us know if you have any other questions and enjoy the rest of your day!Regards,
YigitHi Jorge,
Thanks for contacting us!
We are not able to create discount coupons on ThemeForest, therefore we are not able to offer any discount unfortunately :(
Let us know if you have any other questions and enjoy the rest of your day!
Regards,
YigitHi,
You are welcome!
Let us know if you have any other questions and enjoy the rest of your day! :)Best regards,
YigitHi Ryan,
Sure! When adding your text, you can switch to text tab in text block element and wrap the text you would like to customize in mark tags as following
Hello there. This here is my <mark>text with custom styling</mark>Then you can edit < mark > tagged elements in Enfold theme options > Advanced Styling – https://imgur.com/a/mzs9VMU :)
Best regards,
YigitMay 7, 2021 at 5:17 pm in reply to: Narrowing Vertical Space Between Menu Items (Hamburger) #1299006Hi,
You are welcome, Cliff! Always happy to help :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy your weekend!
Best regards,
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy your weekend!
Best regards,
YigitHi,
Please add following code to Quick CSS and adjust as needed
/* Color of checkbox */ #top.woocommerce-checkout label span { color: purple; } /* Table background and border color */ .woocommerce-checkout .main_color #payment, .woocommerce-checkout .main_color #payment li, .woocommerce-checkout .main_color tr:nth-child(2n+1), .woocommerce-checkout .main_color .pricing-table > li:nth-child(2n+1), .woocommerce-checkout .main_color .pricing-extra { background-color: teal; border-color: orange; } /* Background and text color */ .woocommerce-checkout .main_color { background-color: brown; color: yellow; }Best regards,
YigitHi Dirk,
Glad you figured it out and thanks for sharing your solution!
Let us know if you have any other questions and enjoy your weekend :)
Best regards,
YigitHi,
Thanks for the logins. I took a quick look and quote button redirects to following page. I am not sure where this was set. They added compatibility to some page builders but ours is not one of them so there might be compatibility issue I am afraid.
Could you please contact plugin authors and ask them if they have any pointers for us? :)Best regards,
YigitHi Jason,
You can use the code as following
.avia_cart_buttons:hover { background-color: rgba(232,27,58,0.8) !important; }232,27,58 is the RGB value of the color and 0.8 is opacity level that you can set between 0 and 1 :)
Best regards,
YigitMay 7, 2021 at 12:34 pm in reply to: How I can to set Space between flags on main menu polylang #1298932Hi,
Glad you figured it out and thanks for sharing your solution! :)
Let us know if you have any other questions and enjoy your weekend!
Best regards,
YigitHey,
All options available in Enfold and more are available in Fastest Cache plugin. So you can stick to Fastest Cache plugin only and keep Enfold’s settings disabled. Enabling both would not make a difference.
Regards,
YigitMay 7, 2021 at 11:33 am in reply to: URGENT – Videos dont play anymore – on several installations #1298921Hi,
Have you made sure that it is not related to your settings on Vimeo?
Regards,
YigitHi,
You must have deleted the fonts you have uploaded otherwise font families would not be set to default. Each demo comes with preselected fonts, for example default demo uses Open Sans.
When default is selected, “”Georgia”, “Times New Roman”, Helvetica, Arial” fonts are used depending on the device.You can simply go to Enfold theme options > Import & Export and upload your custom fonts and choose them in the dropdown.
Cheers!
YigitHi Simon,
Thanks for contacting us!
Please login to your WordPress dashboard and go to Appearance > Themes, click on Enfold and then click “Delete”. If you would like to take your website down, please contact your hosting providers and ask them to do so.
We only provide support for our theme and do not have such capabilities.
Regards,
YigitMay 7, 2021 at 11:08 am in reply to: How to embed an interactive panorama or tour in Enfold? #1298915Hi,
You can add JS code into a file and enqueue it by referring to my post above. CSS code goes into Quick CSS field and HTML code can be inserted in Code Block element.
If you need help with the implementation, please hire a freelance developer.Regards,
YigitHi,
Since it is an “admin notice” only admins see it. Please go to Enfold theme options > Performance > Disabling of template builder elements and choose to load all elements.
Best regards,
YigitHey,
That is because your CSS is broken. Please use this website – http://csslint.net/ and fix it.
Regards,
YigitHi,
If it is empty, that means you did not set fallback image for mobile. Please edit your video slide and set a fallback image.
Alternatively, you can add another slider element to your page with 3 slides and choose to display it only on mobile in Advanced > Responsive tab and hide the one with 4 slides on mobile.Best regards,
Yigit -
This reply was modified 4 years, 10 months ago by
-
AuthorPosts
