Forum Replies Created
- 
		AuthorPosts
 - 
		
			
				
Hi,
Please refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a new token but only enable required ones (the one I listed above and also highlighted in docs) and then insert the new token into Envato Market plugin to update the theme :)
Best regards,
YigitJanuary 4, 2023 at 11:49 pm in reply to: Enfold and Woocommerce Product Addons – Format Problem #1377655Hi Frank,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
That should be because we require more permission for Enfold theme options and Envato Market plugin requires only 3.
Could you please try generating a new token and only enable following permissions?
– View and search Envato sites (checked by default)
– Download the user’s purchased items
– List purchases the user has madeBest regards,
YigitHi,
You are welcome, Andrew! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
You are welcome, Veronika!
Let us know if you have any other questions and enjoy the rest of your day :)Best regards,
YigitJanuary 4, 2023 at 5:07 pm in reply to: Fullwidth slider title turned uppercase plus how to modify slider buttons #1377624Hi Elena,
I edited your first slide in your slider and then went to Advanced > Link Settings and changed button 2 color – https://imgur.com/a/0tVWDqa
Please review your website :)
Best regards,
YigitHi Andrew,
I added following code to top of Quick CSS field in Enfold theme options > General Styling tab
.av-elegant-toggle .taglist a { background: #fff; border-radius: 4px; padding: 5px 15px; margin: 5px; color: #333; text-decoration: none; } .av-elegant-toggle .taglist { margin-bottom: 20px; } .av-elegant-toggle .tag-seperator { display: none; }I also disabled CSS minify temporarily on total cache plugin as it was stopping changes from reflecting on the site.
Please review your website :)
Best regards,
YigitJanuary 4, 2023 at 4:35 pm in reply to: Google Font "montserat" lädt trotz lokaler Einbindung #1377619Hey Christian,
Thanks for contacting us!
After uploading the fonts to your server, did you go to Enfold theme options and choose that newly uploaded font from the fonts list? I checked the source code on your website however there does not seem to be any connection to Google at the moment.
Future readers; please see – https://kriesi.at/support/topic/loading-google-fonts-locally-for-gdpr-compliance/
Best regards,
YigitHi,
Could you please try inserting your token in Envato Market plugin – https://www.envato.com/lp/market-plugin/ and check if you receive the update then?
Best regards,
YigitJanuary 4, 2023 at 4:30 pm in reply to: Enfold and Woocommerce Product Addons – Format Problem #1377617Hi Frank,
Please replace following code
.wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-checkbox { float: left; margin-right: -75px; margin-top: 4px; }with following one
.wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-checkbox { float: left; margin-top: 4px; width: auto; }Best regards,
YigitHi,
Thanks!
I have updated those pages as well. Please review your website :)
Best regards,
YigitJanuary 4, 2023 at 4:19 pm in reply to: Fullwidth slider title turned uppercase plus how to modify slider buttons #1377612Hey Elena,
1- I went to Enfold theme options > Advanced Styling and edited “All Headings (H1-H6)” and set text transform to none.
2- Buttons are transparent on my end – https://imgur.com/a/NiRWDdC. Could you please elaborate on the changes you would like to make? :)
Best regards,
YigitJanuary 4, 2023 at 3:55 pm in reply to: Shot image instead of logo on shared link + hide search icon on mobile #1377606Hi,
Thanks for contacting us!
1- Please use Yoast SEO and upload image in Social tab – https://yoast.com/help/why-doesnt-facebook-display-an-image/
2- Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px) { #top #menu-item-search { display: none; } }Best regards,
YigitHi,
Yes, the file you sent was 99% translated, this one has the newer strings and 96% translated. We did not have Croatian translations before :)
Best regards,
YigitHi,
You can also try using your token in Envato Market plugin – https://www.envato.com/lp/market-plugin/
After updating the theme, it should work as expected. If not, please let us know :)
Best regards,
YigitHi,
Hope you guys had great holidays!
The issue finally popped up on one of my test sites. I tried disabling directory browsing by editing .htaccess file and started validation. I will post the updates here.
Best regards,
YigitHey DE,
Happy New Year!
Please edit your Blog Post element and go to Content > Filter > Page Element Filter and choose to skip – https://imgur.com/a/1NpOj8f
Best regards,
YigitHey Oriano,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/menu/#different-menu-for-different-pages
You can use the code as following and change menu names :)
function my_custom_wp_nav_menu_args( $args = '' ) { if($args['theme_location'] === 'avia') if( is_singular( 'portfolio' ) ) { $args['menu'] = 'Anchor Menu'; } else { $args['menu'] = 'Full Menu'; } return $args; } add_filter( 'wp_nav_menu_args', 'my_custom_wp_nav_menu_args' );Best regards,
Yigit- 
		This reply was modified 2 years, 10 months ago by 
Yigit.
 
Hey,
Thanks for contacting us!
I compared the section to your actual video but I do not see any overlay on the section. I attached screenshots in private content field below. Have you figured it out already? :)
Best regards,
YigitHi,
Glad Nikko could help! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey Borislav,
Thanks for contacting us!
You can register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Best regards,
YigitHi,
Thank you! I have attached the download link in private content field below. Please let me know if you are unable to see it so we can find another solution :)
Regards,
YigitHey,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/menu/#different-menu-for-different-pages. You can use either plugin or custom code solution provided there :)
Best regards,
YigitHi,
Thanks for your patience!
Color Section at the very bottom of your page was breaking the layout for some reason. I copied Grid Row element that you are using and placed it at the bottom of the page and hid it on all screens in Advanced > Responsive tab and that fixed the issue.
Please review your website :)
Merry Christmas and Happy New Year! 🎅 🎆
Best regards,
YigitHi,
I have installed Enfold 5.3.1.1 via FTP, activated your child theme and there were no errors. I activated default theme once again.
Please review your website :)
Merry Christmas and Happy New Year! 🎅 🎆
Best regards,
YigitHi Vincent,
We have informed Kriesi about your message. If he has not responded to your request yet, please feel free to raise a dispute with Envato support team.
Merry Christmas and Happy New Year! 🎅 🎆
Best regards,
YigitHi,
You can ignore the warning. As you can see in the result, it does not break neither back nor front end :)
Merry Christmas and Happy New Year! 🎅 🎆
Best regards,
YigitMerhabalar Bilal,
Glad you liked Enfold! Unfortunately, we are unable to offer you any discount as we are not able to create coupon codes on ThemeForest.
Please feel free to subscribe to our newsletter though. We send out a newsletter when the theme is on sale :)
Happy New Year! 🎅🎆
Regards,
YigitDecember 24, 2022 at 12:21 am in reply to: Logo for transparency for secific page ( header_replacement_logo ) #1377282 - 
		This reply was modified 2 years, 10 months ago by 
 - 
		AuthorPosts
 
