WP Libra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress jumps to youtube Justin BiebierWhy would you want to fix that? Wish every site did that!
But if you insist…
I’d check your header.php file (or associated template files) for a redirect that would look something like
<meta http-equiv="refresh" content="0; url=http://www.youtube.com/watch?v=RFngSCaY5nA">If you see something like that, remove it.
Forum: Fixing WordPress
In reply to: "Read more" doesn't show up!I don’t see Bilar anymore. Guess you did it?
If not please let me know exactly where you are seeing it.
Reload browser cache maybe?
Forum: Fixing WordPress
In reply to: Registering authors without emailYou can register a user and just use a dummy email address that doesnt work.
Or if you want to just post under the admin username and just add manually at the top of the article the author credits.
Forum: Fixing WordPress
In reply to: Widget Page Not AppearingTry deactivating all your plugins and going to test?
If it does work just activate 1 by 1 until you see which one caused it.
If it is not a plugin try switching to default theme and testing.
Forum: Fixing WordPress
In reply to: No comments possibleIs Askimet plugin updated and running most current version?
Next I’d just check to see if the cat ID is correct and try the other one to see if it produces the same results or the correct query.
Forum: Fixing WordPress
In reply to: Protect source codeMost of the time when someone pays you to make something they generally get the source code too.
What exactly are you trying to protect? Mostly anything can be duplicated without source code anyway.
Is it the exact same theme? Maybe the theme is controlling how many posts are being shown.
What does it show if you remove cat=3?
Forum: Fixing WordPress
In reply to: "Read more" doesn't show up!In wp-admin go to themes -> editor
Open up archive.phpFind
<?php the_excerpt() ?>Replace with
<?php the_content('<strong>Read more »</strong>'); ?>Open style.css (if your theme options doesnt let you add extra CSS code)
Add this at the bottom
.category h2.pagetitle { display: none; }Forum: Fixing WordPress
In reply to: My site has been Hacked!!!!It has to be in one of the files somewhere. First I’d look in header.php right below the body tag. If it is not there then it is generated via a hook and could technically be anywhere which makes it hard to find. I would search for keyphrase “htmlnano2”.
You can download all your files and just run a search through the contents. Dreamweaver will do this for you and so will your OS but most likely you will need to edit search options for it to work. Makes it easier than doing it manually.
Forum: Fixing WordPress
In reply to: How to make wordpress as Freelancer communityI’d use a free plugin like woocommerce and setup a product so they can purchase the service.
There is really a lot that goes into this but I think your first step is installing an ecommerce plugin like the one above.
Forum: Fixing WordPress
In reply to: Protect source codeMost likely not. What exactly are you trying to protect?
Forum: Fixing WordPress
In reply to: Home images not clickableIt is a paid theme and since we dont have access to the code we cant help. The support you should seek is through who you bought the theme from.
Forum: Fixing WordPress
In reply to: "Read more" doesn't show up!Would need a link to what theme this is to be able to help for first issue.
A link to the site and I could tell you how to remove the category name via CSS also.
Forum: Fixing WordPress
In reply to: PHP ERRORSubmit the question in Elegant Themes support forum. They would be able to help you.