Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Dante › Mobile Issues
New Landing › How can we help? › Themeforest Theme Support › Dante › Mobile Issues
- This topic has 13 replies, 4 voices, and was last updated 10 years by Swift Ideas – Ed.
-
Posted in: Dante
-
May 29, 2014 at 10:56 pm #78859
Hey,
I was wondering if you could help me out.
I am having issues on the mobile version of my website.
Issues:
1. We want the black promo bar to be on all the pages except the home page. I tried inserting in two different code options (custom css), which I grabbed from comment section on your themeforest page. Both did not work and this is what happened. (See screenshot)
a. @media only screen and (max-width: 767px) {
#top-bar .tb-left, #top-bar .tb-right {
width: 100%;
float: none;
display: block !important;
}
}b. @media only screen and (max-width: 767px) {
.tb-ss {
display: none!important;
}
#top-bar .tb-left, #top-bar .tb-right {
display: block!important;
padding: 0;
}
#top-bar .tb-left {
margin-bottom: 10px;
}
#top-bar .menu > li {
border: 0;
}
}2. On the home page, the front image is not only uneven but is missing a button and the image on top of the photo is pushed up. Any thoughts on how to make this work?? (Please see screenshot)
Thanks!
May 29, 2014 at 10:58 pm #78861This reply has been marked as private.May 30, 2014 at 8:13 am #78924Hi
Sorry but I do not see this on your homepage?
– Kyle
May 30, 2014 at 4:54 pm #79142Hey,
Do you have an iphone? Because on our iphone 5s that is what we are seeing?
What do you see? Is it working for you?
Thanks!
June 1, 2014 at 5:19 pm #79348Hi there,
1) You have fixed height set for the top-bar?
@media only screen and (max-width: 767px) { #top-bar { height: auto!important; } }
2) You have the parallax set to window height, so it’s cutting off on iPhone. Try this custom css:
@media only screen and (max-width: 767px) { .home .spb_parallax_asset { height: auto!important; min-height: 800px!important; } }
Hope that helps.
– Ed
June 2, 2014 at 4:48 pm #79614Hey Ed!
So I am supposed to delete my old CSS for that and insert in both 1) & 2) that you gave me? If so, this is what happens? Plus the top bar, etc. is not there anymore on the other pages?
We are almost there: )
June 3, 2014 at 9:20 pm #79992Hey,
I also inserted in this code (see below) to get rid of the main logo (black image) that is on the desktop version so it does not cram up the space on mobile but now I am getting these issues. I don’t think that is causing the issues.
function not_mobile_shortcode($atts, $content = ”) {
if (wp_is_mobile() === true) {
$content = ”;
}
return $content;
}
add_shortcode(‘not_mobile’, ‘not_mobile_shortcode’);in the theme functions.php. (that is where we placed it)
1. Yellow on the outside trim of all the content and I want my content to still be full width.
2. The scroll down header is way thicker than I want.
Please see attached images for what I mean.
Thanks!
June 5, 2014 at 11:03 am #80324Hi,
Please try to use this code:@media only screen and (max-width: 991px) { div#main-container div.container{padding-left:2px !important;padding-right:2px !important; } }
Hope that should help and let me know your feedback.
Thanks ๐
With Best Regards
Swift IdeasJune 10, 2014 at 12:03 am #81304Hi Mohammad,
Now we are having three different separate issues, (we are almost there though):
1. The “Menu” icon is in the wrong place and needs to be moved to the right (see “home page buccos.png” for what I mean)
2. The scrolling menu bar is too long (1.) & the “menu” (2.) button is in the wrong place. It should be to the right of the Buccos Roofing Logo. (see “buccos long menu.png” for what I mean)
3. The top black bar is not displaying the information we want on the mobile version. It is there on the desktop version but not the mobile version. Also, we want that info on all pages except the home page. (telephone number & contact info -gmail address) (Please see “buccos top page.png” for what I mean)
The login information is in a comment above. Feel free to login into our website and check out the current CSS.
Thanks again for all your hard work and am looking forward to wrapping this up: )
Keep up the hard work!
June 11, 2014 at 3:45 pm #81839Hi,
I have resolved the issue so please check and let me know your feedback.
ThanksJune 11, 2014 at 10:39 pm #81911Hi Mohammad,
You are so awesome!! Great work…one tiny issue then we are done!
…so close.
On the home page, when you scroll down the page, the “header” bar is too long. (white space)
On the other pages, it looks great, so we just want it to be consistent like the other pages.
Please check out my attached image for what I mean.
Thanks again for all your help!
June 12, 2014 at 4:45 am #81929Hi,
I have resolved the issue so please check and let me know your feedback.
ThanksJune 12, 2014 at 5:47 pm #82098Perfect! We are good to go: )
Thank you so much for all your help…you have been amazing!
June 12, 2014 at 11:12 pm #82118Thanks Mohammad – glad you’re happy Josh ๐
– Ed
-
Posted in: Dante
You must be logged in and have valid license to reply to this topic.