Category: Uncategorized

  • How to apply custom CSS code.

    You can apply your own custom CSS code on Gullu theme. Your custom CSS code will not be lost even if you update the theme.nnNavigate to Appearance > Customize > Additional CSSnnTake a look at the screenshots-nnnn

  • Control blank space between rows

    You can control the space between rows from the visual composer’s shortcode section settings.
    n
    Select the shortcode section from the Visual composer page edit screen (backend or frontend editor) that you want to control. Check the Styling tab from the visual composer’s element settings. Take a look at the below screenshot of it-
    n
     
    n
    n
    n
     
    n
    Note:  Input the padding (spaces around the section) as clockwise (Top Right Bottom Left)
    n
    nnn

    n
  • Visual Composer

    Visual Composer is a unique plugin, it will help you manage your content on a WordPress site and create stunning layouts in few minutes without coding. Nowadays many websites have complex grid layouts with columns, tabs, sliders and etc. In the past, to create that type of layouts you should be HTML guru or Shortcodes operator ninja.nnYou will get the Visual Composer plugin with our theme as pre-packaged. You can install it from “Appearance > Install Plugins”.nnHere is the documentation with video tutorial Visual Composer Doc

  • Contact Page

    n

    You can create and configure the Contact page by following the below steps-

    nnnn

    Creating the Contact page

    nnnn

    Navigate from your WordPress dashboard to Pages > Add New. Then Select the page template as “Contact Page” and click on the Publish button to create the Contact page.

    nnnn
    nnnn

    Configuring the Contact page

    nnnn

    Go to Theme Settings > Contact Page Settings from your WordPress dashboard to configure the Contact page settings. Here you will get everything you need to change the Contact page template.

    n
  • How to change Author Avatar?

    The theme uses Gravatar to display users avatars . to create or change your Gravatar :n

    If you have never setup a Gravatar account:

    n

      n

    1. Register/login to Gravatar. Upon registering, use the SAME email address that is associated with your WordPress User Profile.
    2. n

    3. Upload your photo and associate it with that specific email address.
    4. n

    n n

    If you already registered at gravatar.com, follow these steps:

    n

      n

    1. Click on “My Gravatars”.
    2. n

    3. click on “Add a New Email”.
    4. n

    5. Then, you’ll need to click on “Add a New Image”.
    6. n

    7. Upload an image.
    8. n

    9. Then select the email address, and then select your image from the bottom. Now it’s associated with that email address. Click Save.
    10. n

    11. It will take about 5-10 minutes to propagate on the internet, and then will appear on site.
    12. n

  • How to Paginate a Post ?

    In order to paginate your blog post, in the Write panel in your WordPress admin, switch to the TEXT view (if you are using the Visual view) and then enter the following code to wherever you want to break the post up into a new page:n

    <!--nextpage-->

    n

  • How to set site’s favicon

    Go to Appearance > Customize > Site Identity. Then Select an image as site icon. It’s recommended to use a .ico image as the site icon (favicon).nn

  • Updating Your Theme

    We are strongly recommended to install “Envato Toolkit” plugin for ease of use. Once necessary plugin installed and activated “Envato Toolkit” menu will be available at your admin side.nnImportant : If you have missing plugins or having issues to install any of them, all the related could be found under “recommended-plugins” folder within the downloaded package.n

    User Account Information

    nTo obtain your API Key, visit your “My Settings” page on any of the Envato Marketplaces. Once a valid connection has been made any changes to the API key below for this username will not effect the results for 5 minutes because they’re cached in the database. If you have already made an API connection and just purchase a theme and it’s not showing up, wait five minutes and refresh the page. If the theme is still not showing up, it’s possible the author has not made it available for auto install yet.nnMarketplace Username: Enter your Envato marketplace username.nnSecret API Key: Enter your Envato marketplace Secret API Key (http://themeforest.net/user/[your-username]/api_keys/edit, Login to your Themeforest account, Settings > API Key)n

    Backup Information

    nThis plugin will automatically save your theme as a ZIP archive before it does an upgrade. The directory those backups get saved to is wp-content/envato-backups. However, if you’re experiencing problems while attempting to upgrade, it’s likely to be a permissions issue and you may want to manually backup your theme before upgrading. Alternatively, if you don’t want to backup your theme you can check the box below.nnSkip Theme Backup: Strongly recommended keep unchecked.n

    Alternative Way

    nYou can also update the theme by replacing the old theme folder. First go to your theme directory then delete the theme folder and paste the new version of the theme.

  • Language Translations

    All of our Themes are able to be translated into any language. The process of translating the theme is a user responsibility. The following instructions are given as guidance.

    nn

      n

    1. Open wp-config.php and replace this: define ('WPLANG', ''); with this (substitute the language string (bg_BG) with your own!): define ('WPLANG', 'bg_BG');
    2. n

    3. Download and install POEDIT
    4. n

    5. Connect to your site -> open your theme/languages directory
    6. n

    7. Download the default.pot file and open it with POEDIT.
    8. n

    9. Translate file and save it as bg_BG (the file name must match with the string you inserted into wp-config.php)
    10. n

    11. Two files will be generated after save. bg_BG.pot and bg_BG.mo
    12. n

    13. Upload the .mo and .pot files into wp-content/themes/your-theme/languages folder
    14. n

    n

    Your WordPress installation should be in the language you intend on using the site.
  • Optimize Images

    Optimizing your images will helps your WordPress site load faster.nnDownload and activate WP Smush.it This plugin will optimize every image you upload and you can use the Bulk Smush.it feature to smush all of your uploaded images.nnAlternatives to WP Smush.it include EWWW Image OptimizerCW Image OptimizerImsanity and Hammy. Many WordPress users prefer using these plugins as they do not rely on an external server to process your images.