AidenVennis
Forum Replies Created
-
Forum: Plugins
In reply to: [Tweet Blender] [Plugin: Tweet Blender] No tweets loadedKind of stupid… Works perfectly fine with 3.3.1, check your theme files for a fix. My problem was that there was no wp_head defined and no wp_footer! Sorry for the spam!
Forum: Plugins
In reply to: [Tweet Blender] [Plugin: Tweet Blender] No tweets loadedTested this with WordPress 3.2.1 and reinstalling Tweet Blender and I can confirm that is also not working anymore. Did something changed on Twitters side?
edit: does seem to find the users on twitter (got an error in the widget that user @somethingrandom didn’t exist
Forum: Plugins
In reply to: [Tweet Blender] [Plugin: Tweet Blender] No tweets loadedSame problem here! Combination of WordPress 3.3.1 and TweetBlender 3.3.15 doesn’t load any Tweets. Chrome Developer tools gives the following error: Uncaught ReferenceError: TB_blend is not defined I don’t have the skills to search for the error, but it sure isn’t working like it should!
Forum: Fixing WordPress
In reply to: Posts list and the post content templateThanks alchymyth! That did the trick! Quite stupid of me to not change the variable name since it is reused later, guessed I must have missed that!
Forum: Fixing WordPress
In reply to: Posts list and the post content templateSorry about the to long code! You can find the (new updated) code here: https://pastebin.com/HVtaPDwb
Forum: Fixing WordPress
In reply to: Posts list and the post content templateThanks for the reply alchymyth, but it doesn’t seem to work! I added the wp_reset_postdata after the end of the endforeach loop. It still doesn’t load right single page :/
Ah fixed it!
<?php query_posts( 'cat='.$category.'&posts_per_page=$n_slices' ); if( have_posts() ) : while( have_posts() ) : the_post(); ?> <?php if(has_post_thumbnail()) : ?> <?php // get the thumbnail information $thumbnail_id = get_post_thumbnail_id(); $thumbnail_object = get_post($thumbnail_id); ?> <img src="<?php echo $thumbnail_object->guid; ?>" width="<?php echo get_option('wpns_width'); ?>" height="<?php print get_option('wpns_height'); ?>" title="<?php $content = get_the_content(); echo htmlentities($content,ENT_QUOTES); ?>" /> <?php endif ?> <?php endwhile; endif;?> <?php wp_reset_query();?> </div>
Problem was that you can’t use double quotes in the title field becuase it wil break up that piece of code. When coding HTML you use single quotes for that, but if you add a link in WordPress it uses double quotes of course. So I added a piece of PHP code that changes the double quotes to single quotes and removed the striptags piece ??
Is there a way to enable HTML links in the caption? When I remove strip tags from the code it just doesn’t work. Any idea how to fix that?
Forum: Plugins
In reply to: [WP Nivo Slider] [Plugin: WP Nivo Slider] Multiple Instances Possible?Hi Spark Labs,
I tried your changes above, but it doesn’t seem to work. I tried adding 3 boxes to a page, and the first one loads but the second and third are stuck in the loading screen (round loading screen keeps turning).
Thanks by the way for being so supportive! Plugin works nice, simple and easy. First plugin that worked out of the box in a template for me ??
Kind regards,
NickForum: Fixing WordPress
In reply to: Plugin: NextGEN Gallery Problem fatal error when uploadingOke, found something about this!
This error only happens when I try to upload a JPG that was created out of Adobe Illustrator. When I copy my creation from Illustrator to Photoshop and save it there as a JPG only then I can upload it to Nextgen Gallery without an error.
I looked trough the meta.php, but I couldn’t find any fast solution for this because I don’t have the qualifications for it. I think however that it has to do with xmpTags array and the information it retrieves from the Illustrator file.
So, temporary workaround for me is to copy out of Illustrator to Photoshop (don’t try to open the created JPG in Photoshop and save it again, it doesn’t seem to help) and save it from there.
Forum: Fixing WordPress
In reply to: Plugin: NextGEN Gallery Problem fatal error when uploadingBtw, this is with the new WordPress 2.9.1 and with a fresh install.
Forum: Fixing WordPress
In reply to: Plugin: NextGEN Gallery Problem fatal error when uploadingI have the same problem right now. It al worked well with previous versions of NextGen Gallery, but now I get the nextgen-gallery/lib/meta.php on line 376 error! Any solution for this?
Operating System : FreeBSD (32 Bit)
Server : Apache/2
Memory usage : 12.89 MByte
MYSQL Version : 5.1.37
SQL Mode : Not set
PHP Version : 5.2.12
PHP Safe Mode : Off
PHP Allow URL fopen : On
PHP Memory Limit : 128M
PHP Max Upload Size : 40M
PHP Max Post Size : 40M
PHP Output Buffer Size : N/A
PHP Max Script Execute Time : 30s
PHP Exif support : Yes ( V1.4 )
PHP IPTC support : Yes
PHP XML support : Yes