pstoaks
Forum Replies Created
-
I don’t know if this is a help to anyone else, but I wanted to just completely remove ShareThis from a special page template. I have ShareThis buttons turned off for pages and a shortcode to add them when I want them, but I do use the hover buttons and wanted to eliminate those from pages as well. Putting this at the top of your template.php file should completely remove the functionality from pages that use that template.
/* Remove the ShareThis stuff en-masse */ remove_action('wp_head', 'st_widget_head');
Forum: Plugins
In reply to: [Safe Redirect Manager] Enhancement suggestionYou’re right of course! After all this is the beauty of OpenSource.
I will try, but I’m am so slammed with work at the moment, I don’t know when I’ll make the time!
Forum: Themes and Templates
In reply to: [Mantra] mobile-styles.css overrides custom CSSDid anybody else read ‘!important’ as NOT important?
Obviously the developers of the CSS spec were not ‘C’ programmers, or they would have put the exclamation point at the end! ?? Sheesh, I feel old.
Forum: Themes and Templates
In reply to: [Mantra] mobile-styles.css overrides custom CSSMy mistake. Just another nuance of CSS (the !important qualifier screwed me up.)
Forum: Plugins
In reply to: [Real Estate Website Builder] Cryptic property and neighborhood amenitiesThank you for your fast response! That works. I will definitely recommend your themes and plugins to my clients who are realtors!
Forum: Plugins
In reply to: [Real Estate Website Builder] Cryptic property and neighborhood amenitiesI did the merge as best I could, and I get no error but there is no improvement in behavior. Clearly there are some significant differences between the plugin and theme version. If you have an updated version of the theme that will work with the plugin,that would be great.
Thanks for the help!
Forum: Plugins
In reply to: [Real Estate Website Builder] Cryptic property and neighborhood amenitiesI’m trying to merge the two files, but it’s a little tricky as it looks like some of the changes are pretty extensive. The theme is version 1.7.4, the plugin is version 1.1.6.
Forum: Plugins
In reply to: [Real Estate Website Builder] Cryptic property and neighborhood amenitiesIt doesn’t look like the functions.php from the plugins is compatible with the theme. I get this error:
Fatal error: Call to undefined function pls_get_currency_symbol() in /home/newstrea/public_html/marksilla.com/wp-content/themes/columbus/blueprint/functions/formatting.php on line 105
I just installed both theme and plugin yesterday through WordPress, so I believe I have the latest versions of both.