murray654
Forum Replies Created
-
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] carousel images are blurryI have not tried this myself, but you can try add this to your theme’s functions.php:
/** JPEG Image Quality Filter */ add_filter( 'jpeg_quality', 'my_jpeg_quality' ); function my_jpeg_quality( $arg ) { return 100; }- This reply was modified 9 years, 4 months ago by murray654.
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Media Library Search doesn’t workyeah its broke… so sad when a good plugin is abandoned by its creator…
your code posted is wrong. its
[su_accordion]etcThis works on my theme:
add this to theme style sheet:
body.single-post .su-spoiler-title { font-size: 12pt; }you need to modify for your theme.
tried all the solutions offer and none work. Still getting nagged about update 3.4.2 and I’m on 4.1
“Yoast SEO has been updated to version 3.4.2” click dismiss and nothing happens?
no cache installed. I have 6503 items in the upload directory. Perhaps the scan stored info on all those?
Is there no way to drop the previous scan results from the database?
No I scanned the whole site.
If I add a wildcard and rescan will AIOWS delete some of the info its storing about previous scans?
Will I be able to make a smaller db backup?
Forum: Plugins
In reply to: [Comment Experience by Progress Planner] Auto email to commenters?Comment Email Reply is a plugin I use.
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Threaded commentsOops my mistake…
In discussion settings:
‘Enable threaded (nested) comments 5 levels deep’ was not selectedForum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Does it workThanks, the changes made by my host resolved the problem…
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Does it workI see this in my servers error log:
[Fri Jan 09 15:55:22 2015] [error] [client X.X.X.X] PHP Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/www/vhosts/myhostname.com/wp-config.php) is not within the allowed path(s): (/var/www/vhosts/myhostname.com/httpdocs:/tmp) in /var/www/vhosts/myhostname.com/httpdocs/wp-load.php on line 31, referer: http://www.myhostname.com/wp-admin/admin.php?page=aiowpsec_settings&tab=tab3
[Fri Jan 09 15:55:23 2015] [error] [client X.X.X.X] PHP Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/www/vhosts/myhostname.com/httpdocs/../wp-config.php) is not within the allowed path(s): (/var/www/vhosts/myhostname.com/httpdocs:/tmp) in /var/www/vhosts/myhostname.com/httpdocs/wp-admin/setup-config.php on line 56, referer: http://www.myhostname.com/wp-admin/admin.php?page=aiowpsec_settings&tab=tab3Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Does it workNow I got this error when disabling and re-enabling the plugin “AIOWPS encountered an error when trying to write to your .htaccess file. Please check the logs.” Where is the log?
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Does it workFor example when I enable the 5G Blacklist Firewall Rules, a lot gets added to my .htaccess on my test setup on windows, but nothing gets added to .htaccess on my live server.
I have the same problem – I also want to disable access at 20h00 or 08 PM.
Forum: Plugins
In reply to: [AJAX Hits Counter + Popular Posts Widget] Using Placeholder outside a widgetThanks
My working code:
<?php _e(‘Hits:’); ?> <?php echo( ajax_hits_counter_get_hits( get_the_ID() ))?>
I finally figured it out.