Theres nothing earlier aside from the get_header hook which is above the page title, and the header for that matter.
Ben
Hey,
There aren’t any hooks that would place content in the page title. You can hook in below that but no in the title itself.
You can see a lot of hooks here: http://docs.woothemes.com/document/hooks/
You can also just add your links to the page by going to pages > checkout and add your links above the woocommerce checkout shortcode. Place them in a div and you can position them to show up in the pagetitle.
Ben
That isn’t an option to change per category. What you can do is set up a page and use a shortcode to show all the products in a category with a specific column… so for example this :
[product_category category="appliances" columns="1" per_page="24"]
You can see all the woocommerce shortcodes here: http://docs.woothemes.com/document/woocommerce-shortcodes/
Ben
Great theme. I love it. I’m having trouble finding out where I can hook into the woocommerce checkout templates to edit the heading area for those pages.
I’m trying to add a “privacy policy” link and “returns & exchange” link at the top of the checkout page area BUT not in the nav bar or menu. Basically, I’d like there to be links in the area to the right of the heading where it says “Checkout”. I know how to do the CSS, but can’t figure out how to hook this into the theme.
The links can be hard-coded to the pages if that’s doable. Is there a way to do this?
Thanks,
Bob
Before i click blank background. I can not click anything on my web page
http://www.pp-panjan.com
it my web page.
Thank you
1. The title does not appear in Codu source at the beginning of each category pages.
2. And no link Site.
view-source:*Login to see link
Thank you!
Constantin
Hi Ben, Hi Hannah,
I am using the shortcode [best_selling_products per_page=”4″] in the Visual Editor widget in Page Builder to display the best selling products on the Homepage. The reason for doing it this way rather thank through the theme settings is that I wanted to include the Recommender by Graphflow which I am testing, and the desired order of elements was not possible in the Theme settings.
Unfortunately, the height of the best sellers element is much too great. Can you suggest what the problem might be?
*Login to see link
Thanks
Andrew
Yes, it was modified before, it’s to be able to located on the left and bottom of the page title.
Hi there,
I have already adjusted one time the breadcrumb bar , but some pages look well, some page looks conflit with the page title,
So can you help me to move it to the top of the page title? If it can’t be moved to this position, tell me how to remove it please?
Good page: *Login to see link
bad page: *Login to see link
Thanks!
Hey,
So in your custom css box you have this code:
#content .main {
float: right;
}
and you need to switch out with this code:
@media (min-width: 992px) {
body .main.col-lg-9 {float:right;}
}
you can find that on this page: https://www.kadencewp.com/frequently-asked-questions/
Under the section about having a sidebar on the left.
Ben
I was running the free version of Virtue at *Login to see link and the blog posts and images were not clickable on mobile devices (tried both Android and iPhone). I upgraded to the premium version, hoping that would fix the issue and it did not. I’m using blog posts on the home page, so it’s pretty important these are clickable. They work fine on desktops. Am I missing a setting or something?
body.single-portfolio #pageheader.titleclass {display: none;}
Ben
I am trying to remove page header of portfolios ONLY but I realized when I use the css to remove the header, it removes ALL headers instead of just the portfolio. Is there a way to only remove the portfolio header?
I used this css to remove the header
div#pageheader.titleclass {display: none;}
If not possible then is it possible to change the header to show a something like sitemap directories?
e.g.
change
PORTFOLIO PAGE HEADER
to
home>portfolio>catorgaries>pageheader
Thanks in advance.
Is this an image your adding to a page or post? You can give the modal shortcode an id=”1″ then while on the text tab add this to your image code:
data-toggle="modal" data-target="#kt-modal-1"
Then the image would open the modal but it wouldn’t remove the button. You would have to add css to hide the button.
Ben
I have Virtue Premium 2.6.1, and for my homepage, I have a series of 5 sliders (currently with Flex Slider). Each slider invites visitors to click to watch a different introductory video (each hosted on YouTube). Ideally, I’d like it if the user clicks the slider, it would autoplay the corresponding YouTube video in a Lightbox, rather than sending them to an internal page with the video embed or straight to the YouTube page.
Any thoughts on how I can achieve that?
Thanks,
Dennis
Hi Ben,
thanks for answering so quickly. It works! My mistake was not selecting “Page Content” but “Latest Blog Posts”, as you said. Now it works like a charm! Thank you very much!
Fabian
Hey Henning,
The demo is using pagebuilder… and adding the carousel through pagebuilder which is why you get the no space on the bottom. You can’t have that with the carousel added through the theme options because css can’t tell about placement the say way pagebuilder does. But if you don’t want to use pagebuilder you can add this css in the theme options > custom css.
.home-portfolio {
margin-bottom: 0;
padding-bottom: 0;
}
Ben
Have you seen this: https://www.kadencewp.com/creating-a-home-page-with-virtue/
Explains about the home page and the difference between using the static page and the latest post page.
Ben
I have my homepage set to latest posts, yes. The max. number of posts there does not affect the home page, though. There the max. is 8 posts, Virtue Premium Theme does not allow for more (under Theme Options > Home Layout > Home Blog Settings). So in order to get page navigation for the homepage I think I’d have to add that manually in the code, right?
I have no idea why videos aren’t working on the homepage. I’ve not changed anything besides CSS…
Fabian