Styled Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Celestial - Lite] Blog Comment Box Width- Mobile DisplayYeah sure, we will fixed this issue on next update.
Thanks
Hi MoDmkd,
For your requirement you need to customize page.php template bringing on child theme.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] problem with blog layout optionsHi asvecova,
We are really sorry for the trouble, we had found bug on our theme and we had already updated our theme, so please use latest version of our theme.
Thanks
Hi MoDmkd,
You can set you requirement by setting static front page:
Go to dashboard-> setting-> Reading -> On front page displays select static page with your page as static page.let us know if you got any problems on this
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Hide default content ??Hi stbedesantafe,
Default content will includes default header image and static text content on call to action section.
You can remove this content from customizer setting under basic setting section.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] How to reduce height of smart sliderHi carolette,
It will be better if you reduce size of log rather than decreasing height of slider to adjust slider on scree. So try by uploading small dimension logo. Currently you logo size is 680*284 px.
Let us know how it will goes.
Thanks
Forum: Themes and Templates
In reply to: [Scripted] Not responsive: menu not showing up on mobile>> After removing that css code I have suggested it will show in mobile. Which will show sidebar and you can design accordingly to look good in mobile devices. As we have design to not show this section in mobile this section is not responsive.
Hi thisyogagirl,
Please add this css on child theme style.css file to hide meta information from the sidebar template
.page-template-template-sidebar #header-meta { display: none; }Note: Using child theme, will prevent you changes to overwrite during theme update.
Thanks
Forum: Themes and Templates
In reply to: [Preferential Lite] Site Title & Tagline fontHi taryarlwin,
You can take this example to change font of site title and tagline
/*to change font of site title*/#pref-site-title { font: normal 2.5rem/1.1 "Open Sans light"; } /*to change font of tagline*/ #pref-site-tagline { font: normal 1rem/1 "Open Sans", sans-serif; }Note please replace font value as per your requirement.
You can see this article as a reference : http://www.w3schools.com/css/css_font.asp
Forum: Themes and Templates
In reply to: [Preferential Lite] Banner ImageHi
It seems you had fixed you issue, we didn’t see any theme content on site you provided http://healthadvocatecode.org/.
If still you are getting problem, don’t hesitate to came back to use. We will be more than glad to assist you.
Thanks
Forum: Themes and Templates
In reply to: [Preferential Lite] Hide Page Titles not workingHi seajay1958,
Thank you so much seajay1958, we will surely fix this issue on our next update.
Thanks again
Forum: Themes and Templates
In reply to: [Lavish] Header image disappearedHi rv3flyer,
We are really sorry for the trouble, header image are not made available on all pages since from latest version 1.2.0. If you want to render header image on all pages you need to customize header.php file of child theme. [We assumed that you know well on how to customize template of parent theme on child theme]
please see this example for the reference:
<?php if( (is_active_sidebar( 'left-banner' ) || has_header_image() ) && !is_front_page() ) { ?> <aside id="la-banner" class="lr_responsive_banner" style="background-image: url('<?php header_image(); ?>'); color: <?php echo esc_html(get_theme_mod( 'banner_text_colour', '#ffffff' )); ?>;"> <?php get_sidebar( 'banner' ); ?> </aside> <?php }Hope this helps for you.
Thanks
Forum: Themes and Templates
In reply to: [Lavish] Multi-level menuHi Joanramon,
Yes of course, you can have multi level menu on our lavish theme.
Let us know ,if we are understanding fully or perhaps this is not what you meant for.
Thanks
Forum: Themes and Templates
In reply to: [Celestial - Lite] Blog Comment Box Width- Mobile DisplayHi there,
Sorry for the late reply, please add this css on child theme style.css file to make comment form responsve.
textarea.span6 { width: 100%; } input.span4 { width: 100%; }Let us know if you got any problems on this.
Thanks
Forum: Themes and Templates
In reply to: [Scripted] Customizations not showing up in website previewHi Vaishali,
You haven’t mentioned problem in detail just mentioned changes are not getting reflected. Actually what have you changed and what is not reflected mention in detail so that we can help you. Are you adding functionality in this theme ??
Thanks