Styled Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pure & Simple] Header Cut OffPlease use “Lightshot” app to take screenshot and send us screenshot link
Thanks
hello jjhinton,
you can decrease the bottom value in #st-banner0-curve to add margin on the bottom of the showcase slider below the circle slide indicators
for eg.
#st-banner0-curve { bottom: -12px; }Note:if changes doesn’t take effect, try adding !important property
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] social media icons and slider questionHi Saeanee,
NO you do not need to purchase it, you can get the lite version of plugin for WordPress, so you can download that. We hope you will find it.
Thanks
Forum: Themes and Templates
In reply to: [Luminescence Lite] Adjust sidebarHi There,
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: [Pure & Simple] Header imageHi irenepv,
Could you provide your site url so we can see whats the problems actually is.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] social media icons and slider questionHi saranee,
Thank you for contacting Styled Themes.
Slider question: TO Place slider on the same position as mountain image, you can place shortcode on text widgets content area
We recommend to use widgetkit for the slider Here is the link http://yootheme.com/widgetkit/downloads
Social Media Icons:
Here you need to customize header.php and logo-group.php. all menu are rendered on header.pho and all social icons are rendered from log-group.php template. So this comes on customization part.if you got any problems on theme setting and error than we are happy to assist you.
Hope you will understand.
Forum: Themes and Templates
In reply to: [Pure & Simple] Clickable HeaderHi hineschica,
To achieve this you need to customize logo-group.php file, keeping on child theme. You can take this article as a reference.https://wordpress.org/support/topic/hyperlink-from-background-image-in-css?replies=5
And also you can do the same using jquery click event on class where background image is enclosed.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Header Cut OffDear hineschica
WE had visited your site and we didn’t notice any cutoff on your header image. So could you provide us screenshot where your image is cutoff with comparison to normal image
we look forward for your response.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Margins, urls and menu-itemsHi there,
You cannot change url by changing menu name, you need to change permalink of particular page. You can find this option just below the page title name as edit permalink.
You are getting problem on archive page, so if you want to keep border just below the title , add this css on style.css file
.archive h1.page-title:after { content: ""; width: 20%; height: 6px; background-color: #789993; display: block; height: 6px; margin: 10px 0; }Please use custom css on child theme style.css file so your changes will not lost on theme update.
thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] How to reduce the height of the bannerMost welcome irenepv
Forum: Themes and Templates
In reply to: [Circumference Lite] Circumference Lite Child Theme SearchformHi timothydungan,
Here we are using get_search_form() to retrieve the custom form for the search. So your changes on chld theme searchform.php templates won’t work. To customize searchform template on child theme you have two options:
case1: using predefined hooks get_search_form to change form structure. Here is the example:
function circumference_child_edit_search($form) { $form='<form role="search" method="get" class="search-form sushil ahdikar" id="yesthisischildtheme" action="'.esc_url( home_url( '/' ) ).'"> <span class="screen-reader-text">'. _ex( 'Search for:', 'label', 'circumference-lite' ).'</span> <div class="input-group"> <input type="text" class="form-control" value="'.esc_attr( get_search_query() ) .'" name="s"> <span class="input-group-btn"> <button class="btn btn-default" type="submit" value="'.esc_attr_x( 'Search', 'submit button', 'circumference-lite' ).'">Go!</button> </span> </div><!-- /input-group --> </form> '; return $form; } add_filter('get_search_form', 'circumference_child_edit_search');Code logic: Your form html should be assigned on $form variable and finally you need to return varible $form
case2: customizing custom-none.php of child theme. Their you need to replace get_search_form() functions with get_template_part(‘searchform’).
Forum: Themes and Templates
In reply to: [Pure & Simple] banner image for sliderHi There,
You can use the plugin for the slider and you can use WidgetKit plugin in lite version which is totally free and you can follow this link to have a plugin. Or you can use the plugin for slider which is best for you. We hope this will be helpful to you, if not then please let us know.
Thanks
Forum: Reviews
In reply to: [Pure & Simple] Great Theme & SupportHi There,
Thanks for loving our theme as well as thanks for the good words which you have use above and if you want more theme then you can follow this link for our other themes. Have a great day!
Thanks
Forum: Reviews
In reply to: [Pure & Simple] Pure and Simply Awesome!Hi There,
Thanks for loving our theme and if you want more theme then you can follow this link for our other themes. Have a great day!
Thanks
Forum: Reviews
In reply to: [Pure & Simple] Great themeHi There,
Thanks for loving our theme and if you want more theme then you can follow this link for our other themes. Have a great day!
Thanks