mkuez
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: URL not foundWow, that did it! Thank you guys, this forum needs a “you saved my life” button…
For the people coming over here with the same problem, I just had to run the below commands on the server:
sudo a2enmod rewrite service apache2 restartI believe what happened is that WP activated the mod_rewrite rules when I clicked on the permalinks options and did “save”. Apache, however, had not been set up to use mod_rewrite and was not recognizing the new URLs coming from wordpress.
Forum: Fixing WordPress
In reply to: URL not foundThanks for your reply, yes they are.
I am at work behind firewall and I can’t ssh the server, but from the htacccess control plugin I see:
# 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 WordPressHey guys,
I had a look at this, still don’t have a nice solution, but looking here, I have seen that creating a custom div with with:100% works. This is sort of like creating a custom css row div in
bootstrap (meaning: you basically break the content div).Something like:
<div class=”post-content section-inner wide”>Full width image</div>
Would probably work.
Question: is there a way to break a div without manually inserting html when using a parallax component? Basically all the output from the editor seems to go inside one div with the thin column style, I should have something that breaks that div, creates a full width one, then breaks the full width one and creates a new thin one after the image.
Forum: Plugins
In reply to: [Aesop Story Engine] Components tab issue when creating new postNo, that was a different problem, it disappeared once I moved to the virtual server. Before I was installing locally by unzipping the plugin, maybe the standard install is downloading other files too? Anyway, solved, thanks again and sorry for posting probably in the wrong thread.
Forum: Plugins
In reply to: [Aesop Story Engine] Components tab issue when creating new postOK, guys, thanks.
New problem, I get a
TypeError: tinyMCE.activeEditor.dom is undefinedScreenshot:
https://drive.google.com/file/d/0B_uFHbO0fMwvckkyN21NUGg4V00/view?usp=sharing
It seems the page is loading all the javascripts.
Forum: Plugins
In reply to: [Aesop Story Engine] Components tab issue when creating new postHi guys,
I am going to mark this as solved. The CSS is not loading, this has probably to do with some server set ups I am still trying to figure out. I have done some testing and managed to get the plugin components tab to work (thought I still have issues with CSS loading on the website).
Thanks for the quick feedback, very awesome support.
Alessio
Forum: Plugins
In reply to: [Aesop Story Engine] Components tab issue when creating new postPlease, see screenshots here:
Forum: Plugins
In reply to: [Aesop Story Engine] Components tab issue when creating new postPlease, see my screenshots here: https://drive.google.com/file/d/0B_uFHbO0fMwvRWxuZnprU3FVSTQ/view
Forum: Plugins
In reply to: [Aesop Story Engine] Components tab issue when creating new postHi,
1. latest version of Ase, just downloaded from the website
2. no other plugins activated
3. default wp theme (I just did a fresh install)