Richie KS
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [MesoColumn] H1 tags and title issueyou do not need to add h1 HTML in the “enter title here”, when writing content, just add your text title in the write post/page title box. see pic.
https://i0.wp.com/ww.wp.xz.cn/support/files/2018/10/add-new-post.png?resize=1275%2C876&ssl=1
example instead of this
<h1>my title heere</h1>just add this
my title hereForum: Themes and Templates
In reply to: [MesoColumn] A little changeHi Dan, could you pastebin your header.php
can’t figure why there meta char in header code.
<header class="iegradient" id="header"><meta charset="euc-kr"><!-- what is this-->Forum: Themes and Templates
In reply to: [MesoColumn] It’s reliable to use mesocolumn nowadays?so far so good. you know what they say, if it ain’t broken, don’t touch it..hahaha
check the main theme demo site, it always uses most updated wp and plugins etc..
Forum: Themes and Templates
In reply to: [MesoColumn] A little changetry this https://www.tipsandtricks-hq.com/how-to-fix-the-character-encoding-problem-in-wordpress-1480
open wp-config.php and see if this code exist
define('DB_CHARSET', 'utf8');Forum: Themes and Templates
In reply to: [MesoColumn] Hide category description from menu categorieswith custom menu, you can add/shorten description or completely remove it.
Forum: Themes and Templates
In reply to: [MesoColumn] Hide category description from menu categoriesbest way is setup a custom menu and set it as primary. or add to css
#main-navigation .sf-menu a span.menu-decsription { display: none; }Forum: Themes and Templates
In reply to: [MesoColumn] Font Preload Mesocolumnyeap, font-display: swap; will take off few sec from google speed test. noted this incase update on mesocolumn needed, thx
solved through email
solved through support email.
Forum: Themes and Templates
In reply to: [MesoColumn] A little changeoh wait..this is echoing inside header class…why is that??
Forum: Themes and Templates
In reply to: [MesoColumn] A little changeopen header.php line 9 i think
<meta charset="<?php bloginfo( 'charset' ); ?>" />edit this
<?php bloginfo( 'charset' ); ?>
to
utf-8yeap, the archive paga thumbnail is still using the original size of the featured thumbnail, didn’t resize so it use it there. loading time will suffer tho.
not sure why it didn’t resize tho when upload gif into wp media.
i tried upload few gif and some fail, some good, really not sure. maybe it has to do with the gif width height dimension.
actually you can, just set the gif as ‘featured image’ in write post.
but cannot on thumbnail, the wp resize it and the gif will not work anymore.solution would be go to customizer->homepage featured categoty->layout and style->choose all medium
like this demo
http://demo.dezzain.com/archive or category page use thumbnail too so no go on there.
hi, although i replied on email
but do you check on yoast seo support for this issue
i think its their shortcode for image [tags] is conflict etc..not echoing the
cirrect code.Forum: Themes and Templates
In reply to: [MesoColumn] Startpage only excerpts for posts@consultant0service
emailed. check email respond.