kaizer01
Forum Replies Created
-
Hi
I’m sorry I found out that it was cloudflare that was preventing the checkups.
Thank you.
Forum: Plugins
In reply to: [Post Views Counter] Counter Mode settings reset after a whileIts already fixed, I just reinstall my wordpresss. Thanks.
Forum: Plugins
In reply to: [Post Views Counter] post view doesnt show on homepage/index pagesmodify your index.php and paste this somewhere where you wanted the post views count to be placed
echo pvc_get_post_views();Forum: Fixing WordPress
In reply to: Permalinks %postname% strip and get the first wordI don’t mind having (site.com/title-1, site.com/title-2, etc.).
I’m having trouble how to find the code in the wp for these kind of things.
Forum: Plugins
In reply to: [Fast Secure Contact Form] captcha 404 not foundthank you. It was the security ruling.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Can't post new articles on front pagetry to change your theme.
Forum: Themes and Templates
In reply to: [Theme: Make] Can't align logo and site descriptiontry these
span.site-description { position: absolute; top: 64px; left: 380px; } img.custom-logo { max-width: 78%; float: left; margin-left: -140%; padding-bottom: 30px; margin-top: -45px; }Forum: Fixing WordPress
In reply to: need some php help please and thank utry to disable “gd-system-plugin”.
Forum: Fixing WordPress
In reply to: 403 Error Forbidden Requesttry to check your error log on cpanel, you can check there whats really wrong in your wordpress.
Forum: Themes and Templates
In reply to: Blurry images – WordPress 4.6You’re probably using cache plugin, try to disable the cache of images and after that use ctrl+f5 it.
Forum: Fixing WordPress
In reply to: Logo not showing in Firefoxits also NOT showing in chrome, check very carefully the link of your logo.
Forum: Fixing WordPress
In reply to: Section ID jump link is directing to wrong placeHe probably needs to check his permalinks and removed the “wp” on it.
Forum: Fixing WordPress
In reply to: Can't access my wordpress from other computerTry creating another admin user see if it works.
Forum: Plugins
In reply to: [Manual Image Crop] Crops not saving?not working anymore.
using wp 4.2.4Forum: Fixing WordPress
In reply to: Limit the title into 1 word onlywith a little luck in searching this solves everything 😀
wp_trim_words( get_the_title(), 1 )