jkisha
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy HTTPS Redirection (SSL)] Microsoft Office On-LineInteresting. I actually had to delete the entire https:// from the code. It must have had something to do with how the easy SSL plugin changes the URLs.
Man, I’m so glad you found the issue and was able to get things working again. I really appreciate the time you took to look into this for me.
Forum: Plugins
In reply to: [Easy HTTPS Redirection (SSL)] Microsoft Office On-LineSame question.
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] How to set up a subscriptionI got everything setup added my first subscription. I then went to place a test order and I got this error message after I clicked on the Proceed to Paypal button: “We were unable to process your order, please try again.
Any idea what might be going on?
Thanks,
John
Forum: Plugins
In reply to: [Contact Form 7] Preventing form editing in menu barThanks. Exactly what I was looking for!
Not to beat a dead horse because I’ve read quite a few posts on Windows compatibility or lack there of. However, what if the IIS server has Helicon Ape installed?
Forum: Plugins
In reply to: [Plugin: Add Link to Facebook] Error just started appearingLOL Well, talk about strange. It turns out there there was something about the link in a recent blog post that the plug-in didn’t like or was malformed or whatever. I removed the link and everything is back to normal.
Thanks for your interest and thank you for developing such a wonderful plug-in. I recommend it highly.
JK
Forum: Plugins
In reply to: [Plugin: Add Link to Facebook] Error just started appearingThanks, but I am the hosting provider and there have been no changes made on the server. So I guess I’m back to square one. And I really LOVED this plugin.
I’ll post up if I find a solution.
Forum: Themes and Templates
In reply to: Editing wp_list_pagesAll the code didn’t appear correctly above; so I’m trying again. If it looks the same, then it’s not correct and I don’t know how to make it show properly. ??
<ul> <li <?php if(is_front_page()) { ?>class="current_page_item"<?php } ?>><a href="<?php echo get_option('home'); ?>/">Home</a></li> <?php wp_list_pages('sort_column=menu_order&title_li=' ); ?> </ul>