Veronica
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS feed has XML Parsing Error, invalid but appears fine in SafariYou’re welcome
Forum: Fixing WordPress
In reply to: How to align social buttons and attached image in wordpress galleryNobody? at list how to align the image??? 🙁
Forum: Fixing WordPress
In reply to: Rewrite subdomain prefix to wwwHi depending of your domain provider but should be similar to this:
login to your domain account, then click on your mysite.com link you should then see in the panel the option All Host Records, then in SUB-DOMAINS SETTINGS put:
* http://mysite.com URL redirect
where * is like a wildcard if you make a mistake typing it will always redirect you to your main domain. If that doesnt work then be explicit content instead of *
content http://mysite.com URL redirect
The example is based on namecheap.com which is my domain provider
Hope it helps!
VeronicaForum: Fixing WordPress
In reply to: site cacheI use DB Cache Reloaded Fix and Quick cache plugins both works fine, also inside your theme’s folder you may find cache folder and remove the content inside.
Veronica
Forum: Fixing WordPress
In reply to: Format and Alignment IssuesYour welcome, put [resolved] before the title of this post.
Veronica 🙂
Forum: Fixing WordPress
In reply to: Format and Alignment Issuesok this is the code that has the wrong format:
<h4><em style="color: #ff0000;">Options</em></h4> <h4 style="padding-left: 30px;"> <em style="color: #ff0000;"></em><span class="Apple-style-span" style="font-size: 11px;">⢠Customized Options Available to Meet Specific Client Requirements</span> </h4> <h4><span style="font-size: medium;"><em style="color: #ff0000; font-size: 13px;">Resources</em></span></h4> <h5 style="padding-left: 30px;"> <span class="Apple-style-span" style="font-size: 11px;">â¢Â </span><a style="font-size: 11px;" title="Maxivolt MV-100 Surge Protective Device Data Sheet" href="http://www.serioussurgeprotection.com/web/wp-content/uploads/2011/03/Maxivolt-MV-100-Data-Sheet.pdf" target="_blank">Maxivolt MV-100 Data Sheet</a> </h5>Go to the page and next to the visual editor you will see a tab HTML clicl on that and look for the code i posted above and change it with this code:
<h4><span style="color: #ff0000;"><em>Options</em></span></h4> <h5 style="padding-left: 30px;">⢠Customized Options Available to Meet Specific Client Requirements</h5> <h4><span style="color: #ff0000;"><em>Resources</em></span></h4> <h5 style="padding-left: 30px;">⢠<a href="http://www.serioussurgeprotection.com/web/wp-content/uploads/2011/03/Maxivolt-MV-100-Data-Sheet.pdf" target="_blank">Maxivolt MV-100 Data Sheet</a></h5>You can also try with the remove formatting button it has the image of an eraser in the visual editor just select the text to want to modify click that button and give it format again.
Veronica
Forum: Fixing WordPress
In reply to: Format and Alignment Issuesok im going to take a look with devs tools im not an expert but will try to help
Veronica
Forum: Fixing WordPress
In reply to: help! deleted a user and ended up deleteing all images!!if you have a full backup of your site i think you need to restore the data base too because when i have messed up with mine thats what has put everything in its place as it was before i messed up 🙂
Veronica
Forum: Fixing WordPress
In reply to: Format and Alignment IssuesHi give the link of your blog site to take a look
Forum: Fixing WordPress
In reply to: Permalinks – Gone for Goodmake sure in Settings>>Privacy you have activated the option I would like my site to be visible to everyone, including search engines (like Google, Bing, Technorati) and archivers also you can change the crawling rate by login in webmaster tools for google adding your site once you set it up clic in your site’s link and go to information of your site in control panel>>Configuration then you will see crawl rate option just pick the second option and slide it to faster, save changes and thats it works for mein 24 hours or less, because normally takes 3 days or more in crawl
Forum: Fixing WordPress
In reply to: My blog disappeared:(any decent host even if is free should give you support but dont exxpect they reply anytime soon lol as i said personaly i use 000webhost.com its the best ive found for free. But you may have to wait some hours to see if it fixes by itself
Veronica
Forum: Fixing WordPress
In reply to: My blog disappeared:(ok i got error 324 your site is down definitely it could be a problem with your host, have you been been modifying some files playing with codes? if not then have you installed a new plugin lately? with that you need to be carefull because once i got my .htaccess file rewroted by one plugin and messed up my site. So if you have not been playing around or installed a plugin lately then is your host.
Forum: Fixing WordPress
In reply to: Problem with short linki dont see any problem try cleaning the cache folder of your theme also clean the temp files in your computer.
I recommend DB Cache Reloaded Fix and Quick Cache for clean up your site works well.Veronica
Forum: Fixing WordPress
In reply to: My blog disappeared:(Give more information like URL of the site, did u get any error while trying to get in your site? if s what code error you got. If you still can access to your files from a ftp client or if your host has cpanel back up your site. For free host i personally use 000webhost.com
Veronica
Forum: Fixing WordPress
In reply to: RSS feed has XML Parsing Error, invalid but appears fine in SafariYeah similar problem i had too and this worked out for me: WordPress Remove Blank Line From RSS Feed
Veronica