atti
Forum Replies Created
-
Hi @arrasel403 thanks for your answer. I had already tried changing those settings, and I just double-checked just to be sure.
If you open the screenshots folder I sent ( https://drive.google.com/drive/folders/1TuEiMjEro_Xx9lLRSA8a9XK2SdBnpqJY?usp=drive_link ) and you look at the editing.jpg picture, you will see that font color for first box is set to white, but it’s rendered to blue. And in the second box, font color is black with white background and 100% opacity, but it’s rendered same as box one.
Additionally, it makes no sense that the page has 3 different renderings (check https://drive.google.com/drive/folders/1ckG2uTFR5ZEZsOSgF2RSt1gii3hHRQ1F?usp=drive_link ) : one during editing, a different one when I browse as logged-on admin, and a third one when browsing as anonymous/guest. I will try to open a ticket as suggested.
Sorry @mahbubshovan I couldn’t leave the website without plugins for long time, so I saved the webpage that was not working as HTML and enabled plugins back again. The HTMLs are here: https://drive.google.com/drive/folders/1TuEiMjEro_Xx9lLRSA8a9XK2SdBnpqJY?usp=drive_link
I also added captures of how the page looks like during editing vs rendering (as guest). The captures where made with ONLY Essential blocks and Templately plugins enabled.- This reply was modified 2 years, 9 months ago by atti.
@mahbubshovan Done. I’ve deactivate all other plugins. Only Essential blocks and Templately are active.
I just scheduled a backup, I will do what you say tomorrow. What about Templately? when I disable all plugins except Essential Blocks, should Templately be active or unactive?
Thanks @mahbubshovan for your answer. I just cleared cache and disabled the plugin. This is the url: https://www.parlo-italiano.it/impara-l-italiano/
Thank you
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] automatic translationForum: Fixing WordPress
In reply to: Permalink doesn't work on bitnamimm.. I probably found what was wrong: is needed to change this file:
(bitnamiLampstack)/apps/wordpress/conf/wordpress.confand modify this line:
AllowOverride None
to:
AllowOverride AllI’ve tried to do that but I’ve changed so many settings that now I get a “Forbidden” error.. 🙁
Anyway I solved this way:
1) I installed my own Lamp without bitnami;
2) I enabled mod rewrite with “sudo a2enmod rewrite”
3) enabled rewrite for the directory:
edit /etc/apache2/sites-available/default
and add:
<Directory /var/www/wordpress/> ### or whatever ###
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
4) restarted apache: “sudo /etc/init.d/apache2 restart”
5) .. it works!! 😀Forum: Fixing WordPress
In reply to: permalink issue and BitNamiI have the same problem! please post the solution!!