chhabi From ThemeGrill
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spacious] Incorrect display on ChromeHi jgitomer,
Please meet our support team and have great support from here: http://themegrill.com/support-forum/forum/spacious-free/
Forum: Themes and Templates
In reply to: [Spacious] Blog PageHi patcf24,
Please meet our support team and have great support from here: http://themegrill.com/support-forum/forum/spacious-free/
Forum: Themes and Templates
In reply to: [Spacious] Only Show Header Image on Home PageHi reena,
The desired output to display header image only on home page and hide in other pages you need code customization and here I provide you the CSS snippet.
.page .header-image { display: none; } .home .header-image { display: block; }Paste the above code in the Appearance -> Theme Options -> Design -> Custom CSS
Hope you can do it perfectly and notice me back about the work.
Regards,
chhabiForum: Themes and Templates
In reply to: [Spacious] Only Show Header Image on Home PageHi reena,
To create the page of your choice you have to select the Layout which is in the right side just above the feature image of every page the you create.
For more support please visit this link:http://themegrill.com/support-forum/
Regards,
chhabiForum: Themes and Templates
In reply to: [Spacious] Read More OptionHi mdwaileebe,
For the solution of your question you can use the below CSS to hide the read more in all post and pages paste this CSS in the Custom CSS
.entry-meta .read-more-link { display: none; }And to hide the read more in the slider use the CSS below in Custom CSS box as above
#featured-slider .slider-read-more-button { display: none; }And if you have further queries please feel free to contact us in the support forum in the link here:http://themegrill.com/support-forum/
Regards,
chhabiForum: Themes and Templates
In reply to: [Spacious] Custom header text link header image?Hi hawkeyext,
Please join the forum for support: http://themegrill.com/support-forum/forum/spacious-free/
Forum: Themes and Templates
In reply to: [Radiate] Keeping Page from MenuHi jbross,
New created page is automatically added to the menu if you have checked the below option which is in the Appearance -> Menus -> Menu Setting
Auto add pages [] Automatically add new top-level pages to this menu
So to solve the problem unchecked this option.
Regards,
chhabiForum: Themes and Templates
In reply to: [Radiate] Thumbnails on Home PageHi adinf,
First thanks for using our theme. Currently our theme have three feature boxes with image and excerpt but doesn’t have the feature of showing the thumbnails in home page as you required but you can create gallery or insert image in the content of that page and short content to display.
Regards,
chhabiForum: Themes and Templates
In reply to: [Radiate] Removing Author From News PostsHi Reena,
Please paste the following CSS in the Custom CSS as directed below
.entry-meta .byline{ display:none; }Go to Appearance -> Customize -> Custom CSS
Regards,
chhabiForum: Themes and Templates
In reply to: [Spacious] How to remove "Read More" in Services?Hi ZOOM1881,
For the desired output you can use the Custom CSS as ‘1rico1’ but that hides all the read more in the site. If you only want to hide the read more of services feature please follow the instruction as provided.Please follow the instruction properly:-
i) First you need to create the child theme as instructed by the link: http://themegrill.com/tutorial-on-creating-wordpress-child-theme/
ii) After creating child theme you need to create the widgets.php as the parent theme.
iii) In the widgets.php find the class ‘spacious_service_widget’
iv) Find the line `<div class=”more-link-wrap”>
<a class=”more-link” title=”<?php the_title_attribute(); ?>” href=”<?php the_permalink(); ?>”><?php _e( ‘Read more’,’spacious’ ); ?></a>
</div>`
v) Remove the above line of code.
vi) Save and check the title now.Hope you can do it properly and provide our theme the rate in the link: https://wordpress.org/support/view/theme-reviews/spacious
Regards,
chhabiForum: Themes and Templates
In reply to: [Spacious] Center navigation bar (to the center of the browser)Hi ugo,
For your desired output please paste the following CSS in the below path of Custom CSS
#header-right-section { float: none; } .main-navigation { float: none; padding-top: 5px; }Go to -> Appearance -> Theme Options -> Design -> Custom CSS
Hope your problem is solved and we will be appreciable if you rate our theme.
Regards,
chhabiForum: Themes and Templates
In reply to: [Spacious] How to delete the headline link?Hi waanderlust,
To do as your requirement you have to do some code customization. Here is the way I will provide you for the solution.Please follow the instruction properly:-
i) First you need to create the child theme as instructed by the link: http://themegrill.com/tutorial-on-creating-wordpress-child-theme/
ii) After creating child theme you need to create the widgets.php as the parent theme.
iii) In the widgets.php find the class ‘spacious_service_widget’
iv) Find the line<?php echo $before_title; ?><a title="<?php the_title_attribute(); ?>" href="<?php the_permalink(); ?>"><?php echo $page_title; ?></a><?php echo $after_title; ?>
v) Replace the above line and paste the below code:<?php echo $before_title; ?><?php echo $page_title; ?></a><?php echo $after_title; ?>
vi) Save and check the title now.Hope you can do it properly and provide our theme the rate in the link: https://wordpress.org/support/view/theme-reviews/spacious
Regards,
chhabiForum: Themes and Templates
In reply to: [Spacious] Drop down list is permanent?Hi Smellsley,
Please you can join our support forum for solution
http://themegrill.com/support-forum/Forum: Themes and Templates
In reply to: [Spacious] Position Swap – Nav bar & Header ImageHi Smellsley,
Please you can join our support forum for solution
http://themegrill.com/support-forum/Forum: Themes and Templates
In reply to: [Radiate] 3 featured Boxes: Customize Text with HTMLHi kriz1,
For the desired output as you like you need to do as instructed:
i) To list the content you have to insert the text in the list format in the excerpt box below content area, if you can’t find the excerpt box please Click the Screen options in the top right corner then check the Excerpt.
ii) To display the font in bold paste the CSS given below in the Appearance -> Customize -> Custom CSS :
#featured_pages p{ font-weight:900; }iii) And for the pictures to display, our theme only supports the feature image of related pages show in the featured box.
Regards,
chhabi