ThemeForest

Support for Qamar - AJAX Portfolio WP Theme for Photographers

An introduction to support on the Marketplaces

  • Envato staff look over every item before it can be sold on the Marketplaces.
  • Technical items contain help files to introduce you to the item and its components.
  • Authors can choose to support their items but this is optional and may vary.

Hands-on support for this item is provided by mo3aser

They will respond to buyers' questions via this item’s comments.

Go to comments

Additional information from mo3aser:

Item support does not include:

  • Customization and installation services
  • Support for third party software and plug-ins

Common WordPress Installation Issues

Missing style sheet 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 message does not mean that the theme you have purchased is broken, it simply means it has been uploaded incorrectly. Luckily, there is a very easy fix.

Frequently Asked Questions

How can i changing the way items opining in left always ?

edit js/tie-portfolio.js

and search for
    
if( openDir == 'right'){
        dir = '-';
        jQuery('#portfolio-content').css({float:"right"});
        openDir = 'left';
    }
    else{
        dir = '';
        jQuery('#portfolio-content').css({float:"left"});
        openDir = 'right';
    }
and replace it with
        dir = '';
        jQuery('#portfolio-content').css({float:"left"});
        openDir = 'right';

Is it possible to disable the “zoom” and “rotate” when hovering images in the portfolio?

edit Style.css file and search for this code and remove it
.portfolio-item a:hover img{
    transform: scale(1.5,1.5) rotate(10deg);
    -ms-transform: scale(1.5,1.5) rotate(10deg);
    -webkit-transform: scale(1.5,1.5) rotate(10deg);
    -o-transform: scale(1.5,1.5) rotate(10deg);
    -moz-transform: scale(1.5,1.5) rotate(10deg);
}

When to contact Envato Support

Authors are experts on their own items, but if you're having trouble using the Marketplaces you should come straight to Envato Support.

by
by
by
by
by