jaywordpress
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: why it is not using for slidebar_layout@jakept my theme is WP-store
Forum: Fixing WordPress
In reply to: why it is not using for slidebar_layout
Forum: Fixing WordPress
In reply to: why my template layout was not use@luckychingi get_sidebar is appropriately referenced ,where find it ,”functions.php”?
Forum: Fixing WordPress
In reply to: why my template layout was not usered square sentences is “righr sidebar <br/>(defult)”
Forum: Fixing WordPress
In reply to: why is my blog Thumbnails image was blurry@wbcomdesigns e… my web build in location
Forum: Fixing WordPress
In reply to: How to achieve a category in one pagewhy about this building web platform(shopify、wordpress…),don’t to achieve Features,like “<iframe>”
Forum: Fixing WordPress
In reply to: Breadcrumbs page title hide titleWP_store
Forum: Fixing WordPress
In reply to: Breadcrumbs page title hide titleyes!i have over this question, in css file,add “.page-title{position:relative;display:none;}”,then change “page.php” file,change
<?php
if ( is_single() || is_front_page() ){
the_title( ‘<h1 class=”page-title”><span>’, ‘</span></h1>’ );
}
to
<?php
if ( is_single() || is_front_page() ){
the_title( ‘<h1 class=”posts
-title”><span>’, ‘</span></h1>’ );
}
back “style.css” file ,add post-title > span{position:relative;}Forum: Fixing WordPress
In reply to: Breadcrumbs page title hide title
Forum: Fixing WordPress
In reply to: how to change plugin‘s’ content(Chinese to English)i want change”阅读更多”to”READ MORE”
Forum: Fixing WordPress
In reply to: how to remove homepage titleyes!add code display:none in “style.css”
Forum: Plugins
In reply to: [WooCommerce] How to add a menu to product pageThe same question!