Styled Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pure & Simple] Remove "category" from line under post titleHi there,
Bring puresimple_posted_on() function in child theme functions.php file and remove this code:
//displaying author and category in home page if(is_home()){ echo '<span>'; echo ' '.__('Category:','pure-simple').'<span class="">'.' '.get_the_category_list( __( ', ', 'pure-simple' ) ).' </span>';} }Thanks
Forum: Themes and Templates
In reply to: [Lavish] tagHi meetjillmorris,
First you need to know which page template is triggered. Then you need add <hr id=””> tag in appropriate page template.
It seems you had assigned LEADERSHIP PHILOSOPHY page as a front page, so you need to add <hr> tag in page.php
see Template heirarchyNote: Please use child theme to add custom css, otherwise your changes will be lost on theme update.
Thanks
Forum: Themes and Templates
In reply to: [Lavish] Mobile menu for child themeHi there,
Sorry for Inconvenience.
First you need to make sure that you have chosen Theme locations(primary Menu) of child theme.And also checked whether you have created child theme as per the wordpress.org standard. How to create child theme
ThanksForum: Themes and Templates
In reply to: [Pure & Simple] Navigation menu colourHi There,
We hope you got the solution of your issue, if not then please let us know.
As well as @nemanjac thank you for the solution.Thanks
Hi There,
If you want to hide default content from theme then you can follow the following steps:
Go to Dashboard => Appearance => Customize => Basic Setting => And click in the Hide default content from theme => Then save it.And regarding the Warning issue could you please mention the link of your site, so that it will be easy to both of us to find the solution asap.
Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] Option to upload logo?Hi There,
Please follow the following steps to fix your issue:
Go to Dashboard => Appearance => Customize => Site Title & Taglines => Site Identity => Then you can upload your logo there and save it.We hope this will be helpful to you if not, then please let us know.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Export Theme SettingsHi There,
We didn’t get your reply since two weeks. We hope you got the solution of your issue.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Move mobile menu up to bottom of header photoHi There,
We didn’t get your reply since two weeks. We hope you got the solution of your issue.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Mobile menu to Full Screen Menu BugHi There,
We didn’t get your reply since two weeks. We hope you got the solution of your issue.
Thanks
Hi There,
We didn’t get your reply since two weeks. We hope you got the solution of your issue.
Thanks
Forum: Themes and Templates
In reply to: [Luminescence Lite] Can't change the sub nav-menu backgroundHi There,
It seems that you have change your site to another theme, so sorry we couldn’t provide you support if you want the support, then you need to use our theme. So, sorry we hope you understand.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Mobile sub menu issueHi There,
We check our site and it work fine here, so could you please check once and it may be conflict of plugin also as well as please create the new menu also, so please check once.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] How do I change the banner image?Hi There,
Could you please mention the link of your site. And Firstly upload the image in Media Library and select the image where you can find image url in right side of image, then copy the url and paste in the widget same as which we have provided to you above. And regarding the width and height, you can manage with the css also or you can use like this also in the widget
<img src=”Image url” alt=”image name” width=”100%” height=”50%”/> and regarding iCloud Drive, could you please explain more about it.Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Export Theme SettingsHi There,
You can use the WordPress import and export plugin to transfer your site.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Page width, website widthHI There,
If you need the another pages as different as other in width, then you need to edit the core file or you need to customize the theme because this feature is not available in our theme.
Thanks