inTOWN
Forum Replies Created
-
Is there more news on this? Changed the settings, which didn’t help. Had to clean the database, but am left with a lot of wp_pmxi_posts and wp_options….
How can I get rid of them?Forum: Plugins
In reply to: [Bulk Delete] ImagesYes it was…..
I had a problem with importing feeds > every time the feed updated, the images were attached as new. So those images are related to a post, but then time 10…. Ended up with a 35gig image storage on the server.
There are plugins out there that delete orphaned images, but since they are not orphaned I was hoping I could just delete all posts including images and start importing the feeds again the right way.I had to delete them through FTP and then do some queries into the database to get rid of the relationships.. Took me all day…
But your plugin at least was helpful with deleting everything else. So thank you.
Forum: Plugins
In reply to: [Image Cleanup] Fatal Error!Haha, it’s most I’ve ever seen in a blog.
Just a little background story: It’s a website I’ve built for a client who is importing feeds.
It was originally based on 3 feeds, but the client added about 10 more and I think they also added and deleted feeds, probably without also deleting posts.I am not sure but I also think that the plugin I am using ( WP All Import) might have a bug with the images. I am seeing the images folder grow out of proportion, even though I have put settings on “delete when items are not found in a feed update” etc.
That and all the resizes makes it grow, so am in desperate need of cleaning this database and start fresh.Am very lucky to have found you who is writing a plugin to do just that. So thank you in advance!
Forum: Plugins
In reply to: [Image Cleanup] Indexing ErrorLet’s wait with the new thread until I updated with your new version. Can’t wait, have about 100.000 images to scan.
Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] Invisible popupI’m well thank you 🙂 Hope you are to0.
Sorry, the site link is http://www.spijkerbroek.me.
You might find another popup/under there, but that’s a jquery driven one that I had de-activated to test your plugin.Tried different methods like:
‘after 1 second’, different styles, different conditions, but it makes no difference.According to console, it did load, but it’s not to be seen, also not in the HTML.
Forum: Plugins
In reply to: [Image Cleanup] Indexing ErrorHey there,
I just downloaded it, and am getting the same indexing error (huge database)
Info: WP_Query results written to log 1.7780830860138 Meta index count: 111180 Meta indexed so far: 0 0.00014400482177734 Uknown error: Please see returned value below 0.00041103363037109Maybe I could help you with some more testing 😉
Forum: Plugins
In reply to: [mobble] combining conditionalsThank works perfect, thank you scott… I had been a late night that I couldn’t get through the conditional… I am deeply ashamed but you saved me!
Forum: Plugins
In reply to: [mobble] combining conditionalsI had fixed the desktop problem, but still had the problem with iPad > i think is_mobile is also calling the iPad?
<?php if (is_mobile()) { $attr = array( 'title' => 'meer info over '.get_the_title(), 'width' => 390, 'height' => 'auto' ); ?> <a href="<?php the_permalink(); ?>" title="Meer info over <?php the_title();?>"><?php the_post_thumbnail('medium', $attr); ?> <div class="clearer"></div></a> <?php } ?> <?php if (is_tablet()) { $attr = array( 'title' => 'meer info over '.get_the_title(), 'width' => 187, 'height' => 256 ); ?> <a href="<?php the_permalink(); ?>" title="Meer info over <?php the_title();?>"><?php the_post_thumbnail('small', $attr); ?> <div class="clearer"></div></a> <?php } if ( !is_mobile() ) { $attr = array( 'title' => 'meer info over '.get_the_title(), 'width' => 187, 'height' => 256 ); ?> <a href="<?php the_permalink(); ?>" title="Meer info over <?php the_title();?>"><?php the_post_thumbnail('medium', $attr); ?> <div class="clearer"></div></a> <?php } ?>Forum: Plugins
In reply to: [mobble] combining conditionalsHi there, I have the same question…
I usedif (is_mobile()) { ... } else {... }But I am getting double content
Forum: Plugins
In reply to: [Swiftype Site Search Plugin for Wordpress] target ="blank"For now I’ve removed this code from install_swiftype.min.js :
$(".swiftype-result a").click(function(event) { var $element = $(this); var docId = getDocumentId($element.parents(".swiftype-result").attr("class")); if (docId !== null) { event.preventDefault(); var theWindow = window; if (event.metaKey || event.ctrlKey) { theWindow = window.open('about:blank', '_blank'); } Swiftype.pingSearchResultClick(Swiftype.engineKey, docId, getSearchQuery(), function() { theWindow.location = $element.attr("href"); }); } });Which seems to do the trick, but of course a temporary solution….
Same problem here and same ‘solution’..
Clicking on a thumbnail or even second page gives a 404 error. But unselecting “use image browser effect” under the NextGen Basic Thumbnails tab in Gallery Settings, seems to fix the problem for at least the thumbnail link (not pagination)Forum: Plugins
In reply to: [Clicky by Yoast] Remove action Clicky CSS in headDank je wel 😉
Forum: Plugins
In reply to: [Clicky by Yoast] Remove action Clicky CSS in headHey Joost, dank voor de snelle reactie! Maar:
I am in a fresh browser, not logged in, but I still see many clicky scripts / css? Check: http://www.spijkerbroek.me/
Forum: Plugins
In reply to: [Tools for Twitter] Nothing shows up in adminSame for me.. nothing shows up under settings…
Forum: Plugins
In reply to: [Advance WP Query Search Filter] Undefined index: valueIs there a possibility I can send you that link privately?