mores
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Side bar at the bottom of the page!metlin: that’s right.
https://blather.cheetahcub.org/?cat=3
no video = no bumped-down sidebar!if it happened only today, it must be something you did today ??
removing the video did not help in your case. try removing that newest post and see if things go back to normal.Forum: Fixing WordPress
In reply to: Side bar at the bottom of the page!i am too tired to look at css files. but i remember a similar problem once, and it was due to problems with WIDTH definitions.
you have a fixed size layout, and if the sidebar or the content is too wide, they don’t fit horizontally so your sidebar gets bumped to the next free available space.Forum: Themes and Templates
In reply to: Best theme(s) for a wedding site?i modified a theme called sweet blossoms for my own wedding-site:
https://www.constanceunddaniel.comForum: Your WordPress
In reply to: 25 sites n proudForum: Your WordPress
In reply to: New WordPress-Theme ?Grava?very nice!
i don’t like the little tooltips all over the place. but the rest is solid, and good!Forum: Everything else WordPress
In reply to: What happens when you mark a comment as spam?check out the akismet filter.
register a blog with wordpress, then get the akismet code, activate the akismet plugin on your real blog with the code.saves me a lot of trouble, i got spam all the time.
Forum: Everything else WordPress
In reply to: Looking for plugin – don’t know what its calledi have used geomashup and geo to specify what post came from what geographical region.
geomashup: https://www.cyberhobo.net/downloads/geo-mashup-plugin/
geo: https://asymptomatic.net/archives/2004/12/21/1188/geo-plugin/but i can’t remember what the second one was for. it’s in my plugins folder, and it’s activated, and it works ??
Forum: Requests and Feedback
In reply to: terrible text editordon’t use a mac!
??
or learn that safari is not compatible with everything, and sometimes you need to use firefox. i do too.
or you learn html and forget clickydorky editors and code manually.
you might also try to re-think your world, where not everything is made to work for you. sometimes you have to adapt and think outside your set parameters to get things done.
you could also just not use wordpress, that’ll save you a lot of trouble ??Forum: Themes and Templates
In reply to: page width smaller than headerif it’s something like on the press page
https://www.vancouvercraftmafia.com/?page_id=6
i would say it has something to do with margins, borders and paddings.on my mac with safari the press page is too wide.
Forum: Fixing WordPress
In reply to: Replace […] at end of posts with linked [more…]?i believe the easiest solution would be to edit the index.php in your theme directory, because it is hard-coded in there.
Forum: Fixing WordPress
In reply to: Complex loop question (Show child pages of page on 2 columns)hey 3stripe,
i’d like to pick your brain ??
could you explain to me, where i need to put the code you mentioned in your first post
<?php $posts = @$wpdb->get_results(“SELECT * FROM $wpdb->posts WHERE post_status=’static’ AND post_parent=’$pageID’ ORDER BY post_title ASC”); if($posts) : foreach($posts as $post) : start_wp(); ?>
my page.php looks like this:
<?php get_header(); ?>
<!– content …………………………… –>
<div id=”main”><?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<h2><?php the_title(); ?></h2>
<?php the_content(); ?>
<?php endwhile; ?>
<?php endif; ?>
</div> <!– /content –>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
when i put your code before the “endif” line, i get a “parse error: unexpected T_ENDWHILE …”
any ideas what i’m doing wrong ?
thanks.
Forum: Themes and Templates
In reply to: Best theme(s) for a wedding site?*BUMP*
anyone else got a nice wedding theme?
i will get married in july, and me and the wife (to be) want to inform our friends with a website regarding our plans. well … i know wordpress, but i guess something corny, maybe a gift-list-plugin or something would be a neat feature.??
Forum: Your WordPress
In reply to: New site up using WordPress and Flashlet me say i am impressed by the way you use wordpress to power a flash site like this.
nice gfx, nice girl, nice layout and everything.
going from one menu-item to the next is a bit tedious. deconstruct site, then reconstruct again … looks pretty for the first time, it is a drag after that.
might want to speed up the transitions.
i’d be VERY interested to see HOW actually you got WP content into that site.
nice job, man!
Forum: Fixing WordPress
In reply to: flash php GETsorry, this is a blind test, but you could try either using
“”
(that is 2 quotes ??
or “_PARENT”
haven’t done it myself, but that would be the next thing i’d try.
holy moly … jesse, your cakes look soooo good !
and thank you for the nav-enhancment link, i’m checking it out now!