bagpie
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Luminescence Lite] How to make custom page template?I’ve found out what’s been happening and Apple is to blame. I’ve been using TextEdit to edit the code and, unbeknown to me, OS X has a new feature called ‘Smart Quotes’ and whenever i changed ‘page’ to ‘gigs’ in the page template it automatically changed the apostrophes around the word to something else, some sort of curly apostrophe, rendering the code invalid. I’ve switched off Smart Quotes and it’s all working as it should.
Sincere apologies for wasting your time and thanks again for helping.
Forum: Themes and Templates
In reply to: [Luminescence Lite] How to make custom page template?Thanks for replying again and apologies for the delay in responding, I’ve been away for a few weeks.
I’m trying to make a gig page template which calls functions from the the RS EVENT multiday plugin – https://wordpress.org/plugins/rs-event-multiday/. I’ve tried starting from scratch but still no luck. I’ve also tried plugins that allow php in the page content, which i’ve used before, but the code just appears on the page.
Forum: Themes and Templates
In reply to: [Luminescence Lite] How to make custom page template?Thanks for replying again.
Yes, if i make a custom page template I can choose it in the drop down menu, I’ve also tried specialised page templates with the slug or ID in the title with the same result. Changing <?php the_content(); ?> in loop-gigs.php makes no difference either, no content or featured image appears.
Forum: Themes and Templates
In reply to: [Luminescence Lite] How to make custom page template?Thanks. I’ve already tried that without much success. I’m making a gig list page for my band’s site so made a new page template (page-gigs.php) in which I changed get_template_part( ‘loop’, ‘page’ ) to get_template_part( ‘loop’, ‘gigs’ ). I then added a new loop template (loop-gigs.php) which is an exact replica of loop-page.php. Now there is no content appearing on my gigs page at all. Any idea what I’m doing wrong?
ThanksForum: Themes and Templates
In reply to: [Matheson] Only Jumbo headline on front page?In the meantime I’ve hidden the widget with:
.widget {
display: none;
}but of course the widget is still in the html which is a bit inefficient. I’ve tried commenting out the widget in the php files but this just breaks the code. Any thoughts?
Thanks
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Page tabs on top of picsI’m having the same problem. Did you find a solution?
Sort of sorted. Seems to be a image size problem, maybe something to do with PHP memory usage. Images under 50kb were appearing correctly and those larger where appearing squashed to fit the slideshow. I’ve made a new gallery with images cropped to the widget size and all is well now. Is this a bug?
bagpie