Kanger
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Archive page – want to change formatactually, as always just posting here has meant I’ve solved it.
basically in functions got it to show certain number of posts if it were an archive pageForum: Themes and Templates
In reply to: Adamos Theme – imagesActually ignore my question, it was image size 960 x 400. All good now. Thank you
Forum: Themes and Templates
In reply to: [Adamos] recent posts doesnt show pictures?Could I ask, what size the images in the posts should be to show like they do on the theme demo?
I tried using original size used in the images in theme demo 960 x 400px and did align none – but not quite working
thanks in advance
you are a star!!! thank you!!
Thank you for your reply..no joy though…
Think I need to put different values into the script, but can’t break down the jQuery to understand how to do that…
HTML for menu is as follows:
<ul id="menu-menu-1" class="twelve columns"><li id="menu-item-16" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16"><a href="http://marble-design.co.uk/test_sites/">Home</a></li> <li id="menu-item-17" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-17"><a href="http://marble-design.co.uk/test_sites/?page_id=4">Info</a> <div class="dropdown"><ul> <li id="menu-item-24" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24"><a href="http://marble-design.co.uk/test_sites/?page_id=4">About the Club</a></li> <li id="menu-item-596" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-596"><a href="http://marble-design.co.uk/test_sites/?page_id=594">Events</a></li> <li id="menu-item-20" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20"><a href="http://marble-design.co.uk/test_sites/?page_id=8">Links</a></li> <li id="menu-item-21" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-21"><a href="http://marble-design.co.uk/test_sites/?page_id=10">News</a></li> </ul></div> </li> <li id="menu-item-18" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18"><a href="http://marble-design.co.uk/test_sites/?page_id=6">Contact</a></li> <li id="menu-item-611" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-611"><a href="http://marble-design.co.uk/test_sites/?page_id=400">Photos</a></li> </ul>Forum: Fixing WordPress
In reply to: Posts not showing images – post won't publish if images in itin this post…
http://wordpress.org/support/topic/php-warning-php-startup-unable-to-load-dynamic-library?replies=10
suggests changing /usr/local/lib/php.ini but where do I find that file?
and does it work?
Thanks
Forum: Fixing WordPress
In reply to: Posts not showing images – post won't publish if images in itNot quite sure how to interpret my error logs and when the issue exactly occured, cos first issue was unable to get images at all then it was previewing or publishing, them these errors seem to come up a lot around those days i was trying to sort it…
[28-Aug-2013 00:05:10 Europe/London] PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_mysql.so’ – /usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
also this comes up alot…
Unknown on line 0
‘magic_quotes_gpc’ is deprecated in PHP 5.3 and greater in Unknown on line 0
[29-Aug-2013 15:10:40 Europe/London] PHP Deprecated: Directive ‘magic_quotes_runtime’ is deprecated in PHP 5.3 and greater in Unknown on line 0
[29-Aug-2013 15:10:41 Europe/London] PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/local/lib/php/extensions/no-debug-non-zts-20060613/timezonedb.so’ – /usr/local/lib/php/extensions/no-debug-non-zts-20060613/timezonedb.so: cannot open shared object file: No such file or directory in Unknown on line 0
[29-Aug-2013 15:10:41 Europe/London] PHP Warning: PHP Startup: suhosin: [29-Aug-2013 15:10:40 Europe/London] PHP Deprecated: Directive [29-Aug-2013 15:10:40 Europe/London] PHP Deprecated: Directive ‘safe_mode’ is deprecated in PHP 5.3 and greater inUnable to initialize module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options need to matchAny ideas?
no idea how to tackle this
thanks
Vicky
Forum: Fixing WordPress
In reply to: Posts not showing images – post won't publish if images in itI deactivated all plugins and activated Twenty Thirteen theme and no joy. Still doing same thing. Then tried reactivating plugins and now I can’t do anything just getting ‘Server Error’ (code 500) on every page, wordpress is sooooooooooo frustrating at the moment it’s 1 step forward and 2 back all the time. Spent hours yesterday just updating wordpress and then getting add media to work in edit post, now can add within editing page can’t publish. Rant over, sigh 🙁
Forum: Fixing WordPress
In reply to: Fatal Error when doing anythingThanks, I actually tried changing memory limit in wp-config which didn’t work, but then i deactivated and then activated plugins and now all working, so not sure what fixed it, but it’s all good. Thanks for speedy response.
Forum: Plugins
In reply to: [Awesome Flickr Gallery] One column issue but don't have w3 cache pluginOh I’m actually using 3.4.2 does it not work in this version?
Forum: Plugins
In reply to: [Awesome Flickr Gallery] can i create different albumscool thanks 🙂
Forum: Plugins
In reply to: [Awesome Flickr Gallery] can i create different albumsso could I have a different gallery for different sets?
Forum: Fixing WordPress
In reply to: Blank page after any action in WordPressFound out what is causing the problems, it’s my functions.php file, put in original twentyten one and its sorted the prob.
Not sure if Orion themes ‘service widget’ sidebar had anything to do with it, will look into functions file more tomorrow.
Forum: Fixing WordPress
In reply to: Database Connection broken after trying to install Multisited’oh had forgotten to add
define(‘MULTISITE’, true);
was reading define(‘WP_ALLOW_MULTISITE’, true); as the above by mistake
Forum: Themes and Templates
In reply to: single post template filesactually it’s working now ignore me…
i had changed the_content to get_the_content which was unnecessary 🙂