Forum Replies Created

Viewing 15 replies - 1 through 15 (of 206 total)
  • bibliata

    (@bibliata)

    https://ibb.co/d4JH02Xt

    • This reply was modified 8 months ago by bibliata.
    • This reply was modified 8 months ago by bibliata.
    • This reply was modified 8 months ago by bibliata.
    bibliata

    (@bibliata)

    Thanks for looking into this CJ
    Pie throws WP HTTP Error: cURL error 6
    and a bunch of 404s on working RSSs
    Hope this report helps to resolve soon!
    //THANKS

    Thread Starter bibliata

    (@bibliata)

    Is it also possible that the update reset the default databases to 16 in redis.conf?

    Thread Starter bibliata

    (@bibliata)

    Thanks,
    We would like to get this fixed so we can use the plugin again
    What would cause Reconnecting… in the middle of loading the REDIS file?

    Thread Starter bibliata

    (@bibliata)

    Thanks 
    We reverted back to the previous version of the plugin and everything works fine now

    Loading the Redis file and stopping at 10GB is probably a limit problem
    However, all options to increase memory from the redis config file change nothing in its behavior. This is from the system log:

    root:~# redis-cli --stat

    38250349 9.86G 223 0 623 (+7) 767 LOAD
    38562520 9.94G 224 0 631 (+8) 775 LOAD
    38874990 10.02G 237 0 637 (+6) 793 LOAD
    39185006 10.09G 236 0 642 (+5) 796 LOAD
    39506536 10.17G 235 0 654 (+12) 806 LOAD
    39830487 10.25G 232 0 665 (+11) 813 LOAD
    Reconnecting…
    1129125 336.97M 1 0 9 (+-656) 10 LOAD
    1664863 472.34M 1 0 17 (+8) 17 LOAD
    2286036 660.19M 2 0 23 (+6) 22 LOAD
    2807568 792.65M 1 0 27 (+4) 25 LOAD
    Thread Starter bibliata

    (@bibliata)

    redis-server –daemonize yes shows only some of the larger websites on the instances but many smaller ones are still at: Error establishing a Redis connection
    To disable Redis, delete the object-cache.php file in the /wp-content/ directory.

    What would cause such partial redis presence?

    Any way to delete the redis storage file and start fresh?
    Or should the whole redis be deleted and re-installed?
    //THANKS

    Thread Starter bibliata

    (@bibliata)

    38250349 9.86G 223 0 623 (+7) 767 LOAD
    38562520 9.94G 224 0 631 (+8) 775 LOAD
    38874990 10.02G 237 0 637 (+6) 793 LOAD
    39185006 10.09G 236 0 642 (+5) 796 LOAD
    39506536 10.17G 235 0 654 (+12) 806 LOAD
    39830487 10.25G 232 0 665 (+11) 813 LOAD
    Reconnecting…
    1129125 336.97M 1 0 9 (+-656) 10 LOAD
    1664863 472.34M 1 0 17 (+8) 17 LOAD
    2286036 660.19M 2 0 23 (+6) 22 LOAD
    2807568 792.65M 1 0 27 (+4) 25 LOAD

    Thread Starter bibliata

    (@bibliata)

    This is not a good and permanent solution but at least starts redis (for now):
    redis-server –daemonize yes

    Thread Starter bibliata

    (@bibliata)

    THANKS, did so, but still:
    root:~# sed -e ‘/save/ s/^#*/#/’ -i /etc/redis/redis.conf && sudo ser vice redis-server restart
    Job for redis-server.service failed because a timeout was exceeded.

    root:~# systemctl status redis-server.service
    ● redis-server.service – Advanced key-value store
    Loaded: loaded (/lib/systemd/system/redis-server.service; enabled; vendor preset: enable>
    Active: activating (start) since Sat 2025-09-13 11:56:51 CEST; 1min 4s ago
    Docs: http://redis.io/documentation,
    man:redis-server(1)
    Main PID: 4723 (redis-server)
    Status: “Redis is loading…”
    Tasks: 6 (limit: 57712)
    Memory: 7.2G
    CPU: 1min 4.559s
    CGroup: /system.slice/redis-server.service
    └─4723 “/usr/bin/redis-server 127.0.0.1:6379” “” “” “” “” “” “” “”

    Sep 13 11:56:51 systemd[1]: Starting Advanced key-value store…

    Thread Starter bibliata

    (@bibliata)

    CSS was already provided for the needed design.
    It will be great if you can include what we submited
    as a ready to use FREE option for other users as well

    //THANKS

    Thread Starter bibliata

    (@bibliata)

    THIS!



    /* NUCLEAR OPTION - Force override all slider positioning */

    /* Target every possible overlay container with maximum specificity */
    html body .psacp-wrap .psacp-post-slide .psacp-featured-meta,
    html body .psacp-wrap .psacp-post-slide .psacp-post-overlay,
    html body .psacp-post-slider-wrap .psacp-featured-meta,
    html body .psacp-post-carousel-wrap .psacp-post-overlay,
    .psacp-wrap .psacp-featured-meta[style],
    .psacp-wrap .psacp-post-overlay[style] {
    position: absolute !important;
    top: auto !important;
    bottom: 0px !important;
    left: 0px !important;
    right: 0px !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    box-sizing: border-box !important;
    height: 25% !important;
    background: rgba(0, 0, 0, 0.77) !important;
    background-color: rgba(0, 0, 0, 0.77) !important;
    background-image: none !important;
    border: 0px solid transparent !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 15px 20px 15px 20px !important;
    margin: 0px !important;
    transform: translateY(0px) translateX(0px) !important;
    -webkit-transform: translateY(0px) translateX(0px) !important;
    -ms-transform: translateY(0px) translateX(0px) !important;
    opacity: 1 !important;
    z-index: 999 !important;
    }

    /* Force positioning on the image containers */
    html body .psacp-post-img-bg,
    html body .psacp-post-slider-content,
    html body .psacp-post-carousel-content {
    position: relative !important;
    padding: 0px !important;
    margin: 0px !important;
    overflow: visible !important;
    }

    /* Remove any padding/margins that might constrain width */
    .psacp-post-slide,
    .psacp-post-carousel-content,
    .psacp-post-slider-content {
    padding: 0px !important;
    margin: 0px !important;
    box-sizing: border-box !important;
    }

    /* Override any centering styles that might be applied */
    .psacp-featured-meta.psac-alignmiddle,
    .psacp-post-overlay.psac-alignmiddle {
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    vertical-align: middle !important;
    }

    /* Text styling for readability on black background */
    .psacp-featured-meta *,
    .psacp-post-overlay * {
    color: white !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background: transparent !important;
    }

    .psacp-featured-meta .psacp-post-title,
    .psacp-post-overlay .psacp-post-title {
    margin: 0px 0px 8px 0px !important;
    padding: 0px !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
    }

    .psacp-featured-meta .psacp-post-title a,
    .psacp-post-overlay .psacp-post-title a {
    color: white !important;
    text-decoration: none !important;
    }

    /* Remove any pseudo-elements that might interfere */
    .psacp-featured-meta:before,
    .psacp-featured-meta:after,
    .psacp-post-overlay:before,
    .psacp-post-overlay:after {
    display: none !important;
    content: "" !important;
    background: none !important;
    position: static !important;
    }

    /* Override specific positioning styles that might be set inline / [style="position"] .psacp-featured-meta,
    [style*="position"] .psacp-post-overlay {
    position: absolute !important;
    bottom: 0px !important;
    top: auto !important;
    }

    /* Backup selectors in case the plugin adds more specific classes */
    .psacp-design-1 .psacp-featured-meta,
    .psacp-design-1 .psacp-post-overlay,
    .psacp-design-2 .psacp-featured-meta,
    .psacp-design-2 .psacp-post-overlay {
    position: absolute !important;
    top: auto !important;
    bottom: 0px !important;
    left: 0px !important;
    right: 0px !important;
    width: 100% !important;
    height: 25% !important;
    background: black !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    transform: none !important;
    }
    Thread Starter bibliata

    (@bibliata)

    I guess point 1, as we do not have point 2 on our setup

    That area usually is a picture / background

    Thread Starter bibliata

    (@bibliata)

    echo do_shortcode( ‘[psac_post_slider design=”design-1″ dots=”false” sliderheight=”275″ show_date=”false” autoplay_interval=”2222″ show_author=”false” show_comments=”false” show_category=”false” limit=”7″ category=”11856″]’ );

    David,
    THANK YOU so much for attention to details.

    On another note, how do we use your plugin to mass/batch downsize our media libraries? We will be happy to keep a thumb size and the ~600px one, but everything else needs to go. The difference between attached and inserted images is understood, but we also have many autogenerated from text2thumb plugins.

    What would be the fastest and better way to remove b/w 20-30GB of unused images from a website and leave only the 2-3 that are actually being used in the post?

    //THANKS

    ExifTool is a versatile command-line utility for reading, writing, and editing metadata in various file formats, including JPEG. You can use it to perform a bulk update of EXIF metadata on your server. To install ExifTool on your Debian server, run:

    sudo apt-get update
    sudo apt-get install libimage-exiftool-perl

    To update the copyright notice on all JPEG files in a directory, navigate to that directory and run:

    exiftool -overwrite_original -r -ext jpg -ext jpeg -CopyrightNotice=”Your Copyright Notice” /var/www/YourWPdir/

    If you’re using Apache as your web server, you can use the mod_headers module to add the copyright notice as an HTTP header when serving the images. This method doesn’t modify the actual files. First, enable the module:

    sudo a2enmod headers
    sudo systemctl restart apache2

    Then, add the following lines to your Apache configuration file or .htaccess file:

    <FilesMatch “\.(jpg|jpeg)$”>
    Header set Copyright “Your Copyright Notice”
    </FilesMatch>

    This will add the “Copyright” HTTP header with your notice to all JPEG files served by your server. Note that this approach is not the same as modifying the EXIF metadata in the files; it only sends the copyright notice as an HTTP header when serving the files.

    • This reply was modified 1 year, 3 months ago by bibliata.
Viewing 15 replies - 1 through 15 (of 206 total)