Ankit Singla
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Re-sizing author name on the blogSorry, I confused it with the Site title.
You need to add this css code in your custom css :
.author-box p { font-size: 14px; }
Currently it is :: 18px , you can try different values for that.
Forum: Fixing WordPress
In reply to: Can create page but tag does not accompany itDid all the previous page appear by themselves??
Forum: Fixing WordPress
In reply to: Re-sizing author name on the blogI do not see a title there. Have you removed the title text?
Forum: Fixing WordPress
In reply to: Can create page but tag does not accompany itA link to your site, and the new page might help to suggest something.
Forum: Fixing WordPress
In reply to: has wordpress crashed ?That is for sure a hosting issue. You may talk to your service provider for this.
Although you’re safe, but for an added security be sure to use backup plugins for your site.
Forum: Networking WordPress
In reply to: Multisite troubleshoot – .htacessThanks a lot, that helped.
I would try Multisite some other time.
Forum: Fixing WordPress
In reply to: My site & login page won't loadYou may try switching to wordpress default theme if that works.
Also try this::
It seems like you have accidentally deleted or edited the header.php file.
Check that file, and upload a new copy of header.php file.Forum: Fixing WordPress
In reply to: adding a link to an external url not workingCan you post a link to that page??
Forum: Networking WordPress
In reply to: Multisite troubleshoot – .htacessThanks Mika.
I use Notepad++, and I really couldn’t see that $end in wp-config file.
I will try with that Rewrite rules.
But, as I could not move ahead before, I tried going to the alternate way of what I was doing.Now, I turned back from Multisite. — and created a new template instead of using the other theme in some sub-directory.
(I will try my luck with multi-site later)But, now I have another issue generated —
Now, I see the database, still contains some new tables for the sub-directory site, and some data in common tables of the main site.
How do I remove all data of the new site from the database??Forum: Fixing WordPress
In reply to: Visit my site today and now it's borked? Help!Thumbs up for Frumph, he found that out quite earlier.
Glad that you fixed it.Forum: Fixing WordPress
In reply to: Decreasing space btw Sidebar and PostI forgot to check — if it GNU.
Please, refer to above post — to get ahead.Edited after above post.
Forum: Fixing WordPress
In reply to: Decreasing space btw Sidebar and PostWouldn’t you want to increase the width of sidebar? It is currently 20%.
Forum: Fixing WordPress
In reply to: Visit my site today and now it's borked? Help!It is quite certain that its not picking up the CSS files.
Try shifting to wordpress default theme, and actually activate it and bot just preview.
And, see if the problem persists?Forum: Fixing WordPress
In reply to: Changing website header (for novice WP user)If the developer is still in your touch, then you can ask for Photoshop files for the banner.
Edit: That way, it would be quite easy to edit that.
And, as your developer has set the header image, as a background to the class header.
Novice help:
You can search for ” #header ” in your style.css file, it would be at line no. 330. And, change the background image as desired.Forum: Fixing WordPress
In reply to: Problem with new domain permalinksTry adding these lines in the end of config.php file
define('WP_SITEURL', 'http://' . $_SERVER['SERVER_NAME']); define('WP_HOME', 'http://' . $_SERVER['HTTP_HOST']);You can get access to config file via FTP or Hosting Control panel.