themeshopy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Advance Portfolio] featured image does not appearHello @artistirena,
For audio, video & gallery post, you have to edit a post and on the right sidebar there is an option for “Post Format” which defaults is Standard but you have to change it with you post type (like if it is video post select Video).
Thank You.
Forum: Themes and Templates
In reply to: [TS Charity] image not displayingHello @ajobiah,
Follow below steps
Step1. Go to Dashboard >> Appearance >> Customize >> Theme Settings >> Top bar Section >> click on show/hide top header >> Add social link, emial and time >> Publish it.
Thanks.
Forum: Themes and Templates
In reply to: [Advance Pet Care] theme setting and issueHello @cemtopal,
To set up the theme below is the documentation link for all settings,
https://www.themeshopy.com/demo/docs/free-advance-pet-care/
We have checked our theme social icons are at right & there is no black box at the end of the theme.
Thank You.
Forum: Themes and Templates
In reply to: [Advance Portfolio] featured image does not appearHello @artistirena,
It seems that you have to add featured images in the content of the post that’s why it is not appearing on all posts page. So you have to add images in the featured image position on the right sidebar of editing post.
Thank You.
Forum: Themes and Templates
In reply to: [Advance Education] Popular Courses not showingHello @summitwinterguard,
For displaying courses category in homepage:
Step 1. Go to Dashboard >> Pages >> Add New, add the new page name it, select page attribute “Custom Home Page” and publish it.
Step 2. Go to Dashboard >> Settings >> Reading, Set the created page display static page to home page.
Step 3. Go to Dashboard >> Appearance >> Customizer >> Theme Settings >> Popular Courses, Select the course category which displays posts that are in the course category.
Thank You.
Forum: Themes and Templates
In reply to: [Advance Coaching] link to one of slider imagesHello @zrakeiwp,
You have selected the home page in the third slider. You have to create two different pages for the homepage and third slider respectively.
For creating homepage follow the below steps:
Step1. Go to Dashboard >> Pages >> Add new page as “Home” >> Select page attribute “Custom Front Page” >> Publish it.
Step2. Go to Dashboard >> Appearnace >> Customize >> Homepage Settings >> click on Static Page >> Select “Home” page >> Publish it.
Thank You.
Hello @asma1111,
In category widget there is a option to add the count of category to show, and save it.
Thanks.
Hello @asma1111,
Follow the below steps to appear product category on the homepage
Step1. Go to Dashboard >> Pages >> Add new page as “Home” >> Select page attribute “Custom Front Page” >> Publish it.
Step2. Go to Dashboard >> Appearnace >> Customize >> Homepage Settings >> click on Static Page >> Select “Home” page >> Publish it.
Thanks.
Forum: Themes and Templates
In reply to: [Advance Coaching] changing footer widgets’ CSSHello @zrakeiwp,
It seems that you want only two widget areas in footer & that can be done by one Step:
Go to Dashboard >> Appearance >> Customizer >> Theme settings >> Footer Text, now select the footer widgets areas ‘Two’ and publish it.
By this you need not add width:600%; CSS only you have to add below CSS in Additional CSS.
form.wpcf7-form label{ width: 100%; } .second_form_of_contact_mb h5 { color: #fff; }Thank You.
Forum: Themes and Templates
In reply to: [BB Mobile Application] adjust parameters of the sticky headerHello @codenamerayven
For Smooth sticky header follow below steps:
Go to Appearance >> Customizer >> Additional CSS, paste the below CSS in it, and publish it.
.sticky-header {
transition: all 1s ease;
}
.fixed-header {
animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
0% {
transform: translateY(-40px);
}
100% {
transform: translateY(0px);
}
}
Thank You.Forum: Themes and Templates
In reply to: [Advance Ecommerce Store] Can’t control pages/menusHello @blackhawke,
In the ecommerce theme, there are 3 menus options.
1. Woocommerce Menu which is display on the top header.
2. Primary Menu which is displaying on orange background
3. Responsive Menu which is display on mobile media.Go to Dashboard >> Appearance >> Menus >> Create New Menu >> Add your pages >> Then select the menu option where you have to display menu >> Save it.
Thank you,
Forum: Themes and Templates
In reply to: [Perfect Blog] I can’t upload themeHello @familyuncool,
This is the free theme support forum could you please contact the premium support team from the website.
Thank you.
Forum: Themes and Templates
In reply to: [BB Ecommerce Store] Elementor plugin IssueHello @dpaunov,
Please add the below CSS code in additional CSS
.elementor-html .frame, .elementor-html #loader, .elementor-html #loader-wrapper{ display: none; }Thanks.
Forum: Themes and Templates
In reply to: [Advance Coaching] Missing sidebar on pagesHello @blogripper
follow the below step to add a sidebar on every page.
Go to Dashboard >> Pages >> Edit one page >> go to “page attribute” select “page with left sidebar” or “page with right sidebar” >> publish it.
Go to Dashboard >> Appearance >> Widgets >> Add the widgets in page sidebar.
Thanks.
Forum: Themes and Templates
In reply to: [Advance Ecommerce Store] Issue with widget background colorHello @qazi51
It seems that you have not added widget name, follow the below step to show widget title:
Go to Dashboard >> Appearance >> Widgets >> Footer widget >> Recent posts, add widget title and save it.
Thank You.