banago
Forum Replies Created
-
Forum: Plugins
In reply to: [PayPal for WooCommerce] Wrong Order StatusWe’re recently having the same issue. Did anyone learn why this happens?
Forum: Fixing WordPress
In reply to: Dublicate content – Url works with tots and columns in itSorry about my first message being full of typos. Here is a solution I came up with:
/** * Fix for urls ending in dots and colons */ function redirect_dotted() { global $wp; $current_url = home_url( $wp->request ); $is_dot = substr($current_url, -1, 1); if( $is_dot === '.' || $is_dot === ':' ) { $clean_url = rtrim( $current_url, '.:' ); wp_redirect( $clean_url, 301 ); exit; } return; } add_action('wp', 'redirect_dotted');
Forum: Plugins
In reply to: [bbPress] [Plugin: bbPress] Does not correctly show topics up the forum treeI solved it by creating a new forum and assinging all the topics of the “Oh, bother …” to that new one. Worked for me.
Forum: Plugins
In reply to: [bbPress] [Plugin: bbPress] Does not correctly show topics up the forum treeDid you solve this problem. I stumbled upon the same one too.
Forum: Fixing WordPress
In reply to: WP ecommerce redirectHere is the solutions you guys: https://screamingcodemonkey.com/2010/03/checkout-page-after-add-to-cart/
Forum: Hacks
In reply to: What does this ampersand here do: =&No, that won’t answer my question, but thanks anyway. I read that before I came to the forums for help.
Forum: Your WordPress
In reply to: Proverbs WP Site@feckcorp – that’s really great evaluation for my work – thanks very much mate!
Forum: Your WordPress
In reply to: Kindly suggest how to improve my siteGood in general. What I would do differently is use a lighter red color for the sidebar graphics and change the behaviour of the slider – seems broken with that kind of square behaviour to me.
Forum: Your WordPress
In reply to: Comments please on our new safari websiteReally nice one – well done.
Forum: Requests and Feedback
In reply to: Bug? add_post_meta / update_post_metaThanks for sharing this – I was having the same trouble. I will drop a line to wp-hacker’s list and bring back what they say.
Forum: Fixing WordPress
In reply to: Cropped Thumbnail won't appear as Featured Image@esmi: Sorry
Forum: Fixing WordPress
In reply to: Cropped Thumbnail won't appear as Featured ImageIf you are that new to WP, it will be a little hard to handle.
You need to know one thing, the image you put on the post editor is different from the thumbnail image that shows next to posts in homage.
Would you like me to get on board to help you for a few bucks?
Forum: Fixing WordPress
In reply to: Cropped Thumbnail won't appear as Featured ImageYou need to go to the theme files, probably home.php and index.php and remove code that looks like this:
<img width="120" height="120" alt="DIY LED Halloween Costume-A Jellyfish" src="https://www.ledlights101.com/wp-content/themes/FreshAndClean/functions/timthumb.php?src=https://www.popularmechanics.com/cm/popularmechanics/images/W1/halloween_costumes_14_1010-lg.jpg&h=120&w=120&s=1">
On theme some part of this code will be PHP – leave that and remove only the timthumb bits.
Forum: Fixing WordPress
In reply to: Parse errorWe’re both happy now ??
Forum: Themes and Templates
In reply to: Seen this template before?Nothing coming to my mind – have a look at theme forest.