Forum Replies Created
-
AuthorPosts
-
Hi,
I had the same issue with the new credentials so I installed a plugin called “My Custom Functions” instead and inserted the code in Settings > PHP Inserter and then I added following code to on top of Quick CSS field
.logo, .logo a { overflow: visible; } #top .logo .subtext h1 { font-size: 18px !important; } #top .header-scrolled .subtext h1 { opacity: 0 !important; visibility: hidden !important; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out;} #top .subtext h1 { -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }Please review your website :)
Best regards,
YigitJanuary 19, 2021 at 7:56 pm in reply to: Please help, remove "animation" on mobile before sticky header #1273820Hi,
You are welcome! :)
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,
YigitJanuary 19, 2021 at 6:46 pm in reply to: Please help, remove "animation" on mobile before sticky header #1273806Hi,
I changed following code in Customizer
/* Transparent header on mobile */ @media only screen and (max-width: 767px) { #top #wrap_all .av_header_transparency { background: transparent; position: absolute!important; }}to following one
/* Transparent header on mobile */ @media only screen and (max-width: 767px) { #top #wrap_all .av_header_transparency { background: transparent; }}Please review your website :)
Best regards,
YigitHi,
Please check header height in Enfold theme options > Header as it must be set there. If it is not, please create temporary admin logins and post them here privately so we can look into it :)
Best regards,
YigitHi Nicole,
Thanks! I was able to access to your server however path does not seem to be correct as only file I am seeing is “.ftpquota”. Please provide access to root of your WordPress installation. File we need to modify is located in /wp-content/themes/enfold-child/ folder :)
Best regards,
YigitJanuary 19, 2021 at 5:14 pm in reply to: Grid row layout element generates after_submenu elements with nested containers #1273789Hi Patrizio,
You are welcome! :)
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,
YigitHi Marcus,
I do not see myself in that thread but I see the issue :)
Please change following code
@media only screen and (max-width: 767px) { .av-inner-masonry-content { display: none !important; } }into following one
@media only screen and (max-width: 767px) { .av-masonry-gallery .av-inner-masonry-content { display: none !important; } }“av-masonry-gallery” selector here makes sure code is only applied on Masonry Gallery elements.
In case you need to apply this to a certain Masonry Gallery element only, I would recommend you to edit your Masonry Gallery element and give it a custom CSS class (“my-custom-gallery” in example below) in Advanced > Developer Settings and use the code as following one
@media only screen and (max-width: 767px) { .my-custom-gallery .av-inner-masonry-content { display: none !important; } }Best regards,
YigitHey Nicole,
Thanks for contacting us!
I logged in and removed the code from Enfold theme options > General Styling > Quick CSS field as that code actually needs to go into Appearance > Editor > functions.php file of your child theme however Editor is missing under Appearance tab.
Could you please post FTP logins here privately as well and let us know what is the subtext you would like to add so we can make the customization for you? :)
Best regards,
YigitJanuary 19, 2021 at 4:38 pm in reply to: Please help, remove "animation" on mobile before sticky header #1273783Hi,
I checked customizer once again but there is no error. I disabled CSS file merging and compression in Enfold theme options > Performance tab, saved theme options, cleared cache and minified files, enabled CSS file merging and compression and saved theme options again.
Then, I created the screencast I attached in private content field below.
Please make sure to clear cache on your mobile browser as well :)Best regards,
YigitHi,
You are welcome! If you have any other questions or issues, please let us know and keep up the good work! :)
Best regards,
YigitMerhabalar,
Rica ederim! Baska her hangi bir sorunuz veya sorununuz olursa lutfen tekrar iletisime gecmekten cekinmeyin :)
Best regards,
YigitJanuary 19, 2021 at 3:58 pm in reply to: Please help, remove "animation" on mobile before sticky header #1273761Hi,
This time there was 1 error only I fixed it and attached current custom CSS code in private content field :)
Best regards,
YigitHi,
You are welcome!
Let us know if you have any other questions or issues and enjoy the rest of your day :)
Best regards,
YigitHi,
Thanks for clarification. I have forwarded your request to our devs and shared this thread as reference :)
Best regards,
YigitHi,
Please go to Enfold theme options > Performance and disable CSS file merging and compression, save Enfold theme options and check if that helps. If it does not, please add following code to Quick CSS field in Enfold theme options > General Styling tab
.html_header_top.html_header_sticky #main { padding-top: 44px; }Best regards,
YigitHey Joey,
Thanks for contacting us!
It seems like you have set your parent menu item as mega menu. Please go to Appearance > Menus, edit your menu item and uncheck “Use as mega menu” option – https://imgur.com/a/atF6NZM
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 :)
Best regards,
YigitJanuary 19, 2021 at 3:25 pm in reply to: Please help, remove "animation" on mobile before sticky header #1273742Hi,
There were couple of errors in your custom CSS code in media queries. I fixed them and checked once again and confirmed that it is now working fine on mobile as well.
Please review your website :)Best regards,
YigitMerhabalar,
Rica ederim, cozebildigimize sevindim :)
Lutfen assagidaki kodu Quick CSS alanina ekleyin
#top .av-subnav-menu li.menu-item-language a { background-color: transparent; color: black; }Son satir yazi rengini daha okunur olmasi icin siyah yapiyor, opsiyonel onu silebilirsiniz.
Best regards,
YigitJanuary 19, 2021 at 3:05 pm in reply to: Please help, remove "animation" on mobile before sticky header #1273735Hi,
It seems like you have removed the code. If you have not, could you please create temporary admin logins and post them here privately so we can look into it? :)
Best regards,
YigitJanuary 19, 2021 at 2:34 pm in reply to: Please help, remove "animation" on mobile before sticky header #1273724Hey,
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:
.header_bg { -webkit-transition: none; transition: none; }Best regards,
YigitJanuary 19, 2021 at 2:05 pm in reply to: Move Paypal button under "Proceed to checkout" button #1273711Hi Silvia,
You are welcome! :)
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,
YigitJanuary 19, 2021 at 12:36 pm in reply to: Move Paypal button under "Proceed to checkout" button #1273674Hey,
Please try adding following code to Quick CSS as well
#zoid-paypal-buttons-010808390e_mta6mzi6nty { width: 193px; float: left; min-width: 193px; }But please note since the button is in iframe, styling is loaded externally and it might not be possible to adjust it
Best regards,
YigitHi,
We are sorry for the late reply!
1- I added the following code to functions.php of your child theme right below the code you commented out.
2- Then I added following code to bottom of Quick CSS field@media only screen and (min-width: 480px) { #donate { display: none !important; } } #donate { position: fixed; top: 0; width: 100%; z-index: 999; } @media only screen and (max-width: 480px) { #wrap_all { margin-top: 130px; } }Donate button is hidden on screens above 480px and below it is sticky and content is pushed down 130px, the height of your button.
Please review your website :)
Best regards,
YigitHi,
You are welcome, Nico!
Let us know if you have any other questions or issues and enjoy the rest of your day :)Best regards,
YigitHi,
You are welcome! If you have any other questions or issues, please feel free to start new threads under Enfold sub forum and enjoy the rest of your day :)
Best regards,
YigitHi Nico,
Thanks for contacting us!
We are currently at the final stage of testing the new version. We are planning to release it before the end of this month :)
Best regards,
YigitHi,
You are currently using Masonry element on your homepage, which is used to display posts including Portfolio post type and Blog.
If you would like to upload images and to display them, please use Masonry Gallery element under Media Elements tab of Advanced Layout Builder :)
Best regards,
YigitMerhabalar,
Daha once karsilasmadigimiz sorunlarin hemen hepsiyle sizin sitede karsilastik :)
Ajax ile yukleme yaparken tab elementinin yuksekligi dogru hesaplanmiyor. JS guclu oldugum alan olmadigi icin farkli bir yaklasim deneyip her sekmenin sonuna 30px yuksekliginde bosluk ekledim. Su an gizli alanda paylastigim ekran goruntusu gibi gorunuyor.Tekrar goz atar misiniz sitenize? :)
Best regards,
Yigit -
AuthorPosts
