Forum Replies Created
-
AuthorPosts
-
Hi,
Updates are included in your purchase :) You can simply login on ThemeForest with the account you purchased Enfold and go to Downloads page to download the latest version – https://themeforest.net/downloads
Cheers!
YigitJanuary 3, 2020 at 6:18 pm in reply to: Translation of Default English Theme Texts w/o addon or plugin #1170069Hi,
It is not that i do not trust you, i was just telling what i see in source code :)
Glad it is working fine now! Let us know if you have any other questions or issues!
Best regards,
YigitJanuary 3, 2020 at 5:41 pm in reply to: Icons have disappeared or not showing correctly, help! #1170045Hi,
I attached the latest beta version of Enfold in private content field. Please update the theme.
You can see change log here – https://kriesi.at/support/topic/enfold-upcoming-fixes/The version of Enfold will be available next week :)
Best regards,
YigitHi,
In that case i believe it would be the best if we waited for FTP logins and then checked the files on your server.
Best regards,
YigitJanuary 3, 2020 at 5:36 pm in reply to: On a mobile, the page numbers on the blog posts element overlap the text #1170041Hi,
You are welcome, glad we could help! Let us know if you have any other questions or issues :)
Best regards,
YigitHi,
Thanks!
In the meantime, i added following code to bottom of Functions.php file in Appearance > Editor but it did not work as i hoped.
/* Display a different menu for registered users */ add_filter( 'wp_nav_menu_args', 'my_wp_nav_menu_args' ); function my_wp_nav_menu_args( $args = '' ) { if($args['theme_location'] === 'avia') if ( is_user_logged_in() && function_exists('pmpro_hasMembershipLevel')){ if(pmpro_hasMembershipLevel()){ $args['menu'] = 'Member Menu'; } else { $args['menu'] = 'Main Menu'; }} return $args; }I will ask my teammates to check the thread as well.
Best regards,
YigitJanuary 3, 2020 at 5:31 pm in reply to: Translation of Default English Theme Texts w/o addon or plugin #1170036Hi,
I am still seeing the site language as English. Could you please create temporary admin logins and post them here privately so we can look into it? :)
Best regards,
YigitHi Stan,
We are hoping to release it on Monday :)
A few other users also reported that their Special Heading elements are linked but i could not reproduce the issue on my local installation. Could you please edit them and remove links from them? :)
Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions or issues :)
Best regards,
YigitHi,
I can see that you applied the changes on first staging site. Could you please edit header.php file on the child theme of second staging site as well? It should fix cookie consent bar issue on second staging site.
Recommended file permissions for WP are as following:
Folders – 755.
Files – 644.
wp-config.php – 600.
.htaccess – 644, or 600.
After correcting permissions, issues you are having in first staging site should be fixed as well. If not, please let us know :)Best regards,
YigitHi,
Since you are using a version older than 4.5, you would need to update the theme manually due to changes in Envato API. You can read more and find instructions here – https://kriesi.at/support/topic/updating-to-enfold-4-5-and-validating-personal-token/#post-1032609. If you would like us to update the theme for you, please let us know!
Yes, i did. After the update those can be changed in Advanced Styling too :)
Best regards,
YigitHi,
I deleted the code from Quick CSS field. Please review your website :)
Best regards,
YigitHi,
You are using Fullwidth Easy Slider on your page so you can actually edit your page, add another Fullwidth Easy Slider and then upload mobile version of your image in there and then go to Screen Options tab in both sliders and choose to hide mobile slider on desktop and hide your existing slider on mobile :)
Best regards,
YigitHi,
Thanks!
I created a test user and could reproduce the issue.
I think we could solve this by replacing menu for logged in members but we would need conditional tags. I found this page – https://www.paidmembershipspro.com/forums/tag/conditional-tags/ but it seems like you would need to login to see the content. Could you please check if they offer a conditional tag such as “if member logged in”? If so, we can use it in this code – https://kriesi.at/documentation/enfold/menu/#toggle-id-155 and replace “is_user_logged_in”.
Best regards,
YigitHey Johan,
Thanks for contacting us!
I think replacing image on mobile to different one with larger text would fix the issue. Could you please post a link to your website?
Best regards,
YigitJanuary 3, 2020 at 4:42 pm in reply to: Translation of Default English Theme Texts w/o addon or plugin #1170002Hi,
You can set your sites language to Italian in Settings > General and then go to Users > Your Profile and set your profiles language to English.
Are you still seeing “read more” in English even when setting site language to Italian?
Regards,
YigitHey,
Please go to Enfold theme options > Performance and disable “CSS file merging and compression”, flush cache then enable it once again.
If that does not help, please create temporary admin logins and post them here privately so we can look into it :)
Regards,
YigitHi,
1- I changed the code to following one and it worked
#header .nine.units { width: 590px !important; }Please review your website.
2- You are currently using an older version of Enfold. Please update the theme to the latest version. In newer versions it is possible to adjust widget title sizes in Advanced Styling tab as well :)
Cheers!
YigitHi,
Could you please post temporary admin logins here privately so we can look into it? :)
Best regards,
YigitHey Stan!
Thanks! Happy new year to you too :)
I have updated Enfold to the latest beta version. You can check out change log here – https://kriesi.at/support/topic/enfold-upcoming-fixes/
Please review your website.
Cheers!
YigitHi,
Another user reported the issue and you can read about it here – https://kriesi.at/support/topic/input-for-slider-button-label-not-sanitized/#post-1164094
We will consider adding a notification regarding special characters. Thanks! :)
Best wishes to you too!
Regards,
YigitHi,
You have following custom CSS code
@media only screen and (max-width: 1024px){ #header_meta { display: none !important; }}Please delete it :)
Regards,
YigitHi!
1- Great! You are welcome!
2- Could you please create temporary admin logins and post them here privately so we can look into it?
3- Please go to Enfold theme options > Advanced Styling and edit “Main Menu Links ” to increase main menu item sizes.Regards,
YigitHey,
1- File permissions seem to be incorrect on both sites. I believe CSS issue is also related to that. Could you please post FTP logins as well?
2- In both sites you have following code at the bottom of Header.php file in your child theme
<script> jQuery(document).ready(function(){ jQuery('a').on("click",function(e) {if($(this).parent().attr("class").indexOf("av-show-submenu") >=0) window.location.href=this;}); }); </script>please change it to following
<script> jQuery(document).ready(function(){ jQuery('a').on("click",function(e) {if(jQuery(this).parent().attr("class").indexOf("av-show-submenu") >=0) window.location.href=this;}); }); </script>I can update the file after you post FTP logins as well :)
Cheers!
YigitHi,
Glad Nikko 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 :)Best regards,
YigitHey,
What was the title? You might have used special characters such as “/” which breaks the layout.
If you did not have special character in your button title, could you please re-create it and let us know so we can see the actual issue? :)
Regards,
YigitHey,
1- You can go to Enfold theme options > Advanced Styling and edit “Main Menu sublevel Links” to increase font size of sub menu items.
2- Please try adding following code to Quick CSS in Enfold theme options > General Styling#header .nine.units { width: 590px; }Best regards,
YigitHi,
Please try using the code as following
.sub_menu li a { font-size: 14px!important; }Best regards,
Yigit -
AuthorPosts
