glen73
Forum Replies Created
-
Forum: Reviews
In reply to: [Testimonials Widget] worst support guy everAnd by the way. 119 above average votes out of 430,000 ain’t a real good strike rate.
Forum: Reviews
In reply to: [Testimonials Widget] worst support guy everHello Micheal. As have I done some research. I feel I have struck a chord with you on this topic. I am part of the majority voice. It’s about perspective. I put myself in your position…likewise you in mine. Would you have me ask the same question 3 times as genuinely and polite as possible before you begin to try to be productive. Support means support and not riddicle. The point of frustration that brings people to seek support must be understood…not baited. My bad day…your bad day….let’s not split hairs and overlook the instigation of this. I am not satisfied with your plugin or your support as the “developer”. But I am satisfied that you have taken a good long hard look at yourself. On that note I bid you adieu.
Forum: Reviews
In reply to: [Testimonials Widget] worst support guy everOk. fair enough. This is obviously tiring and a bother for you. You are using a condescending tone with me. I have read a fair few of your previous interactions with users of your plugins. Why do you do this? I’m sure that I and many of the users would have greater expertise in other areas than you, and sometimes you may even seek advice and expert opinion. Would you cop this attitude from your local mechanic, accountant, policeman. Maybe not…
I get it. You like being king and we are the paupers around you, right. Well news for you buddy, if it weren’t for us you would be nothing… perhaps nothing more than just another user yourself. I will not bother you again. I will delete your plugin and forget my interactions with you. I’m no dog, just trying to achieve a few things and I don’t need people like you having power trips at my expense.Forum: Reviews
In reply to: [Testimonials Widget] worst support guy everHey, thanks for your response. I tried man. I’m a reasonable level user and couldn’t sort out my probs. Couldn’t find related how to’s for my problem. Saw stuff about inspecting with Chrome, ie and safari but not much about mozilla. i tried adding a couple of css amendments without luck. I guess I’m a bit of a layman…throw me a bone please
Forum: Reviews
In reply to: [Testimonial Basics] great but slowed my first byte time by 20 secondsThanks. Been a late night here. I’ll check it out tomorrow. Thanks for your advice and I’m glad I get to keep using your great plugin. Personally I don’t even know why I have the bootstrapper 3 plugin.
Forum: Fixing WordPress
In reply to: First byte time slow over 20 secondsSure. I have tried deactivating all plugins. I feel I have altered the theme thus I feel it is a generic problem that could occur in numerous themes. Just trying to be as informative as I can be. I am considering changing to 2012 theme, then deleting my current mesocolumn theme, then re installing meso theme. I’m just a little fearful that it will have a detrimental affect on my design. Sorry if it seemed I was implying the theme is inadequate. I think it’s a great theme and most likely I have damaged it. Thanks for your reply
I have gone back and looked over this plugin page. My apologies. I did not read all the information concerning the third party accounts needed for this to work. I am frustrated that there is no plugin that can enable multi shipping classes that can be selected for individual products. This is not a scam and I am sorry for jumping the gun on this plugin. I would like to if I were able to is change my initial review of this. This plugin is not a scam.
Forum: Reviews
In reply to: [W3 Total Cache] I wanted this too work but it let me down every timeSoon as I deleted it …all my problems have gone away
Forum: Themes and Templates
In reply to: [MesoColumn] mesocolumn theme page colorAll fixed. YippY! It wasn’t working because I changed the navigation labels when I created the custom menu. I renamed my pages to match what I wanted the nav labels show. Silly little error on my part, but I’m so happy it’s working. It was like looking in the pantry for the salt for an hour when it’s right in front of you. Thanks Richie for the help, very much appreciated.
Forum: Themes and Templates
In reply to: [MesoColumn] mesocolumn theme page colorYes I have mate. The colors appear to select as I want them too on the page color selection page , but not all of them to the main navigation menu. I have only 4 out of the 9 needed working thus far. Thanks for the tip anyhow. cheers
Forum: Themes and Templates
In reply to: [MesoColumn] mesocolumn theme page colorI have also the updated Mesocolumn theme 1.6.3
Forum: Plugins
In reply to: [WooCommerce] wrong sidebar is displayed on shop pagefrustrating. This is an obvious problem, well asked on various posts and no solution to be found. Not everyone is a hard core coder. The main purpose of these forums is so the average user can get solutions. Why do these posts get closed without solutions or the experts say “put that here, then there without clarity? This is a mainstream, obvious question. Please can someone supply an answer clearly and concisely?
Forum: Plugins
In reply to: [DW Question & Answer] Shortcode?Is there a shortcode for this?
Forum: Themes and Templates
In reply to: functions.php using MesoColumn theme fatal errorThis was the area I messed with:
// add default callback for wp_pages function mesocolumn_revert_wp_menu_page($args) { global $bp, $bp_active; $pages_args = array('depth' => 0,'echo' => false,'exclude' => '','title_li' => ''); $menu = wp_page_menu( $pages_args ); $menu = str_replace( array( '<div class="menu"> <ul>', '</ul> </div>' ), array( '<ul class="sf-menu">', '' ), $menu ); echo $menu; if($bp_active=='true'): do_action( 'bp_nav_items' ); endif; ?>[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]