Styled Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Celestial - Lite] PHP 5.6 CompatibilityHi There,
Please find the below function on functions.php and remove the whole function, if this is not helpful to you then please let us know;
if ( ! function_exists( 'celestial_lite_post_is_in_descendant_category' ) ) { function celestial_lite_post_is_in_descendant_category( $cats, $_post = null ) { foreach ( (array) $cats as $cat ) { // get_term_children() accepts integer ID only if ( is_string( $cat ) ) { $cat = get_term_by( 'slug', $cat, 'category' ); if ( ! isset( $cat, $cat->term_id ) ) continue; $cat = $cat->term_id; } $descendants = get_term_children( (int) $cat, 'category' ); if ( $descendants && in_category( $descendants, $_post ) ) return true; } return false; } }Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] Default text sizesHi There,
We are really sorry to inform you that we couldn’t understand your issue about the “customisation area of admin” but following is the default font size. As well as if you mention the site URL then it will be more helpful to provide solution asap. We hope you understand.
p { font-size: 0.813rem; }Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] Default text sizesHi Jane,
Could you please tell us where have you changed the font size in the theme file or you have change the font size with the help of plugin. If you tell us where have you changed the font size then it will be easy to provide solution asap.
Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] remove the background image sectionHi There,
It seems that you have kept the text widget in Top 1 to Top 4 widgets which is totally blank text widget, so please remove it. If you remove it then it will automatically reduce the height. We hope you understand.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] How to change Widget Styles – BarHi There,
We are really sorry to inform you that, this feature is only available in pro version, so that’s why we haven’t kept this page in the free theme demo. We hope you understand.
http://demo.styledthemes.com/demos/puresimple-free/widget-positions/Thanks
Hi There,
The Widgets which works on front page are only shown in the customize, this is WordPress default functions.
For Example:-
If you select the page template(Front Page Widget only) of front page, then it will show all the widgets in the customize but you can get them via appearance => widgets.We hope this will be helpful to you, if not then please let us know.
Thanks
Hi There,
Have you check via site back end? Is there Widgets and not showing in the front page or what? We are really sorry but we are confused about your issue. We hope you understand.
We look forward to your respond.
Thanks
Hi There,
In free themes we haven’t provide the woo-commerce support, so if you want to go via pro themes then you can use the #FlatResponsive, #Circumference and others, if you follow this two themes then you can get other Woo-Commerce ready theme also.Please let us know if we are understanding you fully or if perhaps this is not what you meant.
We look forward to your response.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Full Width layout has white space at rightHi There,
We are really sorry to inform you that we couldn’t understand your issue, so could you please explain your issue with screenshots. 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] Call In Action Widgets Coloryou are welcome
Hi There,
You need to concern to your hosting provider for this issue. We hope you understand.
Thanks
Hi There,
We visit your site and it seems that your code has been kept like below, so please check once.
.fr_widgets_cta { padding: 0:; }Please replace your above code with below code;
.fr_widgets_cta { padding: 0 !important; }Thanks
Forum: Themes and Templates
In reply to: [Preferential Lite] Call In Action Widgets ColorHi There,
Please use the following css to fix your issue;
#pref-cta h1, p { color: #9eb25b; }Thanks
Hi There,
Please use the following css to fix your issue;
.fr_widgets_cta { padding: 0; }NOTE: Please use the child theme style.css or custom css plugin to write the css.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Banner just in main pageHi There,
Please follow this tutorial to fix your issue.
https://www.youtube.com/watch?v=El0SWV10a0UThanks