Forum Replies Created
-
AuthorPosts
-
March 10, 2022 at 5:24 pm in reply to: How to adjust height of menu, header widget and logo #1344039
Hey Jak,
Thanks for contacting us!
1- Please use following code and adjust left value as needed
#top #header #header_main .widget { left: -50px; }
The code I shared in this thread – https://kriesi.at/support/topic/how-to-add-a-hover-affect-to-a-menu-images/#post-1344007 would move menu items lower.
Best regards,
YigitHi,
I updated the theme via Envato Market plugin and it threw the error however I am unable to update files via FTP. I tried to enable debugging mode by editing wp-config.php file but I am unable to upload it. I could not downgrade Enfold version as well.
Permissions seem correct so I think it might be a security measure by your hosting providers.Could you please enable debugging mode by editing wp-config.php file and changing “false” to “true” in following line
define( 'WP_DEBUG', false );
Best regards,
YigitHi,
I checked your other thread but it seems like you have not found a solution that you would like yet. In the meantime, I tried to reproduce the “grey area above content” issue but I could not reproduce that as well. I opened a accordion tab in each Accordion element you have on your page and tried to scroll up on the top of the page but there is no grey area on my end. I attached a screenshot in private content field below :)
Best regards,
YigitHi,
Thanks for contacting us!
I just checked your website on Safari but it does work fine on my end. I attached a screenshot in private content field below. I tried resizing the browser window but that made no difference :)
Regards,
YigitMerhabalar,
Sorunun cozuldugune sevindim :)
Tavsiye edilen yontem sizin su an kurdugunuz sekilde. Asagiya ekledigim linklerden daha fazla bilgi edinebilirsiniz.
Her konu icin ayri konu acilmasini tavsiye ediyoruz karisiklilik olmasi acisindan. Bu gonderide 100 cevaba ulasmis olduk o yuzden simdilik bu threadi kapatiyorum. Her yeni sorunuz icin lutfen yeni konu acin – https://kriesi.at/support/forum/enfold#new-post :)
Best regards,
YigitMarch 10, 2022 at 4:20 pm in reply to: Change size of "Terms and Condition checkbox / text" on checkout page #1344026Hi Bernhard,
You can upload your screenshots on imgur.com and post the links here.
Could you please try adding !important rule and check if that makes a difference?
#top .woocommerce .data-privacy span { font-size: 16px !important; }
Best regards,
YigitHey Rob,
Thanks for the information!
I am still positive that WordPress theme review team would never accept a theme named Enfold to their repository. For newer/less popular themes that could be the case but Enfold has been around for almost a decade and it is one of the most popular WordPress themes so no theme named Enfold would pass WordPress review team’s strict review.
That being said, I will forward the information to our devs and check with them once again :)
Best regards,
YigitHi,
1- You can adjust “max-width” value in this code I posted to display a larger image – https://kriesi.at/support/topic/linked-images-in-header/#post-1343677.
If you would like to display a different image, you can add custom class to your images as following<img class="header-image" src="..." /> <img class="header-image-mobile" src="..." />
and then add following code to Quick CSS
@media only screen and (min-width: 990px) { .header-image-mobile { display: none;} } @media only screen and (max-width: 989px) { .header-image { display: none; } .header-image-mobile { display: block; } }
2- Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust as needed
@media only screen and (min-width: 990px) { #top #header #header_main .widget { top: 10px; }}
3- You can wrap your image inside HTML A tag as following
<a href="https://kriesi.at" target="blank"><img src="https://kriesi.at/wp-content/themes/kriesi/images/logo.png" class="header-image"></a>
Best regards,
YigitHi,
As I mentioned in my previous reply, Enfold versions older than 4.5 requires a manual update first as we have implemented updated Envato API in that version – https://kriesi.at/documentation/enfold/theme-update/
If you would like us to update the theme for you, please register to our forums – https://kriesi.at/support/register/, have a backup and post temporary FTP and WP admin logins here privately :)
Best regards,
YigitHi,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top #header_main > .container .main_menu .av-main-nav > li > a > .avia-menu-text img { -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } @media only screen and (min-width: 990px) { .av-main-nav-wrap { margin-top: 20px; }}
Best regards,
YigitMarch 10, 2022 at 2:46 pm in reply to: Background image in socket with background overly only on selected pages #1344006Hi Jak,
1- You can upload your image in Enfold theme options > General Styling > Socket > Background Image. You do not need custom CSS code for that.
2- Please use following custom CSS codes
@media only screen and (max-width: 480px) { .socket_color { background-image: url(link-to-your-image); }}
3-
@media only screen and (max-width: 767px) { .socket_color { background-image: url(link-to-your-image); }}
Best regards,
YigitHi,
Could you please post FTP and WP admin logins of your test site here privately so we can look into it? I think the critical error is related to something else and is not connected to the token. We would like to enable debugging mode and find out what is causing the issue and after fixing that we could revert to older version and try updating with the token :)
Best regards,
YigitMarch 10, 2022 at 2:34 pm in reply to: Background image in socket with background overly only on selected pages #1344003Hi Jak,
1920x100px should be fine for all screen sizes as socket height does not exceed 100px on mobile. Image would resize automatically however if you do not like how it looks on mobile, you could create rectangle version of the image and can replace it on mobile using custom CSS. Please feel free to reply to this thread if you need assistance with that :)
Best regards,
YigitHi,
No but I thought it could be related to some customization in your child theme :)
I tried without fallback image as well but it still works fine for me.
Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top #header.av_minimal_header .main_menu ul:first-child > li#menu-item-17625 > ul { width: 120px; }
Best regards,
YigitMarch 8, 2022 at 5:33 pm in reply to: Background image in socket with background overly only on selected pages #1343704Hey,
You are welcome :)
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHey,
Since there is not enough space on mobile, I would recommend you to hide the image on screens below 480px and move it a bit higher on landscape mode
/* Move the image higher */ @media only screen and (max-width: 767px) { #top #header #header_main .widget { top: -20px; }} /* Hide below 480px */ @media only screen and (max-width: 480px) { #top #header #header_main .widget { display: none; }}
Cheers!
YigitMarch 8, 2022 at 5:28 pm in reply to: Background image in socket with background overly only on selected pages #1343700Hey,
Great! Then you can set it as your socket background image in Enfold theme options > General Styling > Socket and add following code to Quick CSS to remove background image from home socket
.home .socket_color { background-image: none; }
Regards,
YigitHey Jak,
Please edit your 4 column elements and give each of them a custom CSS class in Advanced > Developer Settings tab and then add following code to Quick CSS
.your-custom-column-1 { transform: rotate(5deg); } .your-custom-column-2 { transform: rotate(-7deg); } .your-custom-column-3 { transform: rotate(3deg); } .your-custom-column-4 { transform: rotate(-4deg); }
Cheers!
YigitHey,
Please edit your navigation label and insert both images with custom CSS classes as following
<img class="menu-image" src="..." /> <img class="menu-image-hover" src="..." />
then add following code to Quick CSS field
.av-main-nav li a .menu-image-hover { opacity: 0; } .av-main-nav li a:hover .menu-image-hover { opacity: 1; } .av-main-nav li a:hover .menu-image { opacity: 0; }
Regards,
Yigit-
This reply was modified 3 years, 4 months ago by
Yigit.
March 8, 2022 at 5:16 pm in reply to: Background image in socket with background overly only on selected pages #1343693Hey,
Would you be able to create a new animated gif with your background image? There is no overlay in socket section so it would not be possible to set animated gif opacity to 0.1 and that makes socket text not readable.
Regards,
YigitHi Jak,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.av-main-nav li a:hover .avia-menu-text { opacity: 0.8; }
This would reduce opacity to 0.8 on hover :)
Best regards,
YigitHi Jak,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust “left” and “max-width” values
@media only screen and (max-width: 767px) { #top #header #header_main .widget { max-width: 200px; top: 0; position: absolute; left: 40%; }}
Regards,
YigitHi,
Glad you were able to fix it!
I tried to reproduce the issue on my local installation however it works fine on my end with default z-index value of 1000 – https://imgur.com/a/eDYv3cz. Is it the same when you switch to Enfold parent theme?
Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitMarch 8, 2022 at 4:41 pm in reply to: Enfold responsive multipurpose Theme, Stylesheet fehlt #1343679Hey,
Thanks for contacting us!
Please make sure that you only download installable WordPress file only from ThemeForest and then install the theme – https://kriesi.at/documentation/enfold/install-enfold-theme/
If you would like us to install the theme for you, please create temporary admin logins and post them here privately :)
Regards,
YigitHey Jak,
You can add following code to Quick CSS field in Enfold theme options > General Styling tab to center the image in your header
#top #header #header_main .widget { max-width: 400px; margin: auto; }
Regards,
YigitMarch 8, 2022 at 4:33 pm in reply to: Background image in socket with background overly only on selected pages #1343672Hey Jak,
Thanks for contacting us!
Would you like to use the background I attached in private content field? If so, please create a new page with the content you would like to display as your footer and then set it as your footer in Enfold theme options > Footer tab.
If that is not what you meant, please elaborate :)
Best regards,
YigitHi Philipp,
We are happy that Rikard could help you out! :)
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,
Yigit -
This reply was modified 3 years, 4 months ago by
-
AuthorPosts