Hi,
Yes, for sure. We are always trying to improve the theme as much as possible so I’m sure it will come up at some point. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
The mobile menu has stopped working at all and the width on every page except the home page of the menu has changed
-
This topic was modified 8 years, 11 months ago by
mobi4you.
Hi,
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,
Rikard
Hi,
The code that I provided to you is affecting the desktop version?
Best regards,
John Torvik
Hi,
Thanks for the feedback, much appreciate. We’ll keep the thread open in case you should have any additional info on the topic.
Best regards,
Rikard
Hi Chris,
Great, glad you found the problem :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
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,
Rikard
Hi Chris!
Whoops, looks like a parenthesis mistakenly got put in there. Sorry!
Can you try this one instead? (I edited my previous post, too.)
@media only screen and (max-width: 767px) {
.responsive #top:not(.home) #main {
padding-top: 80px !important;
}
#top:not(.home) #header {padding-top:0px !imporant}
}
Best regards,
Sarah
AHoy,
I’m trying to make a background section with a video and on that video have a transparent png but have run into a couple of issues. Here is what I’m doing (backend screenshot) As you can see there is a color section with spacing on the top and bottom and transparent png in the center. On the front end though it does not show up like this. The picture is not on video.. it is below it….
Please advise how to make this work
Hi
I realized I have the id entered incorrectly (I had entered a “.” instead of a “#” before), so here’s the revised code:
/* alternate Releve slider image for mobile devices */
@media screen and (max-width: 1024px) {
#releve-slider-desktop { display: none !important; }
#releve-slider-mobile { display: block !important; }
}
@media screen and (min-width: 1024px) {
#releve-slider-desktop { display: block !important; }
#releve-slider-mobile { display: none !important; }
}
But this change seem to have caused both of these to display now…
Where did I go wrong?
Thanks
Lyse
Hi!
Please try to modify the file then follow the instruction here:
// https://kriesi.at/support/topic/error-displayed-in-fullwidth-easy-slider/#post-786850
Regards,
Ismael
Hi
When i look at my slider on this page: https://www.impactcrescendo.com/releve
On my iPad vertically:
1) If I just flipped from the horizontal position, I need to refresh the page to see the caption. It does not show the caption automatically
2) If I just flipped from the vertical position, I also need to refresh to see the caption.
3) In viewing the the vertical position, the image displays the person on the left. However, when viewing the page horizontally, the image gets flipped and the man is now on the right
I have created two sections on my page and created the following CSS code to display or hide one section if on the desktop or a mobile device like this:
/* alternate Releve slider image for mobile devices */
@media screen and (max-width: 1024px) {
.releve-slider-desktop { display: none !important; }
.releve-slider-mobile { display: block !important; }
}
@media screen and (min-width: 1024px) {
.releve-slider-desktop { display: block !important; }
.releve-slider-mobile { display: none !important; }
}
I don’t understand why the image gets flipped and the screen needs to be refreshed to see the caption.
Hope you can help resolve this strange issue
Thanks
Lyse
Hi team,
I’ve just migrated my Wix website into a new Enfold based site and it’s all gone fairly smoothly.
There is one issue that I can’t work out. If you click on a specific job listing on a mobile/tablet device, it doesn’t display properly – it either bunches all the content on the right into a small column or doesn’t display the content at all (other than the title and image) It works fine on a desktop browser.
It wasn’t doing this on the development sever. I’m not sure if it’s relevant but I did install the Yosh SEO plugin before I noticed it wasn’t working.
Does anyone have any ideas as to why this is happening?
Kind Regards,
Tim
That should be okay, Victoria. Put on the same place for desktop and mobile.
I’ve put back the initial function.
Thank you for the response. I tried this modification, but it didn’t help. I also tried making the minimum height less and more that 400, but it didn’t work with any values I tried.
I’m sorry about the site not being observable. I’ve just got three columns, all 1/3, with a text box in each one containing a very short text. The row settings are: equal height, vertical alignment “top”, and the “space between columns” options chosen. The code you provided doesn’t have any effect with these settings–the spacing between the columns remains large. But if I change the row setting to individual height, the code you sent has the desired effect. Are there any other details I can provide that would help in solving this?
Hi John,
Another thing I did was to add the “.caption_right” element to the last CSS code so it would only get applied to the right caption content.
@media only screen and (max-width: 767px) {
.caption_right .avia-caption-content.av_inherit_color {
width: 100px!important;
float: right!important;
margin-right: 18px!important;
margin-top: 36px!important;
}
}
Lyse
Hi Victoria,
Thanks for that, I’ve got an anti-spam plugin installed, but it’s not stopping them. I also don’t believe in using recapture as it creates an unnecessary barrier to communication.
My concern is that there is something I can’t see revealing my admin email address on the site.
Cheers,
Steve.
-
This reply was modified 8 years, 11 months ago by
steveclikk.
Hi guys,
Having the same problem too with my website. I’m trying to get the search icon appear on desktop/tablet/mobile menu navigation.
Hi Victoria,
Thanks for your response. I ended up re-installing everything and the tab section content issue went away, so it might have been from a bad install. However, now that the correct section content is showing up in the correct tab, there is a HUGE padding that is making every tab section really tall. It seems to be coming from the body .container_wrap .avia-builder-el-first, div .flex_column .av_one_half .flex_column_div .av-zero-column-padding .first .avia-builder-el-0 .el_before_av_one_half .avia-builder-el-first CSS in style.css. I had to use the custom section Id to override this using a !important, but I’d really like to not hack it if that padding-top: 20% is there for a reason.
I made you an admin login and also explained in the tab section content what the issue is. Thank you!
Hi Leonsz,
In the private box I attached a screen shot of what happens when I add this code to custom.css in the browser
@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption h2 {
font-size: 16px !important;
}
.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
padding-top: 20px;
}
#top .avia-slideshow-button {
margin-top: 10px;
width: 44%;
font-size: 11px;
}
.avia-slideshow-inner,
.avia-slideshow-inner li,
.caption_fullwidth.av-slideshow-caption.caption_center.caption_center_framed.caption_framed,
.avia-slideshow-inner li .avia-slide-wrap,
.avia-slideshow-inner li .avia-slide-wrap img {
min-height: 250px; !important;
}
.responsive #top #wrap_all .container {
width: 90%;
max-width: 90%;
}
}
Do you mean the whole code is breaking or the last small snippet I gave you? When adjust the code to work only on certain page. Can you specify the page you need this working?
Best regards,
Victoria
Hi,
Ensure that the front page hasn’t another code thats conflicting with the Ismael code because its strange the code works normally in the test page and stop to work in your front page. – Clear your cache is an option to try too.
Best regards,
John Torvik
Hi,
For some reason this jQuery.avia_utilities.isMobile on your instance gives false on mobile, so the code does not work. Well, we can stick to initial function, but then the search will be near login, in the top nav on deskctops as well. Is that ok, or should we try to come up with another solution?
Best regards,
Victoria
Hi Thomas,
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
.template-page .entry-content-wrapper h2 {
text-transform: none;
}
#top .related.products h2, #top .upsells.products h2 {
font-size: 14px;
}
#top.single-product .price, #top.single-product .price span,
#top.single-product del, #top.single-product ins {
font-size: 14px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
thanks a lot for your help. Now the space between the top of the site and the logo is smaller and I could also enlarge the logo to an adequate size.
I just see that the photo further down is now very clear. Thats great :-). Did you change this? and if yes. Could you tell me how you did this?
Thank You
BR
Lisa
-
This reply was modified 8 years, 11 months ago by
molibi.
Hi Stian,
We’ll be able to come up with a solution, when you give us access. Thanks for the screenshots. Also did you notice what screen size that was with content falling out? I am checking now at 778px and 857px, looks good, besides the top image being cut off…
Best regards,
Victoria
Hey thomas6602,
Well, moving the captions down would be a bit tricky, here is an alternative solution, that you might consider. This 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 (max-width: 767px) {
.main_color .container .av-inner-masonry-content,
#top .main_color .container .av-masonry-load-more,
#top .main_color .container .av-masonry-sort,
.main_color .container .av-masonry-entry .avia-arrow {
background-color: rgba(248, 248, 248, 0.6);
}
.av-fixed-size .av-masonry-entry .av-inner-masonry-content,
.av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content {
left: 0;
padding: 10px;
}
.main_color .site-background {
color: #2d2b2b;
}
.av-masonry-entry .av-inner-masonry-content {
padding: 10px;
font-size: 13px;
}
}
Let us know what you think.
If you need further assistance please let us know.
Best regards,
Victoria
Hey Sarah!
That was super informative. This will definitely help me moving forward on other requests. I really appreciate the detail of your explanation. You rock!
For the second option B (CSS to apply to the homepage.)
@media only screen and (max-width: 767px) {
.responsive #top:not(.home) #main) {
padding-top: 80px !important;
}
#top:not(.home) #header {padding-top:0px !imporant}
}
, with this CSS, thats what I want to do! But I just tried the CSS and it looks like the images didnt move away from the header.
Could you help?
Thanks!
Chris
Hey!
Please use following code
#top .widget_nav_menu li.current-menu-item a {
color: red!important;
}
You have used !important rule so many times in your custom CSS code so that might stop the code from applying. If that too does not work, please create a temporary admin login and post it here privately so we can look into it :)
Best regards,
Yigit
Hi,
Here is how to add a color value also
#top .sub_menu li li a {
font-size: 16px;
color: #000;
}
and you need to change the color code with the number you need
Best regards,
Basilis