andyt1980
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] Mobile NavigationI managed to get this working myself using the following CSS:
@media (max-width: 960px) { .primary-navigation { display:none;} .menu-toggle { display: block;} .main-navigation.toggled .handheld-navigation { display: block;} .main-navigation.toggled div.menu { display: block;} .main-navigation ul li { display: block;} }Hopefully it might be useful for someone else.
Yes I just needed to change the CSS to cursor:pointer;
Thank you that works great. Is it possible to make the Brand names clickable and not just the checkbox?.
Forum: Plugins
In reply to: [WP Logo Showcase Responsive Slider and Carousel] Limit function not workingMarked as Resolved
Forum: Plugins
In reply to: [WP Logo Showcase Responsive Slider and Carousel] Limit function not workingThanks works great, I understood from your first reply btw :s
Forum: Plugins
In reply to: [WP Logo Showcase Responsive Slider and Carousel] Limit function not workingAlso, I had to add this CSS to change the mouse pointer from default to pointer when hovering over the arrows:
.logo_showcase button.slick-arrow { cursor:pointer; }Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Vertical Tabbed SliderWorks great, thank you.
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Vertical Tabbed SliderHi,
Is it possible to stop the vertical mouse scroll on the tabs?. I just want five static tabs so there is no need for the scrolling function.
Thanks,
Andy
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Tabs & Mouse Wheel scrollI still need help with this issue.
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Slider SequenceI still need help with this issue.
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] slides sequence problemI am also having the same problem, I see on your site it is still happening so I assume you never found a solution?.
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Slider SequenceThere is nothing mentioned in the documentation that would help with this issue.
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Tabs & Mouse Wheel scrollThere is nothing mentioned in the documentation that would help with this issue.
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Vertical Tabbed SliderThanks how do I add content to the Tabs?
Nevermind I see you add it in slider info.
Forum: Themes and Templates
In reply to: [GeneratePress] Premium Theme DemoThank you for the very prompt and helpful response.