Now I’ve just one more question:
if this is my portfolio page:
https://www.dropbox.com/s/qfli2rzt05qg328/portfopage.png?dl=0
how can I assign to each image a page like this?
http://themes.kadencethemes.com/virtue-premium/portfolio/colors/
thanks in advice
have a nice day 🙂
Yes from your cpanel if you look at the php settings, or if you have woocommerce installed it would tell you in the status page or if you install a php info plugin.
In the page edit view you should see a “feature page slider images” box where you can upload images… see here: http://docs.kadencethemes.com/virtue/#featurepage
Ben
Did you go the the plugin settings and add the networks you want to show and choose if you want to show on pages or post. If you look through the basic settings all the settings are there. (it’s not just an activate and it works plugin you have to set it up) I have tested and it works. If you have it all set up is there another plugin that is conflicting with this one.
Ben
Ben, it doesn’t seem to work as you describe the way I have my site set up, although that is what I’d like. Its only when I put it in a widget that I could get it to appear – and then only on the home page. The plugin seems to suggest you dont need to do anything else, but nothing appeared when I did as you suggest, unless I am missing something?
Good Day,
I have created a page using the Feature template and selected the slider option Image carousel slider, but I don’t see where to create the slider or how to add images to the slider from the page edit view.
Thanks
Mike
If you turn the theme settings off for image sizing on archive pages you can select to use any image size in the woocommerce > settings > products. But there isn’t a way to add a ratio to the predefined set up.
Ben
Not really, I have:
Aksimet,
BlackStudio,
Cashie Commerce (which I prob won’t use),
Cyclone Slider Pro,
Kadence Slider,
Page Builder (again prob won’t use)
Revolution Slider.
That’s it.
Most other items save, but not typography tab items.
Hey, something like this can only be displayed through a widget. Although there are many different places to put a widget. You can put it in the topbar, sidebar, header, footer, home widget area, or anywhere on a page through page builder. If you’re wanting it to appear on the side I would suggest adding this widget to a sidebar and adding that to your pages.
Hannah
I’m trying to install social media buttons using ‘simple share button adder. The only way I can get anything out of it is if I use it as a widget in the home widget area – but I would much rather have it appear at the side on each page and post – is there a way to do this? Just installing and activating it seems to display nothing
thanks http://www.houndsconnect.co.uk
I’m trying to install social media buttons using ‘simple share button adder. The only way I can get anything out of it is if I use it as a widget in the home widget area – but I would much rather have it appear at the side on each page and post – is there a way to do this? Just installing and activating it seems to display nothing
thanks
You can use this css:
.homepagecontent {
background: #fff;
}
Ben
Hi
I am not a pro site builder. But having a go at replicating a site.
I have a 4000 x 3000 px image to use as the site background (body).
Its uploaded but the image scales itself to around 250px wide and then repeats ?
I have tried to check all the options are correct and certainly the Theme body options are set to no selected choice.
Any ideas.
here is the site *Login to see link
Hi,
How do I add a box style layout for my homepage. I would like margins down each side left and right of my home page where the background colour can be different from middle centre section. Is this possible on the Pinnacle theme?
I am putting together a site http://www.dapperattire.com for a friend of mine. Site is starting to look good but after loading some sample products to show him how it will look they show on the homepage under “featured products” and “best selling products. However when I try to go to the “shop” or any other menu options none of the products are there.
Hello. I’ve got my site up and running ( http://www.luxepair.com ) and I’m trying to speed up the first page home page load time. I’ve tired using much smaller size files for the rev slider however it’s still taking a long time. I check with google analytics as well as a second site speed tester and they are both saying it’s too slow and to try to enable image compression. I’m far from the expert with all this stuff. Please let me know how to do this or anything you can suggest to help.
http://www.luxepair.com
Kind regards,
Mark.
Hi Ben,
I like to add the theme contact form in some pages other than the contact page.
Can u do that as short code ?
sorry it should have been:
add_filter('kadence_display_sidebar', 'kad_sidebar_on_special_page');
function kad_sidebar_on_special_page($sidebar) {
if (is_singular('staff')) {
return false;
}
return $sidebar;
}
Ben
Actually Sherif, you’re not doing bad! Jarle Petter, when you set your home page as a static page the page that you select will take on your original domain. This tutorial should help: https://www.kadencewp.com/creating-a-home-page-with-virtue/
Hannah
It does not work this way. You should create a page to appear under the static page option.
I think Ben will be able to help more once he signs in 🙂