Jake Love
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Missing font options in Post EditorI should also recommend that if you have any other editor plugins installed, such as TinyMCE Ultimate, you should uninstall them before installing and activating TinyMCE Advanced.
Forum: Fixing WordPress
In reply to: Missing font options in Post EditorI use TinyMCE Advanced (https://www.ads-software.com/plugins/tinymce-advanced/) and it allows you to add those options inside your editor from within it’s settings page.
Once installed, navigate to Settings->TinyMCE Advanced, then drag and drop the “Font Size” dropdown to the tool box. When all settings are as desired – click the blue “Save Changes” button near the bottom of the screen.
Now when editing any new post/page you will see the option available for Font Size.
Forum: Plugins
In reply to: [Contact Form 7] multiple recipients?Just replied to your other form post, but you’re probably looking for this: https://contactform7.com/selectable-recipient-with-pipes/
Forum: Fixing WordPress
In reply to: Multiple recipients in Contact form 7?I believe you are looking for: https://contactform7.com/selectable-recipient-with-pipes/
Found the solution to my issue! You have to check a few options under the settings page. Make sure to check the box for “Enable dynamic caching” and “Late init”.
That should do the trick!
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Possible mfunc issue in 1.2?Found the solution! You have to check a few options under the settings page. Make sure to check the box for “Enable dynamic caching” and “Late init”.
That should do the trick!
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Possible mfunc issue in 1.2?Having this same issue with 1.4..
I’m having the same issue with my Dynamic Sidebar function. I have the setting turned on in the admin and have added the following code:
<!--mfunc dynamic_sidebar( 'sidebar-1' ) --> <?php dynamic_sidebar( 'sidebar-1' ); ?> <!--/mfunc-->
It works when I first clear the cache but when I try and refresh the page again it breaks the layout.
Suggestions on how to pull a dynamic sidebar in?
Thanks,
JakeForum: Plugins
In reply to: [WP-Polls] Allow Editor to manage PollYup totally worked. Added to functions, deactivated plugin, reactivated, then BOOM!
Really appreciate the assistance!
Forum: Plugins
In reply to: [Magic Fields 2] [Plugin: Magic Fields 2] File Upload Renames FileThanks Hunk! I love Magic Fields and really appreciate all the work you do.
Both sub-sites are using the identical setting for the site and Events Manager.
Example of the issue:
On some sites, such as Denver (https://denver.programmingedge.com/) the categories work just fine (https://denver.programmingedge.com/category/environment-colorado/), however on some sites the categories send me to a blank page (https://greenville.programmingedge.com/category/uncategorized/) of which I’m not sure how to troubleshoot.
Fantastic Marcus! Very much appreciated!
Two Question:
1) This is the version at the very bottom of the Other Versions list titled “Development Version” right?
2) Are there specific files that I should replace or should I just delete my current version and upload the new files?
Thanks again so much!
Thanks Marcus!
Ipstenu – Thanks for the tip.