How to solve issues with MH Carousel widget

Why doesn’t it show my most viewed posts? The “most popular” filter is based on the number of comments, not views. So the more comments an article has, the more popular it is. How to place Carousel before my footer? Please navigate to “Appearance => Widgets” in your WordPress dashboard and drag & drop the “MH Carousel” widget into the “Home 11” widget area. Carousel…

Read More

How to solve issues with MH Author Box widget

Why doesn’t the author box appear below my posts? The author box will only appear if the author has added some biographical information in the “About You” box. This gives the author control if he wants to display the author box or not. Gravatar not working in author box The image is automatically retrieved from Gravatar, it is associated with the email address you are…

Read More

How to solve issues with MH Author Bio widget

How to edit the author bio widget? To show your author profile image you have to register at Gravatar. For more information please see this tutorial: https://mhthemes.com/support/using-gravatar-for-user-avatars-wordpress/ And to add text to the widget, simply navigate to “Users => Your Profile” in your WordPress dashboard and add your “Biographical Info”. Can I list all authors without a photo instead? You can use the “MH Authors”…

Read More

How to solve issues with MH Authors widget

Left-side of MH Authors widget is being cut-off! Try disabling all plugins as this is caused by a conflict between theme CSS and plugin CSS, it seems the reason is the “LDD Directory Lite” plugin on your site. If you don’t see changes after disabling the plugin, then you’ll need to clear your browser cache and reload the site in your browser. I want to…

Read More

News in Pictures

How can I remove the mouseover effect? Just add this to your child theme style.css file: .mh-nip-item:hover .mh-nip-overlay { opacity: 0; filter: alpha(opacity=0); } How can I change the size of the News In Pictures images? You can modify the thumbnail sizes of any theme image by using the functions.php file of your child theme, you need to register every image even if you’re just…

Read More

Solving issues when using a logo

Displaying a logo on your website can have several benefits. Logos can be used to reveal in just one glance what your website is about. It can be a nice design element which stands out or a simple slogan to inform about your website’s philosophy. Whatsoever you are using a logo for, sometimes you might encounter issues with uploading your logo or placing it as…

Read More

Social Widget

The MH Social Widget only offers me to add a title, how do I add my social links? The widget itself simply displays a specific menu which you need to create and configure via the “Appearance => Menus” admin link. You also need to assign this menu to the “MH Social Widget” location before saving the menu. How do I change the icon size in…

Read More

Posts List Widget

How can I remove the post date from this widget? Add this to your child theme style.css file: .mh-posts-list-meta .mh-meta-date { display: none; } How can I remove the comment count from the post list widget? Add this to your child theme style.css file: .mh-posts-list-meta .mh-meta-comments { display: none; } I want to change the image alignment from left to right Add this to your…

Read More

Spotlight

FAQs on Spotlight Widget How can I remove the post meta information? There is an option within the widget itself that you can use to disable the post meta information from being displayed. How can I move the widget title to the top-right of the post image? Add this to your child theme style.css file: .mh-spotlight-caption { top: 0; right: 0; } How can I…

Read More

WooCommerce

FAQs on WooCommerce Language for WooCommerce If WooCommerce has translation files for your language included, then there is a pretty good chance that the language will be changed automatically. But in the end this is something you’ll need to check at the WooCommerce support desk.