Forum Replies Created
-
AuthorPosts
-
Hey,
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,
YigitHi!
Could you please post logins for .htaccess restriction as well? :)
Best regards,
YigitHey,
Please do so and if you have any other questions or issues, please let us know :)
Cheers!
YigitHey Jak,
Second code i posted above should only remove Enfold’s meta on all pages so after inserting the code, your source code should look like following
<!– mobile setting –> <meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″> <!– Scripts/CSS and wp_head hook –> <!– Suchmaschinenoptimierung von Rank Math – https://s.rankmath.com/home –> <title>Kontakt – My website</title> <meta name=”robots” content=”follow,noindex,noarchive,nosnippet”/>Does it not give expected results? :)
Best regards,
YigitHi,
You have custom code in your CSS files on your child theme and they are all throwing errors which means they are breaking CSS. I was able to delete it from style.css file (attached a backup in private content field) but files such as main.css are not writable therefore i could not edit them. Please try deleting the code temporarily and check if that helps.
Regards,
YigitHey,
Could you please enable developer options – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#how-to-use-developer-options in Enfold theme options and then edit your element and give it a custom class (“your-custom-class” in example below) and then add following code to Quick CSS in Enfold theme options > General Styling tab?
.your-custom-class .av-image-caption-overlay-center { padding: 0 20px; }After seeing the actual image, i think 3rd option would be using a wider image, if that is possible :)
Regards,
YigitJanuary 3, 2020 at 2:10 pm in reply to: On a mobile, the page numbers on the blog posts element overlap the text #1169307Hi,
Please add following code to Quick CSS in Enfold theme options > General Styling
@media only screen and (max-width: 480px) { span.pagination-meta { position: initial; }}That should move pagination meta to the right hand side on mobile.
Regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
#main>.container_wrap { border-top: none; }Best regards,
YigitHi,
Thanks for contacting us!
I attached the latest beta version of Enfold in private content field. You can see change log here – https://kriesi.at/support/topic/enfold-upcoming-fixes/#post-1141048. Please update the theme :)
Happy new year!
Cheers!
YigitHi,
Please add following code to bottom of Functions.php file in Appearance > Editor to set it to nofollow, noindex
add_filter('avf_set_follow','av_set_nofollow'); function av_set_nofollow(){ $meta = '<meta name="robots" content="noindex, nofollow" />' . "\n"; return $meta; }and use following to delete it
add_filter('avf_set_follow','av_set_nofollow'); function av_set_nofollow(){ $meta = false; return $meta; }Cheers!
Yigit-
This reply was modified 6 years, 2 months ago by
Yigit.
Hi,
Thanks for contacting us!
That seems to be related to padding and quite honestly expected when font size is big for mobile. Possible solutions would be decreasing font size or decreasing padding on mobile.
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { .av-image-caption-overlay-center { font-size: 24px!important; }}If that does not help, please post a link of your page :)
Cheers!
YigitHi,
Thanks for contacting us!
Updates are included in your purchase therefore you do not need to re-purchase the theme. You can simply login on ThemeForest with the account you used to purchase the theme and download the latest version from downloads page – https://themeforest.net/downloads
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start new threads under Enfold sub forum :)
Regards,
YigitHi,
Thanks for contacting us!
We can gladly provide you the latest beta version of Enfold which has icon fix included as well however we would need to validate your purchase firstly. Please register to our support forum – https://kriesi.at/support/register/ and reply after logging in or post your purchase code here privately. After that, we will share the new version with you :)
Thanks for your understanding!
Regards,
YigitHi,
Please add following code to Quick CSS in Enfold theme options > General Styling tab
.phone-info .avia-icon-pos-left { float: inherit; margin-left: 20px; }Best regards,
YigitHi,
Thanks for the info!
I have updated Enfold to the latest available beta version.
Please refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a Personal Token and insert it in Enfold theme options.
Please review your website :)
Best regards,
YigitHey,
Could you please try installing this plugin – https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/ and then updating from backend or updating via FTP? :)
Regards,
YigitHi,
It seems like you have not inserted Google Maps API key in Enfold theme options. Please refer to this post – https://kriesi.at/documentation/enfold/google-map/#how-to-register-a-google-maps-api-key to generate one and insert it in Enfold theme options :)
Cheers!
YigitHey!
You are welcome :)
Let us know if you have any other questions or issues!
Regards,
YigitHi,
It is attached in private content field in my post above – https://kriesi.at/support/topic/icons-on-displaying-online-on-certain-pages/#post-1169137 :)
Cheers!
Yigit -
This reply was modified 6 years, 2 months ago by
-
AuthorPosts
