Steven Jones
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Missing screen options after upgrading to WordPress 3.3.1nissimziv is saying it’s not working for him with ‘posts’ though. They come as standard.
Forum: Fixing WordPress
In reply to: Missing screen options after upgrading to WordPress 3.3.1What plugins have you got installed?
I’ve got an installation with 3.3.1 with no plugins and it works.
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Fancybox Iframe not workingYeah it’s working elsewhere, try ‘Terms and Conditions’ in the footer, that works on every page of the site.
P.S. I’ve tidied up the other javascript now.
Forum: Plugins
In reply to: [Events Calendar] [Plugin: Events Calendar] Event not stylingDoes anyone have any advice for this please?
Forum: Plugins
In reply to: [Events Calendar] [Plugin: Events Calendar] Event not stylingSorry, I was on about the calendar in the sidebar. June 5th, the next event would ideally have a bg color.
Cheers,
SteveJust done that now and it worked, thanks for the advice. I guess 1.8.3 features everything i need to but would prefer being at the latest version!
Forum: Fixing WordPress
In reply to: WP-PageNavi highlighted box always stuck at page 1Hi, I looked through that post and tried some stuff – looks like Nathan Rice came up with the solution. Here is my fix.
<?php if ( get_query_var('paged') ) { $paged = get_query_var('paged'); } elseif ( get_query_var('page') ) { $paged = get_query_var('page'); } else { $paged = 1; } query_posts( array('propertytype' => 'industrial,office', 'posts_per_page' => 4, 'paged' => $paged)); ?>
Really appreciate your help.
Forum: Fixing WordPress
In reply to: WP-PageNavi highlighted box always stuck at page 1alchymyth – that didn’t work.
I have just been looking around and noticed that there’s a problem with using a static page for the front page and pagination.
Interesting topic here:
Anything in there worth trying?
Cheers.
Forum: Fixing WordPress
In reply to: WP-PageNavi highlighted box always stuck at page 1https://newtonaycliffeindustrial.co.uk/premises/
There’s the page in question.
I have removed the wp_reset_query and as you can see it’s stuck on the first one.
Cheers.
Forum: Fixing WordPress
In reply to: WP-PageNavi highlighted box always stuck at page 1Hi, I was having a similar problem now I have added the wp_reset_query the search is only bringing back one page worth of results.
What am I doing wrong?
Cheers,
SteveWould really appreciated a comment/workaround for this?
Cheers,
SteveSame for me – when uploading an image it appears below with the option to delete – however when I upload a PDF or Word file then it looks like nothing has happened after the post has been saved. (Using it on a custom post type).
Forum: Themes and Templates
In reply to: Code ErrorThe $ in the is_page()? It’s a function not a variable.
Forum: Themes and Templates
In reply to: Theme Options Page – Collapsible SectionsYou should use the plugin Options-Tree
Forum: Themes and Templates
In reply to: How to rewrite my wordpress website in another language?It’s the best solution out there – used to be free but it’s only $29 and is a solid product.