bernbe01
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: integrate WP blog on html site into new WP site?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!
Forum: Fixing WordPress
In reply to: Read more link problemreplace 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>Forum: Fixing WordPress
In reply to: the image is blinking when moving from onet to otherif 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
Forum: Fixing WordPress
In reply to: Html 5 in an iframei 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} !-fpath is looking for a filename in your top lovel (docroot) so it’s not looking for a match on the folder levelRewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-dthe 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
Forum: Fixing WordPress
In reply to: Read more link problemis that code contained within the_loop?
not not, per the codex you’ll need to get it inside of that
Forum: Fixing WordPress
In reply to: Problem with htacess / Permalinksmake 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)
Forum: Fixing WordPress
In reply to: plug in installation failedif 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
Forum: Everything else WordPress
In reply to: Where should questions about forums go?perfect info, thank you greatly
Forum: Fixing WordPress
In reply to: Read more link problemBackup 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
Forum: Fixing WordPress
In reply to: Cannot import my WordPress.com blogYou are most welcome. Please mark this thread as resolved if you are all set
Forum: Fixing WordPress
In reply to: Admin redirect loopNo problem! I am glad you are back online
Forum: Fixing WordPress
In reply to: plug in installation failedi 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>Forum: Fixing WordPress
In reply to: Read more link problemhow 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
Forum: Fixing WordPress
In reply to: the image is blinking when moving from onet to otherthere 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?
Forum: Fixing WordPress
In reply to: setting up static home pagehey 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