ericgallagher
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Array showing up in URL's?Figured out the problem, but not what is causing it. A jquery slider plugin reset the Site URL in the general settings to ‘Array’ No idea why, but just head’s up. The plugin is this:
https://codecanyon.net/item/wordpress-jquery-sliderbanner-image-rotator-li/161123
Forum: Fixing WordPress
In reply to: Array showing up in URL's?The site is https://www.nsunewman.com
Thanks!
Forum: Fixing WordPress
In reply to: Show all posts by author – including custom posts typesThank you for the easy quick fix. It’s nice to have simple answers and quick fixes.
Forum: Fixing WordPress
In reply to: Multisite Site Not Working but Dashboard isNVM
Forum: Fixing WordPress
In reply to: PHP for enclosed shortcodesPerfect! Thanks! Also, thanks for the quick lesson on PHP. Every little bit helps and am slowly learning.
Forum: Fixing WordPress
In reply to: PHP for enclosed shortcodesBut….I need to add more PHP in this code and that does not work. Sorry do not know much about PHP. Can use any help you can offer though! Here is what I have now that does NOT work.
<?php echo do_shortcode('[emember_protected for=3-4-5] <a href="<?php echo get_post_meta( $post->ID, '_ct_text_4d60a199efcc8', true ); ?>"><img src="https://preparedcatholic.com/wp-content/uploads/2011/02/download_supporter.jpg" /></a> [/emember_protected]'); ?>
Forum: Fixing WordPress
In reply to: PHP for enclosed shortcodesNevermind, tested this and seems to work.
<?php do_shortcode('[emember_protected for=3-4-5] Content Here [/emember_protected]'); ?>
Forum: Fixing WordPress
In reply to: PHP for enclosed shortcodesHave not tried that I guess. Where would I put the content that goes in between? It is a membership plugin that hides content between the two shortcodes.
Forum: Fixing WordPress
In reply to: PHP for enclosed shortcodesThat works for the opening shortcode. In my reading and my trial run though it does not work for the closing shortcode.
Forum: Fixing WordPress
In reply to: Dashboard Messed Upnvm, reinstalled it and good to go!
Forum: Everything else WordPress
In reply to: Depracated?Thanks! That is not it though. The reason we are running the debugger is because the admin end is timing out also. I have actually deactivated all plugins at one time to make sure that wasn’t it and it wasn’t.
Did find out today that the techies here did try installing two different WP sites with one database. Would that be a problem?
Forum: Plugins
In reply to: [Plugin: Event Calendar 3] Removing Start Time Stamp from Widget PostI did a little messing around. Don’t know much about anything, but got it to work. Can’t guarantee it will keep everything working, but will report if I have any problems.
Went to widget-list.php and removed (‘.ec3_get_start_time().’) from line 81. Anyone agree this is ok?
Forum: Plugins
In reply to: [Plugin: Event Calendar 3] Removing Start Time Stamp from Widget PostBump! – Would love this answer
Forum: Fixing WordPress
In reply to: Two blogs, one data base, same table prefixI am looking for the same thing. Except my use would be for sample blogs. I would like 10 blogs with the same content but different themes. So clients could look through them and see differences in layout.
Forum: Fixing WordPress
In reply to: 10 SamplesI do use PHP MyAdmin through Cpanel.