Ganesh Paygude
Forum Replies Created
-
Forum: Plugins
In reply to: [Zoom OpenSeadragon] Not working in WordPress MultisiteHello
We are trying to implement the zoom OpenSeadragon for one of the custom post type single page featured image but its not working.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Woo-commerce Product price decimal issueHello Riaan,
Can you please help me on this ? ,Is their any filter available to override this .
Thanks & Regards
Forum: Themes and Templates
In reply to: [Hueman] display # of page views for postHello Jebersin,
Please try using below plugin this may help you.
https://www.ads-software.com/plugins/post-hit-counter/
Thanks
Forum: Themes and Templates
In reply to: [Llorix One Lite] Custom TemplateHEllo Nikita81,
Have written below code at the top of your template:
<?php /*
Template Name: Your Page Template Name
*/
?>Thanks
Forum: Themes and Templates
In reply to: [Twenty Eleven] Left-hand sidebar extends into main text areaPlease add below CSS line of code in style.css file.
.home .left-sidebar #primary {
float: right;
margin: 0 0 0 -26.4%;
width: 73%;
}Forum: Themes and Templates
In reply to: [Twenty Eleven] Left-hand sidebar extends into main text areaHello alitraeps,
Can you please share link.
Forum: Themes and Templates
In reply to: main menu items uneven horizontal spacingHello Mike G,
Its not the issue of uneven spacing I have checked all the css related to menu found that each menu have equal spacing.Its looking like uneven spacing because of different word length of menu items so it taking different width.
Forum: Themes and Templates
In reply to: [Photo Perfect] remove author and datesHello Sunkevi,
Please try using the below plugin it will help you.
https://www.ads-software.com/plugins/removehide-author-date-category-like-entry-meta/
Forum: Fixing WordPress
In reply to: submenu disappears when hovering with mouseHave you replaced the css in style.css file ? because I am not able see the css that I have given you to replace.
Forum: Plugins
In reply to: [Contact Form 7] Send email to person who contactsYes You can send an Thank you mail for a person who contact through autoresponder setting in contact form.
In Contact form 7 in Mail tab: Their is option:Mail (2) from here you can send auto responding mail.
Mail (2)
Use Mail (2)
Mail (2) is an additional mail template often used as an autoresponder.Forum: Fixing WordPress
In reply to: submenu disappears when hovering with mouseJust replace the code on line no:1140 in style.css with below code:
.main-navigation ul li ul {
position: absolute;
background-color: #fff;
top: 42px;
left: 0;
width: 200px;
padding-top: 20px;
}Forum: Themes and Templates
In reply to: submenu disappears when hovering with mouseJust replace the code on line no:1140 in style.css with below code:
.main-navigation ul li ul {
position: absolute;
background-color: #fff;
top: 42px;
left: 0;
width: 200px;
padding-top: 20px;
}Forum: Plugins
In reply to: [W3 Total Cache] There is no output on the screen?Can You please share your website link.
Forum: Fixing WordPress
In reply to: Getting WordPress to work with Bootstrap carouselWelcome.I hope my given code stuff works for you.
Can you Please put the below code in your theme style.css file
:table.em-calendar td.eventless-today, table.em-calendar td.eventful-today {
color: #FD7E29!important;
}
change color code as you want.