ThemeForest

Vanguard: Business & Portfolio WordPress Theme

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

Hi Unisphere

I’ve had a unusual request and need to convert my wordpress site using your theme into a static website. Do you have a template that would work with your shortcodes etc?

Cheers

Neel

unisphere

Hi Neel, I’m afraid not mate, I only have the WordPress version.

Best regards

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

Hi, Just purchased and am enjoying working with this theme very much. I have a few things I would like some help with:

1. How can I disable the bar + text overlay that shows up on top of the images in the portfolio 4 columns without gutter layout?

2. On Portfolio gallery (I’m using 4 column w/o gutter) and Gallery pages, how can I disable the pop-up window that shows up when you click an image? (Don’t want them to be clickable or link to anything.)

Thank you!

unisphere

Hi,

1) You can add the following code to the Custom CSS field in the Theme Options panel:

.portfolio-4-columns-list-no-gutter .portfolio-info { display: none!important; }

2) Add the following javascript code to the Custom SCRIPTS field in the Theme Options panel:

<script>
jQuery(document).ready(function() {
    jQuery('.portfolio-item img, .gallery-item img').each(function() {
        jQuery(this).parent().attr('href', 'javascript: void(0);').off('click');
    });
});
</script>

Best regards

Default-user
jbjork Purchased

Thank you for your fast response. It doesn’t seem to be working, though.

The popups no longer show up, but instead I get an error popup that says “Image cannot be loaded. Make sure the path is correct and image exist.”

The overlays on the portfolio items are still there, even though I pasted the code in the right place.

The website is still in test mode, but here are some pages you can look at for reference: http://johannabjork.se/fortis/ (homepage, w portfolio items) http://johannabjork.se/fortis/clients/ (gallery page) http://johannabjork.se/fortis/record/ (portfolio page)

Please let me know if you can help. Thanks!

unisphere

Hi, from looking at your site I see that some PRE and CODE tags were added when you copy/pasted the code I provided to your site. Copy the code I provided earlier into notepad for example and then copy it from there and paste it into the respective fields. If it still doesn’t work please email me admin access and I’ll take a look.

Best regards

Default-user
jbjork Purchased

Thanks! That took care of the overlays. I still get the error message/pop-up “Image cannot be loaded. Make sure the path is correct and image exist” when a gallery or portfolio image is clicked. Look at http://johannabjork.se/fortis/clients/

unisphere

Hi, I think that the issue is caused by the Custom Script running before the main theme script. Try editing the footer.php file and replace the following code:

<?php // Display the custom scripts defined in the admin panel
    if( isset( $unisphere_options['custom_js'] ) && trim( $unisphere_options['custom_js'] ) != '' ) {
        echo $unisphere_options['custom_js'];
    }
?>

<!-- Theme Hook -->
<?php wp_footer(); ?>

With this code:

<!-- Theme Hook -->
<?php wp_footer(); ?>

<?php // Display the custom scripts defined in the admin panel
    if( isset( $unisphere_options['custom_js'] ) && trim( $unisphere_options['custom_js'] ) != '' ) {
        echo $unisphere_options['custom_js'];
    }
?>

Best regards

Default-user
jbjork Purchased

That seems to have fixed it. Thanks!

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

Hello Unisphere,

I am trying to modify some text in the theme to Dutch, but I can’t seem to find the necessary file to do so. I am trying to adjust the blog page, and more specifically the author information and search function. I want to adjust both the small info field inside the white box on the image and the author tag on the bottom of the page.

On this page: http://www.firstformula.nl/het-eerste-bericht-van-de-first-formula-blog/

Do you know where in the theme files i can adjust these pieces of code?

unisphere

Hi,

the theme allows you to create a translated language file without changing any of the theme files (it’s a WordPress feature). Please take a look at the provided documentation.pdf file included inside the zip file you’ve downloaded when you’ve purchased the theme as it includes a section on translating the theme to another language.

Best regards

  • Bought between 100 and 499 items
  • Has been a member for 4-5 years
  • United States
nashh Purchased
[recent_posts title="" numberPosts="4" numberWords="0" /]

Hi,

I’m trying to show only a few categories (or exclude the others) with this shortcode to show recent posts on my homepage. Is this an option?

unisphere

Hi, the “cats” parameter accepts a comma separated list of Category ID’s and you can see what a specific category ID is like described in this screenshot: http://screencast.com/t/K6QSsqzzfft

After identifying the category IDs you want to show you can set them on the [recent_posts] shortcode using the “cats” attribute. For example, assuming you want to display the categories whose IDs are 1 and 2, here’s how you’d set it up:

[recent_posts title="" numberPosts="4" numberWords="0"  cats="1,2" /]

Best regards

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

Hi I want there to be only one footer column to show a line on logos the same on each page with very little padding to the top and bottom…please can this be done? Thanks

unisphere

Hi, add the following code to the Custom CSS field in the Theme Options panel:

#footer-column-2, #footer-column-3, #footer-column-4 { display: none; }
#footer-column-1 { width: 100%!important; background: red; padding: 10px 0; }

Then add widgets to the first widget column because the others will be hidden.

Best regards

Default-user

Hi I did this but there are still footer lines going over the graphics and a big space below this and the footer bar, please can this change?

unisphere

Hi, could you post a link to the site so that I can take a look?

Best regards

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

Hi Unisphere,

I just purchased your theme. I imported the XML data onto a clean WP installation, checking “Download and import file attachments”. The theme menu and accompanying images are not displaying correctly (fonts and styling are wrong). I’m also receiving the following error message:

[LayerSliderWP] Slider not found

I’ve tried re-installing using FTP but still no success. I did try and raise a support ticket, but I’ve no idea where my purchase verification code is meant to be.

Can you please give some advice on how to resolve this?

Thanks.

unisphere

Hi, could you email me admin access to your WP installation so that I can take a proper look at the issue? You can email me using the contact form on my ThemeForest profile page.

Best regards

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

I located the license certificate, so I’ll now raise a ticket in the support forum.

For anyone looking for their purchase verification code, it’s located in a file found in the drop down list from the Download button, not a separate hyperlink, as indicated in the YouTube video.

Navigating from the top menu: Your Profile Name -> Downloads -> Download -> License Certificate.

unisphere

Hi, I’m happy that you’ve managed to register on the forum, thanks for posting the steps.

Best regards

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

Hi there,

On our theme, when we select a part of the navigation, the logo drops down. I noticed it happens on your sample site too. Is there a way to stop this from happening so the logo just remains stationary at the top left?

Thank you,

Carina

unisphere

Hi Carina, I’m not able to replicate this issue, what browser and OS are you using?

Best regards

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

Hi I encountered an error and was a advised by my host to re-install WordPress, which I did. I have now lost my entire website. Please tell me there is a way to get it back! Thank you.

unisphere

Hi, when your host advised for you to re-install WordPress did they also advise making a full backup of the existing files and database? If not they should have. Please ask them about any backups that the server may have made automatically, it’s the only thing that comes to mind I’m afraid.

Best regards

Default-user

Hi, I have recovered my website!!! There is one problem, when I am viewing the website in any page other than the home page, then select “Home” in the menu bar, I get an error message – “Safari can’t open page – Too many redirects occurred trying to open “http://davidpower.com.au/”. This might occur if you open a page that is redirected to open another page which then is redirected to open the original page.” Can you please advise how to fix this? Thank you.

by
by
by
by
by