Styled Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pure & Simple] Header Cut OffHi There,
Please use the following css to fix your issue:
@media screen and (min-width: 1200px) { .header-inner{ padding: 5rem 0 2rem 0 !important; } }NOTE: Please use the custom css plugin or child theme style.css to write the css.
And you can adjust the padding as per your desire, we have kept it 5rem, so you can increase/decrease 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] link in the headerHi There,
Could you please mention the link of your site also and do you want to make that when you click in logo then you need to go to home page or What? We are really sorry for the question but we are little confused about your issue. We hope you understand.
We look forward to your respond.
Thanks
Forum: Themes and Templates
In reply to: [Encounters Lite] Not all widgets workHi There,
We have fixing this issue in our latest version(2.5.1), so please the latest version, and please do not forgot to select the page template to use the Widget. We hope you understand.
We look forward to your respond.
Thanks
Forum: Themes and Templates
In reply to: [Encounters Lite] "Continue Reading" Button not showing up…Hi There,
We didn’t get your reply since one week. We hope you got the solution of your issue.
Thanks
Hi There,
We are going to update our theme with fixing the issue of right and left sidebar, so please use the latest version. If you face any problem, then please let us know.
Thanks
Forum: Themes and Templates
In reply to: [Circumference Lite] Circumference Lite Child Theme SearchformHi There,
We didn’t get your reply since one week, We hope you got the solution of your issue.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] link in the headerHi There,
Please follow the following steps to fix your issue:
Go to Dashboard => Appearance => Customize => Static Front page => And select in “A Static page” then in Front Page which page do you want to show keep it 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] Header Cut OffSure, we look forward to your respond.
Forum: Themes and Templates
In reply to: [Circumference Lite] Cloning Home Page OnlyHi Paul,
We are really sorry to inform you that, we are little bit confused about your issue, so if you want to keep your slider in home page only and in other pages you want to keep the different banner image then you can follow this link to fix your issue https://www.youtube.com/watch?v=vrEwgcH44KA https://www.youtube.com/watch?v=El0SWV10a0U
Please let us know if we are understanding you fully or if perhaps this is not what you meant.
We look forward to your respond.
Thanks
Forum: Themes and Templates
In reply to: [Encounters Lite] Display articles on blog post pageHi swjack14,
The code given above should be palced on functinos.php file. It seems you want to display articles instead of post so you need to keep search condition. Here is the link :
https://codex.wordpress.org/Plugin_API/Action_Reference/pre_get_posts on this same post you can see IncludeCustom Post Types in Search Results
this section that may help you.
If you got any queries regarding to our theme setting,please do consult us. We will be more than happy to assist you.
Forum: Themes and Templates
In reply to: [Pure & Simple] Header Cut OffHi There,
You can just keep the link here. We hope you understand.
Thanks
Forum: Themes and Templates
In reply to: [Luminescence Lite] Adjust sidebarYou are welcome.
Hi DanBurt,
We visited your site and it seems that your issue has been fixed, if not then please let us know.
Thanks
Forum: Themes and Templates
In reply to: [Preferential Lite] Hide Page Titles not workingHi There,
We have fixed this issue in latest version, so please use it and please let us know if problem still exist or not?
Thanks
Forum: Themes and Templates
In reply to: [Luminescence Lite] Adjust sidebarHI there,
You can use this css on child theme style.css file to fixed your issue.
#left-column, #right-column { float: right !important; } #content-right { float:left; }Let us know if you got any problems on this.
Thanks