[email protected]
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Map Route Planner] 500 Errror for WooCommerce OrdersHi Chris, sorry I am totally new to this plugin and woocommerce and can not help you. But I was hoping you could tell me how you got this far?
I installed the plugin but when I go to google maps I see a whole bunch of options like routes, places, etc. and I am not sure which “route” to take so to speak.
Can you explain how you got your google maps API key? How much did you have to pay for it?
Thank you!
Forum: Plugins
In reply to: [Custom Content Portfolio] How do I use this plugin?I just found the answer to my questions in the FAQ: http://ww.wp.xz.cn/extend/plugins/custom-content-portfolio/faq/
I apologize for the silly question. I now have the Chun theme and the portfolio plugin working. It is great, I just have a couple of customization question that I will ask in a separate thread.Forum: Fixing WordPress
In reply to: How To Fix Permalink /%postname%/ 404 not foundDude! I have been searching for this for the last 3 hours. None of the posts or threads I read mentioned anything about running
a2enmod rewrite. But that was the key. I finally have my blog up and running again. Thank you so much!Forum: Plugins
In reply to: [WP Biographia] Installed Biographia but have 2 author boxeshey thanks for the cool plugin. I ran into this funny issue as well and as you suggested I commented out these lines in
single.php:<!-- // commenting out to avoid conflict with Biographia plugin <?php if ( get_the_author_meta('description') != '' ) : ?> <div id="author-meta"> <?php if (function_exists('get_avatar')) { echo get_avatar( get_the_author_meta('email'), '80' ); }?> <div class="about-author"><?php _e('About','responsive'); ?> <?php the_author_posts_link(); ?></div> <p><?php the_author_meta('description') ?></p> </div><!-- end of #author-meta --> <?php endif; // no description, no author's meta ?> -->That fix the problem in single post pages, but now the same thing is happening when I go to the *about the author* page. There is two identical copy of the about box in there. Any hint at where to go next?