birdog123
Forum Replies Created
-
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Does this work for a multisite?Hi @postman SMTP,
Great. Ok, I Network Activated the plugin. Where do we set the default SMTP settings for the network wide email delivers the the multisite though? I can not seem to find the multisite base settings (yet)?
Then, each subsite can ad their own to overide?
If so, that is perfect.
Please let me know.
??
CORRECTION:
.single-show div#content {
padding-left: 15%;
padding-right: 15%;
}I have noticed several sections where the formatting of other pages are off or out of whack too. I think it just needs a update after all the recent WordPress core updates perhaps.
I am sure the author will be getting it soon . . .
??
As a temp workaround, use the “Custom CSS” plugin or similar method and try:
div#content {
padding-left: 15%;
padding-right: 15%;
}This worked for me but just play with the numbers higher or lower until it works for your site (you can use % or px behind the numbers.
Let me know if that works for you too (did for me).
??
Hi,
Me too. The show pages are real wide and info is trailing off the right and left side of the page on the show page.
Any info would be great…
Does it need to be updated to the most recent WP core?
??
Greg
same here
@bamajr and others,
Yea. Single vanilla installs I think I agree. Once one begins to operate in a real environment with dynamic variables involved (like different themes or different combinations of plugins that is the true test in my opinion). That is the test of resilience, durability, and adaptability with any plugin (assuming you are using good quality other themes/plugins as well within reason).
Testing is such a pain to (having to disable and re-enable them one by one and changing themes etc). The is especially true with a multisite installation. I wish someone would develop a great theme and plugin diagnostic tool to get past the dark ages of having to manually disable and re-enable plugins and themes somehow . . . smile. Having a way to restore plugin setting to a prior time would also be of great benefit. Of course, easier said that done . . .
I run some multsite installs and that is where my issues are as well.
Also, I did reachout to Mandrill about this and they did say they area doing a major redesign of the Mandrill App plugin and were aware of some issues.
Hopefully that will come out very soon!
??
Sweet. Thanks on Issue #3.
Whenever you are able if you can chime in on Issue #2 and #1 that would be great. Just whenever you can . . . I understand. Please let me know.
Wordfence Falcon just disabled itself again today FYI.
??
Hey,
Yes. Here you go:
Did you see the initial posts with the two links with the screenshots as well?
Thanks…
Now that we have been able to submit a question, the normal user does not seem to be able to see questions, answers, and other info though BUT Administrators can it appears. How can we get regular users to see everything too like active, newest, voted, most answered etc etc etc…theirs still show “No question asked yet! . . .”
Hey there,
Just so you know, to help you narrow it down. It appears if I disable “tags” on the frontend that it will submit. However, the message notifications still cutoff (#2 above) and also need to know about #3 above. If you can get tags to work that so they can be enabled again that would be good.
??
I have to report to you that this caused my site to go complete blank (white page). I had to deactivate all plugins and figure out/remember one by one which were active along with reset some settings on some plugins (as some lose there settings when deactivated). By the way, I never added code direct. I just installed the plugin fresh and the site went down immediately even before actually activating.
Anyhow, I was also told referring to a particular version of JQuery is not the best practice.
Thank you for your efforts and you are responsive.
However, I can not trust this plugin with my site(s).
I wanted to give you this info so you know.
All the best,
??
Just received…will try it ASAP…thanks…
. . . also, update . . . I tried commenting out the first line and the second below. I got a fatal error for both.
I noticed your code you quoted ends in the middle of the 2nd line of the below code though (i.e. . . . FILE__) , array . . .)?
wp_enqueue_script('jquery-2.0.2-min-js'); wp_register_script('myjs', plugins_url('/js/myjs.js', __FILE__), array('jquery'),'1.1', true);
Best . . .
Hey @nagarjunsonti
Below is a link for the screenshots . . .
Sure. I will look at the code you mentioned but will that have potential impact on other plugins etc. I don’t want to have to remember that it was done and then run into other issues because of what I commented out…ya know what I mean. Can we try to fix it in the plugin?
Here are screenshots. The first few area the errors and shows where WordPress SEO and the upper right “screen options” will not work when the plugin is installed. When I deactivate it, the next few screenshots shows no errors in on the page and WordPress SEO and the “screen options” work. I hope the error messages will help narrow the issue…
Screenshots: https://postimg.org/gallery/o712ed5g/74510105/
Please let me know…
??