Forum Replies Created

Viewing 15 replies - 31 through 45 (of 91 total)
  • 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] Images
    Thread Starter inTOWN

    (@intown)

    Yes 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.

    Thread Starter inTOWN

    (@intown)

    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!

    Let’s wait with the new thread until I updated with your new version. Can’t wait, have about 100.000 images to scan.

    Thread Starter inTOWN

    (@intown)

    I’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.

    Hey 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.00041103363037109

    Maybe I could help you with some more testing 😉

    Thank 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!

    I 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 } ?>

    Hi there, I have the same question…
    I used

    if (is_mobile()) { ... }
    else {... }

    But I am getting double content

    Thread Starter inTOWN

    (@intown)

    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)

    Thread Starter inTOWN

    (@intown)

    Dank je wel 😉

    Thread Starter inTOWN

    (@intown)

    Hey 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/

    Same for me.. nothing shows up under settings…

    Thread Starter inTOWN

    (@intown)

    Is there a possibility I can send you that link privately?

Viewing 15 replies - 31 through 45 (of 91 total)