Hi.
In all my Pages i built a Footer with Page Builder.
However, i continue having a little Footer in gris below.
I tried to disable all configurations about footer, but it remains.
There is some possibility to delete it?
Maybe some CSS code?
My website is *Login to see link
Thank you.
SiteOrigin Page builder This plugin is at current not compatible with Virtue theme. I have done an elimination trial to see if my other plugins are affecting it but to no avail. Is there something that I am missing? My site never loads when I have SiteOrigin PageBuilder activated.
This reply has been marked as private.
Yes, it’s breadcrumbs. It’s fine now.
Thank you.
And about my other question?
I have two lines in header separated by a border.
I know how to transform the line in transparent and change the Header Height.
However, I want to delete completely the second line below the border.
In “Home Page Title Padding Top” and “Home Page Title Padding Bottom” I can configure that, but the minimum value is 5px.
If I don’t delete this line, the Logo and Menu will not be centered vertically.
Thank you for your help.
Carla
Can you help please?
On my featured products slider on home page I do not want “prices” or “add to cart” to show below the products.
I found this code on another post and it says to add the code on Theme Options -> Advanced Settings -> Custom Css box; I added the following code, but it didn’t work:
.home-product .product_item .product_price {
display: none;
}
.hp_carouselcontainer .kad_add_to_cart {
display: none;
}
Hi,
Afte I did some updates for Woocommerce on Virtue theme, the products images failed to display despite have the “Shop Product Column Layout” settings set to Four Column.
The products appeared in list instead of grid format. Anyone can help?
Here is the link to the page – *Login to see link
Thanks in advance!
I am using home page layout widget to change the look of the site using the page builder…
I would like to add a similar carousel like the one i can add direct in the “home layout” (custom carousel) but i cant find any option to achieve this…
is there any widget that allows me to add images and a small text under them? A temporary solution i have found is to use the virtue gallery widget and set it as carousel but i cant add text under each images…
any idea?
Hey Sandra,
Try adding this to your custom css box in Theme Options > Custom CSS:
body.page #content .main .pageclass {
padding-top: 0;
}
Hope it works for you!
Hannah
When using the topbar widget, I would like to add text that is centered on page and also centered in height widget. Is this possible?
It seems the widget size in only 6 columns; need to make 12 columns.
Thanks
Hello all,
I have looked through the forum for a possible solution for this problem, but nothing seems to be working, and is driving me crazy 🙁
I have an empty space between the header and the page content, on all pages except the Home page.
Page titles option is turned off.
*Login to see link
Any help would be greatly appreciated.
Thanks
Sandra
I am having some strange left hand padding issues on my Page
Will follow up with a private reply with the page
so basically I can create a http://www.mysite.com/search page and link this url to the icon?
Hi,
I haven’t updated the theme in a while and am on version 3.3.9. There is no option within wordpress to upgrade (it’s not showing up in the list of themes requiring an upgrade), and when I go to my virtue account page, I can’t download the theme (failed – forbidden). Not sure what to do here but would very much like to upgrade the theme!
If your using an icon you would need to go to a page you make where you add a search widget.
Ben
Hey,
Ok so yeah there is a difference between the header and page title backgrounds.
Sounds like your getting this though.
I’m thinking you are refering to the breadcrumbs? Which are on the right. You can remove those by going to theme optijons > breadcrumbs.
Ben
I’m seeing css causing this from pagebuilder. Not sure your settings you can fix with this:
@media (min-width: 768px){
#pg-1847-3 .panel-grid-cell {
float: left !important;
}
}
Ben
Hey,
The area is the “page title” you can set a defualt for that in your theme options > page title area and change the background.
If you want a default post specific image that would be different from pages then you can use this css to set a defualt for posts:
body.single-post .titleclass {
background: url(puttheimageurlhere") no-repeat center center;
}
Ben
I’m not sure what you mean? I’m seeing a rev slider adding by pagebuilder except it’s empty? but you’ve given the slider a white background?
Ben
Ive got some contact info in the right hand side of a row on the home page contact section yet the text keeps appearing underneath the contact form instead for some reason. I temporarily removed all css to see if that was the cause but the problem stayed.
lilyhire.co.uk
Temppassword1
Hmm there is one for the home page in general: https://www.kadencewp.com/creating-a-home-page-with-virtue/
demo 2 is just using the portfolio full. In mosaic style.
Have you created portfolio posts? See here: https://www.kadencewp.com/creating-a-portfolio-page-with-virtue/
Ben