thisisregina
Forum Replies Created
-
Forum: Plugins
In reply to: Audio does not work in WordPressone of the audio player plugins is: https://www.cincopa.com/media-platform/wordpress-plugin/audio-player
Forum: Plugins
In reply to: Audio does not work in WordPressThanks James for your reply.
On the JillBailey site I’m mainly interested to find out why the audio players don’t play any sound; here’s a new link:
https://jillbaileyactress.com/home/mp3-tests/The madamletmetellyouonething should work. Anyone else with the same problem?
All help very apresciated.
Forum: Fixing WordPress
In reply to: Papes do not load upFixed it, the problem had to do with the permalinks.
it had to be: index.php/%postname%/ (something like that)
other than just: /%postname%/Cheers everyone for your help.
Forum: Fixing WordPress
In reply to: Papes do not load upHelp pleassssee!
Forum: Fixing WordPress
In reply to: Papes do not load upMy .htaccess looke like this:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /<strong>rethink_retreats_cms</strong>/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /<strong>rethink_retreats_cms</strong>/index.php [L] </IfModule> # END WordPress
———————————————–
and I changed it to:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
———————————————–
and still having the same problem.
For example, when I visit the page: https://rethinkretreats.com/index-wp.php (which exists by the way) I get the correct 404 page that I designed. but when I go to another page that should also be there – this page was dreated via WP and uses a template – https://rethinkretreats.com/venue it doesn’t load up and the 404 is the ugly default one by the hosting company.Any ideas? Help! :{
Forum: Fixing WordPress
In reply to: Papes do not load upWhere can I go to set writing permissions to the file?
Thanks @equalmark
Forum: Fixing WordPress
In reply to: Papes do not load upI found the .htaccess file. It was a hidden file.
Forum: Fixing WordPress
In reply to: Papes do not load upThanks @expromo
It all works fine in Localhost..and yes my permalinks is set to /%postname%/
2- where do I find the .htaccess file? (this is my first WP site)
3- no, the pages don’t preview properly. but all the content is there.
Forum: Fixing WordPress
In reply to: Something has gone wrongThanks Emil.
I think I nearly stuffed this one up. I am contacting the hosting company tomorrow see if there’s anything I’m missing.
Cheers.
r.Forum: Fixing WordPress
In reply to: Something has gone wrongAnother think I thought it might be a problem is that I am using the latest version of WP and it doesen’t have the ‘connevents’ file nor the ‘connection’ folder.
Could that be the source of the problem?Thanks in advance,
ReginaForum: Fixing WordPress
In reply to: Something has gone wrongThanks Emil! that’s a relief. It’s still showing the WP index in my Firefox which is really weird..
My admin is still not working. I can’t edit my pages still… it doesn’t switch to HTML view and the code appears white. See the screen shot: https://www.rethinkretreats.com/adminglitch.png
Also the permalink says: https://www.rethinkretreats.com/venue and that doesn’t load up. The 404-PagenotFound is also not the one I designed…
Any ideas? should I contact the hosting company?
Cheers guys