Styled Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Preferential Lite] Banner ImageHi nppbc,
Sorry for the trouble, we will soon release our theme fixing this issue, most probably today.
Thanks for your cooperation, we really appreciate your comments and patience.
Thanks
Forum: Themes and Templates
In reply to: [Sleeky] sleeky ThemeHi Nanotechai,
sure you can use it, but could you please tell us where do you want to keep it? Do you want in the Banner Section? you can keep the video with the help of revolution slider or you can use code like this
<iframe width="560" height="315" src="https://www.youtube.com/embed/GocNWQkG6pg?list=RDI1kWiTVDVlQ" frameborder="0" allowfullscreen></iframe>
We hope you understand.We look forward to your respond.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] How to reduce the height of the bannerHi Irenepv,
Could you please mention the link of your site also, so that it will be easy to both of us to find the solution asap. We hope you understand.
We look forward to your respond.
Thanks
Forum: Themes and Templates
In reply to: [Preferential Lite] Banner ImageHi There,
If you do not want to keep the banner image in any pages, then you can follow the following steps to fix your issue:
Go to Dashboard => Appearance => Widget => Banner => And keep the text widget inside the banner widget and do not keep the content and title in the widget => Then 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] Size of Header and Titlesyes they do, but on the certain size only because they are wrap on certain container which stops title and content to expand more than their limit
Thanks
Forum: Themes and Templates
In reply to: [Scripted] Getting blank page after making an updateHi there,
That is really strange issue, first be sure you had developed child theme as per the WordPress standared. Here is the link for the same:
https://codex.wordpress.org/Child_ThemesAnd also check if you had done any custom changes on page.php file of child theme.
looking forward for your response.
Thanks
Forum: Themes and Templates
In reply to: [Scripted] Images not loadingHi there,
We have checked our theme, but could not got such error. Image is displaying on front end. Some other css may conflict on this things. So you can try by deactivating plugin or other external js or css library.
Le us know how it will goes.
Forum: Themes and Templates
In reply to: [Pure & Simple] Size of Header and TitlesHi there,
If you want to reduce the header height you can take this example:
.header-box { height: 84px; }Let us know if we understanding fully or perhaps this is not what you meant for.
Thanks
Forum: Themes and Templates
In reply to: [Preferential Lite] Banner ImageThere is no any required condition to keep banner image on every pages. As soon you placed widgets on banner area you default banner will be removed.
if still you are facing the same problems please provide your site url so we can check the exact issue.
Thanks
Styled ThemesForum: Themes and Templates
In reply to: [Pure & Simple] How to reduce the height of the bannerHi there,
You can add this css on child theme style.css file to reduce the height of banner image;
#page-banner img { height: 400px; }You can change height property as per your requirement
Note: using child theme stle.css file to add custom css will prevent your changes on theme update
Thanks for contacting Styled Themes
Forum: Themes and Templates
In reply to: [Pure & Simple] The Pure and Simple Theme and Header locationHi there,
If header image doesn’t solve your issue, you can place text widgets on banner widgets areas which will display your image just below the navigation section.
for this add following img tag on content area of text widgets:
<img src=”url of image” />You can url of uploaded image on media library when you click on particular image.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Change Casing in MenuHi there,
Please add this css on child theme sytle.css file to fixed your issue:
.nav-menu li a { text-transform: lowercase; }for reference you can see this article http://www.w3schools.com/cssref/pr_text_text-transform.asp
Hoping positive response from your side.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Color Settings not savingHi there,
We had found bug on our theme, we will soon fixed on next update. Now you can use this following css to fix your issue:
.widget-title { color: #541515; }Note: Please add this custom css on child theme style.css template, otherwise your changes will be lost on theme update.
Thanks for contacting Styled Themes
Forum: Themes and Templates
In reply to: [Pure & Simple] testimonial stylingHi there,
To syle your portfolio section you can take help from blog-style.php template. As Blog page use same template for styling.
if you got any problems on theme setting or if found bug we will more than glad to assist you.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] hide the date of the post on the main pageHi there,
You can add this css on child theme style.css file to hide posted on from blog page
.home.blog .posted-on { display:none; }Thanks