Title: rickykpg's Replies | WordPress.org

---

# rickykpg

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 58 total)

1 [2](https://wordpress.org/support/users/rickykpg/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/rickykpg/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/rickykpg/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/rickykpg/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Interface] Full width problem with Elementor page builder](https://wordpress.org/support/topic/full-width-problem-with-elementor-page-builder/)
 *  [rickykpg](https://wordpress.org/support/users/rickykpg/)
 * (@rickykpg)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/full-width-problem-with-elementor-page-builder/#post-8681185)
 * Hello,
 * Add the following to style.css
 *     ```
       .entry-content {
           overflow: visible;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Advertica Lite] Change homepage to regular page](https://wordpress.org/support/topic/change-homepage-to-regular-page/)
 *  [rickykpg](https://wordpress.org/support/users/rickykpg/)
 * (@rickykpg)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/change-homepage-to-regular-page/#post-8645665)
 * Hello,
 * You’ll need to edit **template-front-page.php** which is located in the theme’s
   folder.
 * Open the file and remove the following.
 *     ```
       <!-- FEATURED BOXES SECTION -->
       <?php get_template_part('includes/front','featured-boxes-section'); ?>
   
       <!-- AWESOME PARALLAX SECTION -->
       <?php get_template_part('includes/front','parallax-section'); ?>
   
       <!-- CLIENTS-LOGO SECTION -->
       <?php get_template_part('includes/front','client-logo-section'); ?>
       ```
   
 * The first two are located at the top and the last one is located at the bottom.
    -  This reply was modified 9 years, 7 months ago by [rickykpg](https://wordpress.org/support/users/rickykpg/).
    -  This reply was modified 9 years, 7 months ago by [rickykpg](https://wordpress.org/support/users/rickykpg/).
    -  This reply was modified 9 years, 7 months ago by [rickykpg](https://wordpress.org/support/users/rickykpg/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page scroll to id] JS Error From Another Plugin](https://wordpress.org/support/topic/js-error-from-another-plugin/)
 *  Thread Starter [rickykpg](https://wordpress.org/support/users/rickykpg/)
 * (@rickykpg)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/js-error-from-another-plugin/#post-7701368)
 * Some additional information, not sure if it will help without seeing the page.
 *     ```
       TypeError: a.data(...) is undefined
       O._currentTarget()
       jquery.malihu.PageScroll2id.js:2
       O._setClasses()
       jquery.malihu.PageScroll2id.js:2
       I.init/</<()
       jquery.malihu.PageScroll2id.js:2
       .each()
       jquery.js:2
       n.prototype.each()
       jquery.js:2
       I.init/<()
       jquery.malihu.PageScroll2id.js:2
       n.event.dispatch()
       jquery.js:3
       n.event.add/r.handle()
       jquery.js:3
       .offset()
       jquery.js:4
       t()
       jq-sticky-anything.min.js:7
       e.fn.stickThis/checkElement<()
       jq-sticky-anything.min.js:7
       ```
   
 * jquery.malihu.PageScroll2id.js:2:5808
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Live Composer - Free WordPress Website Builder] Use WordPress Editor For HTML Module](https://wordpress.org/support/topic/use-wordpress-editor-for-html-module/)
 *  Thread Starter [rickykpg](https://wordpress.org/support/users/rickykpg/)
 * (@rickykpg)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/use-wordpress-editor-for-html-module/#post-7707780)
 * Hello,
 * Sure, I’ll start posting on Github. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Live Composer - Free WordPress Website Builder] Auto-Populate Image Title and Alt](https://wordpress.org/support/topic/auto-populate-image-title-and-alt/)
 *  Thread Starter [rickykpg](https://wordpress.org/support/users/rickykpg/)
 * (@rickykpg)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/auto-populate-image-title-and-alt/#post-7698543)
 * Good to hear!
 * If I can make one additional related request, either a change in behavior or 
   a new option for when linking an image. Currently we have to manually input the
   image link URL when, at least in my case the link URL I’m inputting is for the
   full-size image. Unless otherwise specified, when using the Link URL option can
   it automatically link to the image?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page scroll to id] JS Error From Another Plugin](https://wordpress.org/support/topic/js-error-from-another-plugin/)
 *  Thread Starter [rickykpg](https://wordpress.org/support/users/rickykpg/)
 * (@rickykpg)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/js-error-from-another-plugin/#post-7701311)
 * Hello,
 * At the moment the site is locally hosted, when it goes live and if the error 
   is still present I’ll reply to this thread with the link.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Live Composer - Free WordPress Website Builder] Blog Carousel Not Working?](https://wordpress.org/support/topic/blog-carousel-not-working/)
 *  Thread Starter [rickykpg](https://wordpress.org/support/users/rickykpg/)
 * (@rickykpg)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/blog-carousel-not-working/#post-7697164)
 * Nevermind, figured it out. I had the same number for posts per page and posts
   per page, removing the number in posts per page started it.
 * A few suggestions:
 * – Have the carousel loop instead of going back and forth.
    – Instead of simply
   showing the next batch of posts, have the carousel continuously moving so it’s
   a smoother transition.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Live Composer - Free WordPress Website Builder] JS Error When Editing](https://wordpress.org/support/topic/js-error-when-editing/)
 *  Thread Starter [rickykpg](https://wordpress.org/support/users/rickykpg/)
 * (@rickykpg)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/js-error-when-editing/#post-7693829)
 * Edit: Duplicate.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Activity Log] Receive The Following Error Message When Logging In](https://wordpress.org/support/topic/receive-the-following-error-message-when-logging-in/)
 *  Thread Starter [rickykpg](https://wordpress.org/support/users/rickykpg/)
 * (@rickykpg)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/receive-the-following-error-message-when-logging-in/#post-7690013)
 * Windows 10 and Apache via XAMPP.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Activity Log] Receive The Following Error Message When Logging In](https://wordpress.org/support/topic/receive-the-following-error-message-when-logging-in/)
 *  Thread Starter [rickykpg](https://wordpress.org/support/users/rickykpg/)
 * (@rickykpg)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/receive-the-following-error-message-when-logging-in/#post-7689993)
 * Hello,
 * There are no files in that directory.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Activity Log] Receive The Following Error Message When Logging In](https://wordpress.org/support/topic/receive-the-following-error-message-when-logging-in/)
 *  Thread Starter [rickykpg](https://wordpress.org/support/users/rickykpg/)
 * (@rickykpg)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/receive-the-following-error-message-when-logging-in/#post-7689926)
 * Hello,
 * Sorry, I forgot to mention that this is on my local server for development.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Livemesh Posts Carousel : how to make the height of all post boxes the same](https://wordpress.org/support/topic/livemesh-posts-carousel-how-to-make-the-height-of-all-post-boxes-the-same/)
 *  [rickykpg](https://wordpress.org/support/users/rickykpg/)
 * (@rickykpg)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/livemesh-posts-carousel-how-to-make-the-height-of-all-post-boxes-the-same/#post-7591088)
 * Hello Denveri,
 * I had the same question as you so I wanted to share my solution for you and anyone
   else that might need it.
 * Just add the following CSS rules to your theme’s CSS file.
 *     ```
       .lsow-posts-carousel .lsow-posts-carousel-item .hentry {
           height: 300px
       }
       ```
   
 * This will change the box height, the actual number may vary for you but 300px
   worked for me.
 *     ```
       .lsow-posts-carousel .lsow-posts-carousel-item .lsow-project-image {
           height: 180px;
       }
       ```
   
 * Since we’ve made all the boxes height the same, the post titles now look weird
   being at different heights. This will make them all uniformed, again the actual
   number may vary for you but 180px worked for me.
 *     ```
       .lsow-posts-carousel .lsow-posts-carousel-item .lsow-project-image img {
           height: 100%
       }
       ```
   
 * Might as well make all the images the same height as well, this will make the
   image fill out the entire height we set in the previous CSS rule.
 * Let me know if you have any additional questions.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Live Composer - Free WordPress Website Builder] Rows Background Color 100% Width](https://wordpress.org/support/topic/rows-background-color-100-width/)
 *  Thread Starter [rickykpg](https://wordpress.org/support/users/rickykpg/)
 * (@rickykpg)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/rows-background-color-100-width/#post-7678826)
 * Hello,
 * That’s unfortunate, it’s the single thing that is keeping me from switching from
   Page Builder by Site Origin as it has the ability to stretch the rows width which
   works perfect for doing the above.
 * Hopefully something similar is added in the future. Keep up the amazing work 
   on this plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[weDocs: AI Powered Knowledge Base, Docs, Documentation, Wiki & AI Chatbot] Oops..Error 404](https://wordpress.org/support/topic/oopserror-404/)
 *  [rickykpg](https://wordpress.org/support/users/rickykpg/)
 * (@rickykpg)
 * [10 years ago](https://wordpress.org/support/topic/oopserror-404/#post-7557984)
 * Rebuild your permalinks, that’s what fixed it for me.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Ascent] Change color of image borders](https://wordpress.org/support/topic/change-color-of-image-borders/)
 *  [rickykpg](https://wordpress.org/support/users/rickykpg/)
 * (@rickykpg)
 * [10 years ago](https://wordpress.org/support/topic/change-color-of-image-borders/#post-7537877)
 * If you provide a live link I can help.

Viewing 15 replies - 1 through 15 (of 58 total)

1 [2](https://wordpress.org/support/users/rickykpg/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/rickykpg/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/rickykpg/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/rickykpg/replies/page/2/?output_format=md)