Fernando Díaz Gascón
Forum Replies Created
-
Great, thank you!
Forum: Fixing WordPress
In reply to: I can't change htaccessFinally I re-install manually the wordpress core files and the problem was solved. Some way, some wordpress file was producing this strange situation. I dont know which file, but it is solved.
If the problem was not in plugins or theme, this was the last possibility!!
Thanks!
Forum: Fixing WordPress
In reply to: I can't change htaccessI know that. i try to explain with an example, to try to understand the problem. I know is weird:
1- Initial situation: I have this .htaccess with only read permissions:
# 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 WordPress
2- I change the permissions to be able to read and write the .htaccess.
3- I go to Permalinks ->Post Name and I press “Save changes”. I check the .htaccess now and it has changed to this:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /vivepasionflamenca/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /vivepasionflamenca/index.php [L] </IfModule> # END WordPress
4- I press to other place in my dashboard. For example, I go to see the posts, or whatever. Then, I check the .htaccess and ?surprise! It has changed and it is the same that in the step 1. I mean, with only read permissions and with this contain:
# 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 WordPress
5- Conclusion: I cannot change the .htaccess file or before, or after or inside the #BEGIN – #END.
It is the most strange thing I have seen in WordPress, but is real and it is happening in the hosting, in localhost, when I deactivate the plugins or when I change the theme to twenty sixteen.
??
Forum: Fixing WordPress
In reply to: I can't change htaccessNo, I duplicated the web in my computer, in localhost, and the problem is the same, so my conclusion is that the host is not the problem.
Forum: Plugins
In reply to: [WP Colorbox] Content with scroll barsYes, it is inline content. I found Lightbox Plus Colorbox plugin, and it adds scroll bars.
Forum: Plugins
In reply to: Searching lightbox for text with scroll bar pluginI have found the plugin I was looking for!
This one:
https://www.ads-software.com/plugins/lightbox-plus/But if you know some other with good results, it is welcome!!
I make that:
deactivate price range-slider in WOOF and just drop native woocommerce price widget
and now it looks allright. Thank you.
I think the reason is because of the entered prices are before taxes. In woocommerce settings->tax I choose “I will enter prices exclusive of tax”.
Then, regarding the product “travel kit grown alchemist”, the price introduced is 57,02€. Adding taxes (21%), the final price is 69€. Then, I guess the price filter is taking into account to show the max value the introduced price (57,02), when it should take into account the final value (69), in order to avoid these cases.Am I correct?
Sorry, I dont understand your answer.
After making the jump I dont make any filtering. The destination page (moamoa.es/moamoa-tiene-para-ti/#regalabelleza) is not a product page, it is a normal page. This is because I dont understand why this plugin is affecting to this.
Thanks in advance.
Sorry! I tried again and it works now. Sorry for all the checking. I dont understand what I did wrong before, I tried twice, but both wrong as I see.
Once it is resolved, my concern was, as I say in the first post, to find a way to change the text of the first field, because it is the same than the title (I thought it changed with the “taxonomy custom label”, and I see now that both, title and first field, change together).
To see what I mean with the real example, if you enter in https://moamoa.es/cosmetica-natural/facial/
you can see in the sidebar the title “Marca” and the first field “Marca”. I would like to change the name of the first field but not the title. Is it possible?Thank you and sorry again for my mistake.
I read this in the server info of my hosting:
php: 5.4.45-0+deb7u2
I make the procedure and I have the following error:
Parse error: syntax error, unexpected ‘public’ (T_PUBLIC) in /usr/home/moamoa.es/web/wp-content/plugins/woocommerce-products-filter/classes/helper.php on line 106
I dont know how to continue.
Forum: Plugins
In reply to: [Form Manager] Is this plugin working?Until the plugin is ready, do you recommend to remove the plugin for security reasons?
Thank you.
Forum: Plugins
In reply to: [Form Manager] Is this plugin working?Great!! Keep me informed.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Attributes pagination not workingI tried to explain it properly:
– In WP dashboard -> settings -> Permanent links, there are options to configure the url of the attribute page. This field is called
“product attribute base”. https://docs.woothemes.com/document/permalinks/– I have configured this option as: productos-cosmetica-natural-de/[attribute-name]/[attribute]
– I have created an attribute called “marca” (in english “marca” means “trademark”).
– I have created different values for this attribute (the different trademarks): dr-bronners, madara, matarrania, lulu-and-boo…
– I have created different products with the attribute “marca” with different values.
With that is enough.
Now, if I write in the browser, for example, the url https://moamoa.es/productos-cosmetica-natural-de/marca/lulu-and-boo I see the products with the attribute “marca”
with the value “Lulu & Boo”. If I write the url https://moamoa.es/productos-cosmetica-natural-de/marca/matarrania I see the products with the attribute “marca”with the value “matarrania”.If you see for example in https://moamoa.es/productos-cosmetica-natural-de/marca/lulu-and-boo, you can see that if you go to page 2, all the trademarks are shown. If you remove the AJAX filter widget the pagination works ok.
If you need even more details, Im happy to contribute. Thanks a lot.