mdroca
Forum Replies Created
-
Forum: Plugins
In reply to: [WP SEO Structured Data Schema] Geo issues with school typeOf course the geolocation data: latitude and longitude are empty!! I forgot to say this
Thanks!!Forum: Plugins
In reply to: [WP Speed of Light] Regenerate cache after being deleted?Thank you very much, I look forward to updating. I’m super happy with this plugin
#armash would like to know how did you do that: multiple vendor, each vendor has its own paypal? Could you please tell me which plugins you used ? Thanks in advance!
Forum: Plugins
In reply to: [WP Email Template] Error when I updated version 1.4.0 of WP Email TemplateHello, now it works well. Thank you very mucha!
Forum: Plugins
In reply to: [WP Email Template] Error when I updated version 1.4.0 of WP Email TemplateYes, me too.
I had to reinstall the previous version (1.3.6), and those issues have disappeared.
WP email template 1.4.0 and wp 4.2.2 Issues
WP email template 1.3.6 and wp 4.2.2 NO errorsHello, wp fastest cache works perfectly whith my main domaind, but I think my .htaccess in the root folder conflicts with other domains in my shared hosting.
there any way to fix this?
Thanks in advance!!# BEGIN WpFastestCache <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / AddDefaultCharset UTF-8 RewriteCond %{HTTP_HOST} ^www.mariamartinezeducadora.com [NC] RewriteRule ^(.*)$ http\:\/\/mariamartinezeducadora\.com\/$1 [R=301,L] RewriteCond %{REQUEST_METHOD} !POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_|wp_woocommerce_session).*$ RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/all/$1/index.html -f [or] RewriteCond /home/mariamar/public_html/wp-content/cache/all/$1/index.html -f RewriteRule ^(.*) "/wp-content/cache/all/$1/index.html" [L] </IfModule> <FilesMatch "\.(html|htm)$"> FileETag None <ifModule mod_headers.c> Header unset ETag Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate" Header set Pragma "no-cache" Header set Expires "Mon, 29 Oct 1923 20:30:00 GMT" </ifModule> </FilesMatch> # END WpFastestCache # BEGIN GzipWpFastestCache <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE image/svg+xml AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE application/x-font-ttf AddOutputFilterByType DEFLATE application/vnd.ms-fontobject AddOutputFilterByType DEFLATE font/opentype font/ttf font/eot font/otf </IfModule> # END GzipWpFastestCache # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Rebuild existing cacheI would like the code too.
yk11, could you publish the code here, and explane where / in which file add this?Thanks in advance!
Forum: Plugins
In reply to: [WP Post to PDF] Contributed update availableCould you both do something about custom fields?
Thanks in advance!
Forum: Plugins
In reply to: [Add Local Avatar] [Plugin: Add Local Avatar] pick an avatarHello Qazomardok,
Did you find more info about the image? I would like to have this in my site, but I don´t know how?
If you finded please tell me something.
Thanks in advance!
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] sidebar form questionsThanks for your replay and those links
I see that is not posible to add this in sidebar if I want to add in the subjet field the name of the Title Post…
Any idea for this in a sidebar plugin ??
Thanks any way
Forum: Plugins
In reply to: allow members publish only 1 postOopss I had find what I want!! 5 days looking for this and finally I had find: “WP Post Limiter”
Forum: Plugins
In reply to: allow members publish only 1 postAny ideas about it? Can any tell me something about restrict users to write only 1 post. Any ideas about once a user had wroted a post hidden link “add new post”?? or something similar.
Thanks in advance!
Forum: Plugins
In reply to: [Plugin: WP-Cumulus] open tag in another url than archive.phpI had find the answer in Docs. I had created a new php file called tag.php and now tags are show in this file. Now I got what I need. This plugin is great!! Thank you!