Tagged: Images
-
AuthorPosts
-
October 24, 2013 at 6:08 am #180091
Hello hello!
I’m super happy with the theme and everything is cool, there are just some small
things that I wanted to ask about:– I wanted to REMOVE the feature image from the post itself but adding:
.single-portfolio .page-thumb {
display: none;
}
did nothing. Any ideas?
– I also want to remove “You might also like” from the bottom. Any ideas on how to do that?
– I’m also a big fan of the Portfolio Slideshow plugin (http://wordpress.org/plugins/portfolio-slideshow/)
Is it possible to deactive the normal slideshow on certain pages? (the portfolio slideshow one is a bit faster and that makes viewing storyboards smoother in transition)Again, thanks for making a great theme and for reading this,
andreas
http://www.mrschuster.comOctober 24, 2013 at 8:45 pm #180371Hi supervga!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .fullsize .template-blog .blog-meta, .related_posts { display: none, }
I am not familiar with Portfolio Slideshow plugin, you may need to hire a freelance developer to achieve what you would like to achieve if you really need it :)
Cheers!
YigitOctober 25, 2013 at 2:38 am #180451HI Yigit!
I added the code but it did nothing.
– The feature image is still in the post and
– YOU MIGHT LIKE is still written as wellAnd my question regarding the plug in was more about the current lightbox.
Is there a way to disable to lightbox?all the best,
andreasOctober 25, 2013 at 8:15 am #180541Hi!
1.) Are you trying to remove the featured image on portfolio or your blog posts? What type of Blog Style are you using?
.single .big-preview.single-big, .single .small-preview { display: none; }
2.) To disable the lightbox, edit js > avia.js and find this code on line 55:
//activates the prettyphoto lightbox $(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
Replace it with:
//activates the prettyphoto lightbox //$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
Remove browser cache then reload the page a few times.
Regards,
Ismael -
AuthorPosts
- The topic ‘A couple of image things’ is closed to new replies.