Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'page '
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Full Screen Homepage Slider
May 26, 2014 at 10:00 am #9581Hey it does come with the theme. The revolution slider has a full width option. as does the cyclone slider. Both premium plugins come with the theme. Just click the appearance > install plugins page.
In forum: Virtue ThemeTopic: Secondary menu bug
Hi,
I have a small problem with the secondary menu, which is made by the page I created. It seems that one deleted page is still linked to an empty menu item.
Look at this code:</div> <!-- Close Container -->
<section id="cat_nav" class="navclass">
<div class="container">
<nav id="nav-second" class="clearfix" role="navigation">
<ul id="menu-main" class="sf-menu"><li class="menu-qui-sommes-nous"><a href="*Login to see link sommes nous ?</a></li>
<li class="menu-le-projet current-menu-item current_page_item sf-dropdown"><a href="*Login to see link Projet</a>
<ul class="sf-dropdown-menu">
<li class="menu-preparatifs"><a href="*Login to see link
<li class="menu-itineraire"><a href="*Login to see link
<li class="menu-notre-camping-car"><a href="*Login to see link Camping Car</a></li>
</ul>
</li>
<li class="menu-carnet-de-route"><a href="*Login to see link de route</a></li>
<li class="menu-photos"><a href="*Login to see link
<li class="menu-videos"><a href="*Login to see link
<li class="menu-nous-contacter"><a href="*Login to see link contacter</a></li>
<li class="menu-"><a></a></li>
<li class="menu-"><a></a></li>
</ul> </nav>
</div><!--close container-->i don’t know how to fix that, any help appreciated.
thanks,
DavyIn forum: Virtue ThemeTopic: All project default pf page
Goodday, I made pages with the portfolio grid page and i choose a specific pf worktype.
The navigation buttons do show the next portfolio-item in that specific category. Is it possible to show in stead of the “all project default page” to go to the project in that specific category?In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Full Screen Homepage Slider
In forum: Virtue ThemeIn reply to: Main menu vertical position center
May 25, 2014 at 8:32 am #9539Hey so you will want to add this to your custom css box in the theme options > advanced settings:
.sf-menu a { padding: 10px 10px; } .sf-menu li { float: none; display: inline-block; } #nav-main ul.sf-menu{ float: none; text-align: center; }also to get you menu further down the page add a top padding to the menu in the theme options > main settings.
Ben
In forum: Virtue ThemeTopic: Cyclone Slider and Caption
Hey Ben,
Cyclone slider is working very nicely on the home page, except mobile view. Any slides that have a caption title and desc. have those two fields with the grey background overlay totally obscuring the actual image slide.
Any words of advice, apart from removing the caption fields?Thank you, John
(demo, 1 slide at: *Login to see link )I did search for this already
In forum: Virtue ThemeIn reply to: Moved: home page post navigation
May 24, 2014 at 11:16 am #9517hey so you can change the layout to a grid layout on the home page by changing the settings at the very bottom of the home layout in the theme settings.
you can set how the photo shows by using the post summary option in the post setting: http://docs.kadencethemes.com/virtue/#blog_posts
in the theme settings on the blog posts settings you can change the default image layout.
ben
In forum: Virtue ThemeIn reply to: Contact Form Page Layout
May 24, 2014 at 11:01 am #9515ok sorry this is the right code:
@media (min-width: 992px) { .page-template-page-contact-php #main { float:right; } }had the min and max mixed
ben
In forum: Virtue ThemeIn reply to: Moved: home page post navigation
Hi Bean,
thanks, one part of the problem is resolved. Sorry, my mistake was, that I didn’t choosed the second item within wordpress settings > reading ;-( A pagenavi now really appears below the “latest posts”. Unfortunately the home page doesen’t look beautiful as before (now only text in 1 col, no thumbs). When the “latest post module” in theme options > home layout is enabled the home page appears in a beautiful style (2 cols + nice thumbnails). The goal ist to put the pagenavi in such a beautiful style below the “lastest posts” 😉
bye HartmutIn forum: Virtue ThemeHey there,
I have another question in terms of where I should edit. On the webpage I am designing the category pages are not showing the background in the titleclass area. *Login to see link I can not find the area I need to edit in order to change this. It would be great if you could point me in the direction of what I should edit to fill in that block (surrounded by the shadow) with the background in the content block.Thanks
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Custom page template
That works, except for a 1px line below, and when in mobile mode a 15px bar below the menu. I added the following and now it doesn’t display anything extra below the menu.
.page-template-page-custom-template-php .contentclass { padding:0; height:0;} .page-template-page-custom-template-php div.wrap.contentclass { padding-top: 0 !important; } .page-template-page-custom-template-php .page-header { display:none;}In forum: Virtue ThemeIn reply to: Custom page template
May 23, 2014 at 10:33 am #9471Hey so the home page uses a different system. But you can hide the content class padding with this css:
.page-template-page-custom-template-php .contentclass { padding:0; }You can also do this with any page.
Here is my example page: http://themes.kadencethemes.com/virtue-premium-3/no-header-test/
Just using the page title, which becomes a css tag in the body I added this css:
.no-header-test header.banner, .no-header-test #containerfooter, .no-header-test .page-header {
display:none;
}
BenIn forum: Virtue ThemeIn reply to: Custom page template
How about to get a custom page template with no header at all, i.e. no logo, no menu bar, etc.? Purpose being, I created a private custom page template to display a woocommerce stock report that I can print out, and have no need for the header/menu bar (and footer) for this.
In forum: Virtue ThemeIn reply to: Custom page template
Thanks, this is great.
When this custom template is on the homepage, it still displays the title, so I added
.page-template-page-custom-template-php .page-header {
display:none;}
There is still a blank bar 46px tall below the menu, and before the plugin loads. What’s the best way to remove that too?
You can see it on devonstephens.comIn forum: Virtue ThemeIn reply to: Removing Portfolio Link…
Unfortunately, I didn’t fix it. If you hover just underneath the portfolio item you’ll see a hidden link. I am OK with changing code if that’s what it takes, I just don’t know how.
As far as other options go, I have different sliders on different pages, and it seemed to me that this theme didn’t support the ability to have a variety of sliders to be referenced at will…is that correct?
In forum: Virtue ThemeHello,
I am using a text widget via Page Builder on the home page. I managed to set size, color and font via HTML. Here is the code I used<p style="text-align: center;"><span style="font-family: Lato;"><strong><span style="color: #ffffff; font-size: 58pt;">Londra è sempre una buona idea!</span></strong></span></p>
Now, I have tried to change the Google Font in use, with no success! Although I have tried a Font who’s in the template list, it doesn’t show up!
What am I doing wrong?
Thanks
AdrianoIn forum: Virtue ThemeIn reply to: Contact Form Page Layout
May 23, 2014 at 7:53 am #9458You can add this to your custom css and it will move the form left:
@media (max-width: 992px) { .page-template-page-contact-php #main { float:right; } }Ben
In forum: Virtue ThemeTopic: Contact Form Page Layout
Greetings!
First of all…love the theme.
Any way to change the alignment of the contact form.
It’s pushed to the far right of the page. Would rather it be on the left if possible.
Thanks so much for your help.
Mikel
-
AuthorSearch Results


