Forum Replies Created
-
AuthorPosts
-
Hey alex_ih,
You have to adjust the padding of the disappearing image to match the padding of the first one (seems to be 100px). See the section here
This should work for you.
Best regards,
Jordan ShannonMarch 12, 2017 at 11:29 pm in reply to: Title and excerpt show on hover on desktop but always display on mobile #759744Hey Krzysztof,
Can you please provide a link to the site? Keep in mind that on mobile there is no “hover” state, so this feature may not transfer. As you mentioned, creating one that hovers for desktop, and one that is always visible for mobile sounds like a viable solution.
Best regards,
Jordan ShannonHey JoseAntonio,
Try adding this to quick css:.header_color .main_menu ul ul{
color: #ff5c5c !important;
}Best regards,
Jordan ShannonHey RobiMat,
It is tough to pull this off because we have no control over any of the sites that are being loaded. Their loading/performance are based on the respective servers they are being delivered from. You also have to consider that what you are essentially doing is loading multiple full sites on one page, along with other required scripts and services so that also has a large effect on loading/performance. A compromise would maybe be to just have a screenshot of your desired site and have them link out to a separate blank page that has that single site within an iframe.
Best regards,
Jordan ShannonMarch 12, 2017 at 11:12 pm in reply to: Change order of Masonry blog category sorting option #759739Hey MadRhino,
Please see the following documentation: http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/
Best regards,
Jordan ShannonHi,
So you would like the menu to be BELOW the color section? If you could provide admin info, I would be able to look into this further.
Best regards,
Jordan ShannonHi,
The majority of what you mentioned can be managed via the Enfold Theme Options page. As for notifications and testimonials,etc the css structure is dependent on how you configure it in the ALB so it would be much better for us to actually be able to access your pages so we can give more accurate answers.
Best regards,
Jordan ShannonHi,
Add this to quick css as well:
@media only screen and (max-width: 360px){
.responsive.html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption {
margin-top: -40px !important;
width: 350px;
margin-left: -39px;
}
}Best regards,
Jordan ShannonHi,
Can you provide admin credentials privately so I can look further into this.
Best regards,
Jordan ShannonHey akriga,
If you are using the functions file within your child theme, then all of your updates will be maintained.
Best regards,
Jordan ShannonMarch 11, 2017 at 9:33 am in reply to: How do I change font size of the new "tab content section" title? #759331Hey M|C,
I am having a hard time understanding the issue. Can you provide a screenshot of what you are having a problem with?
Best regards,
Jordan ShannonHey Dave,
Please provide a link to the site in question.
Best regards,
Jordan ShannonHey camtay,
Try adding this to quick css:
#socket .sub_menu_socket li {
line-height: 15px !important;
}let me know if this works for you.
Best regards,
Jordan ShannonHi,
I am glad that solution worked for you. If you need additional help, please do not hesitate to contact us.
Best regards,
Jordan ShannonHi,
Try adding this to quick css:
.container.av-menu-mobile-disabled{
border:none !important;
}#sub_menu1{
border:none !important;
}Let me know if this works for you.
Best regards,
Jordan ShannonHi,
No problem. If you need additional help, please let us know.
Best regards,
Jordan ShannonHey Brigitte,
Please add this to quick css:
#text-6.widget.clearfix.widget_text{
margin-bottom:0px !important;
}#avia_combo_widget-2.widget.clearfix.avia_combo_widget{
margin-top:0px !important;
}Let me know if this works for you.
Best regards,
Jordan ShannonHi,
I am glad its better. If you can provide a screenshot of your mobile view, I can try to improve it.
Best regards,
Jordan ShannonHey jbdesign2000,
Can you post a screenshot of your mobile view? This is what I am seeing:
Best regards,
Jordan ShannonMarch 11, 2017 at 12:06 am in reply to: iframe video not responsive, outside of box on mobile, no scroll bars on mobile #759188Hey jebaver,
It’s hard to fix that since we can’t control the css rendered inside the iframe. If you have control over the site appearing inside the iframe then its possible to fix, If we don’t then I don’t think I can help you further in it :(
Best regards,
Jordan ShannonHey filiski,
Can you attach a screenshot so that I can see the view you have from your mobile device. Please try adding this to quick css.
@media only screen and (max-width: 767px){
.responsive.html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption {
margin-top: -40px !important;
}
}Best regards,
Jordan ShannonHey JPOsteen,
Please provide a link to the site so I can look into this further.
Best regards,
Jordan Shannon- This reply was modified 7 years, 10 months ago by Jordan Shannon.
Hey VSS-hemsida,
It is possible to change the width of the table columns using css but we won’t be able to know if it will work on every cases. Use this on Quick CSS or custom.css:
tr, td {
width: width you need in percentage;
}It is much better to create your own table if you want flexibility and control over the appearance of the object.
Best regards,
Jordan ShannonHi,
Please post a screenshot, perhaps I am looking in the wrong space.
Best regards,
Jordan ShannonHey Samuel,
Please try referring to the following solution:
http://kriesi.at/documentation/enfold/enable-cors/
Best regards,
Jordan ShannonHey accurIT,
I went to the site but didn’t see any featured image for reference.
Best regards,
Jordan ShannonMarch 10, 2017 at 9:37 pm in reply to: Sidebar not showing on the correct place on event page Events Manager Pro #759135Hey Alcadis,
Please provide us a link to the page and admin info for the site privately so we can look into this further.
Best regards,
Jordan ShannonHey Poirot,
Have you installed or updated any plugins recently?
Best regards,
Jordan ShannonHi,
You didn’t close this div I mean:
<div class="avia_ajax_form">
Best regards,
Jordan Shannon -
AuthorPosts