Hi, When I change the sliders to clickable images, the navigation arrow could not work. whenever I click on the arrows, it will redirect me to the URL link of the image instead of navigating to the next slider. The clickable part of the sliders seem to overlap the navigation button and even my dropdown list from my menu. I had attached the screenshots here. This is the CSS i used from http://www.inkthemes.com/community/...-1-h1-tag-instead-of-multiples-h1-tags.19125/ .nivoSlider a.nivo-imageLink { z-index: 999 !important; } This is my website Painting Services Singapore PS: ignore the mobile view part (solved) Thanks in advance!
Hello, It will be difficult for us to give you any solution without having any look into your site. So please share your dashboard details at [email protected] along with this thread link as well so that we can figure out the issue and able to resolve that. Looking forward to your reply. Thanks & Regards! Priyanka InkThemes.com
Hello, Thanks for the details.. We will get back to you soon. Your patience will be appreciated, Thanks & Regards! Priyanka InkThemes.com
Hello Ben, We have forwarded your issue to our developers and as they are busy so we will try to pull theme on your concerned soon. We will get back to you ASAP.. Your patience will be appreciated, Thanks & Regards! Priyanka InkThemes.com
Hi Priya, The border of the theme seems to be off alignment in firefox browser as shown in the attachment. This issue also occurs in mobile phone view which the header and footer are not aligned with the body. If possible, could you ask the developers to solve these issues alongside with the previous one? Lastly, I would also like to remove the Video Box and Bottom Featured Area from the theme option and frontpage.php. Thank you so much. Regards, Ben
Hello Ben, Just for the confirmation.. Have you sent your dashboard details with this thread link at [email protected]? Looking forward to your reply. Thanks & Regards! Priyanka InkThemes.com
Hi, I have submitted my wordpress dashboard details with this thread to [email protected] on 5th dec and had yet to get a reply. May I know what is the latest update on my issues? Regards, Ben
As InkThemes has been receiving a high volume of support requests we couldn't process your query. Apologies for the delay! You are requested to use given below code instead of using the previous one, I am sure it will work for you. Code: .nivoSlider a.nivo-imageLink { z-index: 9 !important; } If you still find it is not working then, let us know, we will try our best to resolve your issue. Warm Regards! Naveen Kolhe InkThemes.com
Hi Naveen, Thanks for the help. However, my sub menu would still disappear when I move my cursor down to the slider area as shown on the attachment. Also, how do I adjust the height and width of the slider, border and the alignment issue and removal of video box and bottom featured area code from frontpage.php as mentioned from my previous reply? Refer to the screenshot that I attached Regards, Ben
Hi, May I know how is the progress? It has been more than a week since I email my dashboard details to [email protected] Regards, Ben
Hello Ben, Solutions are accordingly as per your above issues.. 1) Sub menu disappears when I move my cursor down to the slider area Fo this, I would like to suggest you to please deactivate all of your plugins first and check after that. 2) To shift the slider border down as you mentioned in your screenshot, Regarding this you just ned to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content-container { margin-top: -27px !important; } 3) To display properly on small screen. For this, paste below code in Custom CSS field of your dasboard. Code: .feature-tagline-container { margin: 0px -10px !important; } Note: Change numeric value as per your requirement. Hope it will resolve your issues.. Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
Hi priya, Thanks for the reply. For the sub menu, it works if I remove the clickable image css. It had the same problem as the navigation arrow which the clickable image slider override the navigation arrow and naveen had given me the css as from the above reply to solve it. I believe the sub menu had the same problem as it works perfectly on other pages except the frontpage. So is there any alternative? To display properly on small screen, the feature-tagline-container is used to reduce/enlarge the width of the header/ footer or the content container? I tried to change the numeric value and it is still the same. For example .feature-tagline-container { margin: 10px -20px !important; } Am I correct? Regards, Ben
Hello Ben, Would you please try the code given below in Custom CS field of your dashboard. Code: .nav-wrapper { z-index: 15 !important; } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com