salfishy
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Responsive Menu] Change WP Menu Content Based on Page / ParentI have a similar inquiry; Rather than having different menus on different pages, I wanted to have different menus for different user roles; ie. Visitors menu (logged out) and a members menu (logged in). Will post a new thread, but just wanted to post here in the event the solution comes here as well.
Forum: Themes and Templates
In reply to: [evolve] Mobile View IssuesThanks friend!
The button is pushing my slider title out of view and partly behind the header, I’m not sure if you want to add that note for the theme devs. I played around with the button margins as follows to fix:
@media screen and (max-width:768px){ .bootstrap-button { display: block !important; font-size: 10px; top: 30px; /* Pushed button down to make more room for Title */ margin-top:-35px; /* Removed some gap between button and title */ } }Thanks for the assistance! definitely fixed the issue.
Forum: Themes and Templates
In reply to: [evolve] Mobile View IssuesHi!
I was able to fix the 2-menu issue; but still have an issue with the slider in the mobile view.
I am unable to follow any links with any of my slides from the bootstrap slider on a mobile browser. Is this just how the theme is or is there a way to make the slide title a link?