Bug in Review-Score
- GK User
- Sat Apr 30, 2016 5:40 pm
Hi,
I recently bought your Theme TechNews for WordPress. Now after having tested it for some days I have to say it's awesome! But there is a little bug when it comes to the review-score on mobile devices (screenshot).
Also I need to know how to change the RSS-Look of the review-score.
How to fix this?
Best regards!
I recently bought your Theme TechNews for WordPress. Now after having tested it for some days I have to say it's awesome! But there is a little bug when it comes to the review-score on mobile devices (screenshot).
Screenshot_20160430-092607.png
Also I need to know how to change the RSS-Look of the review-score.
How to fix this?
Best regards!
-
- Fresh Boarder
- Joshua M
- Sun May 01, 2016 10:14 pm
Hello,
Please add the following code into your TechNews/css/mobile.css file.
We'll fix it wit the next theme update - thanks for your feedback.
What exactly do you change in the RSS look?
Please add the following code into your TechNews/css/mobile.css file.
- Code: Select all
.gk-review .gk-review-sum {
border-right: none;
padding-right: 0;
width: 100%;
}
.gk-review .gk-review-partials {
padding-left: 0;
width: 100%;
}
.gk-review .gk-review-partial {
width: 50%;
margin: 10px 0;
}
We'll fix it wit the next theme update - thanks for your feedback.
What exactly do you change in the RSS look?
-
- Moderator
- GK User
- Mon May 02, 2016 4:47 pm
Hi, thank you!
Right now the Score looks like "6Overall 3Design 6.5SomeText" in the RSS-Feed, which is not really nice.
How can I cange it too something like: "Overall: 6 | Design: 3 | SomeText: 6.5"?
Right now the Score looks like "6Overall 3Design 6.5SomeText" in the RSS-Feed, which is not really nice.
How can I cange it too something like: "Overall: 6 | Design: 3 | SomeText: 6.5"?
-
- Fresh Boarder
- Joshua M
- Wed May 04, 2016 10:42 am
Please check the article about feed customization:
https://digwp.com/2012/10/customizing-wordpress-feeds/
https://digwp.com/2012/10/customizing-wordpress-feeds/
-
- Moderator
- GK User
- Thu May 05, 2016 9:33 am
Hi, well, I don't really know how to chang the RSS-output... Could you please help me?
-
- Fresh Boarder
- Joshua M
- Fri May 06, 2016 8:54 am
Hi,
We didn't add any template or anything connected with RSS output, so unfortunately if you want to change it -you have to implement it from the scratch. (RSS template).
Maybe it will be easier to add it into scores code "Overall: 6 | Design: 3 | SomeText: 6.5", then you can hide "|" characters with css, but I'm not sure if it will work properly. (The score shortcode may be found in Technews/shortcodes.php file).
We didn't add any template or anything connected with RSS output, so unfortunately if you want to change it -you have to implement it from the scratch. (RSS template).
Maybe it will be easier to add it into scores code "Overall: 6 | Design: 3 | SomeText: 6.5", then you can hide "|" characters with css, but I'm not sure if it will work properly. (The score shortcode may be found in Technews/shortcodes.php file).
-
- Moderator
6 posts
• Page 1 of 1