jimfaekillie
Forum Replies Created
-
@photocrati – OK thanks!
I am using the “Attach NextGen Gallery to post” option on that page. It then pops up with a new box and I chose from “What would I like to display” I select Albums and select all albums.
Then under the heading “Sort or exclude images” I select the Descending option, however, if there was an option for Gallery ID order or date gallery created order then this would suit my needs, possible many more users as well.
many Thanks
Jim
Currently I am listing all galleries in the page by descending order. Howver, this does not lend to me showing galleries by date.
See here:
https://spn.photography/latest-galleries/
Even if an option to show galleries by Gallery ID would be preferable.
many Thanks
Jim
Forum: Themes and Templates
In reply to: [Responsive] page title on homepageHi Anna,
Taking a look at your site, whatever you have used to determine the “Site Name” it shows like this:
<title>Brisbane Sewing Service – Elna, Singer & Horn dealer</title>
I would suggest you remove the SEO Pack and see if this resolves it. If it does make sure you delete it all form your site then trying re-installing it.
Cheers
Jim
Forum: Themes and Templates
In reply to: Removing the sidebar – Pyrmont V2Comment out the siderbar in your CSS file, start with /* and then at the end put */
Forum: Themes and Templates
In reply to: Removing the sidebar – Pyrmont V2The main page size will be in your CSS file, simply find where it is and then increase the width and it should be okay. Do it in increments until you get the correct size.
Should be Homepage:
/************************************************
* Homepage *
************************************************/#homepage {
float: left;
width: 610px;
margin: 0px;
padding: 0px;
}Change the width to suit.
Hope it helps
Jim
Forum: Themes and Templates
In reply to: Removing the sidebar – Pyrmont V2yeah if you know CSS and some php it is quite easy. Go to editor and open the Main page Template there you will see the code that calls for the sidebar, best to use a comment to take it out <!– at start of area you want removed and –> at end of area. DO NOT DELETE ANYTHING, commenting out is better as you may wish to change this in future.
Forum: Fixing WordPress
In reply to: Can no longer upload any mediaWhen I select upload the page goes blank, just the header so no flash uploader or browser available…Help
Forum: Fixing WordPress
In reply to: Fatal Error exceptionThanks, the wp_settings.php is where I found that it was set to 32M. Thanks very much
Jim
Forum: Plugins
In reply to: RegistrationThanks mate but wehre would I insert these two bits of code?