Forum Replies Created
-
AuthorPosts
-
Hey,
Thanks for contacting us!
Please edit your element and go to Advanced > Developer Settings and give your element a custom ID (“blank-target” in example below) and then add following code to bottom of Functions.php file of your child theme
function av_portfolio_new_tab() { ?> <script> jQuery(window).load(function() { jQuery('#blank-target a').attr('target','_blank'); }); </script> <?php } add_action('wp_footer', 'av_portfolio_new_tab');Best regards,
YigitOctober 4, 2021 at 11:57 am in reply to: Blog grid layout: 1 column on landscape mobile devices instead of 1+2 columns #1323431Hi,
Glad Rikard could 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 the rest of your day!
Best regards,
YigitHi,
Glad Ismael could 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 the rest of your day!
Best regards,
YigitHey,
Thanks for contacting us!
Could you please post temporary FTP and WP admin logins here privately so we can look into it?
Best regards,
YigitOctober 4, 2021 at 11:42 am in reply to: Prevent Consent Manager from being indexed by Google #1323426Hi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitOctober 4, 2021 at 11:40 am in reply to: Changed the font but nothing changed on the websiter #1323425Hey,
Thanks for contacting us!
Your website is using Gruppo font on my end at the moment. I attached a screenshot in private content field below.
If you have server sided cache, please make sure to clear it after making changes on your website :)
Best regards,
YigitOctober 4, 2021 at 11:37 am in reply to: Footer Navigation is missing after the update of today #1323424Hi @neotel2k,
Could you please post FTP logins here privately as well so in case your website throws error when we edit the file, we can quickly fix it via FTP? :)
Regards,
YigitHi Davide,
We are sorry for the inconvenience!
Please feel free to post your question here. Also, please see private content field below.
Best regards,
YigitHi Niklas,
Thanks for contacting us!
Lifetime updates and 6 months of support is included in your purchase. You do not need to purchase the theme again for each update :)
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHey Sigmund,
Thanks for contacting us!
I added following code to Appearance > Custom CSS and that helped
@media only screen and (max-width: 480px){ .responsive #top .logo img { width: 122px !important; }}Please flush browser cache and review your website :)
Best regards,
YigitHi,
Thanks for the update! Glad it was just a weekend break your notebook took :)
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHi,
You are welcome! :)
Using the same thread usually gets confusing so please start new threads for each question :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
Enjoy the rest of your day!
Best regards,
YigitHey,
Glad @guenni007 could help! Let us know if you have any other questions and enjoy the rest of your day :)
@guenni007 thanks for the help as always :)Regards,
YigitHi,
Please edit your page and then Blog Posts element on your page and then go to Styling > Appearance. You can change image sizes manually there :)
Best regards,
YigitHi,
Please remove following code
#header .avia_hidden_link_text { display: block !important; }and then go to Enfold theme options > Performance and disable CSS file merging and compression, save theme options, flush cache, confirm that text is removed and then enable CSS file merging and compression again :)
Best regards,
YigitHey Nancy,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 767px) { #top .sticky_placeholder { height: 0 !important; }}Best regards,
YigitHi Stefan,
3rd item had “last” class and the 4th item had “first” class so it was starting a new line. As workaround I added following code to bottom of Functions.php file of your child theme to remove those classes
function av_prod_slider_fix() { ?> <script> jQuery(window).load(function() { jQuery('#custom-prod-slider li:nth-child(3)').removeClass('last'); jQuery('#custom-prod-slider li:nth-child(4)').removeClass('first'); }); </script> <?php } add_action('wp_footer', 'av_prod_slider_fix');and following code to bottom of Quick CSS field in Enfold theme options > General Styling
div .products .product { width: 24%; }Best regards,
YigitHi,
Glad Rikard could 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 the rest of your day!
Best regards,
YigitHi,
We sell Enfold exclusively on ThemeForest/Envato and have to abide their rules. Almost all authors promised it prior to the changes but we do not make the rules unfortunately.
We prefer to provide support via this support forum. Tech support does not have to be direct email or a phone call. We usually reply to each thread within 24 hours however unfortunately, when forums are busy, response time may increase. As I mentioned, Enfold users were able to post questions on the forums, whether they have active support and or not. That was not fair and was causing business on the forums. By applying the rules we are going to make sure we provide support in more timely manner.
Again, renewing support is totally optional and our forums are still searchable.
Regards,
YigitHi,
We have only marketed lifetime support before rules were changed by Envato. As soon as Envato announced the changes in support system, we have stopped marketing lifetime support. This rule is not a new one either but Enfold users were able to use the forums until recently.
Users who would not like to extend their support period are still able to search the forums.
Best regards,
YigitSeptember 30, 2021 at 4:13 pm in reply to: Portfolio item links need to open in new browser window #1323044Hi,
You are welcome!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitSeptember 30, 2021 at 4:02 pm in reply to: Images (individual size) do not open in original size on Click #1323040Hi Christiane,
Glad Ismael could help!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
Glad Rikard could help!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey,
Thanks for contacting us!
Could you please post a link of your page and point out the section? :)
Best regards,
YigitSeptember 30, 2021 at 3:55 pm in reply to: Portfolio item links need to open in new browser window #1323034Hey,
I edited your Porfolio Grid elements and gave them “blank-target” ID in Advanced > Developer Settings and then changed your code in functions.php file to following one
function av_portfolio_new_tab() { ?> <script> jQuery(window).load(function() { jQuery('#blank-target .grid-image').attr('target','_blank'); }); </script> <?php } add_action('wp_footer', 'av_portfolio_new_tab');Please review your website :)
Regards,
YigitHi Frank,
As I mentioned on your other thread – https://kriesi.at/support/topic/tech-support-licensing/, this rule was set by Envato/ThemeForest and we follow it. We have not marketed the theme as “free lifetime support on the forums” ever since this rule was changed by Envato. I understand your frustration however this is the standard procedure on every item that offers support on Envato marketplace
Best regards,
YigitHey Frank,
Thanks for contacting us!
Lifetime theme updates are included in your purchase and it comes with 6 months of support. After it expires, renewing it is optional.
This rule was set by Envato and as Envato exclusive authors, we have to abide them.Regards,
YigitSeptember 30, 2021 at 3:21 pm in reply to: Help me, please.Enfold Theme:There has been a critical error on this website. #1323027Hi Alan,
It seems like your favicon is being loaded via HTTP instead of HTTPS. Please go to Enfold theme options and change “http://…” to “https://” on favicon field.
Also, this thread seems to be getting pretty long. For each question or issue you have, please start new threads under Enfold sub forum :)
Best regards,
Yigit -
AuthorPosts
