Okay
  Print

PowerMag

Where Can I find Visual Composer license key? You do not need a license key for the Visual Composer when bundled with a theme (unless you own a standalone license for the plugin). Updates have to be rolled out along with theme updates.

How do I remove the search bar in header? Paste the desired code in the Custom CSS textarea (Advanced Tab):To remove the search form only#full-bar #searchform { display: none; } To remove the whole gray bar#full-bar { display: none; }

I don't know how to add the Widgetized Home (Magazine) Can you help me step by step please? Basically you need to set the front page to display latest posts, then drag the widgets into the 3 sidebars (HomePage Big, Medium, Small), preferably the ones whose name starts with the HP prefix, and/or carousels. Activate ...

What is the best way to update the theme without losing my settings on the Theme Options? Update via FTP Please note: make a backup of the Theme inside your WordPress installation folder /wp-content/themes/themename/ To update the Theme, login to ThemeForest, head over to your downloads section and re- ...

My website load time is very slow. Please fix it! Unfortunately I cannot support speed related issues as the theme is already optimized at its best, slow loading times could depend on too many factors and different setup/hostings/plugins. From a theme prospective, make sure ...

I can successfully attach different colors to categories, but the little colored corner on the menu doesn't appear, why is that? Those little colored corners are added separately as you may want to add other menu items that are not categories and attach them a color anyway. To make it appear you need to set the desired hex color code in the descript ...

Special characters are not appearing for my language, how could I fix this? Hi there,I would try to do the following:1. Go here2. In the "Choose a Subset" dropdown, select your language subset3. Hit the "Download @Font-face KIT" button4. Extract the zip and replace files in the theme "fonts" fo ...

Why am I getting a "missing stylesheet" error when installing the theme? A common issue that can occur with users new to installing WordPress themes is a “Broken theme and/or stylesheets missing” error message being displayed when trying to upload or activate the theme. This error mess ...

How do I import the demo.xml file? To import the demo.xml please follow this steps:Log into your site as an administrator.Make sure you activated your new theme before proceeding.Go to Tools → ImportChoose “WordPress” from the list.Upload t ...

I use featured images so that when I make a new post it has a thumbnail pic next to it, but when my users click into the post I don't want them to see the image. Is it possible to use the featured image but not have it appear in the actual post? A possible solution could be to enable the "Small featured image" checkbox (in order to preserve date/cat/author info) and add a Custom CSS in the Advanced tab like so:.entry-img-src { display: none; }

How did you make that cool trick with the PowerMag logo changing color? Well that’s kind of a trick for demo purposes, good news is that your theme is already set up to do the same if you want to! The PowerMag logo is basically a transparent png file where the word “Mag” is a ‘hole’ an ...

I can't see post excerpts for posts created with the Visual Composer, why is that? Excerpts for posts made with the Visual Composer need to be set manually as WordPress will not execute shortcodes in post previews. If you cannot see the Post Excerpts textarea you need to enable it from the Screen Options o ...