Forum Replies Created

Viewing 15 replies - 16 through 30 (of 68 total)
  • Thread Starter gatsman

    (@gatsman)

    Yes!!!, thank you with a first test it looks like it works as i need it.
    And yes please keep me posted if you add this functionality in the plugin in some other way.

    Thank you

    Thread Starter gatsman

    (@gatsman)

    Reinstall and delete after worked
    thank you

    Thread Starter gatsman

    (@gatsman)

    Sorry for the delay, Yes solved and it had nothing to do with your plugin.
    Mark it solved please

    Thread Starter gatsman

    (@gatsman)

    That didn’t help. Actually it says that “Notice: Guest Mode must be turned ON for this setting to work.”

    I was able to solve it with Reset and activate features one by one.

    Thread Starter gatsman

    (@gatsman)

    I think its an issue from my side. Please put it on hold and i will update.

    Thread Starter gatsman

    (@gatsman)

    ??
    Well i am Greek mate and the WordPress language is set to Greek.
    That’s just:
    The directives (lines) between “BEGIN WordPress” and “END WordPress” are dynamically generated, and should only be modified via WordPress filters. Any changes to the directives between these markers will be overwritten.

    This is the .htaccess in English

    # BEGIN WordPress
    # The directives (lines) between "BEGIN WordPress" and "END WordPress" are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    # BEGIN WordPress WPO Tweaks by Fernando Tellado
    # The directives (lines) between "BEGIN WordPress WPO Tweaks by Fernando Tellado" and "END WordPress WPO Tweaks by Fernando Tellado" are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    <IfModule mod_expires.c>
    # Activar caducidad de contenido
    ExpiresActive On
    # Directiva de caducidad por defecto
    ExpiresDefault "access plus 1 month"
    # Para el favicon
    ExpiresByType image/x-icon "access plus 1 year"
    # Imagenes
    ExpiresByType image/gif "access plus 1 month"
    ExpiresByType image/png "access plus 1 month"
    ExpiresByType image/jpg "access plus 1 month"
    ExpiresByType image/jpeg "access plus 1 month"
    # CSS
    ExpiresByType text/css "access 1 month"
    # Javascript
    ExpiresByType application/javascript "access plus 1 year"
    </IfModule>
    <IfModule mod_deflate.c>
    # Activar compresión de contenidos estáticos
    AddOutputFilterByType DEFLATE text/plain text/html
    AddOutputFilterByType DEFLATE text/xml application/xml application/xhtml+xml application/xml-dtd
    AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml image/svg+xml
    AddOutputFilterByType DEFLATE text/css text/javascript application/javascript application/x-javascript
    AddOutputFilterByType DEFLATE font/otf font/opentype application/font-otf application/x-font-otf
    AddOutputFilterByType DEFLATE font/ttf font/truetype application/font-ttf application/x-font-ttf
    </IfModule>
    # END WordPress WPO Tweaks by Fernando Tellado
    • This reply was modified 10 months, 2 weeks ago by gatsman.
    Thread Starter gatsman

    (@gatsman)

    I got this in my .htaccess
    See anything wrong with it?

    # BEGIN LSCACHE
    # END LSCACHE
    # BEGIN NON_LSCACHE
    # END NON_LSCACHE
    
    # BEGIN WordPress
    # Οι ντιρεκτ?βε? (γραμμ??) αν?μεσα BEGIN WordPress καιEND WordPress ε?ναι
    # δυναμικ? δημιουργημ?νε?, και θα πρ?πει να τροποποιο?νται μ?νο με την χρ?ση φ?λτρων WordPress.
    # Οποιεσδ?ποτε αλλαγ?? στι? ντιρεκτ?βε? αν?μεσα στου? δε?κτε? θα επανεγραφε?.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    # BEGIN WordPress WPO Tweaks by Fernando Tellado
    # Οι ντιρεκτ?βε? (γραμμ??) αν?μεσα BEGIN WordPress WPO Tweaks by Fernando Tellado καιEND WordPress WPO Tweaks by Fernando Tellado ε?ναι
    # δυναμικ? δημιουργημ?νε?, και θα πρ?πει να τροποποιο?νται μ?νο με την χρ?ση φ?λτρων WordPress.
    # Οποιεσδ?ποτε αλλαγ?? στι? ντιρεκτ?βε? αν?μεσα στου? δε?κτε? θα επανεγραφε?.
    <IfModule mod_expires.c>
    # Activar caducidad de contenido
    ExpiresActive On
    # Directiva de caducidad por defecto
    ExpiresDefault "access plus 1 month"
    # Para el favicon
    ExpiresByType image/x-icon "access plus 1 year"
    # Imagenes
    ExpiresByType image/gif "access plus 1 month"
    ExpiresByType image/png "access plus 1 month"
    ExpiresByType image/jpg "access plus 1 month"
    ExpiresByType image/jpeg "access plus 1 month"
    # CSS
    ExpiresByType text/css "access 1 month"
    # Javascript
    ExpiresByType application/javascript "access plus 1 year"
    </IfModule>
    <IfModule mod_deflate.c>
    # Activar compresión de contenidos estáticos
    AddOutputFilterByType DEFLATE text/plain text/html
    AddOutputFilterByType DEFLATE text/xml application/xml application/xhtml+xml application/xml-dtd
    AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml image/svg+xml
    AddOutputFilterByType DEFLATE text/css text/javascript application/javascript application/x-javascript
    AddOutputFilterByType DEFLATE font/otf font/opentype application/font-otf application/x-font-otf
    AddOutputFilterByType DEFLATE font/ttf font/truetype application/font-ttf application/x-font-ttf
    </IfModule>
    # END WordPress WPO Tweaks by Fernando Tellado
    
    AddHandler application/x-httpd-ea-php74___lsphp .php .php7 .phtml
    
    # php -- BEGIN cPanel-generated handler, do not edit
    # Set the “ea-php74” package as the default “PHP” programming language.
    <IfModule mime_module>
      AddHandler application/x-httpd-ea-php74___lsphp .php .php7 .phtml
    </IfModule>
    # php -- END cPanel-generated handler, do not edit
    Thread Starter gatsman

    (@gatsman)

    Thank you, I will check more…

    • This reply was modified 10 months, 2 weeks ago by gatsman.
    Thread Starter gatsman

    (@gatsman)

    I created a demo site in a subdirectory with only Elementor & WPO and i again have the same errors.
    I have no cache and tested php 7.4 (running now) & php 8.2
    Could it be the LiteSpeed server?

    Thread Starter gatsman

    (@gatsman)

    Well… Elementor is the plugin that causes the problem.
    Any advise that i could try? because i would like to use your plugin but the site is build with Elementor.

    Thread Starter gatsman

    (@gatsman)

    OK thanks
    I will check conflicts with plugins and theme and get back to you with more info.

    • This reply was modified 10 months, 3 weeks ago by gatsman.

    Same thing here…
    Selecting store should be mandatory (or maybe an options to make it mandatory)

    I have the same issue with my clients, any solution on this?

    Same for me after the update to latest version.

    
    
    Fatal error:  Uncaught Error: Call to undefined function  create_function() in  /home/*********/public_html/wp-content/plugins/smooth-back-to-top-button/admin/class-sbttb_settings_api.php:123 Stack trace: #0  /home/*********/public_html/wp-content/plugins/smooth-back-to-top-button/admin/class-sbttb_settings.php(21):  SBTTB_Settings_API->admin_init() #1 /home/*********/public_html/wp-includes/class-wp-hook.php(308):  SBTTB_Settings->admin_init('') #2 /home/*********/public_html/wp-includes/class-wp-hook.php(332):  WP_Hook->apply_filters(NULL, Array) #3 /home/*********/public_html/wp-includes/plugin.php(517):  WP_Hook->do_action(Array) #4 /home/*********/public_html/wp-admin/admin.php(175):  do_action('admin_init') #5 /home/*********/public_html/wp-admin/index.php(10):  require_once('/home/*********/...') #6 {main}   thrown in /home/*********/public_html/wp-content/plugins/smooth-back-to-top-button/admin/class-sbttb_settings_api.php on line <b>123</b>
    • This reply was modified 1 year, 3 months ago by gatsman.
    Thread Starter gatsman

    (@gatsman)

    Thank you
    Auto publish on creating posts/pages/custom post types
    was set to No (no idea why)

Viewing 15 replies - 16 through 30 (of 68 total)