Jamie Gill
Forum Replies Created
-
Forum: Plugins
In reply to: [Audio Tube] Audio Tube not DisplayingHi Govi,
It is a chrome issue as they have decided to change something again which is making it render differently. I managed to find a work around in the plugin file audio-tube.php .
On line 200 the $retina variable pulls in the flash code. I replaced this to pull in via an iframe instead so my code now looks like this :-
$ritorna = <<<HTML <div class="chrome-disp" style="position:relative; width:100%; height:25px;overflow:hidden;"> <div style="position:absolute;top:-277px;left:-5px;width:100%"> <iframe width="100%" height="300" src="http://www.{$yt_cookie}.com/v/{$id}?version=2&hl=en{$yt_auto}{$yt_loop}{$yt_js}{$yt_theme}{$yt_start}"></iframe> </div> </div> HTML; return $ritorna;Hope this helps
Cheers
JHi Maria,
I marked it as resolved as soon as I fixed it see above. It was clearly every wordpress I uploaded was broken (I think the internet connection I had yesterday was sketchy).
So totally my bad and apologies for wasting your time. Again awesome plugin and thanks for you quick response.
Cheers
JThings got fishy so I completely deleted my domain and reinstalled it everything from scratch and its fine. Sorry for any confusion but it works flawlessly with WP 3.8.1 .
Cheers
JI get the following when ativating the plugin when DEBUG mode is true :-
“The plugin generated 221 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.”
Forum: Themes and Templates
In reply to: Editing my footerNo problem glad it helped. If you could mark this as resolved that would be great.
Cheers
JForum: Plugins
In reply to: WP LinkedIn, Profile imageI used a support post as suggested by inserting code in the wp-config to pull in the ‘picture-url’ field from linkedin :-
define(‘LINKEDIN_FIELDS_RECOMMENDATIONS’, ‘recommendations-received:(recommendation-text, recommender:(first-name, last-name, public-profile-url, headline, picture-url))’);
then placed this in recommendations.php file :-
<img class=”picture” src=”<?php echo $recommendation->recommender->pictureUrl; ?>” />
And its pulling in the recommenders profile image fine.
Hope this helps others
Cheers
JForum: Themes and Templates
In reply to: Editing my footerOk great stuff,
The text you are after is where the code is calling:-
<?php dynamic_sidebar(‘footer text widget’); ?>
It is text placed within a sidebar widget you need to go to Appearance -> Widgets
There will be a widget area with a text block in containing the text you wish to edit.
Hope this Helps
JAll wordpress installs come with themes as follows dependant on your version :-
Thewnty fourteen
Twenty Thirteen
Twenty Twelve etc…So where have you got the Earth theme and Picturesque theme from?
Forum: Themes and Templates
In reply to: Editing my footerHi Oddjob,
From the wordpress backend I would say it is going to be in the Appearance -> Editor area.
Then on the right you have a list of files and it will be in the footer.php file. However this is editing the raw code of the site so if your not comfortable with code tread carefully.
However not been able to see your file structure or how its been built I could be way out. Been a developer quite a few years and working on numerous themes normally the footer content sits in this file.
Hope this helps
JForum: Plugins
In reply to: [WP LinkedIn] Recommendations ImageHi Claude,
I used a support post as suggested by inserting code in the wp-config to pull in the ‘picture-url’ field from linkedin :-
define('LINKEDIN_FIELDS_RECOMMENDATIONS', 'recommendations-received:(recommendation-text, recommender:(first-name, last-name, public-profile-url, headline, picture-url))');then placed this in recommendations.php file :-
<img class="picture" src="<?php echo $recommendation->recommender->pictureUrl; ?>" />And its pulling in the recommenders profile image fine. Thanks for the help.
Hope this helps others
Cheers
JForum: Plugins
In reply to: [WP LinkedIn] Recommendations ImageThanks for your reply Claude.
Is there any reason why $recommendation->recommender->pictureUrl; would have stopped then? There doesnt seem to be a PHP error it is pulling all the other details in fine on the site just not the image.
Many thanks
JamieForum: Fixing WordPress
In reply to: Automatic UpdatesHey guys,
Sorry for the late reply manic afternoon coding. Thanks Andrew I did contact the hosts first things for backups etc. To my surprise a backup from a week ago was at 3.8.
So after digging in the FTP I noticed all the plugins had also been manually updated on the 6th of January as was wordpress.
Obviously this then broke the site which the client never mentioned too us. Then we had the auto update email today.
So before I got an irrate client I rang him to ask if they updated it and that the site had broken. He was none the wiser however he took on an inhouse junior coder to input content and tweak the site, which he was still doing (with the white screen of death?).
Turns out the new apprentice had gone in on the first day and updated wordpress and all plugins not realising the custom plugins that were built for the site. Then he has neglected to tell the boss the site was FUBAR’d, so hours of head scratching came down to an apprentice not being honest, im sure he will live and learn.
Thanks for your input though guys much appreciated you’ve backed up what I thought either way so you’ve filled me with more confidence yet again Esmi :).
Cheers
JForum: Fixing WordPress
In reply to: Automatic UpdatesHey Esmi,
Thanks for your reply I feel silly asking this question as I know its impossible.
You would think so but it hasnt been touched in atleast a year which would make it impossible with from what I understand 3.7 only coming out in late September.
However still it shouldnt automatically run a core update eitherway anyway should it?
Cheers dude
JForum: Plugins
In reply to: WooCommerceI have found a solution, a paid for plugin but works like a charm woothemes.com/products/bulk-stock-management.
I hope this helps others, thanks.
Forum: Themes and Templates
In reply to: [Virtue] Change height and width images of Category in shop pageAs Kadence said the theme file will need manipulating as its a category image so it cannot be manipulated through the Woocommerce Settings.
hope you get it sorted
J