1753 comments found.
I have integrated ubermenu with this theme. Can you please tell me how I would go about removing the nav menu from devices (when in responsive mode) ? Thanks
Please contact us to support@mekshq.com and we will try to help
Hey,
great theme!
We had more than 1,000 views today for this post but the counter shows just “1 views”: http://haushaltsfee.org/putzen-reinigen/fensterputzen-5-meistertipps/What can I do to show the correct amount of views?
Thx, Karsten
Hi
Can you email us to support@mekshq.com and we will tell you what to do to make this work.
Thank you
Can you help me?
Hi
Yes, we can help you – can you email us to support@mekshq.com and I will send you some cool stuff that will help you with your configuration.
Hi,
Thank you for this wonderful theme.
Can we have the PSD files of this theme, please?
Thank you!
Hi
Unfortunately, there is no PSD that comes wit this theme. Design is done in Sketch app 
Hi, thank you for your answer.
Can I have these Sketch files please?
Thank you!
Please contact us via http://mekshq.com/contact and we will try to help with this
Thank you, I sent you an email on this form.
Hi, is there a possibility of having multiple modules on the front page but not automatically repeating the items in each module again and again but still use posts from all categories?
Hi
Yes, there is such possibility. You can choose categories for each module several times if you want.
Let us know if you have some more questions
You misunderstood. I am placing multiple modules on the front page. For example, I have a module A that has all the categories defined to be in it. Below, I have module C, with maybe 4 items, but I don’t want the item in module A to reappear in module C. Is there a way to do this?
Unfortunately, this is not possible at the moment. Only posts in featured area can be “not duplicate”. However, we already have that in mind and we will try to make it work in the next updates
On the mobile version, the author’s photo does not fill the circle and it looks something is wrong. I checked the demo version of the theme and it also has the same problem. Is there was that I can ensure the author’s photo fills the circle like that of the desktop version? The following is a screenshot of my website http://www.koreaobserver.com/wp-content/uploads/2015/02/Screenshot_2015-02-12-01-55.jpg
Hi
I have added this to our update list it will be fixed in next update. This is probably android issue and I can send you CSS tweak where you can fix this just email us to support@mekshq.com
Thank you for reporting this to us
Hi,
I’ve setup a color by category,
Otherwwise, I would like not the “category_title” to have the color, but only the background_color ) here: http://demo.mekshq.com/voice/ in fresh topics, to have the backgroudn_colro of the category same as the slider on top), how can i change this ? I can not find the good file where to change that in the code !
Thank you 
Hi
Can you email us to support@mekshq.com with your URL and we will help you out with some additional CSS.
Thank you
Want to point out that you have a code issue with you facebook share button. Also is there anyway you can make you 5 boxes slider on top to be auto rotate. I like that style but I need it able to rotate as well, thanks.
Your code http://www.facebook.com/sharer.php?u= Should be http://www.facebook.com/sharer/sharer.php?u=-Quang
Hi
I will address this to our developer and if there is a bug we will fix this and it will go live in our next update. So far we didn’t have any complains about this.
Cheers
Feature request: Please add a way to set post layouts for each module separately instead of globally.
Can you give us an example why this will be useful?
I mean a way to hide/show meta data on each module separately. E.g. I have news posts module on homepage where I dont want to show the author name because all news posts are written by the same author ‘Redactor’. I also have a blog posts module on the homepage with the same postlayout. Because of the global settings I cannot display the author name in this module because it wil add hide the author name on news post module which I dont want.
Ok, this makes sense. We will try to find best way to improve it in the next updates. Until then, please contact us via http://mekshq.com/contact with your website URL and we will provide additional css code. You are able to hide specific things in particular module 
How can i make related posts or next/prev posts choose from “same author ” instead of “same category or else” ...
I want to see authors other posts in next prev, or related posts
Thanks for your support
It is not possible at the moment but it is a good suggestion and we will consider adding in in the next update 
First off… this is an incredible theme. Thanks for creating such a brilliant platform for us to stand upon… truly appreciate it =)
The Question: Is it possible to make it so that the posts displayed in a module are ones that have all the categories selected for any given module? For example, if I say that I want posts that are categorized as both “water” and “investment”, then I’d love it for that module to only show posts that are tagged with both water and investment. Instead, what currently happens is that module will show all posts that are tagged both water or investment. I want it to only show posts tagged both water and investment. Hope that makes sense. Any advice you have would be much appreciated =). And thanks again for creating such a brilliant theme!
Thanks for your words!
It is not possible at the moment bu it is a good suggestion. We will try to find the best way to offer another option in modules where you can choose between AND and OR condition if you select multiple categories in modules and consider this for the next updates.
Cheers!
Is this something we could do ourselves in the code? Any thoughts on how we can best make this possible on our end of things?
Please contact us to support@mekshq.com with this problem and we will try to help
Hi,
I am trying to add google map in a tab menu but couldn’t manage. The map is getting lost in “Find” tab. www.tripiki.com/new-york/
The map is working here. http://www.tripiki.com/map/
I try few code but couldn’t manage. Is there any way to add google map in to a tab menu?
Thanks
Please contact us to http://mekshq.com/contact with this message and explain how you have added map exactly. I guess we can make it work with simple css customization
Can you please tell me where I can find the call for the main nav menu? I am trying to integrate ubermenu manually like this http://sevenspark.com/docs/ubermenu-3/integration/manual but having trouble locating the wp_nav_menu call. Thanks in advance!
Hi,
It is inside sections/headers folder 
Awesome thanks 
how can i make authors page (http://demo.mekshq.com/voice/?page_id=552) A to Z order ?
thanks
Please contact us to http://mekshq.com/contact with your website URL and we will help you with small code modification
I’ve seen a few people asking to display only certain categories in the Category Widget in the Sidebar. I was looking for the answer as well, but I came up with a simple fix to hide specific categories from this list:
1) Open “style.css” in the theme’s folder.
2) Add the following code:
.cat-item-123 {display: none; !important; }
Where “123” is the category number, change to the number of the category you want to hide.
You can find the category number in your Wordpress Admin by going to “Posts; Categories” and if you hover the mouse over the category, look at the URL at the bottom of the page, you’ll see something like this:
www.yourwebsite.com/wp-admin/edit-tags.php?action=edit&taxonomy=category&tag_ID=7&post_type=post
&tag_ID=7 – The number is the category number.
Hope this helps 
Good solution, thanks for sharing with other users!
We would just improve this a little bit:
.widget_categories .cat-item-123 {display: none; !important; }
That way you will make sure it is related to category widget because same category class may appear on other elements as well where you may not want to hide it 
Hi I am integrating ubermenu manually with this theme. Can you tell me where I would find the wp_nav_menu function call? I checked in header.php and can’t find it there. This is what I am trying to do here http://sevenspark.com/docs/ubermenu-3/integration/manual Thanks
Hi,
It is inside section/headers folder 
When can we expect the new update?
Working on it at the moment, so it will be released when we decide which features will go and after we do a lot of testings. You can expect it by the end of the month approximately 
Feature request: Please add social icons of authors in smart author widget!
Thx,
Engo
It is a good suggestion!
Hi. I added a few star images in “top bar right” instead of social icons. I use some CSS and when you hover on a star, a new “div” appears bottom of the stars.
But when screen width is lower than 1200 px, when hover on stars, the new “div” does not appear in the same place.
Try it: http://www.kelimelerbenim.com
How can i do to show the “div”? Can you please give me some additional code?
Please contact us to http://mekshq.com/contact with your website URL and explanation how exactly you did this. This kind of help usually goes out of our support scope but we would have a look and see if there is a simple solution for this
Hello, I love the theme! Just wondering if there’s a way to select which authors appear on the author page? Thank you.
At the moment, authors page displays all authors which have written at least one post. Can you please explain what would you like to have exactly?
That is exactly what I needed, thanks! I wasn’t sure if it would have all, or just the ones that have written a post. It works just how I want it to. Thank you! 
