mariachi
Forum Replies Created
-
Ow and i did also try to ?add the shortcode from “Visual”? tab.
This didn’t fix the problemHi,
thanks for you answer.
The Fontawesome icons are not missing. I just see a hundred of them in the page and I did not put them there. They only show up on the pages that have a modal popup in it.I think the issue lies with the modal popup loading a ninja form. Separately the popup and the form work fine. But if i use the ninja form in the popup , the ninja form bugs out. Btw, this used to work fine.
If you click the yellow contact us button you’ll see a bunch of errors. The first msg = Notice: JavaScript is required for this content.Ok i’ve found what went wrong. When i copy the code it has the wrong quotes. ” should be “
After that both links work perfectly.
Thanks for your time.
It’s now resolved- This reply was modified 1 year, 9 months ago by mariachi.
the link is https://das-lab.nl/.
Links are in the footer.
- This reply was modified 1 year, 9 months ago by mariachi.
That only reloads the page
Forum: Installing WordPress
In reply to: installing wordpress in subfolder next to old other sitetried a new 3.4 install on a empty server and that worked just fine.
Gues i’ll never know what went wrong with the 3.2.2 version,cheers
Forum: Installing WordPress
In reply to: installing wordpress in subfolder next to old other siteah wel in that case it shouldn’t be the .htacces. I’ve delete any reweriting (wasn’t usijng it anyways) and commented all .htacces rules to test. Still no luck. I think i’ll download a new wp install and try it on a empty server.
thanks for the info
Forum: Installing WordPress
In reply to: installing wordpress in subfolder next to old other siteWith .htacces you mean?
And doesnt wordpress need his own index.php in the root? Or should it just work like this?
Forum: Installing WordPress
In reply to: installing wordpress in subfolder next to old other siteA custom cms that i build myself run on a different database. And i can login to wordpress just fine. insert and adjust posts and everything. Even tried activating the current theme and downloaded another theme just for the sake of trying something.
Forum: Installing WordPress
In reply to: installing wordpress in subfolder next to old other siteDidn’t do anything.
Btw if this helps:
My site is: https://www.das-lab.nl/
Wordpress is installed in: https://www.das-lab.nl/wordpress/thanks for the help so far!
Forum: Installing WordPress
In reply to: installing wordpress in subfolder next to old other sitethanks Solomonc, i’m afraid there is no fantastico app on my cpanel though. And i’m quite interested in knowing how this seemingly simple task would be done.
@sdmi : I did notice that when i remove the RewriteEngine part wordpress doesnt load all the info from the root-site anymore. But i don’t understand why if i put the line echo “tis is a test”; in the wordpress/index.php file and then go to the wordpressfolder with my browser and look up wordpress/index.php. It doesnt show that text. even if i comment everything else out. And there’s no .htacces file in the wordpress folder that could be interfering..
Forum: Installing WordPress
In reply to: installing wordpress in subfolder next to old other sitethat would be:
AddHandler x-httpd-php5 .php
RewriteEngine on
RewriteRule ^([^/\.]+)/?$ /index.php?url=$1 [L]
AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webmForum: Installing WordPress
In reply to: installing wordpress in subfolder next to old other siteits on a Linux server and yes there’s a .htacces file in the root. But it’s currently not doing anything for my wordpress installation. Its used by my root-site