Rikard,
Thanks but the code adjusted the main menu. I need to adjust the full width sub menu in the orange bar. I have a class already associated with the menu and have tried both of the the codes below but I just can’t figure it out.
.orangesubmenu li.current-menu-item {
background-color:#ffffff!important; color:orange
}
#top .av-subnav-menu li.current-menu-item{background-color:#ffffff!important; color:orange}
Hi Andy,
I have tried your code but the breadcrumbs disappeared on monitor version. So I modified it a little bit.
@media only screen and (max-width: 767px) {
.title_container .breadcrumb {
top: -15px!important;
left: 2px !important;
}}
The breadcrumbs looks great now!
———
by the question 2: How can I add an extra class for the map sothat it is more white space between the toggle and the map on mobile version?
great – that worked. I am now having another problem with the lightbox – side navigation.
I have this code:
/* disable side nav on trailers*/
#top .trailers img.mfp-img {
pointer-events: none;
}
.trailers .mfp-arrow {
display: none!important;
}
.trailers .mfp-counter {
display: none;
}
to disable the side nav on the .trailers images, but am not seeing it on the front end. I have cleared the cache, etc.
I was using the code before without the .trailers target, and it was fine, though I can’t get that to work now either.
??
thanks for your help
Nancy
What do I need to change so that the top menu selection remains highlighted (active) after you have selected an item on the sub menu?
Check out our test site please: http://035.acc.myftpupload.com/job/fine-gardening-crew-leader/
I am using a job posting plugin, but am wondering why the top menu doesn’t stay active with “Careers” remaining highlighted.
Thanks,
Diane
Thanks Rikard,
That appears to have fixed the first part of my problem.
There is also a very strange issue with this code
[av_heading tag='h1' padding='10' heading='CUSTOMER REVIEWS' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#000000' size='50' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
[av_hr class='invisible' height='-40' 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_hr class='short' height='50' 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_heading tag='h1' padding='10' heading='OUR DJs' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#000000' size='50' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
[av_hr class='invisible' height='-40' 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_hr class='short' height='50' 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']
This should display 2 headings each with a short HR underneath. You will see that the code is identical, only the heading text is different.
However, they appear different on the site.
And when I pasted the code into the bottom of the page to double check it the results were different again….
I’m completely confused about why this outputs 2 different results.
I’ve also just noticed that although the special headings are now using the same font they are still not the same…. they are all set to be black but some are grey. Why are some of these settings being ignored?
Can you help and explain?
Hey jnightingale,
Thank you for using Enfold.
Please add this in the Quick CSS field to change the font color of the options:
#top .av-custom-form-color option {
color: gray;
}
Best regards,
Ismael
Hi There –
I’ve used the colour section for the blue part on my website, and I’ve uploaded a background iimage. I want to display a gradient background colour so I’ve assigned a custom class to the blue section of my site here
.sd-blue{
background: #3574b9; /* Old browsers */
background: -moz-linear-gradient(top, #3574b9 0%, #16304d 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top, #3574b9 0%,#16304d 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #3574b9 0%,#16304d 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#3574b9′, endColorstr=’#16304d’,GradientType=0 ); /* IE6-9 */
}
However the gradient style will only work if I put !important and remove the background colour from the ‘background colour’ section of this avia layout builder
But now the background image wont’ work.
1 – how do I ensure that the background image and the gradient attached to this class work?
thank you
Hi,
Not really but thanks anyway :-)
You should be able to change the opacity and colour using CSS like this:
#top .av_header_glassy.av_header_transparency #header_main {
border-color: rgba(255,255,255,0.25) !important;
}
Regards,
Rikard
Hey Poirot,
Thank you for using Enfold.
You can use the following plugin to assign a different set of menu for a specific page:
https://wordpress.org/plugins/zen-menu-logic/
https://wordpress.org/plugins/menu-items-visibility-control/
For the logo, please follow the instructions here: https://kriesi.at/support/topic/create-different-headers-for-pages/#post-623836
Best regards,
Ismael
Hey hotspot,
Thank you for using Enfold.
This is possible but we need to see the actual contact page so that we can inspect the fields. You can follow the solution here: https://kriesi.at/support/topic/email-subject-from-contact-form-subject/#post-597621
Best regards,
Ismael
Hey CorrinaGB,
Thank you for using Enfold.
The twitter sharing field will be automatically populated with the post title. If you want to include the twitter handle, please follow the solution here: https://kriesi.at/support/topic/social-share-problems/#post-581487
Best regards,
Ismael
Hi,
Ok great, please let us know if you should need any more help on the topic.
Regards,
Rikard
I have the same issue, looks like the only fix is here:
https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161
-
This reply was modified 9 years, 9 months ago by
gregwarley.
Hey ralphkamp,
Thank you for using Enfold.
Are you referring to the portfolio title? Decrease font size on mobile view:
@media only screen and (max-width: 1024px) {
#top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
font-size: 1em;
}
}
Best regards,
Ismael
That did not work to hide the captions :(
@media only screen and (max-width: 768px) {
.responsive #top .slideshow_caption h2.avia-caption-title {
display:none !important;
}
}
my site
Hello Kriesi!
We are about to go live with our site however I wanted to see if there was a way to have our main slider “taller” when its responsive on a mobile device. As you can see in the image below, the main slider is reduced to a much smaller size than the “less important” image that comes after it. I understand part of it is due to the proportions however is there any way to keep the top slider a minimum height of maybe 200 px for example even if the image is recropped?
Thank you
Hi akunito!
those both questions are not related to our theme and not so much to WordPress also.
I would suggest to go ahead and hire a developer who can actually has expirience to help you on such topics.
Please do let us know if we can do anything from our side.
Thanks a lot for your time and patience
Best regards,
Basilis
Hi,
I have two sections on my site each containg a 1/1 column with text.
The texts are short and I have wanted to center them on the page – I did this by adding 25% padding on each side of the colum, in the Avia Layout Builder under the settings for each column.
Is there a more correct way of doing this, to achieve the result that is visible on my site when viewed from desktop?
If not: Is there a simple way to remove the padding I have added, when the site is viewed from mobile ?
Hi Ismael,
I found it, there was a #top .main_color input[type='text'] { height: 15px; } and that made it impossible to type in the field, only in IE11. It changed it to 30px and now all is good.
Thanks for helping!
Hey kieranvyas!
Please take a look here
https://kriesi.at/support/topic/style-current-menu-item/
and the replies Yigit supplied, they fit exactly to what you need to do.
Thanks a lot
Best regards,
Basilis
Removing Default Image from the Header of Blog Posts
I am building a site with Enfold. The only remaining issue is how to remove the default ‘pencil’ image form the top of the posts.
See here:
http://argus1.client1enktesis.com/argus-security-news/
I have searched and searched to no avail.
-
This topic was modified 9 years, 9 months ago by
enktesisllc.
Hey there!
Fantastic theme and support! I’ve been able to find the answers to all of my problems very quickly in the past. I haven’t been able to find any support on this specific issue though so any help would be very appreciated.
For SEO purposes we need to have at least one image on every page, but our SEO plugins and Google are not recognizing the background images that we currently have placed in our Grid Row elements. We were able to solve this problem on Desktop by adding an Image content element to the Grid Row and setting the padding to 0px all the way around, but on mobile there are grey bars that appear above and below the image, rather than stacking the image like the background Grid Row image.
Any idea how to fix this issue with some Quick CSS that will stretch the image for iPad and Mobile to remove the grey bars? Alternatively, is there a way to ensure that Google/SEO Plugins recognize background images?
Thanks so much!
Hi I am using the glassy header and I need to change the hover state of the main menu links. I found how to change the normal state under ‘Logo Area font color’ but hover just un-boldens whatever color I use. I want it a different color.
Also the line underneath is not working. On previous sites I have built with Enfold the following custom css works but not on this site:
/* Header link line*/
#top .header_color.av_header_transparency .avia-menu-fx {
background: #4356ff none repeat scroll 0 0;
}
Please can you find what I am missing? This is the site you will need a login to get in:
http://prestige-cars-shaftesbury.co.uk/
Hi,
I checked the site for any issues but everything you setup is correct, the reason the slider looks small is because it is trying to maintain aspect ratio and hence when the screen width becomes small the height of the slider is reduced to match it’s width. We can use some custom css to change this behaviour.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width:767px){
#layer_slider_1, .ls-container {
min-height:200px!important;
}
html * .ls-container img, body * .ls-container img, #ls-global * .ls-container img {
padding-top:10vh!important;
}}
Best regards,
Vinay
-
This reply was modified 9 years, 9 months ago by
Vinay.
Hey vnfan,
use this code inside Quick CSS field:
.responsive .title_container .breadcrumb {
top: -15px;
left: -22px !important;
}
Please use different tickets for different questions.
Best regards,
Andy
Vinay,
The only other code I have is in Quick CSS:
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
-webkit-animation: none; /* Safari 4+ */
-moz-animation: none; /* Fx 5+ */
animation: none; /* IE 10+ */
}
That is to handle (turn off) the animation of the masonry tiles. I removed the code and still have the same issue. I’m including a copy of the custom css file, I have not changed anything there.
/* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
/* General Custom CSS */
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
}
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
}
That’s not correct.
If you look at the back end the line senior associates actually says senior advisors.
I created the form just below that one to make it easier to notice what is on the back compared to what is displayed on the page when sent.
I just removed the top form to make it easier to notice.
Thank you.
-
This reply was modified 9 years, 9 months ago by
Micheal0424.
Dear enfold team,
my website looks great on monitor but for mobiles i want to custom those things:
1. Reduce white space of breadcrumbs on mobile version (there are too much white space on the left and the top of the breadcrumbs)
2. More white space between the toggle and the map on mobile version
3. Reduce white space between the gallery and the button “jetzt anfragen” on mobile version
Could you please helf me with those issues?
Hey!
I added that code to Quick CSS but it didn’t do anything.
Essentially I’d like to reduce the size of my logo (its way to big right now)
but when I do these problems happen:
I have 2 questions:
1) I’m trying to add my logo, it’s showing up pretty blurry — the size that i’m uploading it is: 625 X 125 But I’d like the logo to be much smaller so it looks good on the website.
2) When I reduce the size of the logo, it stays way up at the top of the website. Once the logo is reduced, how do I adjust the padding so the logo is in the proper position?