Shape 5

Wordpress Club Themes => Oasis - Club => : CCOA February 16, 2016, 08:01:43 PM



: Desktop/Mobile version links
: CCOA February 16, 2016, 08:01:43 PM
I've run into my next issue with this theme. In Wordpress' dashboard, I have navigated to Shape 5 Theme>Main>Responsive Nav where I turned on the "Enable Mobile Links" switch. Now, when viewing the website on a mobile device (or a browser that's minimized down to mobile screen size), I see the "Desktop Version" link at the bottom of the page. Upon clicking the link I get a blank page.

The website is located at http://www.campconn.com/wpCCOA .

How can I correct this?


: Re: Desktop/Mobile version links
: Tristan Rineer February 17, 2016, 04:02:51 PM
The following CSS should allow you to define the hover color for just the menu:

:
#s5_nav li:hover a{color:  #ff0032}

Change the color code to whatever you need it to be, of course.


: Re: Desktop/Mobile version links
: CCOA February 17, 2016, 06:45:53 PM
I think you replied to the wrong post. Your reply has nothing to do with my thread.


: Re: Desktop/Mobile version links
: Tristan Rineer February 18, 2016, 11:19:08 AM
Sorry about that.  I probably had multiple threads open and switched to the wrong one after researching the answer.

The issue you are having is a little more complicated; I'm actually going to have to dig through the code to find the solution.  One thing that could be considered a "positive" is that it appears to be a framework issue, so it'll be fixed in a patch, once I figure out what needs to be changed.

When the site is in responsive mode, the "Desktop Version" button shouldn't even appear, because the "desktop" version and the "mobile" version are identical.

I'll keep the notification for this thread in my inbox, and once I've got a solution, I'll make sure I let you know.  It might take a little while, as that specific code was written by another developer, and it appears to reference functions and variables that I haven't found yet, as they're located in other files, and I'm not sure which ones yet.