Home › Forums › All Other Themes › SKT Spa – Section , Menu and display issues
- This topic has 24 replies, 3 voices, and was last updated 6 years, 4 months ago by Sonl Sinha.
-
AuthorPosts
-
June 6, 2018 at 11:58 am #102257
Hi,
1. Some of the sections such as price and book now are not displaying. www.presence.hr I narrowed it down to css problem. When in browser editor I change .plan-box{visibility:visible;}, and default is hidden, the content displays. But if I go and change it in the original css file, the content still does not show. It displays on mobile Samsung Galaxy s8 browser but not on Galaxy S6. Does not display on desktop browsers such as google chrome or edge.
Sections not showing
I changed custom-animation.css.featured-box,
.home_section2_content,
.home_section3_content,
.home_section4_content,
.skt-feature,
.home_section6_content,
.cols1, .cols2, .cols3, .cols4, .cols5,
.home_section8_content,
.post-style4,
.our-products,
.plan-box{visibility:visible;}2. Menu bars when viewed on mobile browser overlap the logo. When using PNG logo it’s fine but I changed the logo to SVG format and then it overlaps the menu bars. The menu than cant be clicked on.
Logo overlaps menu bars
I fixed it by changing from:.header_wrap .center {
position: relative;
}to
.header_wrap .center {
position: static;
}Is that approach okay or you would advise me with a better one?
3. Rarely but it can sometimes display block boxes over the web page when viewing on desktop browser. Every couple of seconds it generates new boxes in different position. On other tabs and web pages never had this issue.
Black boxes on web site 1, Black boxes on web site 2
Could you please help me?
Thank you in advance!
June 7, 2018 at 11:28 am #102298Send us WordPress admin details via sktthemes.net/contact and mention this forum URL while doing so.
Regards,
ShriJune 8, 2018 at 6:04 am #102338Hi,
Resolved from our end.
Regards,
ShriJune 8, 2018 at 7:01 am #102341The animations are missing and in Microsoft Edge the button “Book An Appointment” is not displayed correctly.
P.S. The menu bars are still overlapped by logo and the menu can’t be clicked on, when viewed on mobile browser or you can see the problem by squeezing the horizontal size of a browser window.
June 8, 2018 at 10:57 am #102357Okay checking. While we checked on Microsoft edge browser and it appeared fine.
Regards,
ShriJune 8, 2018 at 11:42 am #102361I can confirm that the missing button in Edge is resolved. It displays fine now.
So the menu bars position in mobile browser are still causing the problem and the animation of sections is not displaying.
June 11, 2018 at 10:47 am #102439This is done.
Regards,
ShriJune 11, 2018 at 4:34 pm #102470Great job on the menu. Still there are issues. Now the section with “Book an Appointment” is visible, but not animated and the Prices section is not displayed.
June 11, 2018 at 7:37 pm #102478One more thing. When viewing a page that already has a featured image set up, the header image looks really bad. Resolution wise and position wise. I would change the featured image size and crop but I am using it on the front page. Where it looks ok. In documentation it mentions headercode and custom fields, but I am having problems with inserting custom header image. Any tips with that? I would appreciate it! https://www.presence.hr/rezervacije/ Also noticed that the facebook widget is not displayed. Awesome theme otherwise and i hope you can get this resolved!
June 21, 2018 at 6:46 am #102958Still the featured image issue is not resolved. The image is ok on mobile but on desktop it’s too large. Not to mention that on pages without one the menu is not visible and it looks bad.
Large featured image and menu not visible
Is there no sollution to this? It would be awesome if I could insert my own image on ceartain pages and for other purposes the default one remains. Hope this gets resolved soon. I know you must be busy but 10 days have already passed and it seems like you stopped working on it. Thank you in advance and love the fact that you fixed the section not displaying and now they are animated.
June 25, 2018 at 1:25 pm #103071Hi,
Kindly send us your FTP details (Username & Password) via sktthemes.net/contact
Regards,
DaveJune 25, 2018 at 7:54 pm #103086I solved it. If you could just help me with removing this green background and placing an image under the logo and menu. This issue appears when viewing on mobile browser.
Green background under logo and menu on mobile browser
I replicated the issue by increasing the zoom on a desktop browser. This is how it looks when I decrease the zoom and how I would like it to look:
P.S. Sometimes the facebook widget is shown and sometimes it’s not.
Thank you in advance!
June 26, 2018 at 6:29 am #103097Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { .page .header { position: absolute !important; background: none !important;} .page_head img { max-width:180% !important; width:180% !important;} }
Regards,
DaveJune 27, 2018 at 4:09 am #103232Thank you so much! 🙂 I reduced the size of a slider image, to match yours and now the slider title is crossing over the logo. Could you please help me fix this?
Thank you in advance!! 🙂
June 28, 2018 at 5:19 am #103300Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { .nivo-caption { top:70% !important;} .nivo-caption .title { font-size:25px !important;} }
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.