Annekee
Forum Replies Created
-
I had the first four options set to Editor, so including ‘Use TinyMCE Button’. I now put the last option, NextGen Attach Interface, also to Editor, and voila, problem fixed. Thank you for your time!
Regex is a nightmare to me… perhaps someone else can help?
Sorry for not being clear Ajay. I meant that the highlighted words in the search results are all in lowercase, e.g. “John Doe” turned into “john doe”, but I want to keep the capitals. If there is a fix for that.
Forum: Plugins
In reply to: [Plugin: NEXTGen Gallery] Can't remove whitespace in version 2.0.59I have the same problem. I’m trying to make changes to .ngg-galleryoverview, but putting this in my custom nextgen stylesheet or in my theme css doesn’t work, even when adding !important.
Forum: Plugins
In reply to: [WP VeriteCo Timeline] Number of timeline postsravimevcha, after that you could try emtying your cache and reload. I had to empty and reload several times before it worked.
Forum: Plugins
In reply to: [WP VeriteCo Timeline] Number of timeline postsI fixed it myself. Look up in wp-veriteco-timeline.php, around line 354:
$last = ($loop->post_count <= get_option('posts_per_page')) ? $loop->post_count : get_option('posts_per_page');Change this to:
$post_count = -1; // minus one = show all, or enter your max number $last = $loop->post_count;Clear cache and reload. No guarantees, but it worked for me.
Forum: Plugins
In reply to: [WP VeriteCo Timeline] Number of timeline postsI have the same problem, exactly 10 (last) entries showing up, and 10 in the json file. But I have 22 entries. Changing the number of posts in the WP settings doesn’t help. Can you perhaps provide a fix or a change in the code somewhere? I would really regret changing to another timeline…
Forum: Plugins
In reply to: [WP Timeline - Timeline.verite.co] Not workingHi Avinash, thanks for your response. I got it working! I changed some stuff, For instance the font options didn’t work so I removed that. Maybe that did the trick.
A problem I have now is that it doesn’t display the first day of the month (e.g. February 1), but it does with all the other days. Do you perhaps have a fix for that? PHP is fine.
I would also like to have a tiny thumbnail on the flag, of the featured image. Is that possible?
Forum: Reviews
In reply to: [WP Timeline - Timeline.verite.co] WordPress Timeline – Timeline.verite.coNot working at all.
Same problem here.
Forum: Plugins
In reply to: [WP JQuery Timelinr] Removes paragraphs in contentYes, I found the solution, it’s using wpautop, see http://codex.wordpress.org/Function_Reference/wpautop in the code.
Forum: Fixing WordPress
In reply to: One image not showing in Firefox – drives me nutsYes.
Well, I give up. I made a copy of the #@%& thumbnail in the upload folder named
scan8nw-300x250.jpg, renamed itscan8thumbnail.jpg, and replaced (only) the name in the editor, and now the problem is solved.Forum: Fixing WordPress
In reply to: One image not showing in Firefox – drives me nutsClearly, there is something with the image/image url. If I only keep the img tag with src= it automatically adds
class="caheljkxjnixvkblsulb". But if I insert some random url from an image on the internet, it doesn’t, and shows the image in Firefox like it should.Forum: Fixing WordPress
In reply to: One image not showing in Firefox – drives me nuts– Deactivated all plugins: no change.
– Switching to a pristeen Twentyeleven: no change.
– Resetting the plugins folder: no change.
Forum: Fixing WordPress
In reply to: One image not showing in Firefox – drives me nutsI don’t see the image in cssdesk Firefox, but I do in other browsers. For clarity: the source code in all browsers shows only
class="size-thumbnail wp-image-261".There are no errors in my style sheet.