inntell
Forum Replies Created
-
Thank you jayroh, I’ve just upgrade my wordpress. You’re right, it worked.
But I found some theme already updated with this issue.
And this is my site
Forum: Plugins
In reply to: [Plugin: All in One SEO Pack] Plugin not working with WordPress 2.7.1I have the same problem (but resolved). The problem is Description Meta Tag does not show in source code, but Meta Keyword and the Canonical link are OK.
After I tried to changed new Themes even WP versions, I’ve found that if you put PHP code inside the post(at the 1st/2nd line of post). The All in One SEO Pack will cannot generate the Meta Description.
So, do not put PHP code to the 1st/2nd line of the post,because it will break the Description Meta Tag. The ways I do put the PHP code belower the 2nd line of the post. OK. let’s see what I said.
Here I used PHP code at the bottom post (to generate link)
https://720phdtv.com/sony-bravia-kdl55v5100-sale-best-55-inch-lcd-tv/Here I used PHP code at the 1st line of post (to generate link)
https://720phdtv.com/toshiba-19av600u-19-inch-720p-portable-lcd-hdtv/Views page source to compare it!
Forum: Fixing WordPress
In reply to: add media – choose files to upload DIEDHow to remove the link
[Show as slideshow]
that appear above the image gallery. and this is my site hmongasia.comThank you
Forum: Installing WordPress
In reply to: Add Media – not working, asking me to login…I could not upload images for a few day, hmongasia.com . But it’s fixed right now, confirmed No Flash Plugin worked.
Forum: Themes and Templates
In reply to: trouble customizing kubrickYou can disable header-img.php under images folder.
/*<?php $img = 'kubrickheader.jpg'; // If we don't have image processing support, redirect. if ( ! function_exists('imagecreatefromjpeg') ) die(header("Location: kubrickheader.jpg")); // Assign and validate the color values $default = false; $vars = array('upper'=>array('r1', 'g1', 'b1'), 'lower'=>array('r2', 'g2', 'b2')); foreach ( $vars as $var => $subvars ) { if ( isset($_GET[$var]) ) { foreach ( $subvars as $index => $subvar ) { $length = strlen($_GET[$var]) / 3; $v = substr($_GET[$var], $index * $length, $length); if ( $length == 1 ) $v = '' . $v . $v; $$subvar = hexdec( $v ); if ( $$subvar < 0 || $$subvar > 255 ) $default = true; } } else { $default = true; } } if ( $default ) list ( $r1, $g1, $b1, $r2, $g2, $b2 ) = array ( 105, 174, 231, 65, 128, 182 ); // Create the image $im = imagecreatefromjpeg($img); // Get the background color, define the rectangle height $white = imagecolorat( $im, 15, 15 ); $h = 182; // Define the boundaries of the rounded edges ( y => array ( x1, x2 ) ) $corners = array( 0 => array ( 25, 734 ), 1 => array ( 23, 736 ), 2 => array ( 22, 737 ), 3 => array ( 21, 738 ), 4 => array ( 21, 738 ), 177 => array ( 21, 738 ), 178 => array ( 21, 738 ), 179 => array ( 22, 737 ), 180 => array ( 23, 736 ), 181 => array ( 25, 734 ), ); // Blank out the blue thing for ( $i = 0; $i < $h; $i++ ) { $x1 = 19; $x2 = 740; imageline( $im, $x1, 18 + $i, $x2, 18 + $i, $white ); } // Draw a new color thing for ( $i = 0; $i < $h; $i++ ) { $x1 = 20; $x2 = 739; $r = ( $r2 - $r1 != 0 ) ? $r1 + ( $r2 - $r1 ) * ( $i / $h ) : $r1; $g = ( $g2 - $g1 != 0 ) ? $g1 + ( $g2 - $g1 ) * ( $i / $h ) : $g1; $b = ( $b2 - $b1 != 0 ) ? $b1 + ( $b2 - $b1 ) * ( $i / $h ) : $b1; $color = imagecolorallocate( $im, $r, $g, $b ); if ( array_key_exists($i, $corners) ) { imageline( $im, $x1, 18 + $i, $x2, 18 + $i, $white ); list ( $x1, $x2 ) = $corners[$i]; } imageline( $im, $x1, 18 + $i, $x2, 18 + $i, $color ); } //die; header("Content-Type: image/jpeg"); imagejpeg($im, '', 92); imagedestroy($im); ?> */
After the you’ll can customize the css file as you want. See sample https://shopping.inntell.com/
Forum: Installing WordPress
In reply to: Problem with freehostia serverI’m looking for this as well. When I already have the database name but it still ask me to create a database under the database name. It ask to defind column name for a data table. Who can help how to set up WP SQL data table? And this is my blog it show different erer between IE7 and Firefox. https://topsale.freehostia.com
Forum: Fixing WordPress
In reply to: [Plugin: Profilactic] Local favicons not workingDid you try it on another browser IE/Firefox.
Forum: Fixing WordPress
In reply to: Can you hide the sidebar in a Page?mommymoments the easy way is not to use Frame. The way you can do is Copy source code from the source page, only items in Table. Like this one hmongasia.com/hmong-books
Forum: Fixing WordPress
In reply to: Can’t add/move/change sidebar widgets in WP 2.5.1I justed fixed mine inntell.com :). And the problem I see is Javascript. To check and turn javascript on. From ToolBar go to Tools/Internet Option/Security/Internet/Custom Level, then Enable Active Scripting from the list.
PS. If doesn’t work, install Java from Sun.
Forum: Everything else WordPress
In reply to: Widgets “Locked Down” – can’t changeI just fixed mine. The way I did is Installed java from Sun’s website.
PS. First of all try to turn on Javascript. Go to menu bar Tools/Internet Option/Security/ then select Internet/Custom Level, and Enable Active Scripting.