Biplav
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Catch Responsive] Breadcrumbhello lynee,
The easier solution would be to go to the themes root directory => inc =>catchresponsive-breadcrumb.php => find and change the code fromadd_action( 'catchresponsive_after_header', 'catchresponsive_add_breadcrumb', 50 );to
add_action( 'catchresponsive_after_header', 'catchresponsive_add_breadcrumb', 9 );To save your personal customization please use child theme (check here).
Regards, bplv
Forum: Themes and Templates
In reply to: [Chicago] (CHICAGO THEME) Increasing Social Media Iconshello,
To increase your social icon size. Please go to theme customize => theme option => custom css and add the following code :sidebar .genericon {
font-size: 75px;
}regards,
bplvhello,
If your problem is already resolved, could you please mark the thread as resolved ?Thank you very much,
bplvForum: Themes and Templates
In reply to: [Simple Catch] Logo and Site Title/Tag Line are not Showinghello,
sorry for the late reply. But is the problem already fixed?
If not please feel free to post your queries.Regards, bplv
Forum: Themes and Templates
In reply to: [Simple Catch] Default Text Color Issuehello,
sorry for the late reply but your problems seem to be fixed already?
The texts are appearing black as you wanted and there seem to be no problemRegards,
BplvForum: Themes and Templates
In reply to: [Simple Catch] Forums No Longer Visiblehello,
Is your problem fixed already?
Because I am failing to see the problem that you addressed.If you do have any problem feel free to post it.
Regards,
BplvForum: Themes and Templates
In reply to: [Clean Journal] remove white spacehello,
In the themes folder directory/style.css, you could find an ID calledmasthead
and remove its padding to reduce the white space.
I recommend to make this tweak with a child theme to save all your custom features. To learn about how to create one check! HERERegards,
BplvForum: Themes and Templates
In reply to: [Tiny Framework] I Screwed Up The Header Codehello again ,
I was talking about the full header.php code. Not the code that is not being executed. Did you check if you missed any php tags or you used extra php opening tag?
Forum: Themes and Templates
In reply to: [Silvia] Main Menu not showing on mobile phone with Silvia Themehello,
Happy to hear that .
Your questions are always welcome here.
Forum: Themes and Templates
In reply to: Updating nav bar colourhello ,
you could add this custom css
.nav {
background: none !important;}
.prenav{
background-color : your desired background color;
}hope this helps.
Forum: Themes and Templates
In reply to: [Kyma] photo of userHello,
Yes you have to register in gravatar and use the same email address you used in gravatar in wp.org and your backend to get your image in this forum and also your backendForum: Themes and Templates
In reply to: [Kyma] Blog configurationhello,
Please go to your admin panel => appearance => customize => static front page => check the “a static page button if it is not checked” => finally select the front page as the page you want to display at the front and blog page as the page you want to show your blog postsyou can see more information here. Here
Thankyou ,
BplvForum: Themes and Templates
In reply to: [Cubic] Front page more photos to be listedhello,
you could go to your admin panel => settings => reading =>Blog pages show at most to your desired number.
hope it works,
bplvForum: Themes and Templates
In reply to: Strange white spacehello,
If you want to fix the error very bad you could remove this line of code
`<div class=”mobile-bg-fix-img-wrap”>
<div class=”mobile-bg-fix-img” style=”width: 1133px; height: 767px; background-image: url("http://www.hoogbloeiers.nl/wordpress/wp-content/uploads/2015/10/achtergrond-hb.gif"); background-size: auto; background-position: 50% 0%; background-repeat: repeat;”></div>
</div>`That could be in your themedirectory=>index.php or front-page.php or content.php`