johnibom
Forum Replies Created
-
Forum: Plugins
In reply to: Front Slider 2.2 not working – Script..slider.js?ver=1.3 404//$(“slideshow”).style.display=”none”;
$(“slideshow”).css(“display”,”none”);
//$(“image-wrapper”).style.display=”block”;
$(“image-wrapper”).css(“display”,”block”);Forum: Fixing WordPress
In reply to: Permalinks & posts not workinguse /%postname%
and send me your email so I can send you the htaccess..
Forum: Fixing WordPress
In reply to: read more function works in archive but not home pageWell, the code you quoted is replacing the except read more text however, mine code will help you extending the length of excerpt, so you might got misunderstanding..
Forum: Fixing WordPress
In reply to: Can't log in to dashboard; previous solutions don't workForum: Fixing WordPress
In reply to: read more function works in archive but not home pageadd this function into your theme function.php
function new_excerpt_length($length) {
return 200; //it will return 200 words
}
add_filter(‘excerpt_length’, ‘new_excerpt_length’);Forum: Fixing WordPress
In reply to: Main blog page gets redirected to specific postIf you are still getting problem, you should use some Cleanup software to clear cache.. please mark this post as resolved at the end.,
Thanks
Forum: Fixing WordPress
In reply to: Can't log in to dashboard; previous solutions don't worksend me the URL
with user/pass if you don’t mind..Forum: Fixing WordPress
In reply to: Images won't loadI see the images in your POSTs fine, check your browser
Forum: Fixing WordPress
In reply to: Main blog page gets redirected to specific postI don’t see any redirection..
so you better clear your browser cache.
Forum: Fixing WordPress
In reply to: Can't log in to dashboard; previous solutions don't workPlease copy the URL and paste it somewhere on the notepad.. check the url if it contains the variable &reauth=1 please remove it and try login to dashboard.
Here’s what I mean:
for i.e:
https://www.domain.com/wp-login.php?redirect_to=http%3A%2F%2Fwww.domain.com%2Fwp-admin%2F&reauth=1remove the last variable &reauth=1
I hope it helps
Forum: Fixing WordPress
In reply to: Main blog page gets redirected to specific postI don;t see any redirect, may be it based upon the location, however, would you please state what plugin have you installed on your blog?
Any redirection plugin?Yes
you don’t need to browse the function file but modify it by FTP or CONTROL PANEL’s FILE MANAGER of your hosting!
REMOVE That line of code.I am sure that you know the name of that particular file of theme..
locate the site via FTP, edit that file and remove the code you put!
Forum: Fixing WordPress
In reply to: WordPress problem with FeedsDeactivate the plugins and check if it’s back..