ridwanibrahim
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Help creating child themeAh that’s very useful, I appreciate the tip.
Forum: Themes and Templates
In reply to: Help creating child themeGood point, it’s just that I don’t think they’ve responded in a fortnight or so.
I’ll wait, thanks.
Forum: Themes and Templates
In reply to: Help creating child themeHave done. It’s like tumbleweed there.
Forum: Fixing WordPress
In reply to: How to increase text font size of posts onlyThanks.
I’ve managed to do it by adding this to my child theme
.site-content { font-size: 11px; font-size: 1.1rem; }
The problem is that this also increases the size of the entry meta (post date and number of comments below the title.)
I tried to add
.entry-meta { font-size: 9px; font-size: .9em; }
but this had no effect…
Forum: Plugins
In reply to: [Post Reading Time] Show to hide 0 minutesI’d also like to know this.
At present when the reading time is under a minute by default it says:
ESTIMATED READING TIME: 0 MINUTES LESS THAN A MINUTE READ
I’d like to know how to remove the beginning part so for <minute reads it only displays:
LESS THAN A MINUTE READ
I agree. I think the ‘Powered by Sumome’ tab that appears on the List Builder popups and the same for the Highlighter is enough credit for free users.
The blue tab is an annoyance.
I’ll let the experts answer this question properly, but I don’t think it’s possible to remove it, probably since it’s a free service to use.
In terms on content optimisation, most users gravitate towards the right hand side of a page – it’s why most social network (eg facebook) functions, calls to actions and sidebars are on the right hand side and why magazines/newspapers charge more for ads on right hand side pages. So to make the blue tab less obtrusive it may be best to move it to the bottom left (change its location in settings). Of course this is all dependent on your site’s design.
Forum: Fixing WordPress
In reply to: Full post not showing even after deleting Read More tagDamn that was frustrating. My error was not putting in the
<?php endif; ?>
before.Works like a charm. Thanks.
Forum: Fixing WordPress
In reply to: Full post not showing even after deleting Read More tagI tried that but get a php error on the post page.
Would it help if I posted the codes from content-single.php and content.php. It’s probably a case of my code placement but I’ve tinkered with it and can’t seem to figure it out.
Forum: Fixing WordPress
In reply to: Full post not showing even after deleting Read More tag@alchymyth Your solution worked, excellent. Thanks!
However now there’s another problem. On the homepage, the featured image shows above the text of the post, however when I click on the post itself only the text shows (I previously had an inserted image above the text and a featured image, but that meant both images were shown above the post text on the homepage).
How do I make it so the featured image shows above the post text when I click through to the actual post?
Forum: Fixing WordPress
In reply to: Full post not showing even after deleting Read More tagI’m not using a caching plugin.
When I make other edits they do show up.
I tried the same thing with the ‘AND A TEST ONCE AGAIN…’ post and couldn’t replicate the problem. When I added a Read More tag an excerpt showed on the homepage, and when I removed it it displays fully again.
The weird thing is that with the ‘TESTING THIS OUT TO SEE WHAT HAPPENS’ post, there isn’t even a link on the homepage saying ‘Read More’. I suspect it has something to do with the post having a thumbnail. I’ll try alchymyth’s solution and report back.
Forum: Fixing WordPress
In reply to: Full post not showing even after deleting Read More tagNo, there’s nothing in the excerpt box.
I even switched to text view to make sure there were no Read More tags in HTML.
Baffling…
Forum: Fixing WordPress
In reply to: Reduce space inside borderExcellent, that worked.
Thanks