derblauereiter
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blog post images on index page getting stretchedWow, it worked ! Thank you so much Jose !
I wonder why the dimensions got messed up by just updating my wordpress/jetpack ?
Forum: Fixing WordPress
In reply to: 2 Quick QuestionsHello, I think I can help you with your first question. Both your solutions can be found inside your dashboard – manage – pages page. Firstly, to change your page url to a nicer name like /about, /contact, simply edit the “page slug” to whatever you want it to be. For your page order, take a look at the page order tab at the lowest right corner – the smallest numbered page will appear on the left, bigger to the right, and so on.
Hope that helps !
Forum: Fixing WordPress
In reply to: Cannot see Chinese characterYour database encoding needs to be UTF8.
Forum: Fixing WordPress
In reply to: Twiiter Tools – How to change Tweet font colorI’ve found a solution to my own question :
I simply added a new color attribute to my tweeter div in my css file, simple as that.
Forum: Fixing WordPress
In reply to: RSS Feed Reader for any homepage?Can you not use WordPress’s inbuilt Rss feed widget for this ?
Forum: Fixing WordPress
In reply to: blogroll links not showing upWhat is the blog address ?
Forum: Fixing WordPress
In reply to: Odd formatting issue, text sliding off the page to the left???It looks perfectly fine on my Firefox in Windows.
Forum: Fixing WordPress
In reply to: Header image loading twiceLooks fine on my Firefox, no double header here.
Forum: Fixing WordPress
In reply to: Page loading time according to PingdompaQman, your page did not load on my Firefox at all, and I have a fairly fast connection here in Japan I think.
Forum: Fixing WordPress
In reply to: Remove search button – available help does not workHello I have found a simple solution to remove the search button for the search widget :
In the wp-includes folder ( in your wordpress installation folder ), open widgets.php and look for the wp_widget_search function definition block (around line 405 or so). Within the definition block, look for this line:
<input type=”submit” value=”<?php echo attribute_escape(__(‘Search’)); ?>” />
Simply edit the “submit” and change it to “hidden”, save, refresh your browser, and the submit button should be hidden now.
Forum: Fixing WordPress
In reply to: How to creat a Twitter bar below headerPaul has contacted me directly and given me the solution below :
“You need to create a div below the header div inside of header.php and give it the same width as the header and a height around 15px or something and put the twitter code inside the div. style it with whatever color, etc you’d like.”
Forum: Fixing WordPress
In reply to: RSS feed widget bugHello and thank you for the swift reply. I shall let the owner of the blog know of the validation issue.
I have also tried parsing this feed using Adam Brown’s KB Advanced RSS widget, and the strange thing is it displays the feed correct the first time I load it, but breaks down once I refresh my page.
Forum: Fixing WordPress
In reply to: Page loading time according to PingdomHello Dan and thank you so much for your informative post.
I guess I will have to find some way to optimize my images so that they will load up faster, but at least I understand how wp-cache works now.
Thanks again.
Forum: Fixing WordPress
In reply to: Page loading time according to PingdomHello everyone, I have currently disabled wp-cache as it is conflicting with my Popular contest plugin. However, I would still like to ask anyone to help verify if
1) my page loads really slowly, and
2) if this Pingdom service is an accurate indication of my page loading speed.
3) Wp-cache really helps loading speed SIGNIFICANTLYThank you so much
Forum: Fixing WordPress
In reply to: Remove search button – available help does not workHello and thank you for investigating ! I will try to fix it again !