Kathy_Goss
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Heads Up Bar] Can you have a bar at the top and the bottom?Hi Greenweb,
Thanks for the response. So please clarify the function/behavior. Are you saying:
1. You can have different bars with top or bottom specified for a location but they will not run at the same time but will randomly alternate; or
2. You can only specify top or bottom for all bars for a location.Also, I sent you an email on 4/05/15 8:11 AM EDT regarding this plugin but outside the scope of this support forum. Did you receive it?
Forum: Networking WordPress
In reply to: Master content available to sub-siteshi alptkz,
You can accomplish what you are describing with a multisite, some plugins and a little custom programming.I have created a multisite similar to what you are describing although we probably provide more replicated content and because our users are non-technical, we have given them reduced roles.
Some of the plugins that you may want to check into:
New Blog Template by WPMUdev
Content Copier by WPMUdev
Content Mirror by Klas Ehnemark
Use “switch to blog” technique to pull items for global elements and/or
Create global Widgets for the common content that you wish to control and update.I hope these suggestions help. Good luck.
Forum: Plugins
In reply to: [wpMandrill Multisite] Please clarify setup – my test did not workHi Marin,
I just migrated to another hosting provider over the last couple of weeks which did not run as smoothly as I had hoped.I need to now focus on mail again. Do you work as a consultant? I am trying to determine which approach to use to get the highest probability of mail getting through and having the opened info that Mandrill could provide would be great.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Does this work for a multisite?Hi Jason, Thank you for the response. For some reason I am not getting notified of responses even though I have the “Notify” checked.
I am still trying to determine the best way to handle mail for a multisite and all of the deliver-ability problems. Your proposed functionality sounds good. Are you planning on going ahead with this?
Forum: Plugins
In reply to: [wpMandrill Multisite] Please clarify setup – my test did not workHi Marin,
Thank you for the quick reply. This is a very confusing subject.
I guess the problem in my test is that the over-ride did not work and the main site info is still being used by Mandrill.Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Debugger errors and warningsHi Chuck, Thanks for responding. For some reason, I am not getting notified regarding replies. I appreciate your help.
The domain is usingessentialoils.com
Also, I have added this to a multisite that is created for very non-technical people. We actually provide the content and plugin settings for them where ever possible. I love the ping out to Facebook when publishing, however the error message is “frightening” to people. Is it possible to change the message to something that is more of a notice that there was not a successful connection to Facebook, try updating the post (or something like that)?
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] Error and WarningsI forgot to add in the link to the page:
https://naturesgift.usingessentialoils.com/diy-aromatherapy-salt-dough-ornaments-and-gift-tags/Forum: Plugins
In reply to: [Social Share Button] Problem with duplicate row of social sharing buttonsHi wpkids, this problem is still not resolved.
I have checked and we do not have the content query 2 times.I went to the content_block plugin developer and he has suggested that you take a look at the following article that deals with this issue:
Again, you can see the problem here:
I hope that you can solve the problem with this info.
Forum: Plugins
In reply to: [Social Share Button] Problem with duplicate row of social sharing buttonsHi wpkids, for some reason, I am not getting the notification by email of responses on www.ads-software.com.
Where in the theme would I check?
Just to clarify, the posts have a single bar and “standard” pages have a single bar. I only have a problem on pages where I have embedded a shortcode for a content block within a page.
In the Settings under SSB Content, the only post types that are checked are post and page. There is a check box for content_block in the list but it is unchecked.
This is what it looks like on the page that has the content-block shortcode:
https://demo.usingessentialoils.com/about/
I’d really appreciate if you could help me solve this.
YES! It works nicely.
The only other suggestion I would make for future updates is that there be an “enable” option in the Bar Options. The date option works to some degree but it would be nice to have the ability to make a bar “inactive” but still available in the list for when and if needed.
Again thanks.
I realize my request is not a standard issue but I would be happy to pay you for your service.
I have found other notification bars that do work, I’ve even paid for them, but the settings are too complicated.
Your bars are nice yet easy to create which my users will appreciate.
Hi, Thank you for the response. For some reason, I had not been notified that you did.
We use custom post types on our site, so there isn’t anything inherent regarding the role.
Our users are authors and have the permission to edit and publish posts but not pages.
I am also using Menu Editor Pro and for the Head Up Bar there it shows that permissions are set to edit_pages
There must be somewhere in your plugin that specifies the permissions to edit_pages. I just need to have it changed to edit_posts
Currently, the user can create a heads up but they cannot publish only submit for review – but there is no one getting any notification for review either.
I’d appreciate your help.
Forum: Plugins
In reply to: [Secure Hidden Login] Redirecting loop problemHi Alex,
Thanks for the response. Since I don’t know what “should” be written to .htaccess from your plugin, I have included the code that appeared and caused the redirecting loop. I have had the plugin installed on the multisite probably since April. In August, we experienced not being able to login any of the sites because of a redirecting loop. We deleted the extra code from .htaccess but left your plugin activated. It worked fine for another month and then the same thing happened again. Again, I deleted the extra code and it is working. Unfortunately, without knowing what triggers this, it is a real problem. Other than that – I really like your plugin. Here is the code – hopefully it will give you a clue.`# BEGIN Secure Login
<FilesMatch “wp-login.php”>
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} !^.*wp-iphone.*$
RewriteCond %{HTTP_USER_AGENT} !^.*wp-android.*$
RewriteCond %{QUERY_STRING} !^action=rp&key=.*$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www.)?findmynewpathclone.usingessentialoils.com [NC]
RewriteRule .* – [F]
</FilesMatch>
# END Secure LoginForum: Plugins
In reply to: [Admin Bar Login] Can you remove register from admin bar?Hi Mustafa,
Thank you for the very quick reply.When you say that “you can remove directly source-code but not recommended” – what is the concern? Is it that it would be overwritten with a plugin update or is there other issues?
Hi Mika,
Thanks for trying to help with this problem. I finally got it resolved. On our multisite, with sites being created using blog templates, we are also providing some standard content across the network using a homepage template with “Switch to Blog” – for some reason, every once in awhile, the blog ID was passing blank – and if it was blank, it was taking the last inserted ID – thus the wrong site would display.