Thank you.
To be clear, we are no longer trying to create the parallax effect on mobile – I understand that is not possible. We are now only trying to control the cropping – the section of the photo that appears on mobile devices. As it stands, the desktop view selects from the TOP of the image, while the mobile view selects from the BOTTOM of the image. We are trying to get the mobile view to select from the TOP of the image – that would fix the problem.
My developer tried the code you sent. What happens is that the code is effective when the site is viewed in a browser on a computer that is simulating a mobile (for example, on Chrome); however, when the site is viewed on a mobile device, there is no effect.
Below, I will paste the contents of the custom.css file so that you can see we are applying these commands correctly. You can view the results for yourself by visiting the page: http://www.abeautifulceremonynw.com/newsite/faq/ and looking at the image at the top first in a browser in a mobile simulating view (where the screen size is small to trigger the css), and then again on an actual mobile device (We are testing on an iphone 5s and Nexus 5 and 6.
****************contents of custom.css below*****************************
/* 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 */
.responsive #top #main .container_wrap:first-child {
background-size: 277% 85% !important;
background-position: -337px 85px !important;
}
}
Hello
I just want to remove the green header on the mobile !!
As for the caption on the iPhone 5c screen the caption has been moved to the top I prefer it in the middle however I am able to see the captions fully on the other sides.
Overall please look back above as the question is the same.
When entering the home page I find too much appears and only want the slide to appear without the green header. is there away to to just have the menu with the line icon that reveals the menu on the images.
Hi,
you can move your captions on mobile using this code:
@media only screen and (max-width: 767px) {
.avia-caption-title {
margin-top: 25px !important;
}}
However, I’m not sure if this is really what you want to achieve. Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
Andy
Your screenshot shows nothing. I have a header on the website, with an image on it. In all your answers you are not trying to find a solution. Other were very close but they simple stoped to answer. What happened to this guys? This is not right and i am tired already.
Hello,
I am attempting to provide users with access to a Google sheets file that they may also interact with. I found that when I type something and then go back and erase it with the backspace, the entire page scrolls back to the top.
Is there a way I can prevent the page scroll when using backspace in this iframe?
Thank you,
Valerie
Hi,
I have a couple of Instagram widgets on my webpage: http://www.naikare.es/galeria
You can see one on the sidebar and one on the footer.
I want to change the buttons color to match the theme. I found this: https://kriesi.at/support/topic/instagram-widget-button-text-color-follow-us/ but unfortunately the text color still doesn’t change.
How can I do it?
Thanks,
thanks alot Andy,
It seems like it works better now and I have shortened as well the text in the progress bar so it wont brake.
I have this css on top of your css, do I need this?
.custom-tag { padding: 5px; background-color: rgba(0,0,0,0.5); }
@media only screen and (max-width: 767px) { .progressbar-title {
font-size: 11px;
All css together looks like this:
.custom-tag { padding: 5px; background-color: rgba(0,0,0,0.5); }
@media only screen and (max-width: 767px) { .progressbar-title {
font-size: 11px;
}}
@media only screen and (max-width: 767px) { .av-catalogue-content p:last-child {
font-size: 11px;
}
.avia_message_box_content {
margin-left: -8px;
margin-right: -8px;
}}
I found a solution to use tabs instead with progressbar but the text dont fit. Is there a solution for this?
View post on imgur.com
-
This reply was modified 9 years, 4 months ago by
lech07.
Hi there,
I use this code to specify the captions in the slider:
@media only screen and (min-width: 768px) {.slideshow_align_caption {
top: -150px;
}}
Ok. :-)
For smaller solutions, I’d like to switch off the caption in the slider generally.
How do I do that?
Marc
Hey!
This code should be edited – https://kriesi.at/support/topic/create-extra-text-field/#post-706720 and you should choose to echo your custom fields by referring to this post – https://www.advancedcustomfields.com/resources/get_field/
Cheers!
Yigit
hello,
do you know how can i hide the black top wordpress bar for all users except the admin ?
I have tried some plugins but didn’t work
thank you
Stan
-
This topic was modified 9 years, 4 months ago by
Rikard. Reason: User request
Hi,
this is what I see on iPad screen size:
landscape mode: http://i.imgur.com/Q6qLQAl.png
portrait mode: http://i.imgur.com/d0SA7Yd.png
Your button gets a bit hidden on portrait mode, so use this code inside Quick CSS field:
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {
#top .avia-slideshow-button {
margin-top: -5px;
}}
For more possible media queries you might want to use check out this site: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Best regards,
Andy
Hello, I still have many problems to adapt my site to the differet dispositives:
In the menu item “Instalaciones”, the video it can be seen in the desktop and in the ipad ony in the horizontal way. But in the ipad in the vertical way, appears an image with a boutton for play, but I can not play anything, is like an static image (that I have not insert)
Also in the home site I have 4 boxes just after the slide.
– in the desktop OK
– in mobile OK
– in ipad: NOT OK – the words are cutted, not complete words. For example in the first box is says “Tratamiento” but in the ipad it is cutted and appears “Tratam”
Another problem I have is that in the ipad, the social icons are over the mobile menu!!
Please help!!
Hi,
Please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and add two image elements to your page in different positions and choose to hide them on desktop/mobile as needed
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
a.quick-view-button.button {
top: 0;
opacity: 0;
position: absolute;
width: 100%;
height: 100%;
}
Regards,
Yigit
@ Ismael
I don’t think it’s a mobile browser issue since I tested this in google chrome and firefox in my phone ( my android phone doesn’t have a custom rom ). I also tried this on another phone as well.
In one of googles web tools , forgot the name. It showed the same problem but when I clicked the desktop version it was ok.
As for the enfold demo, yes it works without a problem.
Could this issue be with my hosting ?
Hi.
I’m a new “enfold User” and I like it very much.
One of my clients needs to update his old website and I do want to suggest to use enfold theme. So I’m working on a demo.
Now I have problems with submenus. I tried to find a solution looking at previous post, but actually I wasn’t able to do everything.
I solved open /close submenu using this suggestion: https://kriesi.at/support/topic/top-menu-side-navigation-issues/#post-173884
But I don’t want to have a page for each “father”. I just want that clicking on the title (father) I will visualize all his children in the submenu, closing other submenus…
I don’t know if I made you understand.
In this website you can see more or less what I need:
http://www.ibitfireline.it/index.php?option=com_ibitproduct&view=ibitserie&id=1&Itemid=103#
I believe there is a simple solution but I’m not so skilled in HTML & co! I’m just a graphic designer!
Hi
I have my primary menu on top near logo, that’s ok.
I need to display a new menu in the middle of a page. I tested the SUBMENU FULL WIDH element but it seems that it’s an only one level menu (no sub menu)
Is it right ?
Hi Basilis,
I just turned on repeat for the background instead of stretching full width and that fixed the issue. So if anyone has the same issue, there it is. Sorry for starting a topic on this, I thought it might be a browser issue. This ticket can be closed.
Thank you,
Chris
Hey alexanderpischke,
nein dafür haben wir keine Plugin Empfehlung. Unsere Plugin Empfehlung findest du hier: https://kriesi.at/support/topic/recommended-plugins/
Gruß,
Andy
So, finally the Toolset Types plugin was not the real source of this problem. The real problem was that our wordpress was not able to use enough memory, due to system restrictions by our provider. We raised the memory limit in the wp-config and we had to reinstall the themes and plugins after that, and then everything worked out ok again. The advanced editor is working again.
Thanks!
(This topic can be closed now!)
Hi,
we can’t help you with 3rd party plugins. It would be best to ask the author about it and watch tutorials on how to use it properly.
Try this code inside Quick CSS field:
#tribe-events #tribe-events-footer, #tribe-events #tribe-events-header {
height: 88px;
}
.av-single-event-meta-bar {
display: initial;
}
.av-share-box {
position: relative;
top: 836px;
}
and adjust height and top value as needed.
Best regards,
Andy
I haven’t Quick CSS edit….. ;/ why???
I want change edit this kind of style:
.container_wrap.container_wrap_first.main_color.sidebar_right {
margin-top: !important 51px;
border-top: !important none;}
I can’t ;/ why?
Hey,
I had the Meta Infos on our Blog and it worked fine. I updated the theme and did the same as before what you wrote here:
https://kriesi.at/support/topic/using-alb-with-custom-post-type-and-meta-information/#post-580144
Hi!
If the advanced layout builder is used for custom post type or the default posts, the default elements, including the post meta info, will not be included. You can start from scratch. Unfortunately, there is no element for the post meta info so you have to create a new element for it. Create a new php file, name it “post_meta_infos” then add code from the following pastebin. Save then you should see the new element named Post Meta in the advance layout builder: http://pastebin.com/qsXmPDQJ
Best regards,
Ismael
Before I had the Element with Meta Infos in the ALB but now it is not showing up. Am I missing something or does this not work with the newest version? Would be great if this could be integrated in new version as default and you don’t have to do it yourself.
Woudl be great if I could get some help on this.
Thanks.
I noticed on the single event pages, there’s now a big empty gap at the top before the text begins. What could’ve gotten messed up?
-
This reply was modified 9 years, 4 months ago by
LAVision.
Hi @Ismael
first of all
you have to know that i Really love Enfold and purchased it many times since i discovered it.
also my colleges are using it many times because of my enthusiasm and recommendation.
i realy love to recommend on enfold. thinking you have winning formula of Good product + exellent service.
if you will really pay attention you will se that there is a bug in the theme setting.
the setting “Logo left, Menu right” (see image) is working only on desktop version when it comes to RTL website.
it is not affecting mobile version. this is bug.
in your demo this setting is working fine. i asume it because its LTR site and not RTL.
and bealive the bug is only on RTL version.
this is the reply to your answer.
1. The lag is really nasty. its making the menu come on top of the logo and only after a while it jumps to the right as we want it.
from the begining it showed only at the left. the CSS fix you gave here is the only reason its trying to go to the right. and going there at the end.
the settings of the theme is broken any how for mobile.
2. the other site is not relevant because i did not put there any CSS fix.
it is only shows the bug of the theme settings that the logo and menu not order as we asked in the theme settings.
please understand that i can dig in the theme itself but my work will be ruin in the next update.
this is why your action is needed.
Thanks
Hi, I loaded the portfolio demo to test if I want to change my site to this design but the menu doesn’t look like in the demo – http://screencast.com/t/ORhZUP1wW
How do I change it so each menu item will be in a line of its own so they will be 1 on top of the other?
Hi Ismael,
That had the effect of pulling the content from the top main field, making it bold and putting it flush with the subcategories. There was nowhere to edit it either. See screenshot of what happened: http://imgur.com/a/ybwgB
Thanks
Vincent
Hi! Unfortunately from my iPhone 7 (italy), the font of the text that I have set is not read correctly. I did the test from other phones (iPhone 5 and Huawei) and also the font is not read.
I set the font (Hobo std) from the back end in “layerslider wp” but the font look good ONLY from the desktop and some mobile phone models.
Do you have some practical steps to solve the problem?
Hi,
I try to change the iconbox border color but it not change.
I added this to the quick css :
.iconbox_top .iconbox_content {
border-color: #FA330C;
}
What is wrong ?
Many thanks for your help.