techill
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress database problemI don’t use cache plugins. I set up cache in .htaccess file.
Hi there
Your plugin Dynamic “To Top” requires 3.4 or higher. 3.4 means wp version? I use wp 3.3.1 with 2011 theme. I just tried your plugin.
It works fine under IE 8.0.7601 and firefox 14.0.1.
But I don’t know if it can REALLY be used on wp 3.3.1 version?I don’t want the surfers who visit my website have compatabiliy problem with this plugin. They may use other browser versions that I don’t know. Otherwise they will be pissed off and leave.
Thanks for reply in advance
Forum: Plugins
In reply to: [Shortcodes Pro] [Plugin: Shortcodes Pro] Button not showing up in TinyMCEHi there
Your plugin requires 3.4 or higher. 3.4 means wp version?
I use wp 3.3.1 with 2011 theme. I just tried your plugin.
It works fine under IE 8.0.7601 and firefox 14.0.1.
But I don’t know if it can REALLY be used on wp 3.3.1 version?I don’t want the surfers who visit my website have compatabiliy problem with this plugin. They may use other browser versions that I don’t know. Otherwise they will be pissed off and leave.
Forum: Fixing WordPress
In reply to: how to scale pic size in RSS feeds?Is there a place where I can add some CSS to modify the image size in feedburner? I checked almost everything in feedburner settings. Looks like BuzzBoost has a html views for feeds. But where can I insert my CSS? Can not get a clue… grrr
Forum: Fixing WordPress
In reply to: how to modify a php function in child theme without conflict?My new function is my customized function. It works because I already tried in original content.php. My conern is: it does not work if I put it in child theme’s content.php. I just wanna do the modification in child theme’s content.php instead of the orginal content.php, so I wont lose any customization once I do the WP update in the future.
So the key point is:
if I want to use my php fuction in child theme, how I can bypass the same name function in parent theme? If I can, there is no conflict.Forum: Fixing WordPress
In reply to: I can not stand it anymore…The comment box is way too ugly!If someone asks you to help fix windows software problem, you tell him there are many other systems available: linux or Mac…
I ask solutions for comment box, then you recommend me changing theme. you are such a genius!
Forum: Fixing WordPress
In reply to: The archive link does not work. Way too stupid…solved by myself.
1) Disable the Yoast plugins and install it at last after other plugins installed.
2) under Yoast SEO->indexation->archive settingss, uncheck disabled date-based archives.
3) Clear cookies and temp internet files of internet browser.Now it works.
Forum: Fixing WordPress
In reply to: Please help me about excerpt and featured image!it’s way too much for me right now. I really lost energy to dig those tiny code out. Thanks anyway.
Forum: Fixing WordPress
In reply to: how to make a page count?I solved by myself.
Install OB Page Numbers plugin.
and modify functions.php:
<div class=”nav-previous”><?php next_posts_link( __( ‘<span class=”meta-nav”>←</span> Older posts’, ‘twentyeleven’ ) ); ?></div>
<div class=”nav-next”><?php previous_posts_link( __( ‘Newer posts <span class=”meta-nav”>→</span>’, ‘twentyeleven’ ) ); ?></div>replace with: <?php if(function_exists(‘ob_page_numbers’)) { ob_page_numbers(); } ?>
It works but way too ugly. And it’s white color that does not match my background color. Have to drop it anyway 🙁
Forum: Fixing WordPress
In reply to: how to make a page count?I find that file and try to modify some parameters, but nothing happened.
Forum: Fixing WordPress
In reply to: Please help me about excerpt and featured image!thx for tips. But I don’t want to use thumbnails. image “A” must be a full size image. Currently I find two methods. But none of them works perfect. 🙁
1) modify content.php
<?php if ( is_search() || is_home() ) : ?>
Then I got word excerpt w/o any image.2) add <!–more–> after the 1st image, then all the rest part BCDE is omitted.
Method 2 is close to my expection, but it can not show the word introduction E.
I dont tink I can post my blog link here coz it’s a XXX blog. 🙁
Can I send you email? thxForum: Fixing WordPress
In reply to: need a good image pluginI tried that one. No good.
It resizes my images when inserting images to the post.
and also it does not have multiple editting fuction for images.
in addition, I dont like its <p></p> customized image format as default. Even though when I delete that plugin, it’s still there!
You have to uninstall it first, then uninstall the whole plugin.
it’s just pain in the ass.For ppl who want to make a good gallery or multiple iamges in a post,
I highly don’t recommend you pick up this plug in 🙁Forum: Fixing WordPress
In reply to: only twenty eleven theme experts come in!thank you both for the tips. esp the child theme idea that saves lot of jobs!
After a few days research and try, I solved most of them except the first one that needs to rewrite some php file. Just too lazy to do it right now.
2) and 3) solved by changing the parameter of the page, body, content, primary and secondary definition in style.css. Of course I use child them style.css, so I dont modify anything of oringinal style.css
4) and 5) solved by a font control plugin and a count plugin
6) sovled by redefinition of comment style parameter in style.css
Forum: Fixing WordPress
In reply to: twenty eleven – my blog webpage deformed after zoom-in or zoom outI solved it by myself.
define a class to clear: both;
and use it in img and p style.Forum: Fixing WordPress
In reply to: font editingI am not sure, try this:
font-family: ‘New York’, ‘Times’, Cursive;