ThemeForest

*Respond Premium Wordpress Theme

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

I can’t seem to get the lightbox gallery set up correctly. There aren’t really any options except for the theme you want. It is not putting the gallery images into it. Not sure what is wrong.

jonathan01

not sure I follow – we explain how to create everything in the documentation? Maybe explain a little more in detail on what gallery – what page – or are you talking about portfolio items, portfolio detail pages… not sure.

Also please use the contact form on the profile page for support as detailed on page 1 of your documentation – and then please provide a link to your site also so we can see your issue and better help you.

Thanks

Jonathan

  • Bought between 50 and 99 items
  • Exclusive Author
  • Has been a member for 2-3 years

Hey there, awesome.. AWESOME theme.

Thank you so much for making it.

Could you help me out making these album covers full squares rather than rectangles? http://www.vasudo.com/shows

I’m pretty proficient with these sorts of things so if you could just steer me in the right direction in the CSS or PHP or what have you that’d be great.

Thanks a bundle! W

jonathan01

Hi and thank you for your purchase. Well – it’s a little more complicated then just css. The media library thumbnail size – in the documentation you were told to change it to 305×227. This affects all the thumbnails throughout the theme – including the portfolio page. So if you want to change just the thumbnail size on the portfolio to be square instead of what it is now – there’s functions you would have to change and php template files. But if you want it the same throughout the theme – then you would need to change the media settings to have the correct thumbnail size and then tackle the css with these classes: .image-grid.grid li (the height and background positioning of the shadow), .grid li (the width), .view .mask, .view .content (height and width), .view (height and width) – I think I’ve covered all the classes there.

Thanks

Jonathan

Default-user

how much would you charge to make that change :-p

I’m trying but I don’t seem to be getting anywhere.. :(

jonathan01

Hi – if you would like to contact us via the profile page right side contact form – http://themeforest.net/user/jonathan01 – we can assist with pricing and timeline for your project.

Many thanks

Jonathan

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

Where can I disable the page & post titles from appearing in that top page divider bar?

Thanks,

jonathan01

It depends on the page templates your using. page-contact.php, page-fullwidth.php, page-leftsidebar.php, page-rightsidebar.php, page.php, single-fullwidth.php, single-leftsidebar.php, single-portfolio.php, single-rightsidebar.php, single.php, sitemap.php, template-portfolio.php – at the top of each one of these template files is a div called breadcrumb_wrapper – which contains <h1><?php the_title (); ?></h1> you would need to remove the H1 php tag that calls for the title of the page.

Hope this helps.

Thanks

Jonathan

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

Hi, I have been through the css and can’t see where it is obvious to change the font size to make it larger for all paragraph text in posts and pages. Can you point me in the right direction please? Thanks!

jonathan01

Sure – just grab firefox and install firebug – you can then select an item on the page in the browser to see it’s css class and line number in the style sheet etc – however the css is cleanly marked up with comments also so should be easy for you to find – but you’ll love using firebug, you can alter the colors / size etc etc live in the browser to check things look good and then once you are happy just commit the changes to the style sheet.

Hope that helps

Jonathan

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

Question about the homepage layout: I’m wanting to have ONLY “blog posts” 3 in a row, 3 rows total. I also don’t want it to say “Blog Posts”. Each row separated by the “divider.png”. In other words, I don’t want “Recent Projects” to show up at all on the home page. Where/what do I change to make that layout? Thanks for your help.

jonathan01

You will probably want to start by editing your loops inside the relevant template for the page in question – all templates are named appropriately for their part in creating your wordpress theme. To remove the section would be the same process of editing out of the template page – all sections and code are well commented for you also.

Thanks

jonathan

  • Bought between 100 and 499 items
  • Has been a member for 2-3 years
aplaat Purchased

Beautiful theme! I’d like to make two changes though.

On the top toggle area where you click on the X to open the message, what is the custom css or change I need to make so that it stays open without needing to be clicked?

Also, how do I set it so that the social media icons stay open, rather than needing to be clicked on?

If you could put in the custom css or edits, that would be great!

jonathan01

Hi and many thanks for the purchase – the JS for the toggle is in the custom.js – altering the way that works will enable you to have an always open state, however you’ll need to know JS to be able to make changes to the way the script functions and works.

As for the social icons – best to edit the header template in the themes folder and remove the separate icon list items out of the container that opens and closes (this would be your quickest way) and then remove the now empty container that had the animations on it – i.e. you are removing the social list items out of the collapsible container.

Jonathan

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

Is there anyway to add captions to the slides?

jonathan01

You could open up template-home.php and edit the slides section, but because this functionality wasn’t built into the theme you would have to edit the loop.

I can give you where to start, but you will need to add some styling to it, just add a p class to the list item like so… <li> <a href="<?php echo $meta[ 'subtitle' ]; ?>" title="<?php the_title(); ?>"><?php echo remove_wp_width_height(get_the_post_thumbnail(get_the_ID(),'slide')); ?></a> <p class="flex-caption"><?php the_content (); ?></p> </li> This means you will have to be mindful of what you put in the content box of the slider custom post type on the WP back end as it won’t be able to have enough room for too much content. But then you would need to add the .flex-caption class to style.css and put some styling to it.

This should get you going anyway.

Good luck and thanks for your purchase!

Jonathan

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

Hi and thanks so much for this gorgeous theme. I am currently working on changing the coloring from orange to green. I was able to figure out how to change all the colors but two:

1) The three little navigation boxes below the slider that shows which slide it’s on. I dug through the plugin folder and the regular style.css but couldn’t seem to find code or an image.

2) On the home page, in the “Recent Posts” section, I can’t seem to find how to change the hover color of “Blog Post 3” and such.

Thanks so much again for your help. :)

jonathan01

Hi – if you use firefox and install the firebug plugin it will help you considerably – you can select any item or element on the page and instantly see it’s css style sheet line number and settings – see image url’s etc etc – this will assist you greatly and you can even change styles in the browser live to check everything before committing the changes to the style sheet.

Hope that helps

Jonathan

Default-user

Thanks again. I was able to figure out the hover color one, not sure how I missed it. But even using firebug I can’t seem to locate how to change the color of the three little nav boxes under the slider. Could you point me in the right direction? Thanks so much.

jonathan01

Hi again

if you use firebug you can select the nav boxes under the slider and it gives you the location of the background image used to create those. It’s bullets.png in your img folder.

Jonathan

Default-user

Don’t know why I didn’t see the file name, thanks so much for your help!

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

Hi again, one more question. I want to switch the order of the elements on the homepage so that the blog area and the portfolio area are switched. That would mean the order is 1) three blog pictures/excerpts then 2) four-widget area then 3) portfolio area

How would I do this? Thanks so much again. :)

jonathan01

Hi – you would edit the home page php template and move the sections around from top to bottom etc etc – all code is commented so as long as you are used to editing wordpress template files you’ll have zero issue.

Many thanks

Jonathan

Default-user

Thanks so much for your help :)

I went in and tried moving them around and ended up with the order correct but the widths got screwed up – the first two sections spread out wide while the bottom one is fine. Did I mess something up with the tags? Here’s what it looks like just below <!- End of slider caption wrapper -> where I want to make my changes:

<!- Start of recent post wrapper ->
  
 <?php 
     if ( function_exists( 'get_option_tree' ) ) {
         $blogtitle = get_option_tree( 'vn_blogtitle' );
         } ?> 

<?php echo $blogtitle; ?>

<!- Start of one third first -> <?php $featured = new WP_Query(‘showposts=1’); while ($featured->have_posts()) : $featured->the_post(); ?> <!- Start of featured image portfolio -> <?php the_post_thumbnail(‘thumbnail’); ?> <!- End of featured image portfolio -> <!- Start of featured content portfolio ->
<?php the_title (); ?>
<?php the_excerpt (); ?> Read More <!- End of featured content portfolio -> <?php endwhile; ?> <!- End of one third first -> <!- Start of one third -> <?php $featured = new WP_Query(‘showposts=1&offset=1’); while ($featured->have_posts()) : $featured->the_post(); ?> <!- Start of featured image portfolio -> <?php the_post_thumbnail(‘thumbnail’); ?> <!- End of featured image portfolio -> <!- Start of featured content portfolio ->
<?php the_title (); ?>
<?php the_excerpt (); ?> Read More <!- End of featured content portfolio -> <?php endwhile; ?> <!- End of one third -> <!- Start of one third -> <?php $featured = new WP_Query(‘showposts=1&offset=2’); while ($featured->have_posts()) : $featured->the_post(); ?> <!- Start of featured image portfolio -> <?php the_post_thumbnail(‘thumbnail’); ?> <!- End of featured image portfolio -> <!- Start of featured content portfolio ->
<?php the_title (); ?>
<?php the_excerpt (); ?> Read More <!- End of featured content portfolio -> <?php endwhile; ?> <!- End of one third -> <!- End of recent post wrapper ->

<!- End of wrapper ->

<!- Start of client wrapper -> divider <!- Start of one fourth first -> <?php if (!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘home one’)) : ?> <?php endif; ?> <!- End of one fourth first -> <!- Start of one fourth -> <?php if (!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘home two’)) : ?> <?php endif; ?> <!- End of one fourth -> <!- Start of one fourth -> <?php if (!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘home three’)) : ?> <?php endif; ?> <!- End of one fourth -> <!- Start of one fourth -> <?php if (!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘home four’)) : ?> <?php endif; ?> <!- End of one fourthn -> divider2 <!- End of client wrapper -> <!- Start of wrapper -> <!- Start of portfolio wrapper -> <?php if ( function_exists( ‘get_option_tree’ ) ) { $porttitle = get_option_tree( ‘vn_porttitle’ ); } ?>

<?php echo $porttitle; ?>

<!- Start of one third first -> <!- Start of featured image portfolio -> <?php $featuredport = new WP_Query(‘showposts=1&post_type=portfolio’); while ($featuredport->have_posts()) : $featuredport->the_post(); ?> <?php the_post_thumbnail(‘thumbnail’); ?> <?php endwhile; ?> <?php wp_reset_query(); ?> <!- End of featured image portfolio -> <!- End of one third first -> <!- Start of one third -> <!- Start of featured image portfolio -> <?php $featuredport = new WP_Query(‘showposts=1&post_type=portfolio&offset=1’); while ($featuredport->have_posts()) : $featuredport->the_post(); ?> <?php the_post_thumbnail(‘thumbnail’); ?> <?php endwhile; ?> <?php wp_reset_query(); ?> <!- End of featured image portfolio -> <!- End of one third -> <!- Start of one third -> <!- Start of featured image portfolio -> <?php $featuredport = new WP_Query(‘showposts=1&post_type=portfolio&offset=2’); while ($featuredport->have_posts()) : $featuredport->the_post(); ?> <?php the_post_thumbnail(‘thumbnail’); ?> <?php endwhile; ?> <?php wp_reset_query(); ?> <!- End of featured image portfolio -> <!- End of one third -> <!- End of portfolio wrapper ->

<?php get_footer (); ?>

jonathan01

Hi unfortunately support is limited to installation and not customization – not trying to be awkward with you in anyway and I hope you do understand but we aren’t being paid in anyway.

Obviously you are taking a section from 3 to 4 then another from 4 to 3 which means you will have to now place those tags for loops etc inside the correct divs for columns etc etc – so I would start by looking how those sections were created using the appropriate divs etc

If you find this is beyond your abilities I can if you contact me via my profile page pass you on to a programmer who can assist but obviously they will charge for their time but they are good, fast and reasonable.

I hope that helps – sounds like you managed to do most just need to style things now you have them in place.

Jonathan

Default-user

I appreciate it. I’ll figure it out :)

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

hi great theme.

1. how do i remove the social icons top right and add them to bottom footer left? 2. remove ‘x’ in top right 3. cant find this in word press : ‘Go to Settings / Tabs Slides – from the Style drop down – choose orange.css and click save 4. up.png doesnt exist when searching media library 5.

thanks for your swift reply.

jonathan01

Hi and thanks for the purchase and comment – you’ll need to edit the header php template and then the footer php template in the theme directory – but then you may need to make css changes to accommodate.

Again edit the header file for the X removal.

Log in to wordpress admin and go to – settings / tabs Slides and choose the orange.css from the drop down – basically the settings page for the wordpress tabs slides. Page 16 explains this in the documentation and shows a screen shot.

Hope that helps

Jonathan

Default-user
lame22 Purchased

wow, fast reply. thanks.

how do i remove the main grey ‘This is your caption area of your admin’ bit in the middile on the hom epage?

2. also how do i remove the RECENT PROJECTS part on the home page. tried to look in home page but nothing. think thats for slider?

3. how do i get rid of the footer text that says ‘bottom, logo, emblem’ when these fields are empty. i want them kept empty.

sorry for all questions

edit

4. i also want to add in an image underneath ‘recent posts’ right underneath read more buttons in centre.

thanks so much for your help.

jonathan01

Hi again – unfortunately support is limited to installation and not customization I’m afraid – all the items you mention can be found by the commented code in the relevant template files, or by using firebug in firefox which will enable you to select an element on the page and see it’s location in the code etc – removing items from a page is a simple process of opening the relevant template file (we name all our template files logically for their use) removing the section and then saving back (keep a copy of original obviously :) )

The image placement text is alt text again searchable in the footer file – you could remove the fallback text or just remove the div completely that holds the logo.

Hope that helps

Jonathan

Default-user
lame22 Purchased

i completely understand your postion. thats no probs at all.

so to edit home page is it Home-Slider Page Template.php or Page Template.php

i will leave you alone now. :)

have a good wend

jonathan01

HI again – no problem – as the home page has a slider on it then it would be home-slider – page is a default page template that wordpress uses.

Many thanks and have a great weekend also :)

Jonathan

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

In Android, the share and search slide outs (at top of header) don’t work.

Before I buy, how do I get them working?

Thank you. :)

riger99

jonathan01

Hi – you can remove them out the sliding div and they will be ever present :)

Thanks

Jonathan

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

Your theme is really nice. I love it.

jonathan01

Many thanks @thanee – appreciate you letting me know :)

Jonathan

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

Hi jonathan… how to make a menu like the demo page…? I want to change the text, but I do not find a way to do it in a pdf file, this is my demo http://www.adimaryanto.com/exsol

jonathan01

Hi – you need to use the account you were logged in with to buy the product please – thanks

Jonathan

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

I am looking to purchase this theme, but I was wondering if I will be able to change the color on this theme from orange to a red. Thanks

jonathan01

Sure can – if you look there are only a few items that are orange – namely the drop down, buttons, a drop cap, some text like headings and links (think that’s about it) – so you open the style sheet and find and replace the orange color ref with your new one – save and done.

Hope that helps

Jonathan

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

I can solve my problem. It’s my fault, but I cannot delete this post.

Thank you.

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

Where can I change the text “That happy place”, “Drop me a line”, and so on. I can’t seem to locate the area.

jonathan01

Hi and thanks for the purchase that is the description area in your Wordpress menus – if you can’t see that area go to screen options at the top and display everything it depends on how you have that set it Wordpress we also show you this area in the documentation

Hope this helps and thanks for the purchase!

Jonathan

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

Thanks!

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

Hi jonathan… how to make a menu like the demo page…? I want to change the text, but I do not find a way to do it in a pdf file, this is my demo http://www.adimaryanto.com/exsol

ex menu : HOME – That happy place

PORTFOLIO – Some of my work

BLOG – I love blogging

STYLES – Styles Galore

CONTACT – Drop me a line

how to create it ?

jonathan01

if you didn’t import the xml file – the theme using standard wordpress menu. but to get the description text go to appearance / menus and click the screen options drop down at the top and you will see a tick box for “description” – check this and close the screen. once you’ve created your menu – you can click on each page and you will now see a description box and that is where you put the “That happy place” etc etc. Here’s a link on creating standard wordpress 3 menus – hope this helps and thanks for your purchase! :)http://codex.wordpress.org/Appearance_Menus_Screen

saladflorida

wooow…. thank’s for great info.

thank’s for anything :D

jonathan01

no problem – happy to help! :)

saladflorida

“Add $2 if you are not using prepaid credits”

i want to remove credits, but i want to pay with another themeforest account (this account low budget), or with paypal. can you help me ?

jonathan01

I’m sorry I don’t think you posted your question in the right place, but if you want to buy a theme on TF using a different paypal account you will have to update your TF profile to point to that particular paypal account.

Thanks

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

hi i know i dont do support. but i changed a few little things on the theme http://riseshinedesign.com/mono/ and now out of no where when i added new pages with no content. the content of contact us page is gone and all pages scroll horizonitally? i dont mind making a donation, but any ideas what on earth ive done wrong would be massively appreciated! thanks in advance for any pointers.

jonathan01

I can really only recommend you reinstall the theme from a fresh download then – sounds like something major happened on your changes and it’s the simplest way of getting things back – switch to a standard WP theme – rename the respond directory on your server, upload the theme folder again from download and switch back to the respond theme.

Jonathan

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

Hi, I am attempting to install this theme as I just purchased it. After attempting to upload the zip file, I get the message “The package could not be installed. The theme is missing the style.css stylesheet. Theme install failed.”

What do I need to do to get it to install correctly?

Karen

jonathan01

Hi – first you need to unzip the download as in there you have the theme – help docs and photoshop files – don’t upload EVERYTHING – the instructions inside tell you how to do everything else – many thanks for the purchase Karen.

Jonathan

by
by
by
by
by