Liesl Fawcett
Forum Replies Created
-
Konstantin Obenland, do you have an email I can contact you at?
Forum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] Add Variation Set not workingThat worked, thank you so much!
Forum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] Add Variation Set not workingWhat do you mean exactly?
Forum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] Add Variation Set not workingBadreef: It’s the same thing with 3.0. It’s not WP. The latest version of the plugin is the one with the issue. You could always downgrade to version 3.7.6.7, in which the variation feature does work.
Forum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] Add Variation Set not workingI’m having the same issue. I have WP 3.0.1 with WP e-Commerce 3.7.6.9. It works with the older version (3.7.6.7) but not with the new one. Creating new variations works but when you try to add it in the product page it won’t save. Hopefully we get a fix for it soon.
Forum: Themes and Templates
In reply to: Pagination with custom post type listingI’ve tried all of the codes above and nothing seems to work.. the pagination links simply don’t show up. This is what I have now:
<?php $loop = new WP_Query( array( 'post_type' => 'blog', 'posts_per_page' => 10 ) ); ?> <?php while ( $loop->have_posts() ) : $loop->the_post(); ?> <h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2> <?php the_content(); ?> <?php endwhile; ?> <div class="navigation"> <div class="alignleft"><?php previous_posts_link('« Previous') ?></div> <div class="alignright"><?php next_posts_link('Next »') ?></div> </div>
I’m having the same exact problem, except I was already using the plugin and none of the old pictures are showing, as well as new uploads. This was after I upgraded to both WP 3.0 and BP 1.2.5. It could be that the plugin is not compatible yet… Are you also using the latest versions of WordPress and Buddypress?
The author of the plugin will release the fix for it soon… https://thedeadone.net/forum/?p=18712#comment-7690
Forum: Plugins
In reply to: Like Button Not WorkingOh ok, thank you! Hopefully they will fix it soon.
Forum: Fixing WordPress
In reply to: Facebook Like Button not working in templateHave you gotten it to work yet? I am having the same problem. All the plugins I’ve tried aren’t working either.
Forum: Plugins
In reply to: [Plugin: WP-PageNavi] Issue with default CSSThat got rid of the border but I had to use the !important tag for everything else and I had to use negative numbers (like padding:-5px;) to adjust the text properly. It was strange that I had to do that but at least it worked. Thanks!
Forum: Plugins
In reply to: [Plugin: WP-PageNavi] Issue with default CSSThat got rid of the border but I had to use the !important tag for everything else and I had to use negative numbers (like padding:-5px;) to adjust the text properly. It was strange that I had to do that but at least it worked. Thanks!
Forum: Plugins
In reply to: [Plugin: WP-PageNavi] Issue with default CSSMy site is under construction so I took a screenshot instead… if you need to see the page source I can copy part of it and paste it here too.
https://i938.photobucket.com/albums/ad221/liesl020609/pagenavi.png
This is the modified CSS:
.wp-pagenavi {padding-top:5px;margin-bottom:60px;}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
background:url(/wp-content/themes/concise/images/bg_pagelink.png) no-repeat;
color:#555;
width:31px;
height:27px;
display:block;
float:left;
font:0.9em verdana;
padding-top:6px;
margin-right:5px;
text-align:center;
}
.wp-pagenavi a:visited {
background:url(/wp-content/themes/concise/images/bg_pagelink.png) no-repeat;
color:#555;
width:31px;
height:27px;
display:block;
float:left;
font:0.9em verdana;
padding-top:6px;
margin-right:5px;
text-align:center;
}
.wp-pagenavi a:hover {
background:#372529;
color:#ffffff;
text-decoration:none;
background:url(/wp-content/themes/concise/images/bg_current_pagelink.gif) no-repeat;
}
.wp-pagenavi a:active {
background:url(/wp-content/themes/concise/images/bg_pagelink.png) no-repeat;
color:#555;
width:31px;
height:27px;
display:block;
float:left;
font:0.9em verdana;
padding-top:6px;
margin-right:5px;
text-align:center;
}
.wp-pagenavi span.pages {
background:url(/wp-content/themes/concise/images/bg_pagetext.gif) no-repeat;
color:#fff;
width:94px;
height:27px;
display:block;
float:left;
font:0.9em verdana;
padding-top:6px;
margin-right:5px;
text-align:center;
}
.wp-pagenavi span.current {
background:url(/wp-content/themes/concise/images/bg_pagelink.png) no-repeat;
color:#555;
width:31px;
height:27px;
display:block;
float:left;
font:0.9em verdana;
padding-top:6px;
margin-right:5px;
text-align:center;
}
.wp-pagenavi span.extend {
background:url(/wp-content/themes/concise/images/bg_pagelink.png) no-repeat;
color:#555;
width:31px;
height:27px;
display:block;
float:left;
font:0.9em verdana;
padding-top:6px;
margin-right:5px;
text-align:center;
}Forum: Plugins
In reply to: [Plugin: WP-PageNavi] Issue with default CSSThat didn’t work either..
Ok, I made the donation (email [email protected]). Domain: armyspouselife.com. Thanks!