richardginn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need Help with PHP and Stylizing the first post…On thing that did work was to remove the clear:both css for .post-meta and the .post-entry
Not sure if I will have long term problems doing that.
Forum: Fixing WordPress
In reply to: Need Help with PHP and Stylizing the first post…That I have never tried yet….
What I was trying to do was a sidebar/ content area/ sidebar area three column website. The content area had one added in extra widget area on the top to display just one text widget. I tried to shift it over to the right hand side without some special PHP code, but it does not show up right at all.
Take a look….
Forum: Fixing WordPress
In reply to: Need Help with PHP and Stylizing the first post…This is the pastebin link to the full code of the blog.php page
Forum: Fixing WordPress
In reply to: I don't want to show image in single.php after title.Does the single.php file display the featured image?
If you know how to edit that file you can remove it from showing.
Then in the full post display the image as is in that spot.
This is probably a good time to use FTP and upload a FRESH copy of the WordPress files over the files you have up right now.
It will also be wise to take out the directory of the theme you have activated as well to see if the error does not show up as well.
Forum: Fixing WordPress
In reply to: Need Help with PHP and Stylizing the first post…The stuff above is code for the blog.php page..
My main problem is this code:
</p> <p>if ( $blog_query->have_posts() ) :<br /> $c=0;<br /> while ( $blog_query->have_posts() ) : $blog_query->the_post();<br /> ?><br /> $c++;<br /> if($c == 1) :</p> <p><div><div style="float:right; max-width: 200px;"><?php get_sidebar('home-widget-single'); ?></div><h1 class="entry-title post-title"><?php the_title(); ?></h1><br /> <?php the_content(); ?><br /> </div></p> <p>else:</p> <p><?php responsive_entry_before(); ?></p> <p>
It displays the first post just fine, but also displays this text:
$c++; if($c == 1) :
and
else:
and the first post again…
How do I get to not display that text and the first post again??
Forum: Plugins
In reply to: Audio player widget with permanent on/off switch???What I was hoping for was an audio widget that if I clicked the OFF button it would STAY OFF if I changed pages.
The first plugin I tried out was Total Control HTML5 Audio Player Basic
Forum: Plugins
In reply to: [WooCommerce] Flat Rate Shipping With Add-on For Extra ItemsForum: Plugins
In reply to: [plugin: Woocommerce] Paypal Reports and Custom Functions…Does this have to deal with the paypal gateways???
If you have a child theme you could try it out in the functions.php page.
Forum: Plugins
In reply to: [Plugin : WooCommerce] – Minimum productshttps://www.woothemes.com/products/minmax-quantities/
Does this solve it???
Forum: Themes and Templates
In reply to: What plugin is being used on dcrainmaker.com/okay???
I tried a search for jquery cycle slider for wordpress and came up with too many options..
What one do I use??
How do I even get this slider to show up??
I need more help.
Forum: Themes and Templates
In reply to: What plugin is being used on dcrainmaker.com/it seems like a lot more than just that is being used though.
Forum: Themes and Templates
In reply to: Need some basic help with the Headway theme…okay Esmi.