ThemeForest

Juiced - Responsive WordPress Theme

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
waboom Purchased

I have disabled the homepage gallery, and would therefore also like to remove ”#All” from the url. How can I achieve this?

eggbit

Depends how you disabled it. Did you remove the code from page-home.php? Send me a private message and I’ll get you a version of the homepage without the gallery. Cheers

Default-user
waboom Purchased

I added #homeGallery {display:none;} to my stylesheet.

Default-user
waboom Purchased

I sent you a pm right now.

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
waboom Purchased

Is there a way to have six icons instead of three on the home page?

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

Hello, I am trying to move the top navigation to the right side of the page, could you point me to the css I would need to change?

Thanks

eggbit

Add this

#main-menu {float:right;}

Default-user

thank you for the quick reply, i entered that line in the style.css but nothing happened also tried margin left and right, not sure what i am missing..

eggbit

Make sure it is at the bottom. Try it like this:

#main-menu {float:right!important;}
Default-user

thanks for the quick reply, tried it at the bottom, menu still stays where it is….

eggbit

Can you send a message to my profile with the site link?

Default-user

thanks, just sent it…

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
waboom Purchased

Does the theme support Woo Commerce? I´ve tried to install Woo Commerce, but unfortunately I have encountered some layout issues.

eggbit

It’s not a WooCommerce theme. You can make a couple changes to add better compatibility. Open a support ticket and I’ll get you pointed in the right direction: http://goo.gl/01ET8

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years

Greetings

I would like to have an extra blog page where only posts with a certain TAG are displayed, is there a way to do it?

thanx

eggbit

Sure. Open a ticket here http://goo.gl/01ET8 and I’ll show you the code. – Cheers

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

Fantastic support, thanks for the help over the weekend. I have uploaded the demo content a couple of times and I get all the images but the three icons for the home page, i checked my wp media and still they are the only ones missing. Probably something silly on my end like the last one, but thanks again for the quick reply and help.

eggbit

Hi, Open a support ticket http://goo.gl/01ET8 and I will send you the icons. – Cheers

Default-user

for the contact page can i set it up to redirect to a thank you for contacting us page?

eggbit

Open page-contact.php and add this line:

wp_redirect(get_bloginfo('wpurl').'/your-thank-you-page/');

after this line:
mail($emailTo, $subject, $body, $headers);
Default-user

worked great, thanks

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
waboom Purchased

I have to agree with @ripconsultingllc. @eggbit delivers fantastic support for this theme.

I have two more questions:

1. What should I add to my style sheet if I don´t want the large dark gray area (hero-unit) used as a background for the title and subtitle?

2. What should I add to my style sheet to move the orange line underneath the active menu options up to right underneath the menu text.

Here´s my site: Weekly SEO Report

eggbit

Hi,

Try these:

.hero-unit {background:none;}
.navbar-inverse .nav .active > a {min-height:0px;}
Default-user
waboom Purchased

I´m afraid that didn´t work.

The hero-unit is till visible and the line is only moved when active, not on mouseover.

Check it out here: http://weeklyseoreport.com/sign-up/

/Jens

eggbit
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus { min-height:0px; }
I thought you just didn’t want the color of the hero unit. If you want it gone add this:
.hero-unit {display:none;}
– cheers
Default-user
waboom Purchased

Thank you @eggbit. Not all theme developers provide customization support, so thank you very much. Great support!

Two new issues that occured after the changes:

1. I have now way to add a title to the tour section. I tried to add it on the page called “Tour”, but that didn’t do anything. Could you please help me…?

2. Right now the breadcrumbs are crammed into the header with no space above it. How can I add a few px space aboved the breadcrumbs?

/Jens

eggbit

Hi Jens, The hero-unit is the title area. I’m not sure what you want to do? If you remove it, there will be no title. These are customizations – I can point you in the right direction – please open a ticket http://pixelgrapes.ticksy.com

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years

My site footer isn’t showing as full width like the demo. The footer is narrow and the social media icons are dropping out of the footer area?

Also is there a way to keep the featured images off my pages but keep the images on the home page in the four boxes like the demo?

eggbit

Is the footer narrow on only the homepage? You can keep the images off your pages with a small code edit. Open a ticket here: http://goo.gl/01ET8

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

How do I get rid of the (I think it is) the blog post on the home page? Is it possible to add one more Banner Heading? I too got the ”#All” in my URL after loading, how do I get rid of it? (no idea how I got it).

Is there a way to speed up the loading of the site? It seems like the Revolution Banner slows it down, thoughts?

Love the theme, I am doing some really cool things with it, will post it in a couple of months!

Larry

eggbit

Hi Larry. You can open up page-home.php and change this line:

 includeAll: true

to
 includeAll: false
You could try a WP cache plugin like this: http://wordpress.org/plugins/w3-total-cache/ – Cheers
Default-user

false did not work, it did make everything appear vertical instead of in the rows… I had read about plugins/w3-total-cache/ , I will give it a try.

eggbit

Sound like a syntax problem. Should look like this:

 categories:false,
                categoryOptions: {
                    includeAll: false
                },

Default-user

But where is it I should be putting this, or is it something I should be changing? Thank you, sorry, a bit of a newbie, need it spelled out for me! Larry

eggbit

Replace the code on page-home.php – it’s near the bottom

Default-user

I am suppose to replace this: includeAll: true?

With: categories:false, categoryOptions: { includeAll: false },

Correct?

eggbit

No. You should be able to just change the word true to false. I just showed you the whole code snippet for some more context.

Default-user

I had to change both trues to false and it worked. Is there anyway to get rid of that space it is taking up? Or how do I allocate something else to go in there?

Thank you!

Larry

eggbit

Hey Larry, can we move this to the support section. These are post-sale questions. Please open a ticket here: http://pixelgrapes.ticksy.com thanks ;)

Default-user

Of course!

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
cuecon Purchased

Hi, is there a way to change how my blog articles get displayed at the blog page? I want to disable the “blogGallery” and change ist to a normal wordpress list view with teaser text and thumb image.

Thank you! Tristan

eggbit

Hi Tristan. I sent that change to someone else. If you open a ticket here: http://pixelgrapes.ticksy.com I’ll get you the change. – Cheers

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hey, Where can I find the documentation for this theme?

eggbit

Hi. Make sure you download the ‘main files’. Unzip them on your local computer. Inside there is a folder called ‘documentaion’ as well as demo content. – cheers

Default-user

Thanks for the quick reply! I’ll check it out!

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hey, I can’t seem to present the latest tweets on my site – http://qbl.wpengine.com/

eggbit

Hi. There was an update for this a few days ago. Twitter changed their API. You can download the theme again to get the update. If you’ve made custom changes to the theme you can just upload the admin folder. You will need to enter your Twitter oAuth token in the theme settings. – Cheers

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hello,

Is there a possibility to send the code you used in the “Banner Sub-heading” to create what we see in the demo? Thanks

eggbit

Use the ‘invert’ class like this:

Welcome to <strong class="invert">Juiced</strong> A fully Responsive WordPress Theme

by
by
by
by
by