Forum Replies Created
-
AuthorPosts
-
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Picante,
1. Add the below code to Enfold > General Styling > Quick CSS.push-right{ position:absolute; right:20px; top:50%; transform:translateY(-50%); } @media only screen and (max-width:767px) { .push-right{ position:relative; right:auto; transform:none; }}
2. Add the below html in Enfold > Footer > Copyrights
<div class="push-right"> Text you like on the right side </div>
Best regards,
MikeHey lancelot22,
The Tab Section has some issues with firefox and it has already been reported and our devs are hard at work on it.
Please try to avoid spaces in the tab names? For instance, if the tab is called Tab 1, then try renaming it to Tab_1.Best regards,
MikeHey aqin_fh,
I’m not sure what you mean. Can you explain a little more?Best regards,
MikeHey KyriK,
When you add your Color Section, make sure to go to the Section Background Overlay tab and Enable Overlay.
Then you can add your Gradient Overlay code in the General Styling > Quick CSS field:.av-section-color-overlay { background-image: -webkit-linear-gradient(90deg,#1769ac 10%,#3AA17E 90%)!important; background-image: linear-gradient(90deg,#1769ac 10%,#3AA17E 90%)!important; }
Notice the class is “.av-section-color-overlay”, that is because you enabled it above :)
Best regards,
MikeHey helderluis,
Sorry url can’t be reached, can you add another. Can you also explain a little more, perhaps with screenshots?Best regards,
MikeHi,
OK, I’ll have to try again.
Can you please include a admin login in the private content area so we can take a closer look?Best regards,
MikeHi,
I understand, try inspecting their code, you’ll see they use a class called “.advisor-img” for their image which has transparent edges. and a another class “.onhover” with display:none for the drawings. Hope this helped :)Best regards,
MikeHi,
It would be more effective to create a solution for you while examining the code of your site :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Please try adjusting the padding size. For mobile add this code with a different amount of padding:@media only screen and (max-width: 427px) { .anchor { padding-top: 90px; }}
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey giaco_he,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { .template-shop div.product div.summary {width: 100%!important;} #top div.product .woocommerce-tabs {top: -10px!important;} } }
Best regards,
MikeHey perler,
Try this: https://kriesi.at/support/topic/custom-image-overlay-on-images/#post-486180Best regards,
MikeJune 17, 2017 at 9:40 pm in reply to: ”tab section”’ özelliğini mobilde kullanamıyorum. hata veriyor. #809386Hey erhan,
Mobil cihazlardaki sekme bölümünün başlıklar için arka plan renginin olmadığını görüyorum
Başlıkları arka plan rengini verecek şekilde bu CSS’yi oluşturdum, Bu kodu Genel Stil> Hızlı CSS alanında deneyin:@media only screen and (max-width: 767px) { .responsive #top .main_color .tabcontainer .active_tab, .tab.fullsize-tab { background-color: #c0d6db!important; color: #ffffff!important; border-width: 0 0 5px!important; }}
Enfold’u kullandığınız için teşekkür ederiz.Best regards,
MikeHey briandeeney,
I believe that Google has made the association between “reviews” and “votes” on it’s own and no action is needed.
You can see the documentation for the “Automated Schema.org HTML Markup” here: http://kriesi.at/documentation/enfold/customize-schema-org-markup/ and the code doesn’t use “reviews” or “votes”. When you look at your site’s code there is no “vote”, I didn’t look at the plugin on it’s own, but I’d say your fine.
Hope this helped :)Best regards,
MikeHey mauricethome,
Try this: https://kriesi.at/support/topic/problems-with-new-tab-section/#post-763510Best regards,
MikeJune 17, 2017 at 8:57 pm in reply to: How do I add that scroll down arrow button in my Advance Layerslider? #809374Hey chrisguess,
Try adding your Advanced LayerSlider first, then a “Code Block”, then your other elements.
In the Code Block add this code:<a href="#next-section" title="" class="scroll-down-link" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a>
Then in your General Styling > Quick CSS field:
.avia-layerslider { z-index: 1; } #top .scroll-down-link { top: -130px; }
Hey Kahil,
We could try off setting the dropdown, Please include the url to the page in question so we can take a closer look.Best regards,
MikeHi,
Try this for a search on your mobile: https://kriesi.at/support/topic/search-icon-on-mobile-3/#post-770932Best regards,
MikeHey accurIT,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Evan LoBalbo,
Here’s how: http://kriesi.at/documentation/enfold/custom-social-icons/Best regards,
MikeHi,
Actually I’m compressing images before uploading on wordpress and i’ve activated gZip compression with my hosting service.
How are you compressing your images? Because Page Speed is recommending you compress, and testing one of your images on TinyJPG shows a 64% savings if you use their tool
Also the Gzip tool says compression is not occuring
After optimizing your images, remove the old ones and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/ I believe this will help the magazine element issue.Best regards,
MikeHey Krissie,
Perhaps this will help: https://kriesi.at/support/topic/link-to-tab-in-tab-section/#post-763509Best regards,
MikeHey vidaelf,
If I’m understanding correctly, then you should follow the instructions here: http://kriesi.at/documentation/enfold/change-archive-categorytag-blog-style/
and your css customizations will work there too.Best regards,
MikeHey editza,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey Krissie,
The url seems to be 404 now, do you still need help with this?Best regards,
MikeHi,
Try adding a class to the anchor element with a offset height as the padding-top value.
The anchor link:<a class="anchor" name="one">Link One</a>
The css:
.anchor { padding-top: 90px; }
Or
perhaps this plugin: https://wordpress.org/plugins/hash-link-scroll-offset/Best regards,
Mike -
AuthorPosts