rickykpg
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Interface] Full width problem with Elementor page builderHello,
Add the following to style.css
.entry-content { overflow: visible; }Forum: Themes and Templates
In reply to: [Advertica Lite] Change homepage to regular pageHello,
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.
Forum: Plugins
In reply to: [Page scroll to id] JS Error From Another PluginSome 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:7jquery.malihu.PageScroll2id.js:2:5808
Hello,
Sure, I’ll start posting on Github. 🙂
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
In reply to: [Page scroll to id] JS Error From Another PluginHello,
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
In reply to: [Live Composer - Free WordPress Website Builder] Blog Carousel Not Working?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
In reply to: [Live Composer - Free WordPress Website Builder] JS Error When EditingEdit: Duplicate.
Forum: Plugins
In reply to: [WP Activity Log] Receive The Following Error Message When Logging InWindows 10 and Apache via XAMPP.
Forum: Plugins
In reply to: [WP Activity Log] Receive The Following Error Message When Logging InHello,
There are no files in that directory.
Forum: Plugins
In reply to: [WP Activity Log] Receive The Following Error Message When Logging InHello,
Sorry, I forgot to mention that this is on my local server for development.
Forum: Plugins
In reply to: Livemesh Posts Carousel : how to make the height of all post boxes the sameHello 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.
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!
Rebuild your permalinks, that’s what fixed it for me.
Forum: Themes and Templates
In reply to: [Ascent] Change color of image bordersIf you provide a live link I can help.