loyukfai
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Botiga] Widget Column Layout on TabletThe CSS codes actually seems to work, it certainly intereferes appearnce on desktop though by merging everything into one column.
Mobile works regardless.
Cheers.
- This reply was modified 3 months ago by loyukfai.
Forum: Themes and Templates
In reply to: [Botiga] Widget Column Layout on TabletThanks a lot! I tried making all 3 rows into a single column and adding the above CSS… it doesn’t seem to overflow into 3 columns even on desktop. It just becomes one long column.
For the image, I re-uploaded to https://postimg.cc/62cCvcKN
Cheers.
Let me look into it, I just disabled the options and refreshed but it remains the same.
I will try to find some time to look into it further this weekend.
Thanks!
Forum: Themes and Templates
In reply to: [Agnar] Add Post Categories on Featured Section?Thanks!!! I adjusted the relevant codes…
<div> <span class="featured-category"><?php the_category(' / '); ?> </span> <span class="featured-date"><i class="far fa-clock"></i> <?php the_time( get_option('date_format') ); ?></span> </div>
Forum: Themes and Templates
In reply to: [Dyad] Show Category & Date on Front PageYes, I switched to another theme.
Dyad is a very nice theme and I’m still using it on another website. ??
Seems no effect, besides, the stars signs are now incorrectly displayed as well…
They just become “ssssss”
- This reply was modified 6 months ago by loyukfai.
Forum: Themes and Templates
In reply to: [Dyad] Show Category & Date on Front Pagenever mind~
Forum: Plugins
In reply to: [Pangu JS] PHP NoticeHi anyone? ??
Forum: Themes and Templates
In reply to: [Newsmatic] How to hide author?never mind~
Forum: Themes and Templates
In reply to: [Agnar] Increase Font Size on MobileI googled and found the below page and added this CSS code, now it’s fine!
.entry strong {
font-weight: 700;
}https://wordpress.com/forums/topic/text-within-blog-post-is-not-showing-up-bold-like-i-formatted-it/
Thanks!!
Forum: Themes and Templates
In reply to: [Agnar] Increase Font Size on MobileI just tried…
Lato
Open Sans
PT Serifs
GeorgiaNo difference.
Forum: Themes and Templates
In reply to: [Agnar] Increase Font Size on MobileOK below codes partially solved the problem.
.entry p { font-size: 18px
}But the bold formatting is still no-go…
Edit: Found out only the Chinese text is having problem, the English text is totally fine…
- This reply was modified 6 months ago by loyukfai.
Forum: Themes and Templates
In reply to: [Agnar] Increase Font Size on MobileBesides, bolded text are not showing on mobile versions. But is fine on desktop.
P.S. They look ok when I preview on desktop though. But on actual devices they’re gone…
P.P.S. I tested on several mobile devices and the result is the same. Text is generally too small and bold formatting are gone.
Forum: Themes and Templates
In reply to: [Agnar] Hide Author in Posts?OK I created a child theme and deleted some codes from single.php and so now it works as intended. Not sure if it’s the right way to do so though.
Cheers.
Updating to 1.1.34 solved the problem, thanks!