marko77
Forum Replies Created
-
Forum: Plugins
In reply to: [ShiftNav - Responsive Mobile Menu] Sticky tekstThank you very much for additional info.
Forum: Plugins
In reply to: [ShiftNav - Responsive Mobile Menu] Sticky tekstLike different ShiftNav for each page
Forum: Plugins
In reply to: [ShiftNav - Responsive Mobile Menu] Sticky tekstyes this helps a lot so in a pro version I get what I need.
One more thing please, can I add different menu for each page? Or is this a WordPress thing?
Thx for your time.
MarcelForum: Plugins
In reply to: [Passster - Password Protect Pages and Content] TranslationNow I have found it in settings plugin name. THX for now. Translated directly without po mo pot shi… 😉
Forum: Plugins
In reply to: [Easy Responsive Tabs] add tab background image and hover functionOk kind of figure it out:
Just change the css in
wp-content/plugins/easy-responsive-tabs/assets/css/bootstrap_tab.min.cssin lines for hover image
.osc-res-tab .nav>li>a:hover,.osc-res-tab .nav>li>a:focus{text-decoration:none;background-color:#eeeeee; background: url(http://YOURDOMAIN/wp-content/uploads/2014/08/hover.jpg);}in line for active image
.osc-res-tab .nav-tabs>li.active and complete the line with adding background property.Checked on pc and LG G2 css is fine.
Forum: Plugins
In reply to: [SimpleModal Login] How to I make this work?Hi Team,
the code from jjborja works great, so does the caba05 one.
My question is,
Option 1.
can I insert a redirect after successful registration or login via this plugin to another site?option 2.
Is there a way in wordpress on post page for example, where I have this SimpleModal plugin shortcode to show extra content or link after successful registration or login?