gnfb
Forum Replies Created
-
Forum: Plugins
In reply to: [DevBuddy Twitter Feed] error return5.3 checked on godaddy 3 options 5.2 5.3 5.4 , 5.3 was already selected
Forum: Plugins
In reply to: [Twitter Feed] error returnLOL good lucjk with that I am with godaddy!! would have thought they were running the latest…………..15mins later it says I am running 5.3 with an option for 5.2 and 5.4
Forum: Plugins
In reply to: [Timeline Twitter Feed] shortcodeOK damm!!! I thought this did multiple accounts….
Forum: Plugins
In reply to: [Timeline Twitter Feed] shortcodesok found it I forgot to look under “help”
Forum: Fixing WordPress
In reply to: Post in Lightbox like thisWhat would you call the behavior just so I am looking for the right thing?
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Posts to wrong twitterLMAO LMAO Is that why they pay you the big bucks LMAO who was the bloke with the Razor ? Dont always look for the hardest way Thank you
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Posts to wrong twitterstrange i will check but i am sure i have about 8 setup to different twitter accounts? If that is the case how does one get around the 1 twitter account for each mobile number ? say we have t10 twitter accounts do we have to have 10 mobile phone accounts? I bet I am not explaining myself correctly
Forum: Fixing WordPress
In reply to: Dispaly Non Fetured Images in postssolved I used https://www.ads-software.com/plugins/auto-post-thumbnail/
seems to workForum: Plugins
In reply to: [RSS King Pro] shortcodeLOL Thats why I am using wordpress as long as one sticks to the simple plugins etc as soon as one crosses the CSS and HTML 5 stuff etc I dont bother with it If it requires more than a meccano effort. The great thing is one can usually find a plugin that works.
I found a plugin called wp-insert that and header footer both allow dropping code in the pages and posts wether they would work I dont know
I try and ster clear of the templates and back end as thats a sure fire way to screw things up if you dont know what you are doingForum: Plugins
In reply to: [RSS King Pro] shortcodeall good I was wondering whether there should be a scale like Pro Plugins
Expert amateur etc Ones for people that have three degrees in computer science and then one for nongs like me LOLhttps://classics.urbangoo.com/
What I wanted to be able to do
was to be able to place a rss feed on each page
https://classics.urbangoo.com/swanndri/
I have about 200 posts so it needs to be able to be placed automatically
etc etcForum: Plugins
In reply to: [WP Deals] jQuery blockUI error do to new jQuery v1.10.2 in wordpress 3.6didnt work for me I // commented out the lines
in files
wpdeals_admin.js
and wpdeals_plugins.js
inwp-content/plugins/wp-deals/wpdeals-assets/js
wp-content/plugins/wp-deals/wpdeals-assets/js/adminstill get same response
Forum: Plugins
In reply to: [WP Deals] jQuery blockUI error do to new jQuery v1.10.2 in wordpress 3.6can one of the clever ones tell us if this problem is secific to the plugin ? if so maybe we should ask the creators for a fix. I have used the jquery update plugin and it doesnt seem to affect the fornt end its just annoying on the back end
Forum: Plugins
In reply to: [WP Deals] jQuery blockUI error do to new jQuery v1.10.2 in wordpress 3.6Is there a definitive answer to this problem yet?
Forum: Networking WordPress
In reply to: Point in the right directionand now it all works !! Fantatstic now back to the real work rather than this messy programming stuff yuck! I suppose it would help if my degree was in Computer science rather than photography and business LOL
Forum: Networking WordPress
In reply to: Point in the right directionchanged to this example
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
# uploaded ?les
RewriteRule ^([_0-9a-zA-Z-]+/)??les/(.+) wp-includes/ms-?les.php??le=$2 [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]