-
AuthorPosts
-
January 22, 2019 at 11:48 am #1057156
Hello, Your theme is great, Thank you.
Today I ask about easy slider size in mobileas you see in the link below,
the navigation arrow in slider is too big in mobile
I tried to change in mobile, but I failed.It would be great , You let me know How to do that.
Thank you.It would be great, You let me know about this
this is my css for that, but only stroke box could change and arrow could not see.
——————————————————————————————@media only screen and (max-width: 600px) {
#top .avia-slideshow-arrows a {
display: block;
text-decoration: none;
color: #fff;
visibility: visible;
position: absolute;
width: 20px;
text-align: center;
height: 20px;
line-height: 32px;
font-size: 12px;
top: 50%;
margin: -30px 15px 0;
z-index: 99;
overflow: hidden;
text-indent: -600%;
}}
——————————————————————————————————-January 22, 2019 at 5:45 pm #1057344Hey r2chh,
You can also try this code instead:
@media only screen and (max-width: 767px) { #top .avia-slideshow-arrows a { width: 20px; height: 40px; font-size: 12px; line-height: 20px; } #top .avia-slideshow-arrows a:before { line-height: 40px !important; } }
However I don’t see any of your code being reflected probably because of caching, please try to flush out the cache and check.
If that doesn’t work, try to go to Enfold > Performance > disable CSS file merging and compression
Hope this helps.Best regards,
NikkoJanuary 25, 2019 at 8:00 am #1058518Hello,
Thank you for your reply about my last question.
Today I got another issue
Is there any options About easy slider height ?
Then
It need for that
As you see in the link below,
In mobile
I’d like to make the slider height big,
But I cannot find any options.
It would be great,
You let me know about this.
Thank you
Your regards
Chong hyo, Rhee
January 25, 2019 at 6:31 pm #1058848Hi Rhee,
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 (max-width:767px){ #full_slider_1, #full_slider_1 .av_slideshow_full.avia-slideshow, #full_slider_1 .avia-slideshow-inner, #full_slider_1 .avia-slideshow li, #full_slider_1 .avia-slideshow li img { min-height: 240px; } #full_slider_1 .avia-slideshow li img { width: 160% !important; max-width: auto; } .html_header_transparency #top .avia-builder-el-0 .slideshow_caption { padding-top: 0px; } }
If you need further assistance please let us know.
Best regards,
VictoriaJanuary 28, 2019 at 12:56 am #1059478Hello,
Thank you for your reply about my last question. It worked. great. Tnank you. ^^
Today I got another issue
As you see in the link below
When mobile,
Sticky header doesn’t work.And menu and logo overlaped.( need position changes.)
It would be great,
You let me know how to change this .
Thank you
Your regards
Chong hyo, Rhee
January 28, 2019 at 9:09 am #1059552Hi,
Thank you for writing to us.
Your logo is too big to fit on a mobile screen. Please refer to the below link to use a different logo on mobile.
Best regards,
VinayJanuary 28, 2019 at 5:51 pm #1059713Hello,
Thank you for your reply.Today , I ask about
1) mobile sticky header and
2) back to top button in mobile
as you see in the link below,
in mobile
there isn’t work sticky header.
and back to top button could not see.I’d like to make it.
It would be great, You let me know about this.
Thank you.
YOur regards Chonghyo, RheeFebruary 1, 2019 at 5:12 am #1061353Hi r2chh,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .responsive #top #wrap_all #header { position: fixed; } .responsive #top #wrap_all #main { padding-top: 109px !important; } .responsive #scroll-top-link { display: block !important; } }
Best regards,
NikkoFebruary 11, 2019 at 5:31 am #1065283Hello
Thank you for your reply.Today, I ask about google map
I register api key, It is okay,
But when load map,
There is an error massage as you see in the link below.It would be great,
You let me know how to make it work about google map.Thank you.
February 11, 2019 at 10:55 am #1065374Hi r2chh,
I have checked it and it seems to work fine on my end.
There’s a link on private content which shows the screenshot.Best regards,
NikkoFebruary 11, 2019 at 11:09 am #1065383as you see in the link image
they ask “do you own this site?”
yes, I saw your image but, me and others computers and phones, the map got a trouble.
I don’t know what to do.
Thank you.
CHong hyo, RHeeFebruary 12, 2019 at 4:58 pm #1065998Hi CHong hyo RHee,
I really could not see it on my end when I checked.
However, here is a post that has some solutions on the problem you’re having: https://time.ly/resources/troubleshooting/google-maps-wont-load-do-you-own-this-website/
Hope it helps.Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.