Brent
Forum Replies Created
-
Forum: Plugins
In reply to: [Accordion Shortcodes] 2.2.1 won't work on my site!Sorry Phil! My mistake!
I was looking at a shortcode of: [accordian] and I mistakenly thought it was yours, which of course is spelled correctly: [accordion].
Thanks for the heads up on theJS issue. i found a plugin conflict!
Have a great night.
RESOLVED!
Forum: Plugins
In reply to: [Plugin Organizer] How to deactivate a plugin on child pagesHi Jeff.
I’m actually using a Genesis based theme. I can’t turn off the meta tags on the WPEasyCart store/child/product pages (and they work correctly anyway), so I thought I’d turn off the theme meta and use a plugin, and then turn that off with Plugin Organizer. But I couldn’t turn off the “WP Facebook Open Graph protocol plugin” with Organizer on the child/store pages with the plugin filter.
So I went back to step one and after a lot of research and trial & error. Did I mention a LOT of error?!! (lol) I finally devised the following php to put in the functions file.
This may not be right but it works: (there’s probably a shorter way to do this)
‘/** Remove duplicate Open Graph meta tags for all ../store pages */
if (stripos($_SERVER[‘REQUEST_URI’],’/store/’) !== false) {
add_filter( ‘somo_add_opengraph_meta’, ‘__return_empty_string’ );
}/** Add Open Graph meta tag to ../store page only */
add_action( ‘genesis_meta’, ‘custom_child_open_graph_meta_tag’ );function custom_child_open_graph_meta_tag() {
if ( is_page( 10315 ) ) {
echo ‘
<meta property=”og:title” content=”Marta Howell Handmade Sterling Silver Jewelry with Colored Gemstones” />
<meta property=”og:type” content=”article” />
<meta property=”og:url” content=”http://brentwallace.net/store/” />
<meta property=”og:image” content=”http://brentwallace.net/wp-content/uploads/2015/03/marta-howell-jewelry-collection-3.jpg” />
<meta property=”og:site_name” content=”Brent Wallace” />
<meta property=”og:description” content=”Marta Howell Handmade Sterling Silver Jewelry with Colored Gemstones. Abalone, Black Lip Shell. Pendants Necklaces for Women. Brent Wallace, Fine Gem Dealer” />
<meta property=”article:publisher” content=”https://www.facebook.com/brent.colourstone” />
<meta property=”article:author” content=”https://www.facebook.com/brent.colourstone” />
‘;
}
}’I am by no means a php guy, so if you see a way to improve it please let me know and feel free to share with others, hopefully it will help someone down the road.
Thanks again, you’re always great!
Brent
Forum: Plugins
In reply to: [Plugin Organizer] How to deactivate a plugin on child pagesThanks Jeff.
I found out that this wouldn’t work because the main store is a “page” and what appear to be “child page” are actually “custom post types”.
Anyway, all is good now. Resolved.
I answered your email and got no reply so I’ll post it here…
Yes, I use a cache and a minify plugin. I renamed both via ftp and I still can’t access ANYTHING!
PLEASE HELP! I’VE LOST MY SITE!
Similar issue. I can’t access my site at all!!
Deleted the plugin via ftp but still can’t get in!
Does anyone know id there is an index.html file that is created that I can delete? Where is it?Forum: Plugins
In reply to: [Plugin Organizer] Plugin Organizer deactivates my WP login plugin.That was the problem. Since it was an admin plugin I turned it off long ago. Didn’t realize at the time that it would be needed for the login page. Sorry to trouble you.
Thank you!
Forum: Plugins
In reply to: [Plugin Organizer] Plugin Organizer deactivates my WP login plugin.Yes, WPShapere is disabled globally.
Forum: Plugins
In reply to: [Plugin Organizer] Plugin Organizer deactivates my WP login plugin.Here’s a picture of my settings page:
http://g2funzone.nerium.me/wp-content/uploads/plugin-organizer-settings.jpg
Forum: Plugins
In reply to: [Plugin Organizer] Plugin Organizer deactivates my WP login plugin.Basically “Plugin Organizer” is removing the following scripts from my login page:
This script in the header:
‘<link rel=’stylesheet’ id=’wpshapeLogin-css-css’ href=’http://g2funzone.nerium.me/wp-admin/admin-ajax.php?action=wpshapeLogincss’ type=’text/css’ media=’all’ /><script type=’text/javascript’ src=’http://g2funzone.nerium.me/wp-includes/js/jquery/jquery.js?ver=1.11.1′></script>
<script type=’text/javascript’ src=’http://g2funzone.nerium.me/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1′></script>’And this script in the footer:
‘<div class=”login_footer_content”><p><span class=”copyright”>© <script type=”text/javascript”>var dteNow = new Date(); var intYear = dteNow.getFullYear(); document.write(intYear);</script> <span class=”home_url”> Brent Wallace | </span>Responsive Mobile Designs | Brent Wallace – (541) 389-9990</span></p>
</div><script type=’text/javascript’ src=’http://g2funzone.nerium.me/wp-content/plugins/WPShapere/assets/js/loginjs.js?ver=4.1.1′></script>’Thank you!
Forum: Plugins
In reply to: [WP User Stylesheet Switcher] Default stylesheet via body class?Please delete.
Thank you.Forum: Plugins
In reply to: [Easy Custom Auto Excerpt] Suggestion to improve "Text before link"You can see what I mean here: http://godshandsreachinghaiti.org/blog/
Forum: Plugins
In reply to: [Accordion Shortcodes] Just updated. Nothing will open now!??Great thanks Phil!
Forum: Plugins
In reply to: [Accordion Shortcodes] Just updated. Nothing will open now!??Hi Phil, thanks for the help.
I finally got a chance to fix this and here’s what I did. First off I send an email to my theme developer and asked about the current jQuery version, haven’t heard back yet.
In reference to the “accordion slider” plugin, it automatically updates when needed. So not much I can do there.
Next I went and re-installed Accordion Shortcodes – v2.0.1, and all went back to working fine. Then I installed Accordion Shortcodes – v2.1.1 (development) and all works fine. Not sure what the deal is with the latest v2.1..??
For now continuing to run v2.1.1 (development). Let me know what you think.
Have a great day,
BrentForum: Plugins
In reply to: [Accordion Shortcodes] Just updated. Nothing will open now!??Sorry. Thought I did this.
http://brentwallace.net/about
Thank you!Forum: Plugins
In reply to: [Accordion Shortcodes] Just updated. Nothing will open now!??FYI: I just noticed that I am running v4.01. I’ll wait to update to 4.1 for a little bit.