Brandon_Orndorff
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] UnHide FormsAny thoughts?
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] UnHide FormsNo plugin, they are forms that are manually created and processed via Eloqua
Forum: Plugins
In reply to: [Ni WooCommerce Sales Report] Order periodI know this shows resolved but instead of custom can we just get a simple All Time option in the mean time to manually sort and look through. A custom option would still be extremely useful in a paid version because of the time it would save.
Forum: Plugins
In reply to: [WooCommerce] Require a User to be logged in to see shop?After looking around I found the following code that when added to your theme functions file will require login else redirect you to the homepage:
//FORCE PASSWORD FOR ALL PAGES function wpse_131562_redirect() { if ( ! is_user_logged_in() && (is_woocommerce() || is_cart() || is_checkout()) ) { // feel free to customize the following line to suit your needs wp_redirect(home_url()); exit; } } add_action('template_redirect', 'wpse_131562_redirect');
Forum: Plugins
In reply to: [Yoast SEO] "Page Not Found" as title but not 404?Nevermind, I found the issue. It was an issue with my theme and the Yoast plugin fighting over the title tag. I got it all straight now. Thank you and again thank you for the plugin.
I apologize for the slow response. I have written a couple WordPress plugins, many macro’s and maintain about 25 websites and have made myself way busier than I expected. I will still be supporting the Digg Digg alternative although in the near future support may be a bit slow.
Forum: Plugins
In reply to: [Social Share bar (Digg Digg Alternative)] Not Posting to Facebook Or TwitterI am trying to figure this out now although I have noticed it with a few other sites not using my plugin. Once a solution is found I will update the plugin.
When you deactivate the plugin and uninstall via WordPress it removes all traces of it. This being said I’m not sure how the error could have been created but will do my best to help you out.
Can you post the code from the error (everything from catalyst-navbars.php from say line 140-150) so we can take a look?
Forum: Plugins
In reply to: [Social Share bar (Digg Digg Alternative)] Wrong position of FB in ChromeGlad it was resolved. I am working on a few things to hopefully allow users to switch to a different FB button for times like this.
Forum: Plugins
In reply to: [Social Share bar (Digg Digg Alternative)] Empty space under sidebar/headerAfter quickly reviewing I can’t seem to find the issue. I will however look into it a little deeper to try and figure out what is causing the 10px or so margin at the bottom of the page and get back to you.
Forum: Plugins
In reply to: [Social Share bar (Digg Digg Alternative)] Causes META tags to go intoThank you, I will be sure to add this to the next update.
Forum: Plugins
In reply to: [Social Share bar (Digg Digg Alternative)] Google Not Working/ErrorI have visited the site and tested the G+ button and it seems to be working in Chrome, Safari, and Firefox although browser version may be the issue. What browser and version are you getting the issue in?
I will test with the same browser and version you get the issue in and see what I can do to fix it.
I looked through the code and it looks like the borders are created by a few .nav css styles in your default.css. When the bar is disabled the borders at the top go away and returns around the Google Search?
Currently the counts are based on the pages URL and that is why the counts are different on every page. This being said I may be able to create an option to not show the bar on paginated pages and or show the homepage count on paginated pages.
I will add this to my list of requests although can’t promise a date yet.
I have checked in Firefox 10.0.1 and 19.0. Both are showing the G+ button on the floating bar. I’m not sure where the disconnect is although I will look into any issues that may be causing this on your end.