Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)
  • I believe this will generate problems with your original WordPress installation. The best method is to host WordPress on your local computer @home – the most important motivation of using a static site exporter is to NOT have to host WordPress on the open internet.

    You are actually reinventing wheels – if you want to keep your WordPress online, then just use one of the many CACHING plugins – that will generate the Apache Rewrite Rules for you. W3 Total Cache and WP Super Cache are ok.

    I too would like to use wp-cli – when I activate this plugin wp-cli just stops working.

    Thread Starter B0RG

    (@b0rg)

    AH, ok, thank you very much for clarification!
    Keep up the good work :)!

    @crgeary, how to exactly use that? put it i a new file in the plugin folder? Sorry, I had no chance looing into the wp-cli code and how to wp-cli-ify wp plugins, but know how to ise it and see that many plugins would be great to use with wp-cli, this one is an especially well suited candidate.

    wp-cli support is definitely needed for this plugin, would be very cool!

    I am also interested in how exactly the blocking works.
    e.g. it would be good to know if it is possible to:
    * let the block happen via .htaccess rules
    * add the blocked ip address to some text file so that linux firewall based tools like fail2ban can take up the ip and use it.
    Thanks!

    Please describe what kind of schema plugin are you writing about.
    Please LINK to the plugin that you are writing about.
    Thanks.

    Would you please like to make a github repo? THANK YOU!

    I feel it is kind of absurd that people are asking for “full featured calendar” when the best feature of this plugin is to KEEP IT SIMPLE.

    Users, if you need a full featured calendar, please look at all the other calendar plugins!

    @bastien: Please do not implement this if you are not sure how to do it the right way. Please study all the other calendar features and think deeply about the pesky and tricky details of date and calendar handling. Take a look at other open source calendar implementations and when you are sure, then maybe start implementing it. Thanks!

    (Because too many plugin developers just implement it the wrong way just to quickly make a feature, what leads to the enormous amount of sub-standard plugins in wp world.)

    Thread Starter B0RG

    (@b0rg)

    I now have it working in fancybox2, but because we have now two different js libraries with overlapping functionality there are some problems.

    One of the most annoying things is that keyboard navigation gets problematic with this arrangement – you have to click inside the fancybox to activate fotorama keyboard navigation, but then fancybox keyboard navigation is disabled. Stupid.

    It shows that there is a very good reason why a picture viewing library like fotorama should bring its own lightbox code.

    Thread Starter B0RG

    (@b0rg)

    I would like to reformulate this question:

    Fotorama does NOT come with its own lightbox?

    Then please show us how to integrate this with any of the other lightbox plugins (lightbox, fancybox, colorbox, whatever).

    Thanks!

    Thread Starter B0RG

    (@b0rg)

    Unfortunately the moderator as choosen to publish the wrong post – I edited that one, as you can see the first two code examples are exactly the same and therefor the comparison makes no sense.

    So here I try again, line 88 should not look like this:
    $data .= "data-$key='$value'";
    but like this:
    $data .= " data-$key='$value'";

    Hope that makes things clear.

    would be highly appreciated to have that possibility! Either via a cron setting or via wp-cli – both are really easy to implement. You could take a look at the disfunctional delete duplicate posts plugin, it has some code about cron, but the wordpress dev docs about cron are as easy.

    But implementing wp-cli will be quicker, it means just adding a wrapper – that would give us the great option to use this plugin as a wp-cli command line command AND would make it easy to automate it via cron, without any need to build a gui dialog for cron settings (rabbithole!)

    I would opt for wp-cli as a quick fix and a very good option for automation for power users (or anyone who knows how to use wp-cli).

    If you put the code on github it will be easier to collaborate on this.

    Thanks for your attention!

    B0RG

    (@b0rg)

    Could the author of this plugin please reply to this? Is this true? Are you generating a page for every day of the year? I can not believe this, the user must have done something else. Please describe how your calendar works, thanks!

    Thread Starter B0RG

    (@b0rg)

    Ok ok, I am cooling down ?? Sorry, but this clearly crossed a red line.

    Thread Starter B0RG

    (@b0rg)

    Install the plugin in, on every single generated video thumbnail there is a small “i” on the top right corner with a link to his site. Look into the code and search for “lazyload-info-icon”. This is not opt-in! In the plugin settings he offers this “info icon” advertisement to be removed by paying him.

    Please see my other post, he also disallows to edit the code, what is against the GPL. Please remove this plugin.

Viewing 15 replies - 1 through 15 (of 17 total)