Styled Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pure & Simple] How to activate the Sticky Menu option?thanks for reporting the issue, we will take a look at fixing it.
Forum: Themes and Templates
In reply to: [Pure & Simple] Media queries for header image/logo?You can create a media query to apply different CSS properties for mobile screens but that won’t change your logo image. For that you would need to make changes to template files as well. If you want to do that I recommend using a child theme to preserve your changes after updates.
Forum: Themes and Templates
In reply to: [Pure & Simple] Warning – metabox/init.phpThe newer versions have license key integration which shows you update notifications. Consider renewing your subscription to get access to the latest version and support.
Forum: Themes and Templates
In reply to: [Pure & Simple] Warning – metabox/init.phpHello Lars,
I checked your site and you seem to be using a very old version of the pro theme.
You are on 1.4.4 and latest version is 4.4.5
Please update and your issue should be sortedForum: Themes and Templates
In reply to: [Pure & Simple] Change search icon color?you can use this:
.search-icon { fill: #FFFFFF; }
Forum: Themes and Templates
In reply to: [Pure & Simple] Left align logo and site title?There’s no option to display all 3 together. It’s either logo, OR site title+tagline.
If you want to display all 3 you would need to custom code your own header through a child theme.Forum: Themes and Templates
In reply to: [Pure & Simple] Font and Imageshello Ian,
yes, there is quite extensive font options in the pro version, see the customizer https://prntscr.com/pqtsji
in general you can add videos and images with any theme, that’s standard WP feature.
look at Customzer / Basic settings / “Hide default content from theme” to remove homepage demo content
Forum: Reviews
In reply to: [Flat Responsive] Not responsiveOkay, so you had no time to contact the support but you seem to have plenty of time leaving negative reviews. That tells a story.
This theme works well for many users without any responsive issues. Perhaps if you did let us assist you it would have worked for you as well.Hope you find another theme that you can work with.
Forum: Reviews
In reply to: [Flat Responsive] Not responsiveThe theme is fully mobile responsive. Perhaps if you contacted us first (which you didn’t seem to bother with) with any issues you had we could have assisted you via the support forums.
Forum: Themes and Templates
In reply to: [Flat Responsive] Header image does not resize for smartphonesTry displaying the image in the “Banner Wide” sidebar with an image widget like this https://prntscr.com/owvbgn that should solve the issue.
Forum: Themes and Templates
In reply to: [Flat Responsive] WordPress Mobile Menu NavbarI think you posted in the wrong forum – you have a different theme active on your site, not Flat Responsive.
Thanks for reporting the issue. Will look into it and fix for the next version.
Hello @philip2041,
All hidden text is not considered misleading.
For instance; Reference for hidden texts and linksPlease see the result and let us know.
Note: We don’t recommend you to modify the parent theme unless you’re performing any updates.
Thanks!
Hello @philip2041,
Here’s a tweak you can make;
1. Undo the changes inside content-single.php
1. Add the following CSS inside Customize>>Additional CSS;.single-post time.entry-date.published { display: none; } .single-post time.updated { display: inline; }
2. Go to pure-simple/inc/template-tags.php and modify Published On to Updated On as follows;
Insidefunction puresimple_posted_on() {....}
$posted_on = sprintf( __( 'Updated on %s', 'pure-simple' ), '<a href="' . esc_url( get_permalink() ) . '" rel="bookmark">' . $time_string . '</a>' );
Note: You can build the template tag of your own. We don’t recommend you to make changes in the parent theme unless you’re updating the theme or applying hooks in child theme. It’s because the changes lost upon further theme updates.
Thanks!
- This reply was modified 5 years, 5 months ago by Styled Themes.
- This reply was modified 5 years, 5 months ago by Styled Themes.
Forum: Themes and Templates
In reply to: [Celestial - Lite] Container around logo whiteHello @zinctwentyone,
Could you please share us your site url and locate the issue and changes you want to make?
Thanks!