ThemeForest

Sleex - For Business and Portfolio - 10 Skins

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

Hello, I’m having a little problem with the header…I’m using the theme skin that is brown and have correctly changed the header size to work with my logo. However, I have a line that goes across the header at 92px from the top and can’t figure out which image it is. I know it is one of the background images, but I haven’t had any luck with resizing the header_wrapper_img or the header_wrapper_bg. What else can I do to move the line down? Also, what do I do to reduce the logo length from the top of the page? In the css I saw that the logo top was set to 29px, so I set it to 5px in the brown style css, but no change happened? How to I reduce the size?

highthemes
You need to edit the
#header-wrapper {
    background: url("images/header_wrapper_bg.png") repeat-x scroll 0 0 #454039;
}
You can edit that image which is located under brown/images folder. or you can disable the background by css.

If you change 29px in brown style.css it must be change

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
  • Referred between 1 and 9 users
bobbeach Purchased

Loving the theme. Just one question please. On the demo home page excerpts: Edit Layouts, Visual Documentation, etc., there is a small image before the text. How is that done?

Thanks

highthemes

Please read the #5 of the help file.

Default-user
bobbeach Purchased

Thank you. Works if you use posts for the front page mini-features as well.

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
  • Referred between 1 and 9 users
bobbeach Purchased

Isn’t it always the way, you think you only have 1 question and along comes another! How do you get shortcodes in the sidebar? I’ve added custom sidebars, and I’ve added widgets to them, but I can’t see how to get shortcodes in.

Thanks.

highthemes

Paste the shortcodes inside the text widget

Default-user
bobbeach Purchased

Yep. Perfect. Top theme, top support. Thanks.

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
  • Referred between 1 and 9 users
bobbeach Purchased

Hi

Is it possible to hide the tags? I want them in the blog for SEO , but I’d like them not to show after the posts. Is that possible?

Thanks

highthemes

I think we don’t have the tags by default. Do you mean on single page or the posts page?

Default-user
bobbeach Purchased

After each post you get a list of tags (example: http://kitchengadgetreview.com/best-coffee-maker) just above the social bookmarking buttons. These are useful for SEO , so I still want to add them, I would just prefer they didn’t actually display on screen.

highthemes

So open style.css and add the following:

.tags { display:none !important; }

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

My site got hacked. I just downloaded the new version because i found a bug in the old one. But the theme still has the bug. If you run the plugin Timthumb Scanner 1.5.1 you will get this:

Vulnerable 1.26 thumb.php /home/xxxx/public_html/wp-content/themes/Sleex/scripts/thumb.php The latest version of the Timthumb script is 2.8.10. The oldest safe version is version 2.8.2. Last scan run 1 min ago.

About the vulnerability

Recently a new high risk vulnerability was discovered in the highly popular TimThumb script. TimThumb is a “A small php script for cropping, zooming and resizing web images (jpg, png, gif). Perfect for use on blogs and other applications.“ TimThumb is included in a lot of WordPress plugins and themes (free and paid). Exploiting this vulnerability an attacker can upload and excute a PHP file of his choice on a vulnerable website.

I already fixed it with the plugin but fix the theme, thanks. By the way the 80% of the themes i have bough have the same problem, not just your problem. Sorry bad english.

highthemes

Thanks a lot. I had disabled the allow external variable in the last version, but it seems it was not sufficient. Thanks for your help. I will update all themes again

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
moebis Purchased

2 problems (I sent a PM, but I didn’t get a response):

1) I need to include the blog articles on the homepage. I created the page with the homepage template, and then pointed it to static page in WP settings. If I assign it to anything else, like blog in the page template or blog in the static page (or recent posts) I looks the slideshow and call to action. I want the home page to have the slides/or featured articles and the call to action, along with the 5 most recent blog articles underneath. I’m currently using a plugin called blog-in-blog to accomplish this, but it’s less then ideal and doesn’t look very good.

2) Author archive pages show all the blog postings on the site, not just the ones attributed to a specific author.

Love the theme, need some help. Thanks!

highthemes

Replied by email

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
moebis Purchased

3) Under the comments for blog articles there are 2 blank check boxes for no reason.

highthemes

Would you address to that more exactly, maybe screenshot?

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

hi there

can I completely replace the header with my own graphic?

- I will use an overlay text image to replace the logo - I would like the menu bar to show as is - I have made a 150 high header

Questions please:

1. How do i disable theme logo?

2. How wide does the graphic file need to be to work for all screens, and will it automatically left-align?

3. What are the changes I have to make in the code please?

thanks so much for your help U

highthemes
1) in order to disable the logo, open header.php and find the following code:
    <div id="logo">
    <a title="<?php bloginfo(" description="">" href="<?php echo get_option("home");?>">

      <?php if(trim(get_option('ht_logo_url'))<>""){ ?>

    <img src="<?php echo get_option('ht_logo_url');?>" alt="<?php bloginfo('description'); ?>" />
    <?php }else {?>
    <img src="<?php bloginfo(" template_directory="" />/images/logo.png" alt="Logo" />
    <?php }?>
    </a>
    </div>

So you can remove it or use html comments

2)It depends on your way of implemention. Sorry it’s beyond the support scope. We don’t do customization.

3) Sorry, I didn’t understand what you mean.

Regards

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

Is it possible to remove the image from the blog posts? Due to a quirk of my mobile plugin, my blog ends up looking like this: http://www.amesarborist.com/photo-12/ so I’d like to just eliminate the top image in all or most posts. Thanks!

highthemes

open /includes/single-blog.php and remove or comment

<a href="<?php echo $image_url;?>" title="" rel="prettyPhoto[gallery]" class="<?php echo $video_status; ?>"> <span class="frame post-image"> <img src="<?php echo $gallery_image_url;?>" alt="<?php the_title_attribute();?>" /></span> </a>
  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
medle2 Purchased

Where is the documentation for this Theme? I cannot figure out how to do a number of things, including building a home page which has the graphic slider from the demo on it, etc.

highthemes

inside the zip file you download from themeforest, there is a help folder

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

Thanks for the previous pointer HT; one question. Where do I adjust the padding settings for my logo? I have it all set up, but the logo drops into the subsection now and has a bunch of padding at the top, but not at the bottom. Also, how come there is not a forum for supporting this theme vs. using comments? (which can’t easily be searched for answers to questions, such as mine)

highthemes

we’re setting up a forum for our themes. But in the mean time you can email us using our profile page. Please include your website url.

Regards

Default-user
medle2 Purchased

EMail sent.

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

How can I insert the last 3 recent post on the home page ?

Thanks

highthemes

Sorry, you need to customize the tpl-homepage.php and insert a wp loop inside it. currently we don’t do customization .

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

the tweeter feed is not working all of a suddent ?! Do you know why?

highthemes

Have you downloaded the latest version. It’s fixed on it.

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

Hello,

Is it possible to have the Accordion shortcode in this theme like in your other themes? Not just toggle, but accordiaon so each closes as the other is clicked. I like the theme, but I need accordion functionality.

Thanks, David

highthemes

I will add it for you

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

Also, can the slideshow on the home page be replaced with something else such as revolution slider or slidedeck?

highthemes

Hello, not possible now. Sorry

Default-user

Which is not possible, the slideshow being replaced or the accordion shortcode being used on Sleex?

highthemes

We can add accordion shortcode but about slideshow , it’s a huge change and not possible now

Default-user

That’s excellent about the accordion. That is the more import thing to me. Thanks! I will buy the theme. Can you tell me how to add the accordion shortcode?

highthemes

once you bought it, please use our profile page form to contact us. I will send you the update

  • Bought between 100 and 499 items
  • Has been a member for 3-4 years
  • Referred between 1 and 9 users
tonvie Purchased

Hey There!

Just wanted to know if the theme is 3.5.1 compatible. Thanks :)

highthemes

Yes it’s work without any problem. If you found any error let me know

tonvie
tonvie Purchased

Awesome, I figured it would work, thanks for quick reply ;)

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years
JC10002 Purchased

Hello,

Perhaps an easy/obvious question… If I am updating the theme to the latest version, do I just upload latest files over current theme files?

Thanks. -Josh

highthemes

Yes, you can replace the previous one with the new one.

Default-user
JC10002 Purchased

Thanks! Awesome theme.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
Defkon1 Purchased

Sleex 1.9.2 doesn’t work with qtranslate+qtranslate slug plugins.

With qtranslate -> slugs totally wrong, breadcrumb and page title are sometimes wrong

With qtranslate+qtranslate slug -> slugs ok, breadcrumbs and page titles totally wrong, blog crashes after first post title

How to fix it?

highthemes

We haven’t tested qtranslate plugin with sleex. The theme uses .po/.mo files for translation which you can use poeditor to translate the theme into your language.

Default-user
Defkon1 Purchased

qtranslate is one of the most used multilingual plugin…

The problem isn’t in translating the theme language definitions, but actually Sleex is CRASHING WORDPRESS if used with qtranslate!

Examples: – on Page1 breadcrumb shows path to Page7 – on Page1 is showing Page7’s title – opening Blog page -> blank page

highthemes

As we stated the theme provides .po/.mo files for translation and we haven’t tested the plugin on it. Please disable it and let me know if it crashes again.

Default-user
Defkon1 Purchased

disabling qtranslate everything is fine, but my business is international and I can’t disable it…

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

is it possible to change the picture? and if yes, the picture size will be mention?

highthemes

which picture? please explain more

by
by
by
by
by