wordpressthemes
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Redis Connection Test: FailedIt works. Thank you very much.
Forum: Plugins
In reply to: [LiteSpeed Cache] Redis Connection Test: FailedHere is the screenshot:
Forum: Plugins
In reply to: [LiteSpeed Cache] Redis Connection Test: FailedI tried to purge all cache, doesn’t help. And here is the conf file: /etc/redis/redis.conf
Forum: Plugins
In reply to: [LiteSpeed Cache] Redis Connection Test: FailedServer is running: +PONG
Forum: Plugins
In reply to: [LiteSpeed Cache] Redis Connection Test: FailedYes it does:
redis-cli 127.0.0.1:6379> ping PONG
Forum: Plugins
In reply to: [W3 Total Cache] What caching method is best for meFor Page Cache, go with Disk:Enhanced.
Minify: DiskOthers: XCache
Forum: Themes and Templates
In reply to: [LineDay] Unwanted text in input box.Hi Coey, I’ve never seen this before. Can you give me more information, like a screenshot?
Forum: Fixing WordPress
In reply to: Refresh when Editing PermalinkI’m thinking if it’s because the “Remove stop words from slugs” option by Yoast WordPress SEO, anyone knows?
Forum: Themes and Templates
In reply to: Gallery Short code not working for my themeI’ve figured it out, I have to commented this line in /lib/cleanup.php to use native gallery style sheet.
//add_filter('use_default_gallery_style', '__return_null');
Forum: Themes and Templates
In reply to: Removing Search Field From HeaderTry to look for
<?php get_search_form(); ?>
in your header.php and delete the <div> it belongs to.
Hi Sidra
You should open the style.css of the Twenty Ten theme, find:
body, input, textarea, .page-title span, .pingback a.url { font-family: Georgia, "Bitstream Charter", serif; }
Add Arail and Snas Serif before Georgia, it should look like this:
body,
input,
textarea,
.page-title span,
.pingback a.url {
font-family: Arail, Snas Serif, Georgia, “Bitstream Charter”, serif;
}Forum: Fixing WordPress
In reply to: Showing only a summary of my posts and a photo thumbnailFor Showing only a summary of posts:
You need to edit your theme, usually open index.php and change the_content() to the_excerpt()
For photo Thumbnail, you need to use Featured Images: https://codex.www.ads-software.com/Post_Thumbnails
Forum: Fixing WordPress
In reply to: email notificationsTry a plugin named: Comment Reply Notification
Forum: Everything else WordPress
In reply to: An open source project behind WordPress?Not BuddyPress, perhaps I made a mistake, thank you very much for your reply.
Forum: Everything else WordPress
In reply to: An open source project behind WordPress?But I can’t find the website now.