LingoSam
Forum Replies Created
-
Not a problem! Glad I could help.
Are you using a plugin called wp-socializer at all?
You have a script error in your site:Uncaught ReferenceError: stLight is not defined.Upon looking up this error a number of WordPress build’s reference this.
I would attempt to iron out this issue, as it may well be causing the rest of the site’s scripts to not perform correctly, which could well be the cause of the problem.Forum: Fixing WordPress
In reply to: Jetpack Tiled Galleries is breaking the links to my photosI can confirm I am in the same boat on a particular site.
I have tried deactivating jetpack, the tiled galleries and photon in different orders, the effect is the same.
This is visible at : http://bit.ly/18hjweB
Any help would be much appreciated.
My site is still dead tho, so I guess I didn’t expect it was a DB fault.
I assume you’ve fixed this as the post is quite old, but to anyone else that has killed their site, this might be useful:
Did you change the database prefix using the Better WP Security plugin after creating the backup you are restoring?
If so:
Open the file called ‘wp-config.php’ which is located in the site root, and look for the bit called ‘$table_prefix =’. You need to change the prefix here to match the one from the backup, more than likely it will need to be changed to ‘wp_’ (the standard install prefix) and re-uploaded to the site.
Otherwise, your site is trying to find a database that isn’t technically there anymore.
At the same time, delete the file in the root called .htaccess. This is an important file, you can get WordPress to restore it once your back in by going to Settings>Permalinks and hitting Save again.
<?php if(is_front_page() ) { ?> <?php echo do_shortcode( "[SlideDeck2 id=5913]" ); ?> <?php } ?>Should do the trick…
Hi Chris,
I’m extremely interested in testing out the Featured Images version.
Did it ever make it out of testing? I’ve been having a play with the wpcodaslider.php file but not quite getting it to work just right yet….I’ll be a happy guinea pig!
Coda Slider just handles things in a different enough way to make it a valid switch from SlideDeck.
Forum: Themes and Templates
In reply to: Extracting a post's gallery shortcode (if it contains one)?I want to do the exact same.
Allow the galleries to be controlled via the CMS by clients, but have the gallery display exactly where I want in my custom template.
I could only think of similar solutions, stripping the shortcode somehow, then reinserting it elsewhere in the template outside of the content…
I’ll be interested in seeing if there is a solution.
I’ll try your method and see where I get!For anyone following the above, just make sure you rename the bullets image file to match the css ‘afri-can’ has provided.
so
bullets.pngbecomesnav-button.pngEasy to overlook.
Forum: Plugins
In reply to: [Nivo Slider for WordPress] conflict with slimbox and WP-slimbox2 pluginsForum: Plugins
In reply to: [Nivo Slider for WordPress] conflict with slimbox and WP-slimbox2 pluginsForum: Plugins
In reply to: [Weather Underground] icons-ecast hosedNot a problem. I’ve got to say like most people once i’ve fixed my problem, i’m outta there.
I made the changes and my icons now appear. However, the “incredible” set of icons are not appearing. That was my selection so I just changed to default.
Anyone else trying “incredible”?I am using the ‘incredible’ theme. (Others looked rotten in my humble opinion!)
It must be being cached somewhere, like what racer x has noted.Either the plugin cache, or you might possibly have a WordPress site cache plugin like W3 total cache etc.
I completely agree racer x. I’m much happier using my own servers bandwidth than essentially hotlinking the original site. I would happily add them to my own if I could get access to the full set.
Forum: Plugins
In reply to: [Weather Underground] icons-ecast hosedNo problems!
In my above comment, I might not have explained it very well.
I didn’t mean replace it with the root folder, I mean’t just replace that particular part of the url.So as you say in your follow up comment as an example:
http://icons-ecast.wxug.com/i/c/k/chancerain.gifbecomes
http://icons-ak.wxug.com/i/c/k/chancerain.gifI’ve done this to mine, and all the images have restored.
I don’t know the actual cause.
Could be they are simply re-organising their server, or it could be they’ve realised how much bandwidth is being swallowed up by plugins such as this directly linking to their hosted images.Ideally the plugin should install local copies of the images to avoid this.
Forum: Plugins
In reply to: [Weather Underground] icons-ecast hosedYou need to edit the WP Wunderground plugin, or wait for an official plugin update.
If your impatient like myself:
Log into the back of your site WordPress login.
Select “Plugins>Editor”.The file you need to edit is wunderground.php (After selecting ‘WP Wunderground’).
Find all instances of http://icons-ecast.wxug.com/ and replace them with http://icons-ak.wxug.com/
This is easier done if you copy and paste the code into a code editor, Sublime text for instance as you can use the ‘find and replace’ feature. (then you can just paste the code back in browser, and save.)
Forum: Plugins
In reply to: [Nivo Slider for WordPress] Show/Hide captionThanks, this worked a charm.
I couldn’t manage to get them working together unfortunately, had to come up with a more basic solution.
Interestingly i’ve tried to install it on another more basic site, and it won’t work properly on there either. In the Chrome Console, it says this:
Uncaught TypeError: Object function (j,s){return new b.fn.init(j,s)} has no method 'cookie' cookielawinfo.js:59 cli_show_cookiebar cookielawinfo.js:59 (anonymous function) www.xxx.co.uk:377 b.extend.ready jquery.min.js:29 u jquery.min.js:37Does that offer up any clues to you Richard?
thanks again.