-
AuthorSearch Results
-
June 25, 2017 at 4:24 pm #812712
In reply to: WooCommerce Category view
Hi Steffen,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 1025px) { #top .inner_product_header { min-height: 110px; } } @media only screen and (min-width: 768px) and (max-width: 1024px) { #top .inner_product_header { min-height: 146px; } } @media only screen and (max-width: 767px) { #top .inner_product_header { min-height: 91px; } }If you need further assistance please let us know.
Best regards,
VictoriaJune 25, 2017 at 4:20 pm #812710Hello Victoria,
thanks for your fast answer!
I posted the link of my colleague in the private content field, if one opens up the menu with the mobile phone her contact information appears.
I would also like to have that on my homepage, while keeping my “normal menu” (like she has) on my desktop version.Looking forward to hear from you!
Martin
June 25, 2017 at 1:56 pm #812672In reply to: Video Easy Slider Wont Auto Rotate
Hi Cameron,
I think it’s possible for mobile, because it might take a while to load the whole video on mobile connection, and since on desktop you kind of have different connection speed you can view the whole video, since the intention was to show it all, otherwise, one would make the short videos.
Best regards,
VictoriaJune 25, 2017 at 1:46 pm #812669In reply to: Table Layout Iphone6
Hi Andy,
Let’s try this css instead:
@media only screen and (max-width: 450px) { .responsive #top #wrap_all #after_full_slider_1 .container { width: 90%; max-width: 90%; } td, th { padding: 7px; } }If you need further assistance please let us know.
Best regards,
VictoriaJune 25, 2017 at 1:38 pm #812667In reply to: Full background image on only one page
Hi S,
Please refer to this thread for a possible solution.
If you need further assistance please let us know.
Best regards,
VictoriaJune 25, 2017 at 1:36 pm #812666In reply to: Tab section alternate URL
June 25, 2017 at 1:34 pm #812665In reply to: Main Menu Font won't change size
Hi,
I see, it’s when you hover on your menu, the text is lighter, try this:#top .av_header_transparency .main_menu ul:first-child > li > a:hover {opacity: 1!important; }I also see that when you hover over your sub-menu the text and background is white, so this makes your text your shade of blue:
#top .header_color .main_menu .menu ul li>a:hover {color: #91dce6!important; }Best regards,
MikeJune 25, 2017 at 12:50 pm #812644Hello John,
you don’t understand my question. Your answer is out of topic. I don’t care to change the browser styling, i want to put a preselection option like a label. In other topics has suggested some solutions with php code, but it doesn’t work for me. Take a look https://goo.gl/ZhzosQ and https://goo.gl/2ji4cE.
Thank you.
June 25, 2017 at 12:41 pm #812642Topic: Menu not responsive on laptop resolution
in forum EnfoldGal726
ParticipantHi!
The menu is not responsive and is overlapping with the logo when on smaller screen resolution. Not mobile devices but laptops. How do you suggest I fix this? Thank you :)
June 25, 2017 at 11:24 am #812632Hi John
I add this code to Quick CSS
.content {
padding-top: 0 !important;
padding-bottom: 0 !important;
}Still not work! try to remove all codes out of Quick CSS and instead add code at custom.css file, Same result! Not work!
Anyone can remote to my computer with Teamviewer to check and fix?
June 25, 2017 at 7:08 am #812594Topic: Video not loading on mobile devices?
in forum Enfoldyingyang
ParticipantMobile devices can’t play the embeded videos on our homepage, they load fine on desktop though.
We tried using someone else hosted video to see if it was a website or video issue, but that video didnt play either on mobile even though the external website played fine.
June 25, 2017 at 2:57 am #812585In reply to: Logo not appearing
Hi, I noticed it appears only when I scroll. Is there anyway I can centre the logo I need a gap at the top to stop it touching the address bar?
cheers
Kinnear
June 25, 2017 at 2:30 am #812581Hi,
Try adding the following to quick css:
@media only screen and (max-width: 1024px){ .avia-builder-el-23 .avia-content-slider-inner{ height:100%!important; } .responsive #top #wrap_all .avia-builder-el-23 .slide-entry { width:25%!important; } }Best regards,
Jordan ShannonJune 25, 2017 at 12:00 am #812567In reply to: Anchor issue with sticky header on Ipad
Hi,
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 { display: block!important; height: 100px!important; margin-top: -100px!important; visibility: hidden; }Or
perhaps a plugin: https://wordpress.org/plugins/hash-link-scroll-offset/Best regards,
MikeJune 24, 2017 at 11:29 pm #812559In reply to: Main Menu Font won't change size
That did it Mike!! Thank you so much.
Quick question please – it seems that although the main menu font is white – it seems to be darker when I add a gradient bkground image. It seems that the opacity layer is layered on top of the navigation so I shows darker and so does the logo.
Any code to fix this?
Thank you so much for writing to me on the weekend!!
June 24, 2017 at 9:52 pm #812535Topic: Trouble Hiding Color Section On Desktop
in forum Enfoldk593
ParticipantHello,
I followed other support threads on this and am still unable to get the color section to be hidden on desktop.
Color Section Section ID: mobileOnly
Quick CSS:
#mobileOnly { display: none !important; }
@media only screen and (max-width: 767px) {
#mobileOnly { display: block !important; }
}June 24, 2017 at 9:52 pm #812534In reply to: Fix footer width and stick to bottom
Hi,
Yes, this issue happens when we have a very short page, or little content.
Try this code in the General Styling > Quick CSS field:.page-id-1041 #footer {margin-top: 250px!important; }It targets only that page, and you can change the height to suit.
The other option is to add more content or an image and the end of the page :)Best regards,
MikeJune 24, 2017 at 9:26 pm #812525In reply to: Columns margins
June 24, 2017 at 9:23 pm #812524Topic: Add CSS shadow to headings
in forum Enfoldvadikcoma
ParticipantHello, is there a way to add CSS shadow to text in the header of the page across all site? Or as an alternative option – dark overlay on top of header image – http://tylo.comadev.noc.lv/akvaparki/
Print screen – https://www.dropbox.com/s/4krje4i9nxh7kk8/shadow.JPG?dl=0
June 24, 2017 at 4:19 pm #812456In reply to: Search in top header
Can you check that please? Right now I have default configuration, no extra css with my search field at top. Please switch to PL language to see it. I can’t find proper class to make it wider and to get that to look ok as I described before.
Thank you.Best regards
MaciejJune 24, 2017 at 3:43 pm #812454In reply to: enfold disable thumbnails on portfolio item pages
Still hoping to find a resolution to the issue I’m having with the thumbnails on the portfolio item pages on my website:
http://jenniferheesdesign.com/portfolio/I’d like to deactivate or hide/remove the thumbnails that display at the bottom of each portfolio item page. But, I want to keep the thumbnails on the main portfolio page.
The following class I believe controls the thumbnail container:
.grid-sort-container isotope no_margin-container with-title-container grid-total-odd grid-col-4 grid-links-ajax isotope_activatedWhen I add display: none; to that class it does remove the thumbnails on the portfolio item pages, but it also removes the thumbnails on the main portfolio page, but I need those to stay as is.
Does anyone have a suggestion on how I might remove/deactivate the thumbnails that display at the bottom of each portfolio item page, but keep the thumbnails on the main portfolio page?
Thanks,
JenniferJune 24, 2017 at 2:39 pm #812452Hi Yigit,
Thanks thats now working and Ive added the color bar with the same info to be hidden on desktop and only show on mobile.
Im now having an issue with the fullwidth slider (home page), the caption is pushing the buttons down off the screen in portrait mode can this be fixed? The image is set to load at original ratio.
https://horizonfuneralplans.co.uk/wp-content/uploads/2017/06/image3.png
https://horizonfuneralplans.co.uk/wp-content/uploads/2017/06/image1.png
Thanks
Ric
June 24, 2017 at 11:11 am #812430In reply to: Avia Layout Builder Notification Not Going Away
Hi!
Do you still need further help with this topic, or can we close this thread? :)
Best regards,
SarahJune 24, 2017 at 11:01 am #812425In reply to: Product Slider – Equal Heights/Set Size
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .inner_product_header {min-height:150px !important;} .template-page .entry-content-wrapper .products.slide-entry-wrap h2 {text-transform:none;}Please let us know if you need further assistance!
Best regards,
SarahJune 24, 2017 at 7:09 am #812406In reply to: images disappear as product gets selected
Hi Pat,
Great, glad you solved the problem and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJune 24, 2017 at 7:06 am #812404In reply to: Menu on left sidebar
Hi Alberto,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJune 24, 2017 at 5:53 am #812382In reply to: Second page-title (translated) in menu-item(s)
Hey bishstan,
You can change that text if you go to Appearance->Menus, then click Screen Option in the top right hand corner of the screen and select to show Description.
Best regards,
RikardJune 24, 2017 at 5:49 am #812380In reply to: Divider not fully responsive
Hi,
Ok, thanks for the feedback. Let us know if you should need any further help on the topic.
Best regards,
RikardJune 24, 2017 at 5:05 am #812376In reply to: need a coming soon page
Hey jb84,
You can import that page if you enable debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, then paste the following shortcode to a new page:
[av_section color='main_color' custom_bg='' src='https://kriesi.at/themes/enfold-coming-soon/files/2014/09/people_town_dark.jpg' attachment='17' attachment_size='full' attach='fixed' position='center center' repeat='stretch' video='' video_ratio='16:9' min_height='100' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id=''] [av_one_fourth first] [/av_one_fourth][av_one_half min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''] [av_image src='https://kriesi.at/themes/enfold-coming-soon/files/2014/09/logo_coming_soon-80x80.png' attachment='16' attachment_size='thumbnail' align='center' animation='pop-up' link='' target='' styling='no-styling' caption='' font_size='' appearance=''][/av_image] [av_heading tag='h1' padding='10' heading='<strong>Coming Soon</strong><br/>to a place near you!' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#ffffff' size='44' subheading_active='subheading_below' subheading_size='15' custom_class=''] Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.sellus dolor. Maecenas vestibulum mollis [/av_heading] [/av_one_half][av_one_fourth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''] [/av_one_fourth][av_hr class='invisible' height='100' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello'] [av_countdown date='10/02/2019' hour='12' minute='0' min='1' max='5' align='av-align-center' size='' style='av-trans-light-style'] [av_hr class='invisible' height='100' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello'] [av_one_fourth first] [/av_one_fourth][av_one_half min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''] [av_contact (Email address hidden if logged out) ' title='' button='Notify me on Launch' on_send='' sent='Thank you!' link='manually,http://' subject='' autorespond='' captcha='' color='av-custom-form-color av-light-form'] [av_contact_field label='Name' type='text' options='' check='is_empty' width='element_third'][/av_contact_field] [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_third'][/av_contact_field] [/av_contact] [av_textblock size='21' font_color='custom' color='#ffffff'] <p style="text-align: center;">Want to get notified once we are ready to launch? Leave us your mail address and we will!</p> [/av_textblock] [/av_one_half][av_one_fourth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''] [/av_one_fourth][/av_section]Best regards,
RikardJune 24, 2017 at 1:45 am #812358Hi,
Try adding the following to quick css:
@media only screen and (max-width: 767px){ .responsive #top #wrap_all .avia-builder-el-22 .slide-entry{ width:33.3%!important; } }Best regards,
Jordan Shannon-
This reply was modified 8 years, 10 months ago by
Jordan Shannon.
-
This reply was modified 8 years, 10 months ago by
-
AuthorSearch Results
-
Search Results
-
Hi!
The menu is not responsive and is overlapping with the logo when on smaller screen resolution. Not mobile devices but laptops. How do you suggest I fix this? Thank you :)
Mobile devices can’t play the embeded videos on our homepage, they load fine on desktop though.
We tried using someone else hosted video to see if it was a website or video issue, but that video didnt play either on mobile even though the external website played fine.
Hello,
I followed other support threads on this and am still unable to get the color section to be hidden on desktop.
Color Section Section ID: mobileOnly
Quick CSS:
#mobileOnly { display: none !important; }
@media only screen and (max-width: 767px) {
#mobileOnly { display: block !important; }
}Topic: Add CSS shadow to headings
Hello, is there a way to add CSS shadow to text in the header of the page across all site? Or as an alternative option – dark overlay on top of header image – http://tylo.comadev.noc.lv/akvaparki/
Print screen – https://www.dropbox.com/s/4krje4i9nxh7kk8/shadow.JPG?dl=0

