Forum Replies Created

Viewing 15 replies - 136 through 150 (of 161 total)
  • Looks like this might be what you’re looking for.

    Have you tried clearing out the htaccess file (back it up first), then resetting your permalinks?

    Edit the themes (Twenty Ten) loop.php file and alter the various entry-utyility divs to reflect the changes you want.

    Example, to remove the “Posted in…”

    Change

    <div class="entry-utility">
      <?php if ( count( get_the_category() ) ) : ?>
        <span class="cat-links">
          <?php printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyten' ), 'entry-utility-prep entry-utility-prep-cat-links', get_the_category_list( ', ' ) ); ?>
        </span>
        <span class="meta-sep">|</span>
      <?php endif; ?>
      <?php
        $tags_list = get_the_tag_list( '', ', ' );
        if ( $tags_list ):
      ?>
        <span class="tag-links">
          <?php printf( __( '<span class="%1$s">Tagged</span> %2$s', 'twentyten' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list ); ?>
        </span>
        <span class="meta-sep">|</span>
      <?php endif; ?>
        <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span>
      <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?>
     </div><!-- .entry-utility -->

    to…

    <div class="entry-utility">
      <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span>
      <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?>
    </div><!-- .entry-utility -->

    Yar.

    It looks like your social media integration isn’t working properly:

    <ul class="socials">
    		<li class="shr-facebook">
    			<a href="https://www.facebook.com/share.php?v=4&src=bm&u=https://www.therisinghedons.com/?p=577&t=SPOTLIGHT+Ryan+Harrington+Photography" rel="nofollow" class="external" title="Share this on Facebook" onclick="window.open(this.href,'sharer','toolbar=0,status=0,width=626,height=436'); return false;">?</a>
    		</li>
    		<li class="shr-twitter">
    			<a href="https://twitter.com/home?status=SPOTLIGHT+Ryan+Harrington+Photography+-+https://b2l.me/9g48x&source=shareaholic" rel="nofollow" class="external" title="Tweet This!">?</a>
    		</li>
    		<li class="shr-yahoomail">
    			<a href="https://compose.mail.yahoo.com/?Subject=SPOTLIGHT+Ryan+Harrington+Photography&body=Link: https://www.therisinghedons.com/?p=577 (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Ryan%20Harrington%20is%20a%20freelance%20photographer%20living%20and%20working%20in%20Taichung%20City%2C%20Taiwan.%20His%20specialties%20included%20landscape%20photography%2C%20capturing%20live%20performances%20and%20event%20coverage.%0D%0A%0D%0A%0D%0ARyan%20Harrington%20Photography%20%7C%C2%A0www.ryanharringtonphotography.com%20%7C%C2%A0rjh.photography%40gmail.com%0D%0AThe%20Skinny%3A%20He%20" rel="nofollow" class="external" title="Email this via Yahoo! Mail">?</a>
    		</li>
    		<li class="shr-gmail">
    			<a href="https://mail.google.com/mail/?ui=2&view=cm&fs=1&tf=1&su=SPOTLIGHT+Ryan+Harrington+Photography&body=Link: https://www.therisinghedons.com/?p=577 (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Ryan%20Harrington%20is%20a%20freelance%20photographer%20living%20and%20working%20in%20Taichung%20City%2C%20Taiwan.%20His%20specialties%20included%20landscape%20photography%2C%20capturing%20live%20performances%20and%20event%20coverage.%0D%0A%0D%0A%0D%0ARyan%20Harrington%20Photography%20%7C%C2%A0www.ryanharringtonphotography.com%20%7C%C2%A0rjh.photography%40gmail.com%0D%0AThe%20Skinny%3A%20He%20" rel="nofollow" class="external" title="Email this via Gmail">?</a>
    		</li>
    		<li class="shr-linkedin">
    			<a href="https://www.linkedin.com/shareArticle?mini=true&url=https://www.therisinghedons.com/?p=577&title=SPOTLIGHT+Ryan+Harrington+Photography&summary=Ryan%20Harrington%20is%20a%20freelance%20photographer%20living%20and%20working%20in%20Taichung%20City%2C%20Taiwan.%20His%20specialties%20included%20landscape%20photography%2C%20capturing%20live%20performances%20and%20event%20coverage.%0D%0A%0D%0A%0D%0ARyan%20Harrington%20Photography%20%7C%C2%A0www.ryanharringtonphotography.com%20%7C%C2%A0rjh.photography%40gmail.com%0D%0AThe%20Skinny%3A%20He%20&source=The Rising Hedons" rel="nofollow" class="external" title="Share this on LinkedIn">?</a>
    		</li>
    		<li class="shr-delicious">
    			<a href="https://delicious.com/post?url=https://www.therisinghedons.com/?p=577&title=SPOTLIGHT+Ryan+Harrington+Photography" rel="nofollow" class="external" title="Share this on del.icio.us">?</a>
    		</li>
    		<li class="shr-googlebuzz">
    			<a href="https://www.google.com/buzz/post?url=https://www.therisinghedons.com/?p=577&imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">?</a>
    		</li>
    		<li class="shr-plurk">
    			<a href="https://www.plurk.com/m?content=SPOTLIGHT+Ryan+Harrington+Photography+-+https://www.therisinghedons.com/?p=577&qualifier=shares" rel="nofollow" class="external" title="Share this on Plurk">?</a>
    		</li>
    		<li class="shr-stumbleupon">
    			<a href="https://www.stumbleupon.com/submit?url=https://www.therisinghedons.com/?p=577&title=SPOTLIGHT+Ryan+Harrington+Photography" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">?</a>
    		</li>
    </ul>

    Are there supposed to be images linking to the various social media sites? You have list items with links, but nothing within the anchor. If it’s a plugin update it or disable it.

    What’s the error?

    One common thing that people experience when moving WordPress between servers is a problem with the .htaccess either not transferring or not being configured properly.

    Try going into your admin -> settings -> permalinks. Set it to something else, then back to your desired structure and it should rebuild it. If not, then you could always do it manually.

    Let me know if it works or not and we can take it from there.

    If you renamed the plugin directory and it fixed the problem, then I’d re-add the plugins individually, one-by-one, until you find the one that breaks your install again.

    Once you find it then grab an updated version of the plugin.

    It could be any number of things.

    I was able to register an account and authenticate, but the dashboard was blank. Have you recently added or updated any plugins? Temporairly rename your plugins directory (wp-content/plugins/) and see if that resolves the issue.

    Also, check your themes function.php or your wp-config.php and make sure there’s no whitespace after the final closing ?>

    Backup your header.php, remove all the code between the title tags, and simply put “Shoppilicious”. Does it still not display the title?

    (FYI: I suggest you disable that caching mod, as well as clear your browsers cache while you’re testing this stuff. Once everything’s working you can turn it back on.)

    First glance looks correct. Are you running any caching plugins? If so, clear out the cache (or disable it completely for testing).

    It could be a browser issue, as I’ve experienced it before. If not I’d check the themes permissions. I don’t suggest leaving it like this, but you can temporarily set their permissions to 777 and see if the editor works then. If not then your hosts PHP configuration might not support the use of the built in theme editor. I’ve experienced this when a server is configured for DSO vs. suPHP.

    DO NOT leave your file permissions set to 777. In the end if it doesn’t work grab Filezilla or some other FTP app and edit the files manually.

    ElegantThemes recently came out with a very nice e-commerce theme. Demo: https://elegantthemes.com/preview/eStore/

    To change the background color in Twenty Ten, you simply need to go to Appearance -> Background and add #000000 to the Color display option, then save.

    To change the font colors you’ll have to dig into the stylesheet. You can find any number of CSS tutorials, however you’ll want to look for color: styles and alter them to white (color: #ffffff;) and yellow (color: #ffff00;) as you see fit.

    IN the Twenty Ten stylesheet there is a section commented off as /* Text elements */ which contain most of what you’ll be looking for.

    Don’t forget to add $query_string to your query, as follows:

    <?php query_posts($query_string.'category_name=tcn-journal&posts_per_page=10'); ?>

    Login to your admin and select Theme Options from the Gazette Menu. This should bring up the WooThemes Admin Framework. Select “Ads – Top Banner (468×60)”, click the “Disable the ad space” check box, Save All Changes, voila.

Viewing 15 replies - 136 through 150 (of 161 total)