robintrum
Forum Replies Created
-
Hi,
Thanks for the reply! I am talking about the page http://provago.nl/tester and the attribute is the right top navigation button (login / inschrijven). Pointed to the menu-item-##
Thanks again!
RobinForum: Plugins
In reply to: [WP Posts Carousel] How to display navigation arrows all the time?Thank you, this works perfectly.
Is it also possible to move the arrows outside of the carousel?
When I use margin-left or right now it just goes away behind the container.Already tried z-index, but that doesn’t work..
Forum: Fixing WordPress
In reply to: White page with PHP codeHi James,
This is also the case. I am able to run standalone PHP-scripts without any problems. Only the WordPress install outputs PHP-code strangely. It is really weird because I never had this problem before. Looks like it has to do something with the host.
I just downloaded a blank install of WordPress and ran it. Then I also get the PHP-code. Is it possible that the host did something to their standard WordPress install to avoid people from installing their own? I just can’t figure out the cause..
Forum: Fixing WordPress
In reply to: White page with PHP codeUnfortunately I have setup everything in the right way. It’s not my first transfer, but this time I get a bugged website. Very strange and I cannot find the cause of it..
Forum: Plugins
In reply to: [Usernoise modal feedback / contact form] Button in right-bottom cornerBeste GMindsz,
Het is mij uiteindelijk gelukt. Je moet in /css de button.css openen.
Hierin vind je:
#un-button.un-bottom.css3{ left: 50%; bottom: -46px; padding: 11px 15px 14px 15px; }Vervang dit door:
#un-button.un-bottom.css3{ right: 5%; bottom: -46px; padding: 11px 15px 14px 15px; }Uiteraard ook bij:
#un-button.un-bottom.ie7, #un-button.un-bottom.ie8{ bottom: -45px; right: 5%; padding: 11px 15px 14px 15px; }Het percentage kun je uiteraard zelf bepalen. Zorg er wel voor dat je de button naar de bottom zet met de optie. Succes ermee!