ThemeForest

360°complete – Responsive Wordpress Theme

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

Here’s another question (sorry, just trying to get everthing running ;-)):

On my iPhone (Chrome browser app), if I’m using the Display Intro Animation, the animated letters will be correctly displayed, but not the Intro Animation Background Image (remains white). Any ideas about this? Thank you very much. :-)

TommusRhodus

Yes :)

It’s removed via CSS media queries on smaller screen to make the site work a little better for small screens, would you like me to explain how to chage this CSS so it stays in place? (I can reply with that in a few hours)

Or is knowing it’s not a bug good enough? :)

Default-user
8mt Purchased

Oh thank you, that’s ok for me! (maybe I can handle the CSS myself). :-)

TommusRhodus

Ok Cool :)

  • Bought between 100 and 499 items
  • Has been a member for 3-4 years
  • United States

Hey,

First off, great job on the theme. I will be rating it soon.

However, I have noticed a couple issues. 1. Since the update, it shows a drop-down menu as the primary navigation in the latest version of Chrome. 2. Tab navigation shows up incorrectly on the Iphone Safari browser.

I will email you a link for your review.

Thank you in advance.

- Adam

TommusRhodus

Hey there Adam,

Thanks for the purchase! Allow me to assist;

1. I’m looking at the theme in the latest Firefox, Chrome & Safari – the drop-down menu is hidden as intended and shows up with media queries. What the update did was add touch-screen detection to show the drop-down menu – so I’m guessing the computer you’re having the issue with is touch-screen enabled? If it’s a feature you don’t like it’s very simple to remove; simply open /js/inits.js in your theme folder & delete this code block at the bottom of inits.js;

//TEST FOR TOUCH DEVICES
            if (Modernizr.touch){
                jQuery('.js #nav').css( { 'display' : 'none' } );
                jQuery('.js .selectnav').css( { 'display' : 'block', 'margin' : '25px 0px 0px 0px', 'color' : '#2c2c2c', 'font-size' : '12px', 'width' : '300px', 'font-weight' :' 600', 'line-height' :' 20px', 'text-decoration' : 'none', 'text-transform' : 'uppercase' } );
            }

2. Thanks for the link, what you’re experiencing is just the tabs re-sizing to fit the smaller screen, but you’re right, it could look a little better, so let me get some CSS sorted for that & I’ll release an update :)

adamevans4

A+++ for support!!! This is by far the best purchase I have made on TF! Keep up the excellent work! Easy 5 Stars!

TommusRhodus

Thanks so much! :)

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

Hi again, one more detail question: From the Intro Animation (backgroud image) – is it possible to make it klickable/to link directly to a page or blog entry?

thank you so much hartmut

TommusRhodus

Hey there,

Yep, it’s possible with a little file editing – if you open page-home.php & then follow the instructions I’ve given in this code snippet – you want to replace the block shown at the top of the page, with the block shown at the bottom of the page, & drop your desired link in there :)

http://snippi.com/s/bkjd7lg

Hope this helps!

Default-user
8mt Purchased

Great! Thank you for the quick support. As adamevans4 said: A+++ :-)

TommusRhodus

:D Thanks!

  • Sold between 1 000 and 5 000 dollars
  • Europe
  • Exclusive Author
  • Has been a member for 0-1 years
TommusRhodus

Thanks so much! :D

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

Wow! This is SUCH a great theme! Good work and 5 stars directly – I will rate it right away after this!

I actually used it for a ‘one-pager’ with a nice result. A wish for future maybe could be to add page-scroll-functionality for that.

I have 2 questions: 1. Any way to get rid of thin grey line right below logo & navigation, and above the slider? 2. I am missing Twitter as one of the socials in contacts in the footer. Any way to just add it or exchange Dribble which is not known where i live?

Another wish while i’m at it, maybe could be to do a ‘graphical’ bigger size centered quote in the shortcodes or so, if possible.

Thank you again, and in advance for questions above! Thank you, thank you, thank you! :D

TommusRhodus

Hi there! Wow, thank you very much, I’m glad you like it :)

Allow me to assist you;

1. You’ll need to modify the CSS to get rid of that line, but don’t worry, it’s really easy! From your WP Dashboard go to “Appearance” => “Editor”, once in there open styles.php from down the right hand side. The code we’re looking for is on line 122 – the line looks like this;

header {height:90px; border-bottom:1px solid #e9e9e9; margin:0 10px; width:940px; }

We want to remove that border-bottom, so the finished line should look like this;

header {height:90px; margin:0 10px; width:940px; }

Hit save changes & look at your site :)

2. I’m afraid the social icons are set in place, you could open your theme folder & find the dribble icon in /images/ & modify it to a twitter icon, but instead I’d recommend switching my social icons plugin to this one;

http://www.themezilla.com/plugins/zillasocial/

It’s set-up in much the same way & I’ve included styles for it, so will work perfectly with 360 right where my widget is meant to be :)

Hope this helps! I’ll add your notes to the wish list :)

Default-user

<3

Worked great! And thank you for fast reply!

I went for changing image, since it seemed easiest for me. There was already a twitter-icon aswell just ready to be renamed.

Now, theres a hover-text still saying Dribble. Tried to find it myself in the editor, but since i’m not that experienced… Can it be easily changed to “Twitter”?

:D /Michaela ps. where do I rate?

TommusRhodus

:O You’re right, don’t I look silly now!

OK then, you’ve 2 options.

1. I’ll release an update tomorrow with a few fixes & with the twitter social icon properly integrated into the theme & social widget, or;

2. (You won’t be able to get to this through the editor, you’ll need to go through FTP) open /inc/framework/widgets.php on line 36 there’s this;

<a class="tipsy-me" href="<?php echo $option['dribbble_link']; ?>" title="Dribble"></a>

It’s the title=”” that you need to change.

Hope this helps, or as I say, give me ‘til tomorrow night & there’ll be an update for all this waiting for you :) (If you update you’ll need to make that quick CSS change to get rid of the border again)

P.S To rate go to the “Downloads” section of your account and you’ll see a list of the files you’ve bought with stars to the side of them. Click on the 5th star for 5 stars ;)

Default-user

Not silly at all! Other people might love the plugin. I’m just happy, thank you! Have given a 5 star because this theme and your support is SO worth it! :) :) :) :) :-)

TommusRhodus

Thank you :)

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

Thanks for this really nice and simple theme. I just wanna change the intro image in a lower image. is that possible? and where can i change the height, because we now have this white space under the picture. thanks

TommusRhodus

Hey there!

Thanks, & thanks for the purchase! Ok let me help, you’ll need to modify a quick bit of CSS, so make a note of this because you’ll need to re-do it if you update 360 at any point.

1. Go into your theme files, you’ll need to do this via FTP or your hosting admin panel. In your theme files open /css/layerslider.css & find line 104 – there’s a block of code;

#layerslider {
    width: 960px;
    height: 430px;
    margin: 20px auto 20px auto;
    /*border:1px solid #f00;*/
}

You just need to modify that height to whatever you need, ensure it stays formatted as 123px

That’s it! :)

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

this theme was just what i was looking for! great stuff :) i have a couple of tiny niggles but i will drop you an email about them later!

TommusRhodus

No problem, I’m sure they’ll be easy to help with :)

  • Bought between 50 and 99 items
  • Has been a member for 3-4 years

Like everyone else, I love this theme! Unfortunately when I pulled in the demo pages the home page footer area isn’t set up like the demo you have shown and I cannot for the life of me find where to edit it so that it looks exactly as you have it. Right now it shows posts and post information, which I definitely don’t want. Help?!

TommusRhodus

Hey there, thanks for the purchase!

Glad you like the theme! – The import file won’t set up the footer for you, that’s done through widgets – head to “Appearence” => “Widgets” & set yourself up some widgets – you’re after the 360: social icons & 360: address widgets.

Remember, you set up the social icons widget through the theme-customizer, so once you’ve dropped the widget into the footer head to your theme customizer “Appearance” => “Customize 360” and enter your social profile links into the “Social” area.

This should sort the footer out for you :)

Thanks again for the purchase!

Default-user

Awesome – just figured it out and thank you for the FAST reply. Do I have to edit the CSS to remove items from the home page, like the posts and the Twitter feed?

TommusRhodus

Nope, it’s all done with shortcodes, check out the WP Editor on the home page and you’ll see the shortcodes that make the page, check your generator in the top right of your WP editor to see a list of available shortcodes, & check the documentation for a breakdown of each code :)

Cheers!

Default-user

All I see in the editor in the information for the three columns but nothing for the three areas (portfolio, posts, tweets) beneath. I know how to use the short codes – it’s just that I can’t find where these three items are for the home page so that I can remove/edit them.

  • Bought between 50 and 99 items
  • Has been a member for 3-4 years

Nevermind – found it. Thanks dude!

TommusRhodus

The shortcodes for the portfolio carousel etc. are really short aren’t they :) Glad you’re sorted!

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

Just wanted to put an extra comment in…. the theme was worth 5 stars but the support i had from Tom has guaranteed top marks!

Cheers mate, hope the sales go well! :)

TommusRhodus

Cheers mate! That’s ace :D

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

Hi there again, since updating to 1.0.4 the Intro Animation (image an text) isn’t working in Chrome browser, after a very short flickering just a white space to be seen. In Firefox it’s working normally. In both browsers the Intro Animation is linking to google.com???

thanks a lot Hartmut

TommusRhodus

Hey there!

You know what, I’ve left that link in that I gave you for before! Arg! I’ll get that updated, if you just follow the same process as before you can re-write the link to whatever you wish :) I’ll get that updated this evening!

I’ll investigate the chrome issue also, I havn’t seen anything so far but I’ll take a look into it for you :)

Hope this helps!

Default-user
8mt Purchased

Thanks a lot, that’s helping indeed! Just fell back to release 1.0.3., awaiting the update to 1.0.5. Btw: Since we probably will have some more changes – does it make sense to work with a child theme-version of 360? Otherwise I have to repeat all handcoded changes after every update. (I’m thinking of a plugin like “one-click-Child theme” to create the child). cheers, hartmut

TommusRhodus

A child-theme is definitely a great idea! To be honest 1.0.4 only included very minor changes so if you’re happy with 1.0.3 you might get the best experience with sticking with that for now :) That will save you re-doing your changes each time as well!

I always release an update list on the item page of what each update contains so you can look and check to see if it’s worth upgrading or not :)

Cheers!

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
  • Referred between 1 and 9 users

Great theme – A couple feature requests:

1 – while the logo should be the h1 tag on the homepage, it’s not great for SEO for it to be the h1 on every page. The Page or post name should be h1 on other pages and the logo should be downgraded to an h3 at best on other pages. Yeah, I can recode it, but it would be nice if that were incorporated.

2 – It would be nice if we could change the Page Title on a per post basis. Otherwise every individual post has the same title as the primary Blog page. Ideally this would default to the Post Title and be an h1 tag.

Both would improve SEO and functionality – thanks!

TommusRhodus

Hey there,

Thanks for the purchase & glad you like it! I’ll look into those changes potentially for future updates. cheers!

RichKent

One more small request – can you add Youtube to the social icons section in the footer? I know lots of people have youtube accounts. Thanks!

TommusRhodus

Hey man – the social icons are set by the ones we currently have available to us, I think if you have any icons missing from those available in 360 you could use ZillaSocial instead;

http://www.themezilla.com/plugins/zillasocial/

I’ve already included styling into 360 for ZillaSocial so you can directly use it to replace the social icons widget built into 360 by me :)

I hope this helps :)

RichKent

Nice – perfect. Thanks!

TommusRhodus

Not a problem :)

  • Bought between 50 and 99 items
  • Has been a member for 4-5 years

Hi there, i´d lke to display more than one accordion group on one site. But just the first accordion apears propper. Any ideas?

TommusRhodus

Hey there, thanks for the purchase!

Currently the Accordion is limited to 1 per page, but I’m sure I can improve on this :)

Can you wait a day or so for an update to be released? :)

Tom

P.S Your Profile Pic is Ace!

McGambit

i´ve made many changes in css so a hole update will be maybe bad to me, but i will have a look at the update.

TommusRhodus

Ok then :)

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
  • Referred between 1 and 9 users

Quick Question Tommus – You have a ‘Portfolio Categories’ menu, and yet there doesn’t appear to be anywhere to assign Portfolio items to those categories. The portfolios appear to use tags instead. What’s going on there?

TommusRhodus

‘Portfolio Categories’ is simply a custom taxonomy named to the most appropriate name I could think of. Custom taxonomy == tag based.

The Portfolio Post Type can not have true categories applied to it, this is a limitation of a custom post type, & also It’s best to keep differing post types from sharing Taxonomies in my opinion.

You can add tags to ‘Portfolio Categories’ right there on your (Portfolio)Post edit screen.

I hope this helps, you have a very keen eye! :)

RichKent

Very much so – thanks for the fast answers. Great theme btw – I love the clean CSS! Very easy to read and modify if necessary.

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

Hi there, I love your theme! Except that I have two quibbles:

1. The highlight color (selectable from the Customizer) — and possibly the others too — have no effect on the highlight color on the icons on the team template, it always appears green to me. Am I doing something wrong?

2. The option to set the Google+ profile is missing from the team member page. Please don’t ignore the Plus! :)

Thanks for your attention and support!

TommusRhodus

Hey there;

1. The highlight colour of the icons is set in the icons, they’re CSS sprites – which is what creates the rolling animation :) You could change the colours by editing them directly, open the icon files in photoshop (They’re in the images folder of your theme), select the area you want to colour change then go Hue/Saturation & click colourize, you can now quickly & easy modify the colour of your icons :)

2. Oh no! You’re totally right! I’ll have this added for a future update :)

Thanks for the purchase, I hope this helps!

Default-user

Thanks for your quick reply, Tommus! Argh, to my eyes, the green of the other icons in the footer somehow started appearing to be blue after the Customization. Thanks for fixing my eyesight!

By the way, I think I found a bug: when I add a website to the individual social profile, it shows me the Twitter icon in a new row. I know I could use an icon of my own, but it would be cool if you supplied a default — one that would fit in the same row.

One feature request: I’d love to be able to write some description about each of my team members. It would be a bonus if I’d be able to individually distribute team_members in grids of one_thirds, two_thirds etc to suit my (descriptive) layout. (I wonder if that’s even possible, though.)

Default-user

One more: I see no way to control in what order team_members displays the team, so it renders every member in the alphabetical order of their names, irrespective of their position in the org. Maybe a position/priority field could improve this situation a bit?

TommusRhodus

Hey,

I’ll take a look into everything you’re saying :) I definitely agree with the team-member order, I’ll build that into an update as well :)

Would you care to send me a screenshot of the bug you’re experiencing through my profile? I take any bugs as seriously as possible, so I’ll get it fixed right away once I’m sure what it is :)

Cheers!

Default-user

Thanks, I’ll send you the image in a bit.

Meanwhile, I couldn’t also get the big_tweet to work. I’m using it as documented ([big_tweet id=”...”]) but don’t see the tweet, it’s a blank. What’s amiss?

TommusRhodus

send me a link in your email & I’ll take a look, I’m sure it’s something simple :)

Default-user

Hey Tommus, too late reporting back, aren’t I? :)

That issue with the big_tweet turned out to be a genuine bug with the jTweetsAnywhere plugin that it depends on: the minified version of that plugin works on FF but not yet on Chrome (https://github.com/tbillenstein/jTweetsAnywhere/issues/4). I fixed it in my installation so it now works for me.

The issue with team_page still persists and you can see the image here: http://goo.gl/3WpsI. The twitter icon in the top row is actually the link to a personal website. I don’t really need to use this feature so I’m not affected, but you could fix this in a future release.

TommusRhodus

Oh thanks for reporting back :) I’ll take a look at that & thanks for the detailed follow-up :)

Default-user

No problem Tom! Hey, could you please also tell me how to achieve this effect of having images with caption/short descriptions below: http://www.madeinebor.com/threesixty/services/. This is very much what I wanted to do with team members.

TommusRhodus

Hey, just use the services post type and either the services page type or the services shortcode to output them :)

I hope this helps!

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

Also Linkedin Profile Links on the team page. please!

TommusRhodus

I’ll have a look into that for you :)

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

Hi! Help please. When I upload portfolio items, this shows up below:

Warning: array_map() [function.array-map]: Argument #2 should be an array in /home/content/51/7495551/html/wp-content/themes/360complete/functions.php on line 128

Warning: implode() [function.implode]: Invalid arguments passed in /home/content/51/7495551/html/wp-content/themes/360complete/functions.php on line 129

TommusRhodus

Hey there,

That error is simply because you need to give your portfolio items at least 1 portfolio_category each – go to your portfolio item edit screen and give it at least 1 tag in the ‘Portfolio Category’ area :)

Thanks for your purchase! :)

  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 1-2 years

Hi there,

I’m wondering if there’s any way to add both images and video to a Portfolio. Lets say I have a few images and a video for a portfolio item, is there a way for me to use the ‘Gallery’ format and include a video?

Thanks for your help!

TommusRhodus

Hey there,

I’d say your best option would be to use the video format & then add in your images to your content, our gallery format doesn’t support video I’m afriad.

Other than this you could use the gallery format & then embed a video from Youtube or Vimeo into the content.

Here’s a plugin that will help you embed YouTube videos into your content;

http://wordpress.org/extend/plugins/youtube-shortcode/

I hope this helps! :)

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

does this theme fully support child-themes?

TommusRhodus

Hey there,

Like all WP themes you’ll have to be careful whilst making a child-theme with 360, but yes, for most changes using a child theme you should be fine with 360 :)

I’ve not modified any of the standard WP Hooks, so you’re safe there, the only thing that may cause an issue with your child theme is the way that the standard styles are loaded, via styles.php rather than style.css

I hope this helps! :)

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

Hi there The additional portfolio item details are not showing up for me (displaying the post as half-width. Also if this can be fixed can I get say the skill list to display as a checklist by default?

So far liking this a lot – my first ever wp theme!

TommusRhodus

Hey there!

I’ll explain a few things here, if you have any follow up questions feel free to post them on my new support site;

http://tommusrhodus.ticksy.com

So you’re making a portfolio post, adding content to the WP editor & then when you view it as a single post there’s no content there? That’s odd, I’d disable any plugins you have to ensure they’re not messing with the site in any way.

If you want to have a check list, all you need to do is make your normal list & then add a [checklist] shortcode around it, like this;


[checklist]
<ul>
<li>List Item</li>
<li>List Item</li>
<li>List Item</li>
</ul>
[/checklist]

(that’s the HTML view, you only need to worry about the [checklist] short code)

I hope this helps!

by
by
by
by
by