ThemeForest

Higher Premium Multi-Purpose WordPress Theme

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

Hi there,

Will this theme be responsive with woocommerce? Will the shopping cart etc from woo commerce respond well on mobile and smartphones?

MegaTheme

It should work fine with the default woocomerce styles but perhaps you will need to modify the theme’s CSS code to achieve it. If you are not proficient with CSS then it would certainly be a task for a developer.

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

I’m noticing in Chrome and Safari where there is a menu item that points to a submenu, the arrow that points to the submenu has a dark bar over it. I can’t figure out how to delete it or turn it off. Any help?

MegaTheme

We will fix it in a future update. Please stay tuned. Thanks!

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

I’d like to make a full width single blog post. Any help for that?

MegaTheme

Thanks for purchasing our file, we truly appreciate it!

You will need to open single.php and delete

<?php get_sidebar(); ?>

Then somewhere in style.css you will need to add this lines of code:

.single-post #primary {
    width: 100%;
}

Hope that helps!

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

When I resize my page or load on an iphone my revolution slider disappears. How do I keep make it resize like the demo?

MegaTheme

You need to upload the fallback image for Revolution Slider and enter the fallback text for it. You can do so at a ‘Revolution Slider Settings’ metabox. If you don’t need fallback mode then you will need to modify the theme’s CSS code to achieve it.

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

Thanks for the quick responses! One last question, I’m trying to get rid of the portfolio categories on the jcarousel on the homepage as well as the date on recent posts.

I’m digging through the php but having a hard time finding it.

thanks

MegaTheme

To get rid of the portfolio categories on the jcarousel on the homepage you need to open content-summary.php, find this line of code:

<?php echo custom_taxonomies_terms_links(); ?>

and replace it with this one:

<?php
if ( ! is_home() ) {
    echo custom_taxonomies_terms_links();
}
?>
.

To get rid of the date on recent posts on the jcarousel on the homepage you need to open content.php, find this line of code:

<div class="entry-meta">
    <i class="general foundicon-calendar" />
    <?php mega_posted_on(); ?>
</div><!-- .entry-meta -->

and replace it with this one:

<div class="entry-meta">
    <?php if ( ! is_home() ) { ?>
        <i class="general foundicon-calendar" />
        <?php mega_posted_on(); ?>
    <?php } ?>
</div><!-- .entry-meta -->

Please note: you need to make similar fixes and for next files:

  • content-aside.php
  • content-audio.php
  • content-chat.php
  • content-gallery.php
  • content-image.php
  • content-link.php
  • content-quote.php
  • content-video.php
  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

My navigation is now showing up when I access my site from the iphone

MegaTheme

Glad to hear that! We appreciate the purchase.

If you need more help then send us a message through our contact form and we’ll be glad to help you with any issue related to our theme.

  • Bought between 10 and 49 items
  • Has been a member for 5-6 years

How to organize the footer and the header. Short codes not working on the panel. How to make the foother look like the sample.

Thanks

MegaTheme

First and foremost, thanks for purchasing our file – your support is greatly appreciated!

You can enter the info you would like to display in the header of your site. Navigate to Appearance > Theme Options > General where you can find ‘Header Info‘ text area and enter the info you would like to display.

You can enter the info you would like to display in the footer of your site. Navigate to Appearance > Theme Options > General where you can find ‘Footer Info‘ text area and enter the info you would like to display.

You can also add Widgets in the footer of your site. Navigate to Appearance > Theme Options > Widgets where you can find available widgets. Drag widgets from there to a sidebar on the right to activate them. Drag widgets back to deactivate them and delete their settings. If you want to add social media buttons drag Stay Connected widget from the left to Footer Area Six Full Width on the right to activate it.

Hope this helps, thanks!

flowline

Fair enogh brother tanks a lot for the quick support. Nice job..

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

Hi, I just bought your theme. Opposite stated in the documentation there is no import function for the revolution-slider-demo.

How to do it?

MegaTheme

Hi! Thanks for purchasing our file, we truly appreciate it!

Sorry for the inaccuracies in the documentation. First you need to create your slider.

  1. Navigate to Revolution Slider on your left sidebar and create a new slider.
  2. After creating the slider, click on slider’s name you have created.
  3. Click on Show Export / Import at the bottom of the page.
  4. Choose the import file: ”../higher-package/demo/revolution-slider-demo/rev.txt” for the first slider and ”../higher-package/demo/revolution-slider-demo/rev-v2.txt” for the second slider.
  5. Click on Import Slider.
  • Bought between 10 and 49 items
  • Exclusive Author
  • France
  • Has been a member for 0-1 years

I really liked the theme when i saw it, and i thought it would be easy to install, but the documentation need to be a little more detailed. I have trouble with the Royal Slider, do we need to download something else ? It’s not working at all, it looks like images all behind the others, not the slider on the demo. Thank you for the answer, i’m impatient to finish the installation.

MegaTheme

Hi, thanks for purchasing the theme!

Sorry for any inaccuracies in the documentation. Strange you have difficulties with the Royal Slider. You don’t need to download anything else ofcourse. Have you installed demo data? Any way if you need more help then send us a message through our contact form and we’ll be glad to help you with any issue related to our theme.

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

Hi again,

prior to purchase I thought that would be easy…. I need right-sided sidebar on every page – espacially for category and portfolio-pages. There is no option for it. Can you please tell me how and where I can change that via the editor. Thanks so much.

MegaTheme

Hi!

No right-sided sidebar on portfolio-pages I’m afraid. Wouldn’t take much modification however to add in.

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

Hi, I’d like to change colors for footer and body. For footer I do need to go into css files, right? The body background color is not working like one guesses: it does not change the body color, it changes the header-menue background. Maybe you can fix this!!! I want the body color not white – so I need to go into css, too?

Thanks

MegaTheme

Unfortunately you can’t change colors for footer from the the options panel. Yes, for footer you need to go into style.css file. Please see under

/* =Footer
----------------------------------------------- */

on line 3523 where you can change colors for footer, it’s links and text.

To change the color of body Navigate to Appearance > Theme Options > Style where you can find ‘Body Background Color‘ color picker and choose the color you would like to display.

If you need more help then send us a message through our contact form and we’ll be glad to help you with any issue related to our theme.

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

Again, me do you have an overview of the attributes one can use for shortcodes? I.e. for the shortcode pricing-table I’d like to put in the pricing column after and below the title attribute a smaller subtitle. I do not want to open a pricing row. How to do that? I need to change the class?

Thanks

MegaTheme

All the shortcodes can be accessed from the post or page options, in the visual tab. Just click on the button ”+” sign, then select ‘Pricing Table‘ shortcode and click ‘Insert shortcode‘. You will find which attributes are available for pricing table.

A smaller subtitle won’t be added to the theme we’re afraid, however, it is certainly possible to achieve and a developer may be able to help you with the modification.

  • Bought between 10 and 49 items
  • Has been a member for 5-6 years

I notice you can put tittle on topo of the divider short code I am not abe to achive to put tittle on top of the divider.

Thanks

MegaTheme

You can add this code to your Post editor:

<h1 class="section-title"><span>What we're all about</span></h1>

Be sure you are in HTML mode first of Post editor.

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

Hi MegaTheme, Great Theme! In the package, I could only find psds for elements. Do you have layered psds for the actual pages ? Are they hidden somewhere and I just didn’t see them ? :) Thanks!

MegaTheme

Hi, thanks for purchasing the theme!

You can find psd files at higher-package/psd.

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

For some reason my blog page shows the full article text instead of a preview or excerpt. I’ve tried putting in excerpt text and not putting it in. I’ve also gone to the Reading Settings and told wordpress to use the summary and not the full post.

Any ideas?

MegaTheme

Sounds strange to us. If you wish you can email us your url, username and password so we can take a look at this for you.

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

Hi MegaTheme,

Yes, I saw the psds in higher-package/psd. but those do not included the full pages. I can only see psd elements such as icons, carousel elements etc…. I want the psds of the whole pages such as psd for Home, psd for Contact etc…. Where can I find those ?

Thanks

MegaTheme

Hi!

There are no the full pages unfortunately. Making the full pages in psd first takes a long time and therefore does not make sense for us.

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

Hello!

Do you know where I might change my H1, H2 and H3 font sizes? They all appear to be the same at this point. Which CSS file would service this? Or is there an easier way?

Thank you.

MegaTheme

Hi and thanks for purchasing the theme!

To change your H1, H2 and H3 font sizes open style.css file and on line 1281 find these lines of code:

h1 {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}

and add these ones after it:

h2 {
    font-size: 22px;
}

and

h3 {
    font-size: 28px;
}

Hope this helps!

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

All of a sudden my desktop site isn’t displaying the jquery ui accordians and testimonials shortcodes properly from the “Revolution and Content” homepage template. It’s showing all the content from the accordion content and all the testimonials at once… no scrolling or clicking like before. It’s happening on the iPad too. I didn’t change anything.

Anyone else experiencing this?

MegaTheme

Hi Sylvia!

We have fixed issues you have noted. We’ve just submitted an update that fixes these issues. It should be approved today. Any way you can test everything right now on your iPad on the demo pages.

We highly recommend first uninstall current theme’s version and then install it again. Please make sure you have updated WordPress 3.5 version.

Please make sure you also have the latest version of iOS and your browser on iPad. Also make sure your browser’s history is cleared. Please note: make the test on your iPad on Safari browser and not Google Chrome because it still maybe has a cached version of your site.

Could you say then if the issues were solved?

If you wish you can email us your url/username and password so we can reinstall the theme for you.

Default-user
SADK81 Purchased

Worked like a charm! Thank you so much – great responsiveness and service as always!

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

Hi, I try again: How to integrate a sidebar on the right on EVERY page on your theme, including gallery- and portfolio sides. I need this really badly. I aked that question above – no detailed answer. And I asked that question more thann 5 days ago via your contact form. No answer!!! I really would appreciate a quicker support – thanks

MegaTheme

Hi and we’re sorry that we have not yet replied to you by e-mail.

It could be possible to integrate a sidebar on the right on EVERY page on your theme but how simple that would be depends entirely on your coding proficiency. At a guess we would say a decent developer could do this in an hour or two.

Thank you for understanding.

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

I am not php savvy and I am not very happy that you do not want to help me out here. As I said in the first comment about the sidebar I thought there would be no problem to switch on / off sidebars like in many other themes. So as I am not happy with the theme and probably made a mistake to buy it either you help me with the sidebar or I would like to have a refund of my investment. What do you suggest?

MegaTheme

Unfortunately we do not have time to take on custom work, perhaps a developer would be able to help you with it.

by
by
by
by
by