so you can add this to make it only apply to the home page:
@media (min-width: 979px) {
.home #mysticky-wrap {
position: absolute;
bottom: -438px;
left: 0;
width: 100%;
}
.home .sliderclass {
padding: 0 0 80px;
}
.home .headerclass {
position: relative;
}
}
@media (min-width: 1015px) {
.home #mysticky-wrap {
bottom: -458px;
}
}
@media (min-width: 1070px) {
.home #mysticky-wrap {
bottom: -478px;
}
}
@media (min-width: 1120px) {
.home #mysticky-wrap {
bottom: -488px;
}
}
@media (min-width: 1170px) {
.home #mysticky-wrap {
bottom: -498px;
}
}
sorry meant to put the home in.
Ben
Hi Ben/anyone,
I am starting a project where the goal is to setup a web shop to sell one, single product (without variations). I would like to keep the structure as lean as possible – perhaps so that the home page would present the product with Add to cart -button and still present dynamic content on the same page e.g. latest news, twitter feed, instagram gallery etc. Privacy policy, terms & conditions etc would lie on their own pages though. And of course get it done with WP + WooCommerce + Virtue Premium (perhaps with Pinnacle Premium?).
Any quick hints how to achieve this? Doable without altering the php, templates?
Thanks, Hannu
Hi, we are using virtue premium and all is great, but we really need the linux icon that seems to not be available, and yet it is present if we look through all the icons in this page: *Login to see link
How can we get an icon from this list to be available? (we are wanting icon-linux)
Thanks!
Steve
Hello, my products are layed out such:
Root
– Category
— Type
— Brand
—- Series
—– Product
It really doesn’t matter what I sell, but this store is for doors. The products are first categorized in single serie, then in a single brand, then in a single type and finally it’s overall category.
Say I go to “Type”, it will then show me a 4×4 grid of the 16 first products sorted say alphabetically (Shop Product Column Layout: Four Column | How many products per page: 16). The 16 products are of course mixed from all kinds of brands and series.
The problem is that “Category Filter” will only work on those first 16 products, so say I choose a brand and that brand have all their products starting with a letter far down the alphabet it won’t show a single one of them, and not show the 16 first of that brand like one should expect.
Sorry if that was confusing, english is not my mother tongue.
Thanks for all the support. Well the code worked but it displays in that way to every page. But i only want in a homepage. Anyways, like you said its a total hack. IT DOES NOT LOOK GOOD. So, i think i should go back to the old theme type. Once again thanks
Bhupen T
Hey,
Is it posslible to change the title and also the text “sorry, no results where found’ on the search page to my own language? And is it possible to change also the header image on the search page?
Kriya
Hi, I need to create a portfolio that demonstrates only text, not images. I know that Portfolio Grid page requires a feature image placed on portfolio pages but is there any possibility to create Portfolio Grid Page without featured images, showing only text (page titles)? I appreciate any suggestions to do that!
Hello Ben!
Is it possible to link the testimonial tittle to and external page like google.com in testimonial carousel widget?
Thanks
Every page has a page id, that id is added in a class in the body of a page.
So in your custom css you can do :
body.page-id-89 .contentclass {
background: red;
}
And that would make the page with id 89 have a contentclass background of red.
Ben
Hi Ben,
Is there any way to change the background color of one page only. I would like a full red page and another on full yellow …
JMS
ok, I did some testing, seems w3 total cache was minifying already minified javascript which was breaking it. I made some changes to how it’s being read and you can can minify js. For example I did here: http://themes.kadencethemes.com/pinnacle-premium/
Along with a couple other optimizations you can really speed up your page load:
http://tools.pingdom.com/fpt/#!/c5dtZ6/http://themes.kadencethemes.com/pinnacle-premium/
Ben
Not sure if this is something your theme does or if i’m just realizing i had and its becoming super annoying. haha.
Basically ill set up a post using page builder and then ill save and if i have to make changes to the page and open a widget it, visual editor so far that i’ve noticed, it adds paragraph tags to every line.
Again im not sure if its just wordpress and i didn’t realize it until now or if it was a function in your theme.
Love the theme btw.
– Martin
That is so strange cause I’m not seeing that. Are there borders on the products on this page http://themes.kadencethemes.com/pinnacle-premium/shop/ ?
Hey,
In google chrome on my featured product carousel and also on my shop page it shows a border around my images. Is there a way to fix that so it doesn’t do that? It only does it in chrome not safari or firefox. Thanks for your help.
My website is http://www.solidcitystudios.com and shop page is http://www.solidcitystudios.com/shop
Hello,
Is there any way to change the arrow color for homepage style 4?
Thanks!
Eric
A simply way to replicate is to open a page, click the page builder tab. Then on the topleft corner click the paintbrush icon. you will be asked to choose a prebuilt layout. Choose “example_home”
Ben
1. You can add a description only, in the description section of the category. If you want to have a full page edit and call in one category use the woocommerce shortcodes.
2. add this css
body.woocomerce.archive .page-header {
display: none;
}
Ben
You only get one shop page and it shows all categories. You don’t have to link to that page if you don’t want and you can just use category pages.
Ben
I found the problem –
I changed the woocommerce -settings-products
“product archive /shop page”
to a different page – that made some old page show up.
When I changed the page back to a different shop page my weird missing page came back.
? – The documentation is not detailed about the functions of some of this stuff.
What is the function of the shop page – is only 1 allowed?
I have 2 different categories of products: classes and retail that I sell and I’m not sure how 1 shop page is different than teh category filter.
I’m trying to understand better so I apply correctly.
Thanks
Patricia
I’m showing my products via a menu calling a Product Category.
1)Can I edit this “page” somehow with additional text? –
2) I’d like to remove the category name, show # of results and sort by drop down –
In theme options -shop – I have Show category stuff all on “OFF”
IS there somewhere else to disable displaying this?
Thanks
Patricia