Title: robintrum's Replies | WordPress.org

---

# robintrum

  [  ](https://wordpress.org/support/users/robintrum/)

 *   [Profile](https://wordpress.org/support/users/robintrum/)
 *   [Topics Started](https://wordpress.org/support/users/robintrum/topics/)
 *   [Replies Created](https://wordpress.org/support/users/robintrum/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/robintrum/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/robintrum/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/robintrum/engagements/)
 *   [Favorites](https://wordpress.org/support/users/robintrum/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Popup Maker - Boost Sales, Conversions, Optins, Subscribers with the Ultimate WP Popup Builder] Opening pop-up scrolls to top](https://wordpress.org/support/topic/opening-pop-up-scrolls-to-top/)
 *  Thread Starter [robintrum](https://wordpress.org/support/users/robintrum/)
 * (@robintrum)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/opening-pop-up-scrolls-to-top/#post-8431220)
 * Hi,
 * Thanks for the reply! I am talking about the page [http://provago.nl/tester](http://provago.nl/tester)
   and the attribute is the right top navigation button (login / inschrijven). Pointed
   to the menu-item-##
 * Thanks again!
    Robin
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Posts Carousel] How to display navigation arrows all the time?](https://wordpress.org/support/topic/how-to-display-navigation-arrows-all-the-time/)
 *  [robintrum](https://wordpress.org/support/users/robintrum/)
 * (@robintrum)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-to-display-navigation-arrows-all-the-time/#post-6492296)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [White page with PHP code](https://wordpress.org/support/topic/white-page-with-php-code/)
 *  Thread Starter [robintrum](https://wordpress.org/support/users/robintrum/)
 * (@robintrum)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/white-page-with-php-code/#post-6437775)
 * Hi 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [White page with PHP code](https://wordpress.org/support/topic/white-page-with-php-code/)
 *  Thread Starter [robintrum](https://wordpress.org/support/users/robintrum/)
 * (@robintrum)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/white-page-with-php-code/#post-6437768)
 * Unfortunately 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Usernoise modal feedback / contact form] Button in right-bottom corner](https://wordpress.org/support/topic/button-in-right-bottom-corner/)
 *  Thread Starter [robintrum](https://wordpress.org/support/users/robintrum/)
 * (@robintrum)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/button-in-right-bottom-corner/#post-6102090)
 * Beste 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!

Viewing 5 replies - 1 through 5 (of 5 total)