Ok I have comments turned on in theme options and in wordpress. But, I don’t see an option to include or hide comments when I am editing the page.
Hi Ben
My bad – I found a typo on closer inspection of the code if (s_page_template( – the is is it !!
Problem solved (NB the conditional code is in base.php to select a unique full size background slider per template!)
Cheers
Hello,
I am working in my web site and I have a problem, because when I insert a slide on the web page (not Home) and I want put down of secondary navigation menu, always there are a space between them.
Can you help me, please … how can I delete the space ?
This reply has been marked as private.
Hey,
Where are you adding this?
Can you post a link?
Are you saying there are two sliders on the page? What are you seeing?
Ben
I should also mention that the slider works fine if i use page id;
if (is_page_id( '22')) { // the test page ?>
So it seems it has having issue with multiple pages using the same slideshow ?
Hi Ben
I have a cyclone slider issue – I have a custom page template that I’m using for a parent and child pages. I’m applying the cyclone slider to this template, but it seems the slider fails as it appears to not like to render more than one instance of a slider (one slider, multiple pages using it).
I simply want to run the one slider , but on multiple pages. Is this not possible ?
Code I am using;
if (is_page_template( 'templates/page-template_test.php')) { // the test page ?>
<div id="sliderbackgroundslider">
<?php if( function_exists('cyclone_slider') ) cyclone_slider('test-page-slider'); // about page slider ?>
</div>
Looks like at the bottom of your custom css box you have this:
.page-header {
border-top: 0px solid #eee !important;
and no closing bracket.
Ben
I’m getting the same problem, using Safari and Firefox on both my macbook and iMac. I tried adding the css:
.kt-panel-row-parallax-stellar {
background-repeat:no-repeat;
}
Nothing changed. Do I need to do something further?
Thanks
You will lose the breadcrumbs fyi.. just add this css:
#pageheader {
display: none;
}
.wrap.contentclass {
padding-top: 0;
}
Ben
I can’t seem to hide this page title, I have try a plugin and the css. no luck. I all need to remove the 10px padding so that the blue box goes all the way up to the header. *Login to see link
P.S. This would be a nice theme option.
Once you enabled comments for pages you can go into the page itself and turn theme off for the ones you don’t want to have comments
Ben
Is there a way I can have comments on some pages but not all pages?
Hi,
I uploaded Virtue to my second website. Home page doesn’t show up.
Please advice.
Thank you!
ok sure. what part are you having trouble with? have you looked at this tutorial?
https://www.kadencewp.com/creating-a-home-page-with-virtue/
Ben
The site I am referring to is the “real” site.
I am just hoping to get a home page that looks more like the type of home page I would have designed on a non-WP website.
Here is an example:
Suppose I wanted my Virtue home page to look like this:
http://www.charlesmaglieri.com
So you want like a landing page with an enter here kind of thing? That then takes you to the “real” site.
Or are you saying you want the logo menu header all that just that you want simple content on the home page?
Ben
I know this is a “rookie” question … but I don’t know the answer.
Suppose … on the home page … I do not want to sell anything … or post any blog articles … display galleries … or anything like that.
I just want “text” section that says “Welcome to my site. Here’s what you’ll find” etc.
You know … sort of like you would expect to find on a non-WP site.
A static landing page with just text (and maybe a few images).
Any info or link talking about how I would do that …?
Confused.
Just need to add this css:
.page-id-177 #pageheader {
display: none;
}
.page-id-177 .kt-call-sitewide-to-action {
display: none;
}
Ben