Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter TaylorReints

    (@taylorreints)

    Yes, but why isn’t my theme working?

    Thread Starter TaylorReints

    (@taylorreints)

    I deleted and reuploaded my theme and got this error:

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 30720 bytes) in /home/a9603376/public_html/wp-admin/includes/deprecated.php on line 493

    Thread Starter TaylorReints

    (@taylorreints)

    I’m so sorry I didn’t provide a link. My website is https://pastafarian.tk

    Thread Starter TaylorReints

    (@taylorreints)

    Can somebody please help me? I’m interested in getting my WordPress blog back. This is a serious issue.

    Thread Starter TaylorReints

    (@taylorreints)

    Please help.

    Thread Starter TaylorReints

    (@taylorreints)

    Delete your child theme and revert back to your old theme.

    I did delete it, and when I did I got the error message. I can’t revert to my other theme because of the error message.

    Thread Starter TaylorReints

    (@taylorreints)

    Any help would be greatly appreciated. My URL is https://pastafarian.host22.com

    Thread Starter TaylorReints

    (@taylorreints)

    Where do I put this code?

    Forum: Fixing WordPress
    In reply to: Widget Logic
    Thread Starter TaylorReints

    (@taylorreints)

    Yes, I tested it on Twenty Eleven and it worked. So should I see the forums of my theme provider?

    Forum: Fixing WordPress
    In reply to: Widget Logic
    Thread Starter TaylorReints

    (@taylorreints)

    Yes.

    Thread Starter TaylorReints

    (@taylorreints)

    Thanks!

    Thread Starter TaylorReints

    (@taylorreints)

    Thank you! It worked.

    But now I have another dilemma. On the Forums page, it says “Posted By Taylor Reints On Sunday, December 9th, 2012 With 0 Comments · Edit”

    How would I get rid of this? Thanks.

    Thread Starter TaylorReints

    (@taylorreints)

    I kept it, in header.php, as <body <?php body_class();?>> and then removed #post-14 h2 {display:none;} and replaced it with .page-id-14 . post h2 {display:none;}

    It’s still not working, unfortunately.

    Thread Starter TaylorReints

    (@taylorreints)

    I changed <body> to <body <?php body_class();?>> and then added #post-14 h2 {display:none;} at the bottom of my theme stylesheet, but the title is still there.

    Thread Starter TaylorReints

    (@taylorreints)

    Okay. I successfully retrieved header-types.php. However, now there is this error: “Parse error: syntax error, unexpected $end in /home/a9603376/public_html/wp-content/themes/city-desk/header-types.php on line 58

    Here is header-types.php:

    <?php 
    
    		/* ******************** IF HEADER WITH A SINGLE IMAGE IS ACTIVATED *************************** */
    		if(of_get_option('of_header_type') == 'singleimage') { ?>
    			<a href="<?php echo home_url('/'); ?>" title="<?php bloginfo('description'); ?>">
    				<img src="<?php echo of_get_option('of_himageurl'); ?>" id="header_banner" alt="<?php bloginfo('name'); ?>" title="<?php bloginfo('name'); ?>"/>
    			</a>
    		<?php } 
    
    		/* ******************** IF HEADER LOGO - BANNER IS ACTIVATED ********************************* */
    		elseif(of_get_option('of_header_type') == 'logobanner') { ?>
    			<div class="left-2col">
    				<div class="logo" style="padding:<?php echo of_get_option('of_padding_top', 0); ?>px 0px <?php echo of_get_option('of_padding_bottom', 0); ?>px <?php echo of_get_option('of_padding_left', 0); ?>px;">
    					<?php if ( of_get_option('of_logo_type', 'text') == 'image') { ?>
    						<h1>
    							<a href="<?php echo home_url('/'); ?>" title="<?php bloginfo('description'); ?>">
    								<img src="<?php echo of_get_option('of_logo'); ?>" alt="<?php bloginfo('name'); ?>" title="<?php bloginfo('name'); ?>"/>
    							</a>
    						</h1>
    					<?php } else { ?>
    						<h1>
    							<a href="<?php echo home_url('/'); ?>" title="<?php bloginfo('description'); ?>"><?php echo of_get_option('of_logo1'); ?></a>
    							<span><a href="<?php echo home_url('/'); ?>" title="<?php bloginfo('description'); ?>"><?php echo of_get_option('of_logo2'); ?></a></span>
    						</h1>
    					<?php } ?>
    				</div><!-- .logo -->
    			</div><!-- .left-2col -->
    
    			<div class="right-2col" <?php if (of_get_option('of_cd_adm1') <> '') { ?>style="padding-top:<?php echo of_get_option('of_cd_adm1'); ?>px"<?php } ?>>
    				<?php gab_categoryad('header_468x60'); ?>
    			</div><!-- .right-2col -->
    
    		<?php } elseif(of_get_option('of_header_type') == 'logobnews') {
    		/* ******************** IF HEADER LOGO - BREAKING NEWS ********************************* */
    		?>
    			<div class="left-2col">
    				<div class="logo" style="padding:<?php echo of_get_option('of_padding_top', 0); ?>px 0px <?php echo of_get_option('of_padding_bottom', 0); ?>px <?php echo of_get_option('of_padding_left', 0); ?>px;">
    					<?php if ( of_get_option('of_logo_type', 'text') == 'image') { ?>
    						<h1>
    							<a href="<?php echo home_url('/'); ?>" title="<?php bloginfo('description'); ?>">
    								<img src="<?php echo of_get_option('of_logo'); ?>" alt="<?php bloginfo('name'); ?>" title="<?php bloginfo('name'); ?>"/>
    							</a>
    						</h1>
    					<?php } else { ?>
    						<h1>
    							<a href="<?php echo home_url('/'); ?>" title="<?php bloginfo('description'); ?>"><?php echo of_get_option('of_logo1'); ?></a>
    							<span><a href="<?php echo home_url('/'); ?>" title="<?php bloginfo('description'); ?>"><?php echo of_get_option('of_logo2'); ?></a></span>
    						</h1>
    					<?php } ?>
    				</div><!-- .logo -->
    			</div><!-- .left-2col -->
    
    			<?php if (intval(of_get_option('of_nrteaser')) > 0 ) { ?>
    				<div class="right-2col">
    					<div class="entries">
    						<?php
    						$count = 1;
Viewing 15 replies - 1 through 15 (of 16 total)