News Show Pro displays only one post per category

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Fri Feb 06, 2015 10:49 pm
News Show Pro displays only one post per category (option one per category is unchecked). For latest posts it works, but for category - no!
Also, when widgets (doesn't matter text, nsp, etc.) are parts of a grid, their titles are not displaying at all.
User avatar
Junior Boarder

GK User
Sun Feb 08, 2015 2:58 pm
Digging into the theme our experience becomes more embarrassing.
First of all, it's appearance in Chrome is different from Firefox. This suggests that there is a bigger problem and/or the theme was not tested which is unacceptable for a paid service.
Second, the theme behaves weirdly - when we add post to a category this breaks the design.
Third, there are many unnecessary blank spaces in some places and in others the titles stick to the photo. We tried to fix this but...
Last, but not least - it is almost impossible to use NSP widget to display normal posts, f.e. one featured post with photo and some other posts from the same category. Unlike NSP used in your other themes (News) it creates many errors. Let's look at two examples - default layout and news-grid. Instead of 4 links without a photo it displays 2 posts with photo. As to the news-grid, the image needs no comment.
To summarize - this is not easy to customize theme, this is a theme that could not be customized without errors
User avatar
Junior Boarder

GK User
Sun Feb 08, 2015 3:07 pm
Screenshots
User avatar
Junior Boarder

GK User
Sun Feb 08, 2015 3:19 pm
Again (because "You can no longer edit or delete that post". Seriously?)
browsers.png
nsp-another example.png
news-bug.png
User avatar
Junior Boarder

GK User
Sun Feb 08, 2015 11:39 pm
Hello,
Could you please provide me with a URL to your website and back-end access via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Mon Feb 09, 2015 2:39 pm
Hi!
We managed to fix some of the above mentioned problems - via trials&errors
User avatar
Junior Boarder

GK User
Tue Feb 10, 2015 8:42 am
Well, we played the whole game till the end - trials and errors and more trials and so on... but it is impossible to solve the puzzle without your help. The site (http://www.kufar.eu) is still broken in Chrome.
I've send you my login details yesterday. Have you received?
To summarize - see screenshots
unexpected-margin-betwwen-grids.jpg
unexpected-margin-padding-behavior.jpg
empty-chrome.jpg
User avatar
Junior Boarder

GK User
Tue Feb 10, 2015 9:56 am
Try to add following code into css/override.css file:
Code: Select all
.gk-nsp-art div {
overflow: visible!important;
}
User avatar
Moderator

GK User
Tue Feb 10, 2015 2:10 pm
Thanks, this works for Chrome, but how to fix margins?
User avatar
Junior Boarder

GK User
Tue Feb 10, 2015 4:34 pm
Try to add also this code:
Code: Select all
#gk-grid-gk_grid-13 .widget_gk_grid_title_overlay {
   margin: 0;
   padding: 0!important;
}
.frontpage #gk-top2 .widget-area {
   margin: 0!important!;
}
User avatar
Moderator


cron