Forum Replies Created
-
AuthorPosts
-
Hey Terve,
Please include the url to the page in question so we can write some code for you :)Best regards,
MikeHi,
Can you tell me what screen size your using?
Can you tell me what font size you would like for which items in your sidebar? A screenshot might help so we are talking about the same things :) (see Private Content area)
Try this code in the General Styling > Quick CSS field to make the sale badge red:#top .main_color .onsale { background-color: red!important; }
Best regards,
MikeHi,
It’s odd that you don’t have the Enfold 2017 slides.
In the Private Content area is the export of the Enfold 2017 Layer Slider slides.
I tried to install it for you but got an error: “The PHP ZipArchive extension is required to import .zip files” you will need to ask your host about that.
Then you can install the slides :)
Best regards,
MikeHi,
Sorry I was unable to find any solution for changing the hot spot numbers. Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
MikeHey jpoley04,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
It had opacity set to 0.65 with a gray filter applied, Try this code in the General Styling > Quick CSS field:.av-tab-section-image { opacity: 1!important; filter: inherit!important; }
Best regards,
MikeHi,
I’m thinking:@media only screen and (max-width: 768px) { #top .avia-logo-element-container .slide-entry { width: 50%; }}
But you will need to remove the other code for us to test
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey kilimats,
Perhaps it is due to opacity, Please include the url to the page in question so we can take a closer look.Best regards,
MikeHi,
I think I figured it out :) at a screen width over 1920×1080 the flex cells which are 1/4 wide are larger than the images, so this code will make the max-width the same as the images.
Try this code in the General Styling > Quick CSS field:.flex_cell_inner {max-width: 289px !important; }
Best regards,
MikeHi,
That is very strange, I went to re-evaluate but your site seems down now. I’ll try again latter.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
The changes are working on my end,
Please clear your cache :)Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.av_textblock_section {padding-left: 10px!important; padding-right: 10px!important; }
Best regards,
MikeJuly 8, 2017 at 6:20 pm in reply to: Make share buttons point to another page/post/portfolio item #818241Hey Cleverreisenmitkids,
Try putting the share buttons on your opt-in page and then copy the html of that element in to a code block on your thank you page :)
It would look this this:<div class="av-share-box"><ul class="av-share-box-list noLightbox"><li class="av-share-link av-social-link-facebook"><a target="_blank" href="http://www.facebook.com/sharer.php?u=http://127.0.0.1/elements/social-share-buttons/&t=Social%20Share%20Buttons" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="" data-avia-related-tooltip="Share on Facebook"><span class="avia_hidden_link_text">Share on Facebook</span></a></li><li class="av-share-link av-social-link-twitter"><a target="_blank" href="https://twitter.com/share?text=Social%20Share%20Buttons&url=http://127.0.0.1/?p=1593" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="" data-avia-related-tooltip="Share on Twitter"><span class="avia_hidden_link_text">Share on Twitter</span></a></li><li class="av-share-link av-social-link-gplus"><a target="_blank" href="https://plus.google.com/share?url=http://127.0.0.1/elements/social-share-buttons/" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="" data-avia-related-tooltip="Share on Google+"><span class="avia_hidden_link_text">Share on Google+</span></a></li><li class="av-share-link av-social-link-tumblr"><a target="_blank" href="http://www.tumblr.com/share/link?url=http%3A%2F%2F127.0.0.1%2Felements%2Fsocial-share-buttons%2F&name=Social%20Share%20Buttons&description=" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="" data-avia-related-tooltip="Share on Tumblr"><span class="avia_hidden_link_text">Share on Tumblr</span></a><div class="avia-related-tooltip avia-tt" style="top: 756px; left: 717.4px; display: none; opacity: 0;"><div class="inner_tooltip">Share on Tumblr</div><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></div></li></ul></div>
If you would like help, add the share buttons on your opt-in page and include the url here :)
Best regards,
MikeJuly 8, 2017 at 6:10 pm in reply to: Install issues – error "are you sure you want to do this"? #818238@delvalsol, I just logged in to your site and Enfold was installed, and I activated with no issue. Hope this helps :)
@samdive, enfold.zip is the right one, if your still having issues please include a admin login in the private content area and a dropbox or Google drive link to your enfold.zip so we can take a closer look.Best regards,
MikeHey dbarnby13,
I’m not familiar with Sucuri, but I can help with your mixed content, in this case it’s your logo, try going to Enfold Theme Options and remove your logo and add again making sure to use the https in the url. See Private Content area four your current logo url.
This plugin is very good at correcting these issues and forcing https: https://wordpress.org/plugins/really-simple-ssl/
But that is if you have a SSL, I’m not sure about the proxy SSL.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Zaccc,
We could add padding to the text so it would not extent the images, but we will need the url to the page in question so we can take a closer look.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Emiel,
Elements such as Color Sections force the sidebar down below them. You could try changing the elements on the page to see if that helps. Or you could try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 1023px) { #top #main .sidebar {top: -650vh!important; } .main_color aside {border-color: transparent!important; }} @media only screen and (min-width: 767px) and (max-width: 1022px) {#top #main .sidebar {top: -1140vh!important; } .main_color aside {border-color: transparent!important; }}
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Try adding this:@media only screen and (max-width: 767px) { .avia-slideshow-inner{ height:290px!important; }}
Feel free to adjust the height to suit :)
Best regards,
MikeHey Uroš,
Not really, background images are often “under” other elements, I see the word “banner” on your site, are you trying to make that area a link? Perhaps a little more info will help us come up with an alternative :)Best regards,
MikeHey Horea,
please try changing your code to:.avia-builder-el-24 {top: -50px!important; }
Best regards,
MikeHey agiveon,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 768px) { .slide-entry-wrap { display: flex!important; } img.attachment-no.scaling { width: 80px!important; max-width: 80px!important; } }
Best regards,
MikeJuly 8, 2017 at 3:37 pm in reply to: 'You May Also Like' at bottom of posts displaying same post! #818179Hey Pirlyxyz,
Can you please include a admin login in the private content area, with the url to the page in question so we can take a closer look.Best regards,
MikeJuly 8, 2017 at 3:34 pm in reply to: woocommerce products slider and related products – font size and style #818176Hi,
Please provide the login to view the pages in question, and remove the above code from your quick css so we can rewrite it.Best regards,
MikeHey ReinaSmallenbroek,
Have you tried creating a new Portfolio Category for your posters, and then choosing that category in the Portfolio Grid for your new page?Best regards,
Mike -
AuthorPosts