Robin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma] change the color of the dropdown MenuGlad i could be of help 🙂
Forum: Themes and Templates
In reply to: [Enigma] change the color of the dropdown MenuAdd background color to this class
.dropdown-menu > li > a { background-color: #your_color; }Forum: Plugins
In reply to: [WooCommerce] Duplicating buttons at checkoutThan will really need to dig deep and troubleshoot whats causing it, i still feel it will be some js issue, or some plugin conflict but hard to say just from viewing the site.
Can u install it on your local and try to disable all plugins and see how it goes.
Forum: Themes and Templates
In reply to: DP Evolve Responsive ProblemsHi Can you add your website link, so we can test it out.
Cheers
RobinForum: Hacks
In reply to: Where to put a menu?Hi david
Keeping all your menu/sub-menu together will be ideal, as users wont get confused or look around.
Clubbing them together will be the way to go.
Cheers
RobinForum: Themes and Templates
In reply to: [Enigma] change the color of the dropdown MenuHi
please add link to your website, will be easy to debug and give you a solution.
Cheers
RobinForum: Themes and Templates
In reply to: Modify "Continue Reading" on Home Page in Corporate ThemeGlad to hear that
CheersForum: Plugins
In reply to: [WooCommerce] Duplicating buttons at checkoutHi
Ok so far what i can see is that most likely the issue is being caused because of javascript. as you jQuery is on latest version but jQuery Migrate is older (which used lot of depreciated code).
Secondly slider.min.js, file also gives issue as it is not used for all pages, try to enqueue it only for the page/template where it is needed.
Once you take care of these issues, it should work back properly.
check this post how to add the updated jQuery migrate
Link to github postForum: Plugins
In reply to: [WooCommerce] Duplicating buttons at checkoutHi
Could you paste your theme file code in paste-bin, or codepen, and also link your website so it makes easy to debug and see the problem.
Thanks
RobinForum: Plugins
In reply to: [WooCommerce] Making Image responsive for MobilesGlad it worked out for you.
Cheers
RobinForum: Themes and Templates
In reply to: Modify "Continue Reading" on Home Page in Corporate ThemeI dont see any class called more-links
This is the class on your Continue Reading link which is wrapped in the span.wpex-readmore { color:white; border: 3px #787878; background-color: #787878; padding: 5px 5px 5px 5px; }Add this and try it out.
Forum: Plugins
In reply to: [WooCommerce] Making Image responsive for MobilesHi
the way to go wil lbe to have
@media (max-width: 480px) {.woocommerce div.product div.images img { max-width: 100%; } }Forum: Themes and Templates
In reply to: fix sticky menu CSS/ Stop sticky menu from jumpingGlad to know i could be of help
CheersForum: Themes and Templates
In reply to: fix sticky menu CSS/ Stop sticky menu from jumpingHi
In your #top-bar uncomment the position:fixed
this will make it stick to top, without hiding it when u scroll.
Cheers
RobinForum: Themes and Templates
In reply to: Modify "Continue Reading" on Home Page in Corporate ThemeHi
you might have to make it display: block,
but can provide more details if you can post your website link.
Cheers
Robin