Forum Replies Created
-
AuthorPosts
-
Hi,
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,
YigitHi,
I tried adding a button and it worked. Could you please tell us the steps we need to take to reproduce the issue?
Best regards,
YigitHey,
I edited your page and set header to transparent, adjusted header options in Enfold theme options > Header > Header Behaviour and disabled all then set height to 50px, chose to display social icons in main header area and then finally added following code to Quick CSS field in Enfold theme options > General Styling tab
#top .av_header_transparency #header_main { background-color: white; top: 40px; } #top .logo, #top .logo a{ overflow: visible; } .logo img { height: 180%; max-height: 180px !important; }Please review your website :)
Best regards,
YigitJanuary 3, 2020 at 3:16 pm in reply to: Translation of Default English Theme Texts w/o addon or plugin #1169343Hi,
Thanks for contacting us!
It seems like current language of your site is English. Please go to Settings > General and set site language to Italian. That should activate Italian language file :)
Best regards,
YigitHi,
Great! Now that you are able to start new threads under Enfold sub forum, please do not hesitate to contact us whenever you have a question or an issue :)
Cheers!
YigitShalom!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust as needed
.sub_menu li { font-size: 16px; }Cheers!
YigitHey,
I could not figure this one out. It works totally fine on my local installation. I tried clearing cache on both of your plugin and disabled merging of CSS files in Enfold theme options, i checked your custom CSS and styling options for any errors but everything seems correct.
You can always add following code to bottom of Quick CSS field to remove image overlay
.image-overlay { display: none !important; }I will ask my teammates to check your website in case there is something i am missing :)
Best regards,
YigitHi Jacob,
It works perfectly fine on my end. I tried navigating to each section on each page including combinations such as from Contact page to Start > News section but it always lands on correct section.
Which browser and OS are you using?
Regards,
YigitHey,
Could you please create temporary admin logins and post them here privately so we can look into it?
Best regards,
YigitHi,
Yes, however it is a bit complicated. Could you please post a link to your website and a screenshot showing the changes you would like to make?
You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)Cheers!
YigitHi,
Thanks for contacting us!
Yes, please refer to this post – https://kriesi.at/documentation/enfold/mega-menu/#add-images-to-mega-menu :)
Regards,
Yigit -
AuthorPosts
