Discussion on Adrenalin - Multi-Purpose WooCommerce Theme

Discussion on Adrenalin - Multi-Purpose WooCommerce Theme

Cart 2,183 sales
Well Documented

commercegurus supports this item

Supported

971 comments found.

Hi guys,

If I have mobile responsive mode disabled, is there any way to also disable the sticky menu on mobile, but keep it active on desktop mode?

Thanks

Hi there,

No that’s not possible as disabling responsive mode switches off all media queries – and you would need a custom media query to do something like that – so technically it is fundamentally not possible to do this if you disable responsive mode.

Colm

I understand. Is there a way to have a mobile logo uploaded, separate from the standard desktop logo? The main issue I’m having is that in responsive mode, the logo is appearing so small you can’t make out what it says. I’ve tried increasing the mobile header size as suggested to someone else here, but that doesn’t seem to fix the issue.

Again if you have responsive mode switched off – there’s no possibility of doing conditional displays for mobile devices. It’s a direct logic conflict.

If you re-enable responsive mode and shoot me an email to support@Commercegurus.com with your site url and your WP admin user/pass i’ll advise you if it’s possible to do anything to make it bigger.

Colm

“Hello! I need your help! I purchased the template, I can not figure out how to set up a menu like the preview in the home menu (the drop down with images of 5 columns).” my email is isctirso@gmail.com send me please the explanation

Hi there, This isn’t actually part of the theme – it’s actually just used for the demo site. The code is a bit tricky to do but if you send me an email to support@commercegurus.com this will generate a support ticket in our main support system and I will send you some code and instructions.

Best,

Colm

Hi,

On all the product pages,Cart and check out pages there is a solid colored bar with the respective page name in for example, the cart page has the solid colored bar with Cart in it. Is there a way i can add an different to each of the pages image instead of a solid colored bar

Hi,

No problem :)

Quite a lot of our customers have no design/development skills which is why this is always our initial suggestion.

If you have design/development skills I would recommend you explore using a child theme to extend/customize the theme yourself.

We provide a starter child theme with the main zip package.

Once you have the child theme setup you could just add some custom css to target .woocommerce .product-title-wrapper which would allow you to change the behaviour of the wrapper just on WooCommerce pages.

If at this point you’re unsure of what I mean then this is why I would recommend a freelancer. If this gives you what you need then you should be able to pick it up from there.

Hope this helps,

Colm

Sorry i do know that. What im asking is what file does the colored bar sit in as i cant find it if i know where it sits i can go ahead and make the changes

The code for this is in /adrenalin/inc/extras.php

look for a function called cg_page_title_callback

Colm

Hi,

Im trying to remove the empty cart function from the cart page but cant see where in the PHP or in which file this sits

adam

i think were talking about 2 different things here on the cart page under the products there is a button that says “empty cart” i want to remove this button

Hi,

Re: product search widget reference – Sorry I got my wires crossed with another comment :)

Re: “Empty Cart” button – it’s 100% not in the theme – have you checked to ensure it’s not coming from some plugin.

Take a look and if you still can’t figure it out shoot me an email to support@commercegurus.com with your WP site url and admin user/pass

Colm

thanks i found it hidden in a plug in of woocommerce jetpack

Hi,

The testimonials are rotating far too quickly, is there some custom code that can be added to slow it down?

Or allow people to navigate through it at their own pace e.g. next and it remains there until they click next or previous again.

Regards, John

Hi John,

No – not at present. We’ll be adding an option in a future release to slow down the speed. It’s probably about 3-4 weeks away from release.

Best,

Colm

Thanks for your reply Colm, is there a javascript file we can update in the meantime to slow this down until the new release?

Hi there,

Not really – the css is all minified – so you’d have to switch to the debug js. It requires more than just a simple js tweak. I’d recommend not doing it to be honest to keep your life simple for now :)

Colm

Hi,

I've been having a little bit of trouble with the deactivating the wishlist plugin. Once i deactivate it, i seem to have the shortcode displayed below the products. Here is a screenshot

How would i go about getting rid of that shortcode?

Hi there,

simply try deleting the plugin completely.

Colm

Hi,

im adding a boarder to description and added the following

.woocommerce .woocommerce-tabs { border-left: 1px solid #000; line-height: 10px; border-right: 1px solid #000; border-bottom: 1px solid #000;

but if you look at the link http://109.73.237.242/~packagi1/product/flip-test/ i cannot get rid of the padding at the top any help

Hi,

This kind of change is not support or recommended as you’ll most likely have other knock on impact.

Something like this might help you (but again is not supported!)

body.single .woocommerce-tabs {
padding-top: 0 !important;
}

Colm

Hi, Where do I change the title of the product tab ?

thanks…

Hi,

I don’t know what you mean by product tab? Do you mean the description tab? Please send me a screenshot to support@commercegurus.com highlighting what you want to change.

Thanks,

Colm

Hi,

Im looking to edit the cart checkout and order complete page at the top there is a solid colored bar with the page title of either cart or checkout, i want to customize this and add images in this area can this be done.

Adam

Hi there Adam,

This is something can be done but it’s not a trivial change or something that is controlled via theme options.

You would need to do this via a child theme and then you would need to override some of the core theme files. If you’re not already familiar with this process then my advice would be to seek the services of an experienced WooCommerce developer who would be able to do this for you. You can find such qualified people over on elance and odesk.

Best,

Colm

Hi,

In the footer 2 i have removed the subscribe/newsletter area and was hoping removing this would then make the other 3 sections wider to fill the space but at the moment just have blank space how do i achieve this

Hi there,

That is not currently possible – the footers are designed to display 4 widgets.

Best,

Colm

Hi I’m interested in this theme. What’s the font used for the Adrenaline logo? Thanks

Hi there,

Thanks for your interest in Adrenalin – the logo font is Museo Sans.

Colm

The list view of products is not looking aligned. The images are not of the same size. The list wraps are of different size.

the image of the page can be checked at http://s000.tinyupload.com/?file_id=54539453444228996261

Please let me know what is the issue.

P.S. : I still await reply to my previous query about custom home page.

Reagrds, Nitin

Sorry, i have already received your reply on the previous topic. Just saw it now.

Awaiting your reply on the current topic.

Hi there,

Please send me an email to support@commercegurus.com with your WP site url and your WP admin user/pass (and just reference this comment thead) and we’ll take a look.

Best,

Colm

Hi,

I need to remove any H1 tags in the theme for SEO purposes so I can create my own h1 tags. I went through the files and can’t seem to find the file containing:

the h1 class="cg-page-title" > /h1

for most of my pages I am using the full width template. If there are any other files with predefined H1 or H2 tags can you also please direct me to those files.

Thank you.

hi there,

That text is in /adrenalin/inc/extras.php – search for h1 in that file and you’ll find it.

I strongly recommend you don’t change the theme in this way though. You will have difficultly upgrading the theme in the future when new versions are released.

Best,

Colm

Hi guys,

I’m trying to figure out how to change the background color of the “back to previous” bar in my shop pages. Doing a little research through some of the questions already asked here, I managed to change part of the background, but the edges are still showing black as you’ll see here:

http://postimg.org/image/mv3iefcr9/

The css code I used to get that much done was:

.cg-back-to-prev-wrap { background-color: #51b747

Can you tell me what I’m doing wrong?

I figured it out! I’ll just post the css code I used in case anyone searching through the comments ever comes across the same issue. Just replace the color code your own.

cg-page-wrap > section > div.product-title-wrapper {

background-color: #51b747 !important; }

Hi guys, really great theme!

Really need to ask a number of pre-sale questions:

1) Will this site function well on Windows Azure? If not, which ones do you recommend best? 2) For the currency switcher and WPML, does it come along with this purchase or will it be separate. If not, if I purchase them first, install them and give you access – could you then do the same installation setup as your demo for Spanish and Korean ( language & currency )? 3) Will your team be able to do some slight customization (very minor)? How much will be your rate? 4) Is there a P.O.S compatible plugin on here with this theme? My client has multiple boutiques.

Best regards, Kaffee

Hi Kaffee

  1. We wrote a blog post about suggested hosts here: http://www.commercegurus.com/2015/01/19/best-woocommerce-hosting-plans-part-3-vps-providers/
  2. WPML needs a separate licence, you can get that on wpml.org – we created a tutorial video on installing it you can use – https://www.youtube.com/watch?v=4qurB6u6EH8 – we wouldn’t install it, you’d contact WPML for setup queries.
  3. Re: customization enquiries, we’re not in a position to take any on at the moment – I’d suggest using elance.com
  4. It should work fine with any well coded POS plugin for WooCommerce

Best

Simon

Hi there! Could you help me with settings of CommerceGurus Content Strip I want to set main page like your Homepage – Travel, but I don’t see cubes: Paris, Vena etc on my page. They are exist when I open this page in admin panel, but not in browser.

Thanks!

Hi there!

The demo content doesn’t add those images as they’re licensed – the idea is to replace those images in the backend with one of your own. You should see it on the front end then.

Best

Simon

I installed the theme on my local server and I absolutely love it. I activated the child theme and everything works and looks the same as the parent theme except the black box at the top of the page. There are two different search widgets in there and no search widget in the header box. I can’t figure out why. I have not made any changes to anything yet.

Hi there!

Thanks for the kind words!

Hmm, sounds like some widgets got mixed up with the import.

‘Header search’ should be the ‘YITH Ajax WooCommerce Product Search’ widget with no label text.

‘Top right’ should be just a text widget with this content:

<a href="http://adrenalindemo.commercegurus.com/wishlist">WISHLIST</a> <a href="#" class="divider">CUSTOMER SERVICE</a> <a href="http://adrenalindemo.commercegurus.com/my-account" class="divider">MY ACCOUNT</a>

Best

Simon

Hi guys,

Is there any way to disable the logo from appearing on the sticky menu? Or is there any way to have an alternate logo appear on the sticky menu?

Thanks!

Hi there,

No – not via theme options.

You could add some custom css via Theme Options -> Custom code

This should work

.cg-header-fixed .logo {
display: none;
}

Hi there … my custom css file is becoming rather full and I was hoping to link it to an external css file to make it easier to work with and easier to locate each line of code within.

Can you advise how I would do this?

p.s. tried this method – @import “newstyles.css”; ... Should this work?

Thanks

Hi there

If you’re making a lot of custom changes then a child theme would be the best solution. One is included with the theme zip.

There’s a link to custom.css in the child theme.

You’ll have to redo widget areas etc but long term you’ll have a lot more flexibility. You can update the parent theme when a theme update is available without your changes being overwritten.

Best

Simon

righto … that’s what I’ll do Simon. Thanks for that :)

No problem :)

Can I ask how do I change the product on a single item page, http://themeforest.net/item/adrenalin-multipurpose-woocommerce-theme/full_screen_preview/9284771 the big middle picture to 200×200px? I tried to go to woocommerce > setting> product> display and change the single page display to 200×200 px, but the picture currently is 475×475 px and does not want to change.

Hi there

Yes, as I said in the previous response the images will grow to fill the container they are in so you need to add fairly large ones.

On our demo the images are resized to 500×650 but the original source image is even bigger – 1000×1300

Best

Simon

Thank you very much. Last thing, is there a custom code to change the image from 500×650 to 300×300? because I tried many things and its not working. Thank you very much again for the quick response! :D

Um, no – 300×300 are too small. The images will always stretch to fill their container. You’ll need larger images.

Best

Simon

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