mlarson154
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: wp_nonce_field in shortcode function causes redirect errorI knew it was a simple answer! I set the last parameter to false and it worked perfectly. Thank you!
Forum: Fixing WordPress
In reply to: Old theme and 500 Server errors in Google Search ConsoleThanks, @jarretc. The theme has long been deleted from the site.
There is no instruction from Google on why it’s returning 5xx errors for this theme. I will try to adjust my robots.txt file to see if this solves it.
Forum: Plugins
In reply to: [Enable Media Replace] file not replaced; update to links not workingI have had the same problem recently. I only noticed it a couple weeks ago. I had the problem before upgrading to 3.2.5 and after I upgraded. I have downgraded to 3.2.4 and then to 3.2.3 and still the plugin is not updating/replacing the photo.
I am having the same problem. I’m running WP 4.8.2 and an updated MailPoet 3.
Forum: Networking WordPress
In reply to: wordpress.com multisite supportOur IT Department has been trying to manage their own Linux build on our servers (much to my chagrin since they are .NET guys). Finally, they have conceded that they cannot effectively manage a Linux server and are willing to move to a third-party host. They are skittish about typical shared-server environments that are most host providers and are of the opinion that going with WordPress.com’s paid hosting, that gives them more security knowing that WP itself is managing the WP shell.
Personally, I’m just fine with the third-party hosts I use for other clients, but I need to find out if wordpress.com is a good solution in comparison. If not, I need some ammunition to go back and push for my reliable third-party hosts.
- This reply was modified 7 years, 1 month ago by mlarson154.
I’m seeing the same problem. I have changed the “sender of notifications” option on the “Settings” section, but all notifications still show a different email address and name.
Forum: Plugins
In reply to: [WP Author Bio] Use other author bio shortcodes on pageOkay. Thanks for letting me know.
Forum: Plugins
In reply to: [PHP Execution] PHP tags get 'commented' outUnfortunately, no. I was trying something that wasn’t really an urgent issue and when I couldn’t get the plugin to work the way I wanted, I moved on to other things and forgot about it.
My next step will be to try some of the other PHP insertion plugins, but I haven’t tried any.
Forum: Plugins
In reply to: [PHP Execution] PHP tags get 'commented' outNevermind. It would help if I were the author of the post. ?? My bad.
If what you’ve typed on your “Error” line is really how you have it in your code, you need a period between “document” and “getElementById(…)”
document.getElementById(id);
Forum: Themes and Templates
In reply to: Custom Templates and Drop-down menusActually, that is not the problem, but I can see how you could come up with that thought.
The drop downs function just fine with the default template in all browsers, including IE7 and 8. And almost all other pages have the same Flash structure to them. The only difference between the other pages and my home page is that the home page is using a secondary template page.
I had previously tested this by removing EVERYTHING…let me repeat that: EVERYTHING…except for the menu div, ul/li menu structure, and css with the same results: the drop downs do not function in IE7 and 8 on a non-default template.
So, therefore, there is not another element on screen, javascript, or css issue that is causing this to happen.
Forum: Themes and Templates
In reply to: Custom Templates and Drop-down menusI have done multiple custom templates with no other css than just the menu css. I have done it on interior pages, home page, etc. I’ve tried it in all different ways with no other css or javascript in the pages. I have even done it so the template has nothing BUT the menu HTML and CSS and it all comes out the same: the drop-down menus do not work in IE7-8 when attributed to a custom template.
Forum: Fixing WordPress
In reply to: How to Show a Category Feed Summary?Scotty:
Did you ever find an answer to this? This post is marked as resolved, but I don’t see an answer here. I’m looking for the same solution.Forum: Themes and Templates
In reply to: How to swop a theme per page on a siteThank you miocene22, mercime, and t31os_ for all your help. What I hadn’t done is create the custom template page and upload it to the theme folder yet. Because I had no custom theme pages, as specified in the link on mercime’s post, the option for changing the template did not show up.
Once I added the template, the option to change the template for the page appeared in the Attributes panel.
t31os_, your example was a good possibility, too. Thank you for putting together a detailed post to help me.
Forum: Themes and Templates
In reply to: How to swop a theme per page on a siteYeah, I know how to create and link to a theme template, but I want to have a separate template for one specific page – my home page for instance. Is there a way to specify a different template for one specific page?