Title: Bevan78's Replies | WordPress.org

---

# Bevan78

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] After migrating a website to a new host all the url redirects have gone](https://wordpress.org/support/topic/after-migrating-a-website-to-a-new-host-all-the-url-redirects-have-gone/)
 *  Thread Starter [Bevan78](https://wordpress.org/support/users/bevan78/)
 * (@bevan78)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/after-migrating-a-website-to-a-new-host-all-the-url-redirects-have-gone/#post-9969740)
 * Just to give you an update and thank you for your reply.
 * For some reason the information was not there so I had to do this all manually.
 * Thanks anyway.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] After migrating a website to a new host all the url redirects have gone](https://wordpress.org/support/topic/after-migrating-a-website-to-a-new-host-all-the-url-redirects-have-gone/)
 *  Thread Starter [Bevan78](https://wordpress.org/support/users/bevan78/)
 * (@bevan78)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/after-migrating-a-website-to-a-new-host-all-the-url-redirects-have-gone/#post-9896611)
 * Seems that this isn’t the right database as there should be over 500 redirections
   and this only holds 75. Any support as to where I’d find this would be great.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] After migrating a website to a new host all the url redirects have gone](https://wordpress.org/support/topic/after-migrating-a-website-to-a-new-host-all-the-url-redirects-have-gone/)
 *  Thread Starter [Bevan78](https://wordpress.org/support/users/bevan78/)
 * (@bevan78)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/after-migrating-a-website-to-a-new-host-all-the-url-redirects-have-gone/#post-9895523)
 * Thanks for your reply sm7uge.
 * I can no longer export though as the site has migrated over, I could import if
   I knew what file I needed to create and how. The option is to import an existing.
   htaccess file, or a CSV file. I’ve logged into the old hosting company cPanel
   and clicked into phpMyAdmin and believe the information is under wp_redirection_logs
   but I’m not sure.
 * Here I can export a CSV file but do I need to do it in a certain way?
 * I’ve created a ‘Quick – display only minimal options’ but will this be correct?
   I don’t want to break the site.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Single Latest Posts Lite] [Plugin: Single Latest Posts Lite] – Post Title format](https://wordpress.org/support/topic/single-latest-posts-lite-post-title-format/)
 *  [Bevan78](https://wordpress.org/support/users/bevan78/)
 * (@bevan78)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/single-latest-posts-lite-post-title-format/#post-3341596)
 * That’s brilliant, so helpful and issues resolved!
 * Great Author!!!!!
 * My next issue is the thumbnail sizes but understand that’s driven by WordPress
   not the plugin. Thank you so much for your help!
 * Bevan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Single Latest Posts Lite] [Plugin: Single Latest Posts Lite] – Post Title format](https://wordpress.org/support/topic/single-latest-posts-lite-post-title-format/)
 *  [Bevan78](https://wordpress.org/support/users/bevan78/)
 * (@bevan78)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/single-latest-posts-lite-post-title-format/#post-3341594)
 * Wow, super fast response. Great support service!
 * I have followed your instructions and was able to select Blocks. I then inserted
   slp-horizontalBlocks into the custom CSS filename box but the posts are still
   showing below each other rather than across.
 * Do you have any suggestions?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Single Latest Posts Lite] [Plugin: Single Latest Posts Lite] – Post Title format](https://wordpress.org/support/topic/single-latest-posts-lite-post-title-format/)
 *  [Bevan78](https://wordpress.org/support/users/bevan78/)
 * (@bevan78)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/single-latest-posts-lite-post-title-format/#post-3341592)
 * Great plug-in and great support above!
 * I was wondering if you could have 3 posts running horizontally across the page
   rather than having them listed below each other?
 * [http://www.bevancockerill.com](http://www.bevancockerill.com)
 * Regards
    Bevan
 * [http://wordpress.org/extend/plugins/single-latest-posts-lite/](http://wordpress.org/extend/plugins/single-latest-posts-lite/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Plugin for animating the pictures](https://wordpress.org/support/topic/plugin-for-animating-the-pictures/)
 *  [Bevan78](https://wordpress.org/support/users/bevan78/)
 * (@bevan78)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-for-animating-the-pictures/#post-3887893)
 * I am also looking for something similar.
 * These buttons have been created by scaling the images up and fading them out 
   a little when rolled over.
 * I can see the code
 *     ```
       element.style {
           opacity: 1;
           transform: scale3d(1, 1, 1);
       }
       ```
   
 * attached to the button (using ‘Firebug’) somehow but I am a newbie to this as
   well so I’m not sure if adding this to style sheet would work.
 * I want to swap one image for another when you hover over it but no one has responded
   to my post for over 2 weeks now so I’m not sure if I’ve posted it correctly.
 * Good luck with the hunt anyway!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Responsive] Custom image buttons with different hover over image](https://wordpress.org/support/topic/custom-image-buttons-with-different-hover-over-image/)
 *  Thread Starter [Bevan78](https://wordpress.org/support/users/bevan78/)
 * (@bevan78)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/custom-image-buttons-with-different-hover-over-image/#post-3878446)
 * No support?
 * Am I posting this incorrectly??
 * Can anyone help???

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