Richie KS
- Member Since: January 25th, 2007
- Malaysia
- www.dezzain.com
- Owner and Chief Senior Developer at DEZZAIN
- @rkcorp on WordPress.org
- Theme Developer
Bio/Description
Interests
WordPress Origin Story
-
Posted a reply to Thumbnails not visible on homepage displaying all posts, on the site WordPress.org Forums:
try resave your customizer, and maybe enable customizer->posts->enable first grab image16 hours ago
-
Posted a reply to the future, on the site WordPress.org Forums:
its still work and compatible with latest version of wp. no worry. as for updates,…16 hours ago
-
Posted a reply to Logo becomes extremely large!, on the site WordPress.org Forums:
add this to customizer custom css @media only screen and (min-width: 1440px) { #custom-img-header img…2 weeks ago
-
Posted a reply to Caption text appearing as first line in article excerpts, on the site WordPress.org Forums:
open lib/functions/theme-functions.php and edit the functions dez_get_custom_the_excerpt() to function dez_get_custom_the_excerpt($limit='',$more='') { global $post; if($limit ==…1 month ago
-
Posted a reply to Add the featured image to the top of each single post page, on the site WordPress.org Forums:
sometime this happen when the custom css you added in customizer->additional css or the theme…2 months ago
-
Posted a reply to Strange problem with Mesocolumn, on the site WordPress.org Forums:
its cause by the slider, disable it or setup it properly in customizer.2 months ago
-
Posted a reply to Add the featured image to the top of each single post page, on the site WordPress.org Forums:
try add this to custom css img.avatar { max-width:48px;height:auto; } for the header image height…2 months ago
-
Posted a reply to Main page body, on the site WordPress.org Forums:
no need to add widget there, just add this to functions.php function meso_add_custom_intro_text() { ?>…2 months ago
-
Posted a reply to Footer Help, on the site WordPress.org Forums:
add this to custom css for the vertical hor nav .footer-right ul {width:100%;float:left;} .footer-right ul…2 months ago
-
Posted a reply to mobile menu got stuck on the first page, on the site WordPress.org Forums:
how about a screenshot?2 months ago
-
Posted a reply to mobile menu got stuck on the first page, on the site WordPress.org Forums:
can't really tell without a live site preview...2 months ago
-
Posted a reply to Strange problem with Mesocolumn, on the site WordPress.org Forums:
need to go to customizer->homepage featured category->design and layout->edit the excerpt number to refresh the…2 months ago
-
Posted a reply to Add the featured image to the top of each single post page, on the site WordPress.org Forums:
ok, i don't background full image is not possible. try this. remove the previous code…2 months ago
-
Posted a reply to Add the featured image to the top of each single post page, on the site WordPress.org Forums:
try add this to functions.php function meso_add_feat_img_single() { if ( has_post_thumbnail() && is_single() ) {…2 months ago
-
Posted a reply to Don’t collapse mobile menu, on the site WordPress.org Forums:
try add this to custom css @media only screen and (max-width:770px) { #custom #top-navigation .sf-menu…2 months ago
-
Posted a reply to Weird Slider, on the site WordPress.org Forums:
#slider something is conflict with the wp built-in jquery, in console, it showing the error…2 months ago
-
Posted a reply to Menu not full width, on the site WordPress.org Forums:
try change a bit, the num remove_action(‘bp_inside_container_wrap’, ‘meso_add_primary_nav’,20); add_action(‘bp_before_container_wrap’, ‘meso_add_primary_nav’,25); higher if still not working…2 months ago
-
Posted a reply to Single Product Price CSS, on the site WordPress.org Forums:
need to see live site to check source code.2 months ago
-
Posted a reply to Gap between thumbnail/Please update the plugin., on the site WordPress.org Forums:
you need to disable slider in customizer, or setup the slider properly, this won't happen…2 months ago
-
Posted a reply to Menu not full width, on the site WordPress.org Forums:
try add num order to remove_action('bp_inside_container_wrap', 'meso_add_primary_nav'); like this remove_action('bp_inside_container_wrap', 'meso_add_primary_nav',10); add_action('bp_before_container_wrap', 'meso_add_primary_nav',20);2 months ago
-
Posted a reply to Single Product Price CSS, on the site WordPress.org Forums:
the price tag seem fine to me in demo, did you add any custom css…2 months ago
-
Posted a reply to Menu not full width, on the site WordPress.org Forums:
add this to custom css #custom-img-header img {width:100%;height:auto;} and add this to functions.php or child…2 months ago
-
Posted a reply to Gap between thumbnail/Please update the plugin., on the site WordPress.org Forums:
this should be ask in plugin forum. what plugin you refer to?2 months ago
-
Posted a reply to MesoColumn update, on the site WordPress.org Forums:
there will be update soon but not much changes.2 months ago
-
Posted a reply to Sticky Primary Menu and underscore color control, on the site WordPress.org Forums:
any live site i can check?3 months ago
-
Posted a reply to Sticky Primary Menu and underscore color control, on the site WordPress.org Forums:
try edit the category that you have in custom menu. example wp-admin->posts->category->your category->edit color3 months ago
-
Posted a reply to Sticky Primary Menu and underscore color control, on the site WordPress.org Forums:
add this to functions.php for sticky main nav https://pastebin.com/yHaNaBE0 you need to use custom menu…3 months ago
-
Posted a reply to Slider stopped working, on the site WordPress.org Forums:
might be js conflict by plugin, you can test the slider enable and activate plugin…3 months ago
-
Posted a reply to otice: Undefined index: page_color, on the site WordPress.org Forums:
sure, will try update it when its available.3 months ago
-
Posted a reply to Photo dimensions, on the site WordPress.org Forums:
try add this to custom css, adjust the height until it fit. #custom #post-related .feat-cat-meta…3 months ago
-
Posted a reply to otice: Undefined index: page_color, on the site WordPress.org Forums:
try replace the mesocolumn/lib/functions/color-functions.php with this //cdn.dezzain.com/1/2018/01/color-functions-meso-1.7.zip3 months ago
-
Posted a reply to Photo dimensions, on the site WordPress.org Forums:
open mesocolumn/lib/templates/related.php and edit this code <?php echo dez_get_featured_post_image($thepostlink, "</a>", 250, 250, "aligncenter", "thumbnail",dez_get_image_alt_text(),the_title_attribute('echo=0'), false);…3 months ago
-
Posted a reply to Slider Re, on the site WordPress.org Forums:
originally the slider auto 100% width auto height the slider image, it must have been…3 months ago
-
Posted a reply to Slider stopped working, on the site WordPress.org Forums:
i see you remove or disable the slider, can't really check what's wrong without the…3 months ago
-
Posted a reply to Photo dimensions, on the site WordPress.org Forums:
post text article width, around 700-800px width i think. then again its built with responsive…3 months ago
-
Posted a reply to Photo dimensions, on the site WordPress.org Forums:
the featured image use your own set of setting dimension on media. so any size…3 months ago
-
Posted a reply to Slider Re, on the site WordPress.org Forums:
try remove the image slider auto 100% width, add this to custom css #custom .jdGallery…3 months ago
-
Posted a reply to Full width, on the site WordPress.org Forums:
add this to functions.php function meso_remove_slider_action() { remove_action('bp_before_blog_entry','meso_add_featured_slider'); } add_action('init','meso_remove_slider_action'); function meso_add_slider_header() { add_action('bp_inside_container_wrap','meso_add_featured_slider',20); }…3 months ago
-
Posted a reply to Slider stopped working, on the site WordPress.org Forums:
seem to be working fine in my end, using the same url link from your…4 months ago
-
Posted a reply to advertisement option is not working for me, on the site WordPress.org Forums:
#.Wj2cq0mWaM8 this is the social plugin tracking parameter, you might be able to disable it.4 months ago
-
Posted a reply to advertisement option is not working for me, on the site WordPress.org Forums:
script code did not supported. you need to use shortcode in order to use it…4 months ago
-
Posted a reply to Banner disappeared, on the site WordPress.org Forums:
the problem not the theme, its the image url like this hxxp://box5109.temp.domains/~maucerig/wp-content/uploads/2017/09/Chloe-mauceri-volleyball-HEADER-round-2.jpg comes up with…4 months ago
-
Posted a reply to Odd issue with Excerpts on the Homepage, on the site WordPress.org Forums:
need to update the excerpt number customizer->homepage featured category->design and layout->exceprt count->chnage it to 30…4 months ago
-
Posted a reply to title issue, on the site WordPress.org Forums:
i see its fix already. what's the cause?4 months ago
-
Posted a reply to title issue, on the site WordPress.org Forums:
both issue cause by plugin. yoast seo and the social plugin (#xxxx). need to recheck…4 months ago
-
Posted a reply to Undesirable language choice appears on page & text widget, on the site WordPress.org Forums:
seem like some kind of plugin, do you have any language translator related plugin install?…4 months ago
-
Posted a reply to Product image doesn’t appears in the shop (WC), on the site WordPress.org Forums:
something is causing the opacity on the image to 0. try add this to custom…4 months ago
-
Posted a reply to How to make Slider displays my recent post & change the Navigation Menu Color?, on the site WordPress.org Forums:
#menu color you need to setup custom menu for appeareance->menus->location->primary each menu item color can…5 months ago
-
Posted a reply to Tabber Error, on the site WordPress.org Forums:
after you fill the item inside widgets->tabbed sidebar, you need to drag the item 'tabber'…5 months ago
-
Posted a reply to Delete this notification, on the site WordPress.org Forums:
go to customizer->general->post->disable comment notice.5 months ago
-
MesoColumnActive Installs: 10,000+