Styled Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Lavish] Move navigation section some pixels downHi There,
We are really sorry to inform you that this feature is only available in pro version via the customize option. We hope you understand.
Thanks
Forum: Themes and Templates
In reply to: [Scripted] page content not displayingHi There,
Could you please mention the link/page in which content are not displaying, if you are referring to home page, then you need to select home in page template. We hope you understand, if not then please let us know.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] trapped! customizations vanishingHi Starhorsepax2,
You mean to say is after using background image feature from customizer your setting is all removed.We don’t think there is any problems on our theme. We had checked our theme placing background image and no any error comes up.
You might have done some mistake while migrating your site. And also you can check by switching permalink issue.Let us know if we are understanding fully or perhaps this is not what you meant for. We will be more than glad to assist you.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] "Read more" in Italian.Hi AJuujarvi,
To show image on selective blog:
You can use text widgets on banner widgets area and place the image tag as shown below:
<img src=”image url” />Then you can use jetpack widgets visibility modulte to show on respective page or post. Here is the tutorial that may help you:
http://styledthemes.com/flat-responsive-setup/378-how-to-show-widgets-on-selected-pages-onlyhttps://jetpack.me/support/widget-visibility/
and can you please explain on more details on firs issue: Image/banner widget button “Upload/select from Media” with possible screenshot, so it will be easy for both us to find the solution as soon as possible.
Thanks
Hi RKM Shilpavidyalaya,
Sorry to say you above question doesn’t comes under support protocol, as it requires customization. For this you need to consult with developer. They might help you on this.
If you got any problems on theme setting or find any bug we will be more than glad to assist you.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Sticky menu not stickyHi Evi,
We are really sorry to inform you that, we found the bug in our theme, so we will fix this issue asap in our next update. We hope you understand.
Thanks
Forum: Themes and Templates
In reply to: [Sleeky] Different Header ImagesHi There,
You can use same steps to add the image in banner and you can follow this tutorial to hide or show the widget in selected pages. 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] top, featured top and inset topForum: Themes and Templates
In reply to: [Encounters Lite] Search button and Pages Links won't ClickHi There,
Please use the following css to fix your issue:
.mydiv { position: relative; }NOTE: Please use the child theme style.css or custom css plugin to write the css.
Thanks
Forum: Themes and Templates
In reply to: [Lavish] Broken PaginationHi spacetoast,
We had updated our theme to latest version fixing the issue with pagination. So please take a backup of your site and update the theme to latest version
Let us know if you got any problems on this.
Thanks
Hi RKM Shilpavidyalaya,
First make sure you are not hiding post meta information from customizer setting. You can find that setting on basic setting section.
If still this doesn’t helps you then we request to provide your site url.
You can keep modified date anywhere simply by placing given function .
Note: Please proceed to code customization only if you are sound on wordpress otherwise you will face fatal error.
Thanks
Forum: Themes and Templates
In reply to: [Encounters Lite] Search button and Pages Links won't ClickHi There,
Please use the following css to fix your issue:
#nav-search { position: relative; z-index: 999; padding-left: 10px; width: 100%; }NOTE: Please use the child theme style.css or custom css plugin to write the css.
Thanks
Forum: Themes and Templates
In reply to: [Encounters Lite] How to hide sidebar?Hi There,
That’s Great 🙂 if you face any problem in future, then please let us know. We are happy to provide you solution asap.
Thanks
Forum: Themes and Templates
In reply to: [Encounters Lite] Remove the showcase area in mobile ViewHi There,
That’s Great 🙂 if you face any problem in future, then please let us know. We are happy to provide you solution asap.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Header Cut Offplease use this in your css
.header-bg { background: no-repeat !important; }and if you want full image in small device too then, please use below code
@media (max-width: 768px) { .header-bg { background-size: contain; -moz-background-size: contain; -webkit-background-size: contain; } }Note: add both code snippet in style.css and manage padding/height as per your need