graphical_force
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 'HTTP error.' with big images and did not 'crunch'You may want to contact your host about this but again unless you are allowing people to download those images I can’t imagine a reason to upload anything that big.
Forum: Fixing WordPress
In reply to: Resizing image from linkThe codex is a great place to start: http://codex.ww.wp.xz.cn/Main_Page
Forum: Fixing WordPress
In reply to: Resizing image from linkYeah, if Paypal does not offer a way to show a larger button by you using a link like the one you originally provided then you would have to get into some code. If that is beyond you, you can always hire someone.
Forum: Fixing WordPress
In reply to: CrashYeah, but after a google search it should tell you to look at your hosting first.
Forum: Fixing WordPress
In reply to: Theme Page in WordPress Admin is missingYou never mentioned that you had just moved it. This should help you: http://codex.ww.wp.xz.cn/Moving_WordPress
Forum: Fixing WordPress
In reply to: CrashIt looks like it may be issues with Godaddy. This may help you: http://ww.wp.xz.cn/support/topic/server-reset-while-page-is-loading?replies=24
Forum: Fixing WordPress
In reply to: not able center text on webpage with widgetWell you cant do that if you have a sidebar like you have. Do you want to get rid of the sidebar which has the searchbar and calendar? If you did then you can then center the other stuff on the page.
Forum: Fixing WordPress
In reply to: Resizing image from linkUnless paypal is offering a way for you to use a larger image, you’re going to have to use css to make the image larger.
Something like wrapping that image in a div and then target it.
<div id="custom-paypal-size"> <img src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" alt=" alt="" /> </div>The css:
#custom-paypal-size img { width: 200px; height: 75px; }This code is untested so you may need to tweak the width and height.
Forum: Fixing WordPress
In reply to: Front page aside image partly showing under front page feature imageUnfortunately, that is a premium theme which is not supported on this forum.
Forum: Fixing WordPress
In reply to: not able center text on webpage with widgetI’m not sure what your asking for exactly. Right now, you have a basically two columns. A large content area and then a sidebar. The address is centered in the large content area so that is why it is not centered in regard to they whole page (large content area AND sidebar).
Forum: Fixing WordPress
In reply to: Resizing image from linkYou may be able to make it larger using css.
Forum: Fixing WordPress
In reply to: Recent problem inserting featured or post imagesSo right now, you are using a premium theme that is not supported and you have some plugins that are active. You mentioned that you have tried using the default theme with all plugins turned off? Also, did anything lead up to this? Any updates or code changes? Any changes to the server?
Forum: Fixing WordPress
In reply to: Home Link Changed On Its OwnDid you look at both links that I provided?
Forum: Fixing WordPress
In reply to: Home Link Changed On Its OwnIf you are talking about how to reset the home page, I’ve already given you the link above.
Forum: Fixing WordPress
In reply to: Recent problem inserting featured or post imagesSo you have a link to your site?