Nick McBurney
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Requested URL not found – Tempory Error MessageOK thanks, ive decided ill leave the .htaccess for now, just so I can see if it happens again + if not ill try putting the code back in above the WordPress rewrite stuff.
Forum: Fixing WordPress
In reply to: Requested URL not found – Tempory Error MessageBelow.
thanks for your quick responces btw ??
Forum: Fixing WordPress
In reply to: Requested URL not found – Tempory Error MessageI did have some other code in the htaccess for security reasons so the htaccess which I coded has been replaced by this default
Forum: Fixing WordPress
In reply to: Requested URL not found – Tempory Error MessageYeah this error is still happening, looks like something is happening to the htaccess file.
It is being replaced by a default htaccess with just this code:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Any ideas what could be causing the htaccess file to be affected the way it is?
thanks
Forum: Fixing WordPress
In reply to: Requested URL not found – Tempory Error MessageHi Esmi,
Ive rebuilt my htaccess and seems to be workig OK but ill let you know if I notice anymore isues
Forum: Fixing WordPress
In reply to: Requested URL not found – Tempory Error MessageAny ideas on what could be causing this? i dont really want to let it go down whilst I can keep it working but need a permanent solution
Forum: Fixing WordPress
In reply to: Gallery from Featured ImagesHi Blacklizt, thanks for your response but I already know this is possible as ive seen it working in many differant themes, the issue is that the theme im running doesnt have this option so im trying to code it myself, I could really do with a tutorial or code snippet to help me with this.
I just need to know how to code a gallery using featured image from certain categories.
Just need to add this to functions.php
/** * Hooks the WP cpt_post_types filter * * @param array $post_types An array of post type names that the templates be used by * @return array The array of post type names that the templates be used by **/ function my_cpt_post_types( $post_types ) { $post_types[] = 'cpt1'; $post_types[] = 'cpt2'; return $post_types; } add_filter( 'cpt_post_types', 'my_cpt_post_types' );
https://www.ads-software.com/extend/plugins/custom-post-template/other_notes/
Im having the same issue, works fine on the standard posts but not on custom post types.
Any ideas?
thanks
NickForum: Hacks
In reply to: Creating Gallery Page Template From Custom Post Type ImagesBad times Vagas, ive had similar situations so I now ask for an upfront payment of 30%, also keeps them interested in the project
OK Ive realised its the new site which is doing this, but it only happens when www. isnt included in the url, I have set me redirect to go to https://www.domain.com but it is always loading https://domain.com and because of this is showing the error.
Any Ideas?
Forum: Fixing WordPress
In reply to: Permalink structure with /blog/ and custom post types help please?try /%category%/%postname%/ with ‘blog’ as the parent category. This will stop ‘blog’ showing up on pages such as your templates page and include it before your post titles.
Nick
Forum: Plugins
In reply to: [Plugin: NextGen Gallery] – Lightbox Images showing twiceSorry copperdesk but I cant actually remember which file I edited, but search through you files and look for anything where ‘ngg-gallery-thumbnail’ turns up then look for any extra linebreaks in the code, try removing these and fingers crossed it will be sorted.
Sorry I cant be of more help
NickForum: Fixing WordPress
In reply to: I can update WordPress site but my client can't!If you have given him a different wordpress username then it could be do to with permissions, try ensuring his user is set as an admin. (wordpress backend/users/)
Forum: Fixing WordPress
In reply to: Gallery Thumbnail & Contact 7 Help needed pleaseHave you changed the size of the thumbnails using the NextGen options? if so try creating new thumbnails for all your images, you can do this by clicking on manage gallery select all the photos and then from the drop down select ‘Create New Thumbnails’.
You could also try ajusting the thumbnail size in the wordpress media settings, though it is unlikely this would affect anything.
Im not to familiar with Contact 7 plugin but if I remeber right you can select the size of the box using the shortcode and ‘medium’ ‘large’ etc, you should have options for these when creating the form.
Hope Ive helped.
Nick