Styled Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Flat Responsive] smaller size for hearder picture possible?Hi there,
We recommend you simple custom CSS plugin to add custom css. Here is the link for this:
https://wordpress.org/plugins/simple-custom-css/
Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] smaller size for hearder picture possible?Hi Fredius,
It seems you had placed small header image so that browser itself repeating image to cover container of header image.
If you want to keep header image small with no repeat condition then you need to add some custom css.
#fr-banner { background-repeat: no-repeat; }For more reference : http://www.w3schools.com/cssref/css3_pr_background-origin.asp
Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] News items exceed the body size?Hi there,
Please add this css on child theme style.css file to remove unnecessary boundary:
.fr-content { margin-right: 0 !important; margin-left: 0 !important; }Note: Using child theme to add custom css will prevent your changes to lost on theme update.
Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] Flat Responsive&woocommersHi jacky_K,
May be woocommerce.php template is overwriting your changes. So first check by disabling woocommerce.php templates.
Hope this works for you.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Transparent logo with Header Text overlayHi there,
You can manage such requiremt using opacity property of css on header image and site title Here is the reference http://www.w3schools.com/cssref/css3_pr_opacity.asp
Hope this works for you.
Thanks
Hi upennsyz,
Could you please provide us on more detail about the first issue with screen shot.
Regarding to frant website , there he had used box model with page width 1200px and with body background image.
For this go to dashboard -> appearance -> customize -> basic setting -> page width -> smaler width1200px
For the background image go to dashboard -> appearance -> customize -> backgorund image -> add background image for the body background
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Main menu lists not showing in MobileHi dfcooper2,
We hope you got the solution of your issue.
Here is reason why the top menu need to be put on # link:
If you place # link then on laptop or bigger screen you can see the submenu on hover, which will provide easy accessibility for the user.
As on mobile devices there is no any hover features. Only click event is used on mobile devices. As to make top menu clickable you need to keep double click condition or some condition which will makes top menu works after the sub menu is appeared. This method is not the good practise.
Still if you need to implement those ideas then you need to customize puresimple-extras.js templated bringing on child themes.
Hope this clearifies your doubt.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] HUGE default image and Pure & Simple blurbHi Christina,
We are really thankful to you, for your tutorial and we hope all the theme user got the solution of your issue, if not then please let us know, so we will resolve this support topic after two days, if anyone have similar issue, then we are here to help you. We hope you all understand.
And again thanks to Christina.Thanks
Forum: Themes and Templates
In reply to: [Lavish] Header image disappearedHi there,
It seems you had placed breadcrum section above the banner image so your page title is overlapping.
<div class="style_breadcrumbs lavish_header_none"> <div class="container"> <div class="row"> <div class="col-md-4"> <h1>Blog</h1> </div> <div class="col-md-8 breadcrumb_items"> </div> </div> </div> </div>And for the kind inforamtion we are already on lavish version 1.3.0 version,please update to latest version
Be sure you had placed back-up of your site, because on updating theme latest version, your changes on core will be overwrite by new theme .
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] problem with blog layout optionsHi asvecova,
This setting just works when index.php templates will triggered. It seems you had placed static page as your homepage so those setting is not working out theme.
You can select page template from edit screen of pages to show right and left sidebar or no sidebar
Let us know if this answered your question or not.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Main menu lists not showing in MobileHi there,
You have placed submenu on surveys and about pages. This menu should be provided a custom links not page links. For this
Go to dashboard -> appearance -> menus -> find custom links on left corner -> then add # URL field of same section -> finally add those menu on top menu with sub menu inside it.
Hope this helps you.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Header image size?Thanks stbedesantafe for your suggestion we will surely make changes on next update.
Thank once again
Hi there,
Please add this css on child theme style.css file to fix your issue:
.woocommerce-page #page .content-area #sidebar { display: none; }Thanks
Hi MoDmkd,
We are really sorry to say that this doesn’t comes in support policy. If you need any information on our theme setting or any bug you found then we are here to help you.
For the customization you need to hire developer, who can assist you on every changes.
Hope you understand.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] problem with blog layout optionsHi asvecova,
We had fixed those error , and we wonders how those stuff is not working our there. First make sure you are using Blog left or right sidebar widgets in order to work those blog setting of customizer.
We looks forward for your response.
Thanks