themeshopy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Advance Pet Care] Search and shopping cart icon in headerHello @yourd3signsmycr3ations,
Follow the below step,
Go to Dashboard >> Appearance >> Customizer >> Additional CSS, paste the below CSS and publish it.
.main-menu .col-lg-10.col-md-7.col-4.align-self-center {
width: 100%;
}
.search-box, .cart_icon {
display: none;
}Thank You.
Hello, @dougjevans,
It is free theme support and you have a pro theme query. So, please mail on the premium theme support forum.
Thank You.
Forum: Themes and Templates
In reply to: [Advance Portfolio] slideshow?Hello @artistirena,
We cannot show a slideshow in a post in our theme but you can add by adding extra customization code by making its child theme.
Thank You.
Forum: Themes and Templates
In reply to: [Advance Portfolio] how may I disable Google fonts?Hello @wiebkewetzel,
Follow the below step for disabling font-family, Go to Dashboard >> Appearance >> Customizer >> Additional CSS, paste the below CSS here, and publish it.
body { font-family: unset; }
Thank You.
Forum: Themes and Templates
In reply to: [Advance Automobile] Windscreen substitution protectionHello @enhancedmotor,
This is a lite theme support forum, if you have any queries please let us know.
Thank You.
Forum: Themes and Templates
In reply to: [Advance Portfolio] (not) open thumbnails?..Hello @artistirena,
You have made galleries by blocks and where on the right side it has an option for “link to media file” which you have not added in the 2nd & 3rd galleries.
Thank You.
Forum: Themes and Templates
In reply to: [BB Mobile Application] Child theme and parent theme seem brokenHello @aloeroot,
You have only enqueued your child’s theme style, not parent theme style that’s why the menus and other things are in incorrect manners. Paste the below code in place of your stylesheet enqueue in the function.php file.
$parent_style = ‘bb-mobile-application-basic-style’;
// Style handle of parent theme. wp_enqueue_style( $parent_style, esc_url(get_template_directory_uri()) . ‘/style.css’ );
wp_enqueue_style( ‘bb-mobile-application-child-style’, get_stylesheet_uri(), array( $parent_style ) );Thank you.
Forum: Themes and Templates
In reply to: [BB Ecommerce Store] Turn off theme notificationsForum: Themes and Templates
In reply to: [BB Mobile Application] Child theme and parent theme seem brokenHello @aloeroot,
Can you please send us the screenshot so we can figure out your problem?
Thank You.
Forum: Themes and Templates
In reply to: [Advance Pet Care] Slider Button LinkHello @josephur,
On the “Book Appointment” slider button there is a page link and if you have to change it you have to do custom coding through a child theme. For changing the link you have to replace “the_permalink()” with your link.
If you can make the child theme and do the in it. Then your changes will not affect on parent theme update.
Thank You.
Forum: Themes and Templates
In reply to: [BB Ecommerce Store] Using Advanced Custom Fields with the themeHello @gestroud,
To display the custom fields on the product page follow the below step,
Go to Dashboard >> Products, edit the product page. Here on top of the page, there is a dropdown of the screen, open that and check the custom field checkbox. Now it will show you the fields.
Thank you.
Forum: Themes and Templates
In reply to: [Advance Coaching] Product Category DescriptionHello @amateur999,
Paste the code in a .php file where you have to show the product category name with a description.
Thank You.
Forum: Themes and Templates
In reply to: [Advance Coaching] Insert Target URL in “Read More” Link ButtonsHello @amateur999,
On the “Read More” Button there is a post link and if you have to change it you have to do custom coding through a child theme. For changing the link you have to replace “the_permalink()” with your link.
If you can make the child theme and do the in it. Then your changes will not effect on parent theme update.
Thank You.
Forum: Themes and Templates
In reply to: [Advance Coaching] Product Category DescriptionHello @amateur999,
There is no option for product category descriptions, if you have to use product category name & description then you have to use below code
<?php $catID = get_the_category(); echo category_description( $catID[0] ); ?>
Thank You.
Hello @wasimw,
We did not provide demo content in our free theme. For theme setup, you can refer to the documentation. Below is the documentation link,
https://www.themeshopy.com/demo/docs/free-advance-automobile/
Thank You.