In Pinnacle demo website *Login to see link there is a group of 4 images that seems using portfolio animation (winter clothing special, coffe shop, etc) How can I create such a grid with landscape images? I cannot use page builder because I’m using in the content page widget a page with a leaflet map code in the body page how homepage. Please, have a look at http://www.laplandinteractive.com
Thanks
Angelo
You just have to add a function to hook into the product page… should be like:
add_action('woocommerce_single_product_summary', 'kt_addauthorlink', 45);
function kt_addauthorlink() {
echo '<p class="byline product-author author vcard">Author: <a href="'.get_author_posts_url(get_the_author_meta('ID')).'" rel="author" class="fn">'.get_the_author().'</a></p>';
}
Then add css like:
.product-author {
font-size: 12px;
}
I have searched in the forums, and I found one set of information on this topic. But there was a lot of css code being suggested for lots of changes, and I wasn’t sure if those changes would apply to my site in its current state.
Also, my goal is to have a primary menu bar that is blue with white letters across the full width of the page just like the secondary menu bar at the top. Hope that makes sense.
Thanks,
Kimberly
http://www.brookdalehouse.com
Hello,
as said before I am setting up my book publishing website.
Hence it is very important for me to show the product’s (=book) author and link the name to the author’s archive page.
I already added author support to products which is not done by default with:
add_action('init', 'npt_add_author_to_product', 999 );
function npt_add_author_to_product() {
add_post_type_support( 'product', 'author' );
}
But now I would like to show and link the author on the product page.
Best would be right on top of the category and tags listing with the same style.
Jürgen
See the bottom of this page: https://www.kadencewp.com/using-page-builder-virtue-premium/
Or use the theme options > home layout. Call to action.
Ben
Hey,
I’m not seeing the slider or image menu on the page?
Ben
Okay, one more… I’d like to tighten up the spacing between my slider (using a MetaSlider plugin shortocode in the homepage widget) and the image menu below it. I know how to do this in PageBuilder, but not straight Virtue. Is there CSS for this? Thanks!
*Login to see link
Thnks for reply in my home page http://www.prodway.ma aftersilder i have 3 virtue info box
post a link to the page that your using it on.
Ben
Hey,
If you’ve selected the logo widget option in the theme options then you will have a new widget area called header widget area on the widgets page. Just have to add your widgets there.
Ben
Hi – I’m keen to have widgets on the right hand side of my logo as my primary menu navigation. Can you advise whether this is possible/advisable.
If so – I’ve changed the main setting to the ‘logo & widget’ but am not sure how to actually move my widgets up into this area.
gocon.com.au
Thanks
Dave
Juergen – you cam just move the “page title” in the home layout manager to disabled.
Ben
Ok123 –
Just a note you can add a mobile max height at the bottom of the edit slider page in the slider settings.
Ben
Hey, what exactly do you mean? Is it allowing you to upload featured images for pages/posts and they’re just not displaying or can you not upload at all? Can be a bit more specific and also post a link?
Thanks,
Hannah
Hello! I´ve made a front page that includes my portfolio, and it is creating a double scrollbar on both computers i tested the website (different resolutions, one retina display and a regular 1280px screen.
The website url is http://www.gastongc.com.ar
If you need to see how i created my front page, this is it:
The screen is not zoomed over 100%. If i use the filters and lees images are shown, it happens the exact same thing.
Thank you!
Hey, try this:
.home .page-header {
display:none;
}
Hope that helps!
Hannah
Hello,
I am going to use a static page as front page because the Homepage Layout Manager doesn’t give me enough settings.
But now I have the nasty looking page title (“Home” in my case) which is absolutely unnecessary and confusing.
When using
.page-header {
display:none;
}
All page titles are hidden, but I only want the front page’s title to be hidden
When using a filter function to set the title of the front page to NULL I still have the grey horizontal rules which looks even worse.
What can I do about it?
Juergen
– lost password, order tracking, edit account etc ??
Those aren’t pages. see here: http://docs.woothemes.com/document/woocommerce-endpoints-2-1/
Ben
Yes! That is where they were, but it looks like I need to manually add the other pages ie: lost password, order tracking, edit account etc ??
Thanks for the help.
I doubt it’s the issue. Although it’s a good thing to get you php max memory higher.
My guess is the pages are in your trash but not deleted? check that.
Ben