john_nyc
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Direct image link appear in theme – NSFWi block hotlinking…the actually linked a see a photo here to the image and not the post
Forum: Fixing WordPress
In reply to: Direct image link appear in theme – NSFWok cool beans — had some site link to a couple of direct images that is was trying to stop
Forum: Fixing WordPress
In reply to: Direct image link appear in theme – NSFWthe initial thumb loads fine
https://www.celebridiot.com/2010/02/12/kim-kardashian-heart-truth-arrival/kim-kardashian-55/but if you click that full size image you get the direct image url in a blank page.
I am trying to avoid that or if someone links directly to the image to have it display in a theme or custom window
Forum: Fixing WordPress
In reply to: Direct image link appear in theme – NSFWforget the first link
look at the link in the second post….if you go to the site any direct image reference goes to a blank page with the image. No theme around it. Is there a way in wordpress to force a direct link image into a theme page?
Forum: Fixing WordPress
In reply to: Direct image link appear in theme – NSFWsorry about that — that link was just an example.
https://www.celebridiot.com/wp-content/uploads/2010/02/Alicia-Keys_Beyonce-Knowles_samba_65489EX_KEYS_B-GR_03.jpgIs there a way to force a direct link to not show on a blank page?
or
Have the images hosted on a subdoman – say images.site.com
Create a file that pulls in the images – like what egotastic . com does — site is NSFW (celebrity gossip site, but it gets a bit racy)Forum: Fixing WordPress
In reply to: [Plugin: Advertising Manager] Fatal error: Cannot use string offsetfresh install manual and automatic on two different sites -Plugin could not be activated because it triggered a fatal error.
Fatal error: Cannot unset string offsets in /home/johntp75/public_html/wp-content/plugins/advertising-manager/lib/Advman/Upgrade.php on line 426Forum: Fixing WordPress
In reply to: Image caption in WP 2.6actually let me clarify — full size image has no caption – thumbnails do — should these be disabled the same way?
Forum: Fixing WordPress
In reply to: Image caption in WP 2.6still no luck – my theme’s functions.php
<?php
if ( function_exists(‘register_sidebar’) )
register_sidebar(array(
‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”><div class=”widget-inner”>’,
‘after_widget’ => ‘</div></div>’,
‘before_title’ => ‘<h2 class=”widgettitle”>’,
‘after_title’ => ‘</h2>’,
));
add_filter(‘disable_captions’, create_function(‘$a’, ‘return true;’));
?>
I am still getting captions though – any help? version 2.8moving the <?php wp_head(); ?> in your header will dictate where the tags appear
Forum: Fixing WordPress
In reply to: Gallery not working on home page…fine on singleI was not aware of that fact that one code impacts all other.
Forum: Fixing WordPress
In reply to: Visual Editor not working after upgrade to 2.8exact issue – tried reinstall, plugin deactivate, browser clear, and no button and no content shows…site itself is fine – anyone?
Forum: Fixing WordPress
In reply to: Alt Tags and No Caption with WordPress GalleryTried to recreate my functions.php file in my theme, added the code otto suggested to the beginning and the end…still no luck eliminating captions. Others say this code works, but not for me. Could really use some help with this one.
Forum: Fixing WordPress
In reply to: Alt Tags and No Caption with WordPress Gallerytried some different upload tools hoping alt tag would insert, but no luck. Anyone get this to work in 2.7 or even 2.8??
Forum: Fixing WordPress
In reply to: Image caption in WP 2.6I used the add_filter(‘disable_captions’, create_function(‘$a’,’return true;’)); in my theme function file and the captions do not show on the home page, but they still show on the single post page. How can I disable them on the single page also????
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Using Next gen and attachment.phpthanks alex — if you ever get that feature it would be amazing