Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'page '
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Sticky Footer & Parallax Padding behind Header
October 24, 2014 at 3:43 pm #20796Hey,
1. By sticky do you mean you want it to be visible all the time? Or do you want it to be forced to the bottom if there is no content on your page?2. hmm this is tricky but you can try this css:
.panel-grid:first-child .panel-row-style-wide-parallax.panel-row-style { padding-top: 160px !important; } div#kad-banner-sticky-wrapper { height: 0 !important; } header#kad-banner { position: relative; z-index: 1000; }Ben
In forum: Virtue ThemeIn reply to: Unable to update theme from 2.6.3 to 2.6.7.
October 24, 2014 at 3:26 pm #20791Hey,
This likely means your max upload size in the php isn’t large enough to upload. Click on media > add new and look on the bottom left corner. What does it say your max file upload is?Also you can always manually update through ftp by downloading the latest theme version on the my-account page.
Ben
In forum: Virtue ThemeHi Ben!
I was updating my site, and wish to make my footer sticky, I’ve seen some of your input across some forums, but have not found anything concrete that works. Any help with a custom css line?
Also, I’ve made my header background a PNG with some transparency, and wish for the parallax background in my content to reach up to the top of the page behind the header, so that I don’t need to use a color or background image for content to fill that white space. (I’d like same effect for footer if possible!)
Here’s what I have in my custom CSS right now (reduced padding to remove white bar below the header)
.contentclass {
padding-top: 0px;
padding-bottom: 0px;
}
.page-header {
display: none;
}Any help would be so greatly appreciated! My dev page is strifftease.com/home-dev (password is “smoothie”) for reference.
Thanks for your continued support!
-PeterIn forum: Virtue ThemeIn reply to: Topbar Icon Menu links not working
I have a problem with topbar menu item links not working from each page.
From the home page e.g. mysite.com everything works, but if I’m in the cart page (mysite.com/cart) then the link becomes one that is appended to the mysite.com/cart for example, if the link is to mysite.com/coming-soon then it will show me mysite.com/cart/mysite.com/coming-soon which of course doesn’t exist. External links (like to facebook) aren’t a problem.
The links between “my account, my cart, and my dashboard” which are all pages used by my plugin (Dokan) are fine, they don’t do the append thing with each other, so I suspect it’s a problem with the plugin or perhaps woocommerce. Even so–has anyone here had a similar problem?
I’m putting in the entire path but it really doesn’t matter, it just seems to be a problem. Can you help? Thanks!
In forum: Virtue ThemeIn reply to: Adding a Youtube Video Under a Product Category Page
October 24, 2014 at 1:41 pm #20778Hey,
in the category shortcode change to [product_category category=”vapormones” per_page=”14″]and to get your content full width use the full width page template.
Ben
In forum: Virtue ThemeIn reply to: Adding a Youtube Video Under a Product Category Page
This is how the original page looks:
http://www.allitemssold.net/product-category/vapormones/
And this is how it looks after calling in the category page with the embedding the video:
http://www.allitemssold.net/home-3/shop/vapormones/
Hope that helps. Thanks!
Migdalia.
In forum: Virtue ThemeIn reply to: Adding a Youtube Video Under a Product Category Page
I created the page, yet not all of my products within that category (which are 14) are showing. Only 12 are showing. Also, is there any way I could center the embedded video within the page. This is currently what I have within the EDIT PAGE:
[kad_youtube url=”http://www.youtube.com/watch?v=Z5N2SX_m5fA” width=”1000″ height=”500″ hidecontrols=”true” autoplay=”true” modestbranding=”true”]
[product_category category=”vapormones”]
Please let me know what I’m doing wrong. Thanks!
Migdalia
In forum: Virtue ThemeTopic: extent from side to side
Hi Ben,
Is their a way to extent from side to side to this specific homepage area:
Rev Slider
Image Menu
Best selling Products
Featured ProductsI prefer to use box type layout style.you may take a look at http://www.millannienterprise.com
Thanks,
MarkIn forum: Virtue ThemeIn reply to: Testimonials Grid Page
October 24, 2014 at 12:07 pm #20762It’s in the css. So changing it just just a matter of overriding the css. You can set the columns amount in the page settings.
Ben
In forum: Virtue ThemeIn reply to: product category page the font is quite big
October 24, 2014 at 11:46 am #20753The title font?
You can set the h1 font sitewide in the theme options > typography settings. You can also add css if you only want to change the h1 font for the archive pages:
body.archive h1 { font-size: 20px; }Ben
In forum: Virtue ThemeHi Ben,
On my product category page, the font is quite big, how to adjust this one. *Login to see link
Thanks,
mArk
In forum: Virtue ThemeIn reply to: CSS Font Issue in posts
Thanks Ben! I just took down the cover page so you can take a look. http://boostinteractivemedia.com/devunefemme
In forum: Virtue ThemeI am using a child version of the Virtue Premium Theme and have my header style set to “Standard” in Theme Options–>Main Settings –>Header Style.
For the site’s logo I am using a large image spanning most of the width of the page.
I need to position some DIVs on top of this image. I have done this in the past through using a “hook” in a previous web site that used a different theme. I do not see an option to add HTML to the header through a “hook” here in Virtue Premium.
If I understand correctly, I can create a copy of the header.php file, edit it and add it to my child theme.
However, currently the header.php residing in my “virtue premium” folder only contains the following:
<?php
/* empty */In other support discussions in this forum, I have seen people reference lines with high numbers (say, 17, or 60, or whatever)… but my header.php file from the theme really doesn’t contain anything.
Could you please point me in the right direction as to where I can find the right file to modify? Again, to clarify, all I need to do is add some DIVs that will overlay my logo image, which I will then style using CSS in my child theme’s style.css file.
Thank you!
In forum: Virtue ThemeTopic: CSS Font Issue in posts
I am using custom CSS to change the font for all of my headings. It’s working fine on the pages, but on every post the custom font is not displaying anywhere. This happens in multiple browsers. When I look at the CSS in Firebug, it looks like it should be applying, but it’s not.
The troubleshooting I’ve done so far:
Turned off all plugins
Set all Google Font options to ArialHere is my CSS:
@font-face {
font-family: Saint Andrews;
src: url(st-andrews.ttf);
}header #logo a.brand, .logofont {
font-family: Saint Andrews !important;
}h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Saint Andrews !important;
}#nav-main, .nav-main {
border-bottom: solid;
border-bottom-width: thin;
}.widget {
font-size: 14px;
}.widget-inner H3 {
font-size: 45px;
background-image: url(‘*Login to see link
height: 50px;
}In forum: Virtue ThemeTopic: image menu in one page
Hi Ben,
Would it be possible to get the image menu just like this http://www.merrell.com/US/en/Womens_Dept_PageThanks.
MarkIn forum: Virtue ThemeIn reply to: Show all products in one page
In forum: Virtue ThemeHi Ben,
Just would love to know how to show all products (WOMEN) categories on a single page. http://www.millannienterprise.com
I doesn’t appear when i click that menu.Thanks.
MarkIn forum: Virtue ThemeIn reply to: Adding a Youtube Video Under a Product Category Page
October 24, 2014 at 1:37 am #20718Hey, You can’t add a video under a category page.. mainly because it isn’t really a page it’s a category so there just isn’t a place to add a video… But what you can do is make a page and add a the shortcode to call in your product category:
[product_category category="appliances"]and under that you can addd the video using the virtue shortcodes. The one thing to note with this is you won’t have the sort options.
http://docs.woothemes.com/document/woocommerce-shortcodes/
Ben
In forum: Virtue ThemeCan someone please help me and let me know how I can embed a youtube video under this page *Login to see link Using Virtue Premium.
Thanks in advance for your help.
Migdalia.
In forum: Virtue ThemeOn my product pages, I have the short description which is right next to the product image.
However, for the long description, which is supposed to be below the image, I have nothing.Did I accidentally erase something?
Is there a setting that can be changed?Thank you!
Kimberly
-
AuthorSearch Results


