Discussion on Leverage - Creative Agency and Digital Agency WordPress Theme

Discussion on Leverage - Creative Agency and Digital Agency WordPress Theme

Cart 2,424 sales
Well Documented

Themeasy supports this item

Supported

This author's response time can be up to 1 business day.

1257 comments found.

When will you release and update please?

Hi,

We’ll be publishing an update soon. Do you have any suggestions for improvements or fixes for the Leverage WordPress Theme? Thank you.

How can i disable completly the modal-dialog-slideout . i can hide with css yess, but this dosent help with accessibilty checks, cause the sidebar is visible in the code. is there any way to disable it whole site with custom js or something?

Hi,

Modals can be useful for things like the responsive menu, login and signup, and search. This is the search bar, for example: https://imgur.com/yWX4CG8

Do you want to remove all of them, including the search bar? It’s possible to do this with JavaScript, just let me know which ones you want to remove and I’ll send it over.

i want to remove it, its not worth for our site.

Go to Theme Settings > Advanced > Custom JS and add the following code:

document.querySelectorAll('.modal').forEach((modal) => {
  if (modal.querySelector('.modal-dialog-slideout')) {
    modal.remove()
  }
})

I hope this helps.

In theme settings->typography, the fonts, theres some fonts listed, how can i add extra font? or just change h2 and h3 to default, not just some font and make some extra loading times for that.

and i dont meen the custom font from the h1 and h2 . how can i add new font to the dropdown list.

Hi,

Unfortunately, it’s not possible to add new fonts to the dropdown list provided by the theme. However, it is possible to add a custom font, for example: https://imgur.com/RK85gaP

Under Theme Settings > Typography, you can view the available options.

Tip: Each Elementor widget includes its own Typography settings.

For further customization, you may need to install and test a plugin.

Hope this helps.

Hi, please send me custom js script to change the particles speed. they are too fast right now. but love them.

thankjuu. Please give me also custom js code for Neutral particles

Thx, but chat gpt helped

here is the code

jQuery(function ($) { ‘use strict’;

// ------------------------------
// Default particle preset — easy-to-tune variables
// ------------------------------
const DEFAULT_PARTICLE_COUNT = 80;
const DEFAULT_PARTICLE_SPEED = 1;
const DEFAULT_PARTICLE_SIZE = 3;
const DEFAULT_PARTICLE_MIN_SIZE = 0.1;
const DEFAULT_OPACITY = 0.5;
const DEFAULT_OPACITY_MIN = 0.1;
const DEFAULT_LINE_DISTANCE = 150;
const DEFAULT_LINE_OPACITY = 0.4;
const DEFAULT_LINE_WIDTH = 1;
const DEFAULT_PUSH_AMOUNT = 2 // ← Montako partikkelia lisätään klikkauksella
/**
 * Initialize particles effect based on type and element ID.
 */
function initParticles(type, elementId) {
}
if (type === 'default') {
}
particlesJS(elementId, {
});
particles: {
  number: {
    value: DEFAULT_PARTICLE_COUNT,
    density: { enable: true, value_area: 800 }
  },
},
color: { value: "#ffffff" },
shape: {
  type: "circle",
  stroke: { width: 0, color: "#000000" },
  polygon: { nb_sides: 5 }
},
opacity: {
  value: DEFAULT_OPACITY,
  random: false,
  anim: {
    enable: false,
    speed: 1,
    opacity_min: DEFAULT_OPACITY_MIN,
    sync: false
  }
},
size: {
  value: DEFAULT_PARTICLE_SIZE,
  random: true,
  anim: {
    enable: false,
    speed: 20,
    size_min: DEFAULT_PARTICLE_MIN_SIZE,
    sync: false
  }
},
line_linked: {
  enable: true,
  distance: DEFAULT_LINE_DISTANCE,
  color: "#ffffff",
  opacity: DEFAULT_LINE_OPACITY,
  width: DEFAULT_LINE_WIDTH
},
move: {
  enable: true,
  speed: DEFAULT_PARTICLE_SPEED,
  direction: "none",
  random: false,
  straight: false,
  out_mode: "out",
  bounce: false
}
interactivity: {
  detect_on: "canvas",
  events: {
    onhover: { enable: false, mode: "grab" },
},
onclick: {
    enable: true,   // ← Klikkaus aktivoitu
    mode: "push"    // ← Lisää partikkeleita
  },
},
modes: {
  push: {
    particles_nb: DEFAULT_PUSH_AMOUNT // ← Kuinka monta partikkelia lisätään
  }
}
resize: true
retina_detect: true
// ------------------------------
// Auto-init for all .particles elements
// ------------------------------
$('.particles').each(function () {
  const type = $(this).data('particle');
  const elementId = $(this).attr('id');
  initParticles(type, elementId);
});

});

Wow! Glad that worked out.

The theme uses this library: https://vincentgarreau.com/particles.js/ it gives you a lot of room to get creative.

Wishing you much success!

4 years ago I asked if you could please out a light/dark switched in the nacbar menu for both desktop and mobile view.

You said you would, but not on the next release be ause there was already a lot to do. It’s been 4 years now I’ve been waiting for you guys to add this feature so I can use your theme.

This is the only thing keeping me from using and buying more copies of your theme. I believe it’s the one thing in the way of making this theme perfect.

Can’t you just give me a snippet I can add to JS or CSS so I can have a dark/light switch in mobile view? On the nacbar or menu bar? Please? I’ll toss you a couple of dollars?

Screenshot-20251115-021554-1

Hi,

Dark mode is currently available only in Desktop mode and is still in Beta.

We do have some improvements in mind for the theme, including a more robust dark mode, but there’s no ETA at the moment.

Thank you for your suggestion!

I made changes in the design of my website. But now the blog grid is masonry and I want all thumbs square. Can’t find out how to change this in the settings.

Hi,

The blog generated under “blog posts” in WordPress will have the Masonry grid applied by the theme by default, there are no specific settings for this.

However, you can simply create a page, for example “My Blog,” edit it with Elementor, and add the “Post Grid” widget from Leverage. This way, the grid will be perfectly square, like in this example: https://imgur.com/hoyOueU

Let us know if this is what you were looking for. Hope it helps!

Hello, I updated my theme and a problem arose. I thought it was due to the update. I did a clean install from scratch, and the problem is the same. The simple blog article page appears repeatedly, meaning the post content is displayed twice. What can I do?...

Hi,

I checked your website and it looks like you’re using the wrong template on this post: “Elementor Header Footer”. Please change it to “Full Width” or another more appropriate option.

If you have any questions, please refer to the Item Support Policy: https://themeforest.net/page/item_support_policy

I hope this helps.

It’s the exact template I’m using, but the error still appears. As indicated, the error appears both on my website and on a new installation. It’s not a problem with the website or any plugins, but with the updated theme…

https://velpaservices.com/why-project-management-increases-performance/ I’ve sent a link to the same error in a sample article about the system itself… It seems to have something to do with the (light or dark theme modes) option.

Hi,

I checked your URL and it looks like the HTML content in your Text Editor widget is corrupted. This may have happened during the demo import.

To fix it, simply edit your post, go to the Text Editor widget, and check for any leftover code like:

<!-- wp:heading --> <!-- /wp:heading --> <!-- wp:paragraph --> <!-- /wp:paragraph -->

Or incorrectly closed <p></p> tags, which can break the layout — as seems to be the case here.

To quickly test this, delete all the “Lorem ipsum” content in the two Text Editor widgets within your post and type in any sample text. Then save and preview the post.

That should fix the issue.

Suddenly on form submission we are not getting emails

Logs says api_key: invalid

Hi,

Please email us at adm.codings@gmail.com and provide your purchase code. You can see how to find your purchase code here: https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purchase-Code

Thanks. :)

hi, I am getting a link error on the Projects page (https://creaviser.com/projeler/) of my website. On the Projects page, there is only a pagination option.

When the permalink structure is set to ”/ postname /”, I get a 404 error when I click on the 2nd page of the projects (the URL structure is like this: www.creaviser.com/projeler/page/2).

But when the permalink structure is set to “Plain”, the 2nd page does not give an error, but the URL structure changes (like .com/?p=123jkhdsj8).

I want to use the ”/ postname /” structure and have the (projects/page/2) URL work correctly.

Hi,

When accessing this URL — www.creaviser.com/projeler/page/2 — it seems to be working fine. Has this been fixed? If you need help with anything else, just let us know. :)

I have updated the colors in the design& color settings under theme settings but the colors are not changing.

Hi,

We’ve replied to your email with detailed instructions. The issue is related to the page settings.

The Leverage Theme includes global color settings under Theme Settings, as well as conditional settings when editing individual pages. Please check those and adjust them as needed.

Let us know if you have any questions. :)

We have installed this theme on a Test Website for Staging. Now we have migrated the website to another domain. Is there anything we need to change for the license? If so we would like to change the license from one website to another.

Hi,

Thank you for your question. The Leverege Theme does not require an activation key to be installed. On your new site, you can simply upload the same ZIP file you used for the Staging site, and everything should work smoothly.

If you have any further questions, please let us know.

Please tell me you are going to continue updating this theme on a regular basis? It has a lot of potential. From someone who has purchased hundreds of themes here, only some of the themes seem to have that edge to continue to be relevant. This theme has that. And it would be a shame to not take advantage of it,

Hi,

Yes, we’re always committed to keeping our themes up to date, especially [Leverage]. A new security update will be released soon, and we’re currently working on a project to integrate this theme with our new Themeasy framework. If you have any suggestions, they’re always welcome.

Thank you for continuing to trust the Leverage WordPress Theme — we truly appreciate it.

Mobile dark/light switch

Hi,

Dark mode is currently available only in Desktop mode and is still in Beta.

We do have some improvements in mind for the theme, including a more robust dark mode, but there’s no ETA at the moment.

Thank you for your suggestion!

He comprado Leverage. No encuentro dónde activar (insertar) el purchase code en el panel de wordpress por lo que no me permite importar los demos. Ayuda por favor

Hi,

There’s no need to activate the purchase code.

If you’re experiencing issues importing the demos, it’s likely due to a different reason—most likely related to your web server settings.

We have a complete guide to help you out here: https://themeasy.co/help/one-click-demo-import-how-to-fix-data-import-issues-in-wordpress/

How to Import the Demo Manually?

Download the file from this link:
https://codings.dev/package/demo-data/leverage/All-Elementor.xml
Right-click the link and choose “Save Link As…” to save the file to your computer.

How to Import the XML File in WordPress:

  1. Log in to your WordPress dashboard
  2. Go to Tools > Import
  3. Find the WordPress option and click Install Now (if not already installed)
  4. Once installed, click Run Importer
  5. Click the Choose File button and select the downloaded XML file
  6. Click Upload file and import
  7. On the next screen:
    • Assign authors or create a new one
    • Check the box Download and import file attachments if you want to include media
  8. Click Submit to complete the import

If you run into any issues or have questions, feel free to reply to this message — we’ll be happy to help!

Hello, I would like you to help me with the theme Leverage. Where can I create a ticket?

Hi,

You can either send it here in the comments or email it to adm.codings@gmail.com.

Thank you!

please my portfolio items are not showing in my mobile page, kindly help out my client is demanding for it.

mobile view: https://prnt.sc/NdxTOSwklPYd

pc view: https://prnt.sc/H78gcZFLPpSy

i will like the mobile view to display same way as the pc view. thanks.

why is my request marked as supported when i haven’t receive any support?

Hi,

Your questions have been noted and are within the response timeframe. Please wait while the team analyzes the situation.

You can find more details about item support on ThemeForest here: https://themeforest.net/item/leverage-agency-portfolio-creative-theme/26643749/support

You will be responded to shortly. Thank you for your understanding.

Hi,

  1. The theme does not perform any redirection. Please check your settings or ask your web host support team to look into this.
  2. The portfolio grid is not displaying on either desktop or mobile at this URL: https://gainstory.co/case-studies/

Your site might be cached, which could be causing confusion. Please double-check this, as the issue is not caused by the theme.

If you still need assistance, please send us a screenshot of your page inside the Elementor editor.

Thank you.

Hello! please i was previously using the version of leverage theme i got from a friend. But i decided to buy the theme myself and upgraded.

Ever since i did the upgrade, Every single item in my portfolio which is redirecting and i have tried to fix this all to no avail. The moment i create a new portfolio page, it redirects. please look into this thanks.

website: https://gainstory.co url affected: https://gainstory.co/case-studies/ screenshots url: https://prnt.sc/JSdVDDp2Le5n

2. my portfolio not showing on mobile please check it out too… thanks.

Hi,

  1. The theme does not perform any redirection. Please check your settings or ask your web host support team to look into this.
  2. The portfolio grid is not displaying on either desktop or mobile at this URL: https://gainstory.co/case-studies/

Your site might be cached, which could be causing confusion. Please double-check this, as the issue is not caused by the theme.

If you still need assistance, please send us a screenshot of your page inside the Elementor editor.

Thank you.

Hey I purchased you theme. I tried importing demo data, it failed. I also tried the alternative xml file upload via tools import, it imported some info but a lot of the demo date failed to import. Can you please help me perform a proper demo import? it is time sensitive.

Hi,

It seems that your server has some restrictions that are preventing the data import. Please note that the manual import method via Tools > Import is a basic WordPress feature, so your web hosting provider should be able to help you identify what needs to be adjusted.

We also have a detailed guide with many suggestions that might help:
https://themeasy.co/help/one-click-demo-import-how-to-fix-data-import-issues-in-wordpress/

If none of this works, let us know and we can try the import for you. However, if the server blocks the process, unfortunately, we won’t be able to proceed.

We look forward to your reply. :)

Thank you for your fast reply. Would you be able to import dummy data for me? if that still doesn’t work, i can contact my hosting then to help me out. Please, let me know. Thank you.

Hi,

We can try the import for you, but this is something you should have already done and didn’t work:

  • Go to Appearance > Import Demo Data
  • Go to Tools > Import and upload the All-Elementor.xml file

If that didn’t work, we also won’t be able to import it because there’s likely some restriction on your server. However, we will have the log and can give you more information so you can contact your web hosting support.

Please send your username and password by email to adm.codings@gmail.com

Thank you.

Hi there, also i have a question how to add/create a portfolio item page? After i create a page its looks like its a blog post page. I just need a portfooio item page with 5-7 images and details.

Hi,

When you import the demos, you’ll get the pre-built pages you see in the demos – for example: https://leverage.codings.dev/home-1/ (see the Portfolio menu)

However, when editing your Portfolio page or adding a new one, you can simply use Elementor to customize it as you wish – just add your images and details using the available widgets.

Note: You need to enable the Portfolio post type under Elementor > Settings in order to edit it with Elementor.

Let us know if you need any help.

Hi there, I am looking to adjust the logo size on mobile version and have a full looking cta button beside of burger menu. How to adjust this?

Hi, thank you for reaching out! :)

For specific customizations, you’ll need to use a bit of CSS. You can add the code in Theme Settings > Advanced > Custom CSS.

To change the logo size on mobile, use the following code:

Adjust the 100px value to your preferred size.

 @media (max-width: 767px) { header .navbar-expand .navbar-brand img { width: 100px; height: auto; } } 
To display the CTA with text, use this code:

Note: Using a button like this requires a small logo and disabling the search bar on mobile under Theme Settings > Header & Menu.

 @media (max-width: 767px) { body header .navbar-expand .navbar-nav a { font-size: inherit; } body header .navbar-expand .navbar-nav.action .btn i { margin-right: .5rem; } body header .navbar-expand .navbar-nav.toggle { order: 10; } } 
I hope this helps! Let us know if you have any other questions.

Yes, it helps a lot, do i can manage size of the CTA button?

Glad to hear that was helpful for you.

The CTA button takes up a lot of space, which is why we’ve kept it as an icon only in the theme. Adjusting the button’s width can be done based on the amount of text you include.

If you’d like to change its size, you can use this CSS (just customize the 100px value as needed):

@media (max-width: 767px) {
  body header .navbar-expand .navbar-nav a {
    width: 100%;
    max-width: 100px;
    white-space: nowrap;
  }
}

Hope this helps!

I just read the message on top, already fixed. Thank you. -

Hello, I just purchased your theme. Unfortunately, while installing I get a message from WP saying that the installation failed because file style.css is missing. Can you please help me out? Thank you.

Hi,

Great to hear that it worked! :)

Extract the package and send the leverage.zip file.

Let us know if you need any assistance.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey