Forum Replies Created

Viewing 15 replies - 211 through 225 (of 347 total)
  • when you did your import, did you also import the media? if so the featured images *should* still be there. did other media get imported successfully to your new media library?

    yes you are correct, a category named blog with a category page

    post cutover, if all is well, you can delete the old install

    *take a backup first though! and pre-launch too!

    replace the code you provided with this and the title will no longer be linked and the read more will be removed

    <div class="col-md-10 col-sm-10 et-post-data-right">
    										<h1 class="title-blog"><?php the_title(); ?></h1>
    										<div class="et-post-info">
    											<?php _e('Post by','oneengine'); ?> <?php the_author(); ?> | <?php the_category(); ?> | <?php comments_number( 'No Comments', 'One Comment', '% Comments' ); ?>
    										</div>
    										<div class="clearfix"></div>
    										<div class="et-post-excerpt">
    											<?php the_excerpt() ?>
    										</div>
    										<div class="clearfix"></div>
    
    									</div>

    if it was me i’d contact the theme devlopers you purchased this commercial theme from

    This resides in your css:

    A theme for WordPress 3.1+ from Template-Help.com Collection

    many themes would have a tool to modify the effects of the hoempage slider. if your does not, you’ll need to edit the javascrpt/jquery to accomplish that

    since it’s a commercial theme, you should reach out to the devs

    i can’t explain it too deeply 😛 but I’ll try. if i’m misspeaking please someone correct me

    htaccess will apply the first match or exclude it finds, so the top is the highest priority in an htaccess directive for rewrites

    the RewriteCond %{REQUEST_FILENAME} !-f path is looking for a filename in your top lovel (docroot) so it’s not looking for a match on the folder level

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d

    the above suppsoedly accounts for both, but i can’t confirm as I don’t use my uploads folder for anything other than wp-managed content

    good read

    is that code contained within the_loop?

    not not, per the codex you’ll need to get it inside of that

    make sure you have “show hidden files” enabled in your ftp client

    some popular clients are documented here

    and yes, prefacing the filename with a “.” is required in almost all deploys

    and you’ll want to replace the existing contents with that basic code, if you are concerned you can always make a backup of your htaccess (ie rename it to .htaccess-old)

    if you change your code back to the www version of the embed i can test from a few different platforms here and let you know if it renders on any of them

    using the mdei subdomain will not work as the server does not answer

    Thread Starter bernbe01

    (@bernbe01)

    perfect info, thank you greatly

    Backup your categories.php file first

    Try uploading the clean categories.php file

    If that works then examine the differences between your version and the clean one

    You are most welcome. Please mark this thread as resolved if you are all set

    No problem! I am glad you are back online

    i see you are very close but keep mixing the urls up!

    are you actually copying and pasting the code i gave you?

    right now i see it failing to load the calc, but using this embed code:

    <object width="500" height="740"><param name="movie" value="http://media.infantchart.com/infantweightage.swf"></param><embed src="http://media.infantchart.com/infantweightage.swf" type="application/x-shockwave-flash" width="500" height="740"></embed></object><br />
    <a href="http://www.infantchart.com/index.php">By infantchart.com</a>

    when I’ve been asking you to please try this code:

    <object width="500" height="740"><param name="movie" value="http://www.infantchart.com/infantweightage.swf"></param><embed src="http://www.infantchart.com/infantweightage.swf" type="application/x-shockwave-flash" width="500" height="740"></embed></object><br />
    <a href="http://www.infantchart.com/index.php">By infantchart.com</a>

    how did you remove the parts in question? were you editing theme files directly? it looks like some theme files got changed based on that page you sent me

    there is currently a javascript error in your buddypress include and 10 resources on your homepage with 404 errors. it appears the transition affect for your homepage slider is set to “fold” which you could try other transitions if desired (see the play with settings section of the documentation for nivoslider)

    are you actually using a different image for slide 2 than 1?

    hey there

    to set a static page to your home page, please go to Dashboard->Settigns->Reading

    on that screen, select “a static page” then below that pick the page or post you’d like to feature as your home page

Viewing 15 replies - 211 through 225 (of 347 total)