srqt
Forum Replies Created
-
Anyone?
Forum: Fixing WordPress
In reply to: Shortcodes not working on twentyten themeThank you for your reply.
That is the problem, I didn’t edit the theme in the first place, someone else did it before me and he didn’t use a child theme or else I would fix this problem by getting a fresh copy of the theme like you said, but since all modifications are made on the theme itself I must find a way to resolve it without ruining the previous work from the developer.
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRINGIt is not mine website so I don’t have access to FTP, im just helping with some SEO and that is it, is there any other way? I mean if that is the only solution I will talk to the owner, but take a look at this first please:
Cufon.replace(‘h1:not(.no-cufon)’, {fontFamily: ‘<?php echo $actual_font ?>'<?php string_( ‘, fontSize: ”, get_option_fontsize( ‘h1’ ), ‘px” ) ?>});
That is the code on the current uploaded theme, but I have checked the original theme header.php file and that line looks like this:
Cufon.replace(‘h1:not(.no-cufon)’, {fontFamily: ‘<?php echo $actual_font ?>'<?php string_( ‘, fontSize: \”, get_option_fontsize( ‘h1’ ), ‘px\” ) ?>});
And when I paste that code into wordpress editor and when I press update file, after update is done it automatically changes back to the previous code.
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRINGI haven’t made any changes to that part of the code where the error is, I only added
<meta name=”robots” content=”follow,index”>
After the <title></title> tag in header, so I haven’t made any changes on the rest of the code. But right after I added the meta code I got the error, so I removed the code, and I the error is still here
Forum: Themes and Templates
In reply to: Twenty Ten theme logo in title problemhttps://i19.photobucket.com/albums/b169/srqt/problem.jpg
This is the image where you can see the problem, I forgot that I should have made the code as a quote before posting ??
<h1 id=”site-title”>
<span>
” rel=”home” title=”<?php bloginfo(‘name’);?>”>
<img src=”<?php echo bloginfo (‘template_directory’);?>/images/logo.png” alt=”<?php bloginfo (‘name’);?>” />
</span>
</h1>
<!–end of h1 site-title–>