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
Topic: Removing Portfolio Link…
Is there a way to make the portfolio on this page NOT link anywhere at all? I just want it to be a rolling image that does nothing but display those images.
Thanks!
In forum: Virtue ThemeIn reply to: Custom page template
May 22, 2014 at 6:51 pm #9439So you can create a custom page template called. page-custom-template.php
Add this code into it:
<?php /* Template Name: Custom Template */ ?> <div id="content" class="container"> <div class="row"> <div class="main col-md-12" role="main"> <!-- add your plugin code here --> </div><!-- /.main -->Then to make sure no sidebar shows you create a function:
<?php add_filter('kadence_display_sidebar', 'kad_sidebar_on_special_page_template'); function kad_sidebar_on_special_page_template($sidebar) { if (is_page_template('page-custom-template.php')) { return false; } return $sidebar; } ?>Now to make the footer disappear on that page, add this to your custom css box in the theme options:
.page-template-page-custom-template-php .footerclass { display:none; }Ben
In forum: Virtue ThemeIn reply to: Home products not shown
May 22, 2014 at 6:39 pm #9436Hey,
The this is a hosting issue with woocommerce, read here: http://docs.woothemes.com/document/jquery-cookie-fails-to-load/You just need to get you host to update there security.
You can see the error if you right click on your page, you will see a javascript error.
The reason your products are not visible is because the animation that revels the products can’t run because of the javascript issues.
You can turn the animation off in you theme options > Misc settings but it won’t really solve any issue. You need to contact your host.
Ben
In forum: Virtue ThemeTopic: Custom page template
What is the best way to create a page template that doesn’t show anything below the menu? I want to have a page that shows only the menu with a plugin below. No title, content, footer, etc. I have created a child theme, but what files should I modify to only remove this from one page template?
In forum: Virtue ThemeIn reply to: Home Icon Sizes
In forum: Virtue ThemeIn reply to: Home Icon Sizes
May 22, 2014 at 1:22 pm #9416Yea just use page builder and the icon box shortcode.
Page builder allows you to have whatever size columns and the icon box shortcode will fill the space you put it in.
Ben
In forum: Virtue ThemeIn reply to: Logo and Navigation over slider
May 22, 2014 at 1:20 pm #9415Ok, I am making an assumption that you are using the basic header style with a sticky header. If not this code might not work, else try adding this to your custom css. And to be clear this css will work for you home page, if you want it on another page you would need to use the page specific body class:
.home #kad-banner { width: 100%; left: 0; z-index: 1020; position: fixed; } .home .sticky-wrapper{ height:0 !important; } .home .headerclass { background: transparent !important; }Ben
In forum: Virtue ThemeHey Ben,
I’ve inserted the rev slider as the very first row in page builder (aka directly under my header) and I wanted to see how I take that all the way up to the top. I basically want the Nav and Logo to overlay the top part of the slider (similar to this: *Login to see link ). Could you please lend some guidance? Thanks.In forum: Virtue ThemeIn reply to: Revolution Slider
May 22, 2014 at 12:30 pm #9410That is correct you have to build a revolution slider in the revolutions slider area then link to it with the feature template page, The images in the feature page slider are for the built in slider options. Like the carousel or image slider.
Ben
In forum: Virtue ThemeIn reply to: Revolution Slider
Well, I’ve created a slider with a few slides. It seems a bit tedious because I have to insert each slide individually.
If I create a single slide, configure it the way I want, duplicate it, edit the duplicate, remove the existing layer, add a new layer image, and save it, that’s a lot of steps for each duplicated slide. If I duplicate the slider, I still have to change the slide image for each individually. I really want 20-30 slides each in 3 or 4 sliders, and it seems like there must be a better way.
Seeing how the templates work, it looks like each image is just one single image from the featured image of a single post, which makes it much more complicated, so probably not the way to go.
I wanted to have the Feature Page Slider Images from the post just be put into the slider template. Is this section not for the Revolution slider?In forum: Virtue ThemeIn reply to: Revolution Slider
In forum: Virtue ThemeTopic: Revolution Slider
I really like the Revolution Slider in fullpage like in demo4. I would like to create a number of slideshows with each slide having the same options, and all sliders with with the same settings, but with different images for each page.
I see there are options for Feature Page slider images, and the Revolution slide template on the page options, but I don’t know how to create the template. How does this work?In forum: Virtue ThemeIn reply to: specific blog post on homepage
May 22, 2014 at 10:07 am #9403Well do you have the latest theme?
In the home layout section of the theme options scroll down to the Home Blog Settings, then in that section you will see a limit to category section.
As for your page showing it funny it looks like there is an open h3 tag somewhere in your code. That’s why the blog excerpt text is so large.
Ben
In forum: Virtue ThemeIn reply to: specific blog post on homepage
Hi Ben,
thx
is there a documentation for the category solution ?
I show the last blog post on homepage here
but it shows in a funny way
Dan
In forum: Virtue ThemeIn reply to: specific blog post on homepage
May 22, 2014 at 9:29 am #9400You can show categories if you use the “latest blog post” module. Which would allow you to create say a “featured” category. You can also do this with the blog shortcode and carousel shortcode.
As for a full width blog post can you specify what you mean by that? You want a blog post to take up one row? If thats the case you would have to make your home page the latest posts page then the “page content” would become your blog posts and they would be fullwidth.
Ben
In forum: Virtue ThemeIn reply to: specific blog post on homepage
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Display nexgen images in blog summary
May 22, 2014 at 12:52 am #9385Hey, So to have images show in the summary you have to use the featured image in the post. There isn’t a way to have the excerpt hold a image with this theme. You can use a full post option which will show all your content. Like this: http://themes.kadencethemes.com/virtue-premium/blog-full/
And to clarify you have have the featured image show in your post summary and not on the individual page.
Ben
In forum: Virtue ThemeIn reply to: Blog & Blog Grid Template Freezing Mac
In forum: Virtue ThemeIn reply to: Move Main Menu Down
I’ve tried that, but what I really am looking for is to be able to have the logo in the top left of the page and the main menu to be to the left of the page. I just want to know how to add some top margin or padding in the css to move the menu down closer to the bottom of the logo

-
AuthorSearch Results


