divjotsingh_440
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ving] Multiplatform screen adjustmentCan it be possible to view the site live somehow?
It would be really helpful.Forum: Themes and Templates
In reply to: [Ving] Ving-Plus Has Fatal ErrorThe error has been fixed in Ving Plus now.
You should be able to download a bug free version of the theme now.Forum: Themes and Templates
In reply to: [Ving] Ving-Plus Has Fatal ErrorHello xenutia,
This is a bug in the theme. For the theme to work, you currently need to install WooCommerce plugin along with the theme and it should work just fine.
This bug will be removed at the earliest.You can just install WooCommerce for the moment. I will notify you here when the theme is updated.
Divjot
Forum: Themes and Templates
In reply to: [Ving] Featured PostsHello Steve,
Since the theme is working fine on my end, detecting the issue has been a bit difficult.
I am working on the issue and it will surely be solved in the future update which would be available within a week.Divjot
Forum: Themes and Templates
In reply to: [Ving] Featured PostsHello,
The site is not opening on my end.
Can you please re-check your site.Divjot
Forum: Themes and Templates
In reply to: [Klean] Footer Widget issuesHello Mitch,
Add the following code to custom css-#footer-sidebar .widget h1.widget-title:before { display: none; } body { color: #fff !important; }
This should solve your issues.
Divjot
Forum: Themes and Templates
In reply to: [Ving] Customizing header imageHello rohallah,
Sent the mail to you.
I have done nothing exceptional in the theme. Just hardcoded the css change in the theme.
It can also be done in other ways as well.Divjot
Forum: Themes and Templates
In reply to: [Ving] Customizing header imageHello @saiqua,
I have sent you the mail. I don’t think the comments here can be deleted ??Divjot
Forum: Themes and Templates
In reply to: [Ving] Customizing header imageCan you please share your email ID so that I can send u a customized theme with header only on the homepage?
Forum: Themes and Templates
In reply to: [Ving] Customizing header imageHello Saiqua,
I am really not able to figure out the solution this way.
The only logical explanation I can come up with is that the child theme is interfering with the working of the theme.
Try uninstalling the child theme and apply the css changes to the parent theme.Divjot
Forum: Themes and Templates
In reply to: [Ving] Customizing header imageThis is not possible, saiqua. The code should hide the video from all the pages except the homepage.
Is there any way you can setup a working demo site so that I can take a look at the issue.Forum: Themes and Templates
In reply to: [Ving] Remove the sidebarHello Jeremy,
You don’t need to look anywhere. Just install a custom css plugin and add the following code to custom css-#secondary { display: none !important; } #primary { width: 100% !important; }
It should solve your issue.
Divjot
Forum: Themes and Templates
In reply to: [Ving] Add logoThe logo functionality is currently not available in the theme but it would surely be added in the future updates.
Divjot
Forum: Themes and Templates
In reply to: [Ving] Customizing header imageHello rohallah,
It would be a very tedious procedure.
What can also be done is addition of a conditional in the header.php.
The entire code of header is enclosed inif ( is_home ) { ... }
It is a better approach as well.
Forum: Themes and Templates
In reply to: [Ving] Customizing header imageHello saiqua,
Add the following code to custom css-
body:not(.home) #masthead { display: none !important; }
It should keep the header on home page but remove it on every other page.
Divjot