tamilsweet
Forum Replies Created
-
Any solution to solve this issue?
Thanks Arnan de Gans for the reply. However we were unable to understand what you mean exactly.
// It makes no sense to have a 2 column 5 ad block.
We only have 5 Ads and we can fit only 2 ads/row in the sidebar. So we have 2 items/row and 3 columns to fit 5 Ads.
We DO NOT have 6th Ad.
How do we fit the 5 Ads we have in sidebar ??Ideally the plugin should take care of the rounding off part. ie. calculate the height for 6items instead of 5items.
Forum: Fixing WordPress
In reply to: Admin blown up & possible Virus??The injection could be because of poor password selection. Please do change all your passwords and make them stronger.
Its possible that one of the active plugin could be responsible for security leak.
Can you provide the list of plugins you have active in your site??I just fixed same issue for a client. So, I want to compare the active plugins in both sites.
Forum: Fixing WordPress
In reply to: Admin blown up & possible Virus??Hi,
Just replace all WordPress/Plugin files with newly downloaded files.
Then edit all the PHP files in your theme and remove the first line.The issue is because an encrypted code(1st line) was added in all the PHP files in your server.
Regards,
TamilForum: Fixing WordPress
In reply to: Error 404 – Not Found – Can’t loginHi fiffer010,
I still see the 404 error?
I guess the complete “wp-admin” folder is missing in your site. Can you check?Regards,
Tamil
(Elance Provider)Forum: Fixing WordPress
In reply to: Can’t upload photos to blogAfter moving the blog. Did you make the upload folder writable in new server?
Also, check if the upload path is correct.
You can modify it in WordPress Dashboard.
under Settings > MiscellaneousForum: Fixing WordPress
In reply to: Major help needed!!!!!!Looks like issue with your htaccess file or you have some plugin installed to redirect everything to that url?
Can you post the content of your .htaccess file here.
You can find that under the folder /beabetterproducer/Forum: Fixing WordPress
In reply to: Sidebar Cuts Off TitlesEdit the file style.css in your theme.
Remove the line “text-indent:-15px;” (found @ line no. 245)
i.e.
Change:
.sidebar li {
margin:0;
padding-top:0;
padding-right:0;
padding-bottom:.25em;
padding-left:15px;
text-indent:-15px;
line-height:1.5em;
}TO:
.sidebar li {
margin:0;
padding-top:0;
padding-right:0;
padding-bottom:.25em;
padding-left:15px;
line-height:1.5em;
}Forum: Fixing WordPress
In reply to: How to remove date from 1 pageYou have to edit the single.php if you want the date to be removed from Post page. or page.php if its a Page.
You can find something like <?php the_time(‘l, F jS, Y’) ?> (Depends on the template and date format.)
Just remove that.There seems to be permission issue with the plugin folder.
Try changing the permission of plugin folder and its subdirectories to 644.
Open this url
https://sziebert.net/wp-content/plugins/sociable/sociable.css
You get
403 Error:
Access Denied
The server could not grant access to the document you requested.So, issue not with plugin!!
Forum: Fixing WordPress
In reply to: Problem after moving host and restoring databasePlease post the url of your site.
Its possible to find the reason for the issue by looking at the site.Forum: Fixing WordPress
In reply to: Include individual pageIs the issue solved? If so change the status to resolved.
If not provide url to your site.Forum: Fixing WordPress
In reply to: How to show the number of post of a category in sidebarIf you use
$category = get_category($categoryid)
you will get details about the category and use $category[‘category_count’] to get the number of posts under that.Forum: Fixing WordPress
In reply to: Problem after moving host and restoring databaseDid your .htaccess file in place??
Does you new host support htaccess rewrite??Forum: Fixing WordPress
In reply to: Warning: Cannot modify header informationPlease post the url to your site.