Forum Replies Created
-
AuthorPosts
-
March 28, 2017 at 3:13 pm in reply to: Site header doesn't extend the full width of the site #768190
Hi 1lizcollins,
Try this one (instead of .responsive.html_boxed.html_header_sticky #header,
.responsive.html_boxed.html_header_transparency #header {
width: 100%;
margin-left: 0;
} from the snippet above) , I thought for some reason that you wanted the header for normal screens to be the size of content (must have beed tired probably, sorry).responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header { width: 100%; max-width: 100%; margin-left: -5%; }
Best regards,
Victoria- This reply was modified 7 years, 8 months ago by Victoria.
Hey Josh,
Could you please give us a link to your website, we need more context to be able to help you and a kind mockup of what you’re trying to do.
Best regards,
VictoriaHey efini,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHey ccorkrum,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHi Joerg,
You can put these styles to you child theme styles.css and see if it does what you need:
@media only screen and (max-width: 767px) { #full_slider_1 .avia-slideshow-inner { height: 130px!important; } #full_slider_1 .avia-slideshow-inner li div.avia-slide-wrap img { min-height: 130px!important; min-width: auto!important; left: 0!important; } }
Best regards,
VictoriaHey Aline,
You can put this css to your child theme styles.css
#ajaxresponse_1 { margin-top: 10px; } #ajaxresponse_1 avia-form-success { font-size: 16px; }
Let us know if this was helpful.
Best regards,
VictoriaHey bonsaiko,
Here is a nice article for you reference.
If you need further assistance please let us know.
Best regards,
VictoriaHi mk1122,
Sorry, I missed the comment abut the content slider. Here is the code (put this in Quick Css if it does not work, put into themes/enfold/css/custom.css):@media only screen and (max-width: 767px) { #av_section_3 .post-entry.post-entry-type-page.post-entry-330 .hr.hr-invisible, #av_section_3 .post-entry.post-entry-type-page.post-entry-330 .hr-invisible .hr-inner { height:0 !ipmortant; } #av_section_3 .post-entry.post-entry-type-page.post-entry-330 .avia-content-slider { margin-top: 30px; margin-bottom: -65px; } #av_section_3 .post-entry.post-entry-type-page.post-entry-330 .slide-entry-excerpt.entry-content { min-width: 180px; } #av_section_3 .post-entry.post-entry-type-page.post-entry-330 .avia-smallarrow-slider-heading.no-content-slider-navigation.no-content-slider-heading { display: none; } #av_section_3 .post-entry.post-entry-type-page.post-entry-330 .entry-content-wrapper.clearfix { margin-top: -120px; } }
Let us know if this was helpful.
Best regards,
Victoria- This reply was modified 7 years, 8 months ago by Victoria.
Hi EmiGrandOuest,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
VictoriaMarch 28, 2017 at 1:22 pm in reply to: Tableau and changing first link name (top) / one-page #768108Hey Saija,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHi andrzejkozdeba,
Glad we could help! :)
If you need further assistance please let us know.
Best regards,
VictoriaMarch 28, 2017 at 1:16 pm in reply to: Enfold 2017 Tab section works with Pages but not with Posts #768099Hi uplearning,
The tabs might not work due to error with jQuery Validate not being able to reference jQuery.
If you need further assistance please let us know.
Best regards,
VictoriaHi Koncium,
I think the rules give by Rikkard do not work, because your header does not get the class .header-scrolled, the reason is that the header is just sticky, not shrinking.
In this case, you need javascript to adjust transparency or use shrinking header.
If you need further assistance please let us know.
Best regards,
VictoriaHey Sander,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VictoriaMarch 28, 2017 at 12:41 pm in reply to: How to find id or class in which file associated on WordPress Theme #768089Hey Designweb,
Can you please give us a link to the page, we need more context.
Best regards,
VictoriaHey Neverlands,
I tried to login to your site today.
Best regards,
VictoriaMarch 28, 2017 at 12:24 pm in reply to: Multiple galleries on one page not displaying correctly? #768081Hi chartinboy,
Please add this css to you Quick css or themes/enfold/css/custom.css
.avia_transform .avia-gallery-thumb img { opacity: 1; }
If you need further assistance please let us know.
Best regards,
VictoriaHi AukeJomm,
Great job! Glad you got it working for you. :)
If you need further assistance please let us know.
Best regards,
VictoriaHey spavli2,
Here is the code that you should put into themes/enfold/css/custom.css
@media only screen and (max-width: 989px) { div#funkcionalnosti_2, #funkcionalnosti_5, #funkcionalnosti_3, #funkcionalnosti_4 { background-image: none!important; } }
Let us know if this was helpful.
Best regards,
VictoriaMarch 28, 2017 at 12:00 pm in reply to: Hotel demo does not pass google mobile-friendly test #768068Hey web_ellis,
You have the recommendations form Google and the issues it shows, try fixing them. They provide a lot of useful links.
If you need further assistance please let us know.
Best regards,
VictoriaHi agencia_taos,
Please put this code in you functions.php
add_action('wp_footer', 'ava_new_custom_script'); function ava_new_custom_script(){ ?> <script type="text/javascript"> (function($) { function a() { if ($.avia_utilities.isMobile) { $('.flex_column.av_one_fourth.flex_column_div.first.avia-builder-el-0.el_before_av_three_fourth.avia-builder-el-first').insertAfter('.flex_column.av_three_fourth.flex_column_div.av-zero-column-padding.avia-builder-el-7.el_after_av_one_fourth.el_before_av_section.avia-builder-el-last'); } } $(window).load(function() { a(); }); })(jQuery); </script> <?php }
If you need further assistance please let us know.
Best regards,
VictoriaHey Aline,
No idea atm, please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VictoriaHi,
@Wordpress and @Benjerry
Thank you for letting us know, we are aware of the issue and are working on it. For the moment, you can activate lightbox and the gallery will show.
Sorry for the inconvenience and thank you for your understanding.
If you need further assistance please let us know.
Best regards,
VictoriaHi BlutVampir,
We have an issue with masonry, it’s not showing with lightbox deactivated. This could be the reason. Try activating lightbox and see if the masonry shows.
Best regards,
VictoriaMarch 27, 2017 at 8:36 pm in reply to: Site header doesn't extend the full width of the site #767704Hi,
Here is a slight adjustment:
.responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header { width: 100%; margin-left: 0; } @media screen and (min-width: 960px) { #top .ubermenu-responsive-default.ubermenu { display: block!important; height: 108px ; border: none; } } #top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a, #top #header_main #menu-item-shop .cart_dropdown_link { line-height: 82px !important; } @media only screen and (max-width: 989px) { .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header { width: 100%; margin-left: -5%; } }
Please put this code into /wp-content/themes/enfold-child/style.css.
Let us know if this was helpful.
Best regards,
VictoriaHi,
LayerSlider update is already available with Enfold 4.0.4. Please update.
Best regards,
VictoriaHi Jurgen,
Let’s try adding this code to the file themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { .html_header_top.html_header_sticky #header, .responsive #top #wrap_all #header { position: fixed !important; } }
and the you tell me what issues you still have, ok? :)
Best regards,
VictoriaHi,
Here is the css that can fix this:
.av-section-tab-title.av-tab-no-icon.av-tab-with-image.noHover img { margin: 0 auto; }
If you need further assistance please let us know.
Best regards,
Victoria- This reply was modified 7 years, 8 months ago by Victoria.
Hi Alex,
Please refer to this thread for customizing subject of email.
Did you already make the masonry gallery that you needed help with? On which page?
Best regards,
Victoria -
AuthorPosts