mary.a.s
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] ToRUs effect not workingThank you so much
Forum: Plugins
In reply to: [Social Share Button] Random numbers displaying while sharing blogsI found a workaround, by changing the Social Share Position to bottom instead of top. When I had it set to “top”, even changing the SSB Content “Display on Excerpt” to “No”, the strange numbers would still be at the front of my excerpts (before I changing the position to bottom). So something still seemingly needs to be fixed, although I have a workaround for now.
Forum: Plugins
In reply to: [Social Share Button] Random numbers displaying while sharing blogsI am having this same issue. The string “000110” is being appended to my excerpts: https://centerinstitute.com/blog/
Forum: Themes and Templates
In reply to: [Maskitto Light] gutters not working?I am having this exact same issue. I have created rows with two columns. Within Edit Row > Row Styles > Layout > Gutter, I have entered 20 (px). But this does not create any space at all between the two columns. Thank you for any help you can offer.
Thanks for those excellent suggestions, Jason, and for being willing to help with an issue that is technically a Google issue and not an issue with your plugin. I’ll consider these, and give it a try. Please feel free to mark this as resolved.
Forum: Plugins
In reply to: [Page Security & Membership] Reopening – Protect content within a pageHi, geoffreysf
I just started a new Topic to follow up on your idea for the plug-in:
https://www.ads-software.com/support/topic/protect-content-within-a-page-1?replies=1Forum: Plugins
In reply to: [Media Vault] 404 errorHello, Max
The problem seems to have resolved. I deleted everything from .htaccess, deleted the Media Vault plugin, restored my database from before all the changes, and started over, and now all seems to be in order. I wish I had paid closer attention (so I’m not sure about this), but I see that the file path now contains _mediavault. Before, I was using files that had been added BEFORE installing the plugin. In the admin panel, it worked to add protection to them, but then I was trying to access them with the old file path. So, between noticing this change, and starting fresh, all seems to be in order. Again, thank you so much. Resolved.Forum: Plugins
In reply to: [Media Vault] 404 errorHi, Max, and thanks in advance for your help. I’m having similar issues.
1) I’m using a separate plugin to protect the privacy of a page, but I fully deactivated that other plugin, and the issue with 404s still persisted (so I reactivated that other plugin, to protect my page again).
2) In any case, whether I am logged in or not, and whether I have this other plugin activated or not, makes no difference: I always receive 404 errors when I access a media file that is protected by Media Vault (also does not matter whether File Access Permission is set to Logged-in users or Default, which is the same: logged-in users). Media Vault is fully activated.
3) YES I DID have to go through the “extra activation steps” of adding to .htaccess:# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
# Media Vault Rewrite Rules
RewriteRule ^wp-content/uploads(/_mediavault/.*\.\w+)$ index.php?mgjp_mv_file=$1 [QSA,L]
RewriteCond %{QUERY_STRING} ^(?:.*&)?mgjp_mv_download=safeforce(?:&.*)?$
RewriteRule ^wp-content/uploads(/.*\.\w+)$ index.php?mgjp_mv_file=$1 [QSA,L]
# Media Vault Rewrite Rules End
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Again, thanks so much for your help.
Forum: Fixing WordPress
In reply to: "Add Media" button not working on post pageAdding
define('CONCATENATE_SCRIPTS', false );
to wp-config.php, as described in the link supplied by REDLETTERpr above, fixed the issue for me. Thanks.Check the address you have in Settings > General