Hi Ben
I am starting a new site and interested to know what approach you’d take for the following:
– Home: a full screen background slider with captions.
– pages: a full screen background static image.
The content will sit above in semi-transparent boxes. similar to this: *Login to see link
I’d prefer to not use revolution slider.
Hey, in theme options > home layout choose the first option beside Display a sidebar on the Home Page?
Hope that works for you!
Hannah
I can’t enable the sidebar on the Shop page. I have it set as the Home page and I would like to display the sidebar.
This is the webpage: http://www.modanenes.com
Ann, just for your interest. I needed to add the following to my child themes functions.php. Otherwise the shortcode turns up as it is on search results:
/* 2014-11-27: Otherwise it prints [gallery ...] shortcode on search results page
* see http://themeforest.net/forums/thread/shortcodes-in-search-result/42977 */
function remove_shortcode_from_search($content) {
if ( is_search() ) {
$content = strip_shortcodes( $content );
}
return $content;
}
add_filter('the_excerpt', 'remove_shortcode_from_search');
If you do not have a child theme, please ignore this…
Thanks. Just tried it. It removes the title and lines but the breadcrumb has not reappeared.
Would be really good to remove the page title and keep the breadcrumb.
Any other thoughts?
Hi Ben,
thanks for the help:
http://aseed.net/
So you can see the icon on the homepage but not when you click on a blogpost, it doesn’t show up in the blogpost itself.
kinds regards,
Roland
Hi Ben,
perfect on all pages except homepage – the background of the scrollbar remains visible
– here a pic:

– when scrolling down, the header jumps at some point over the background of the scroll bar,… hope you see it too or i’ll make a video 🙂
– black nice rounded scroll bar hides on all pages inclusive homepage how it should
Cheers,
B
Hello,
I have tried some Social Sharing buttons for pages.
But do you know a plugin working fine with Virtue so I can add a button to share (to Facebook, mail, etc) a single image in my page? from the lightbox popup, for example.
Thanks
OK, so that is your issue. If your suing the blog page template. then you have to add to the page-blog.php file not the page file.
Ben
.page-header {
border: 0;
}
.page-header h1 {
display: none;
}
Ben
Hey,
You can leave off the css hannah posted. you don’t need:
#ascrail2000 {
position: static !important;
}
You should add:
#pageheader {
display: none;
}
Ben
Hi Ben,
I added it to the page.php (page template) and thought I just had to copy/paste the code in there, so that’s how I did it… I got the code from your response to the original post that I posted in.
Thanks!
Hi all
I want to know which plugin is used in vitue theme for the product image gallery? For my asiatotheeurope.com site, in product page i need the same plugin which is used in vitrue premium demo. Can anyone name the name of the plugin?
thanks
Benny.
Hi,
I also wanted to remove the page title, so tried the first option:
.page-header {
display: none;
}
It worked. However it also removed the breadcrumb. I wish to remove the page title (and the two fine lines that frame it) but keep the breadcrumb.
Any ideas?
Be much appreciated.
Hi!
I have 6 images on front page and I would like hide 3 of them on mobile view (when images are all one upon the other). I assume that I should give each image CSS class and then use CSS code to hide them? Any code tips?
Here’s the link: *Login to see link
(It’s not the front page yet but will be)
Thanks in advance!
Hey Ilario, if you’re using pagebuilder you should just be able to go in and remove the call to action button from each row.
Hannah
Hi Ben!
Many thanks for your help,
I’ve followed your suggests and the result is the following:
http://www.birrarium.it/?page_id=194
not bad at all!
Now, I’d like to delete the call to action button under the example text on each image.
how can I do?
Thanks so much again 🙂
Ben,
Thanks again. I wanted more control of the page and did not want to just set the default page to be the blog page. I ended up using the Column shortcode the divide the page into two columns. This also allowed me to still enable the sidebar. Also could have done this with Page Builder.
[columns]
[span6]<h4>News</h4> [blog_posts items=”4″ orderby=”date” cat=”news”][/span6]
[span6]<h4>My Story</h4>[blog_posts items=”4″ orderby=”date” cat=”my-story”][/span6]
[/columns]
Hi, I am having this problem too. I have pasted the code <?php comments_template('templates/comments.php'); ?> in the page template file.
I have also checked the boxes to allow comments. What am I missing? I am having to rebuild my website, and I remember having this problem the first time I set it up too (about a month ago), but was able to figure it out. This time I just can’t resolve it on my own and can’t figure out what I am overlooking… *Login to see link
So option number two it will be.
Does page builder with added gallery widget add to the load time/procesor load of a page ?
Should one use just simple gallery inserting in the page ?
Thank you,
B