badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 2,161 through 2,175 (of 5,207 total)
  • Author
    Posts
  • in reply to: Featured images in responsive layout. #40828

    Hi samanta.berzina,

    I have just visited to your site and now its working perfect. You can view this below screenshot of mobile view.
    http://awesomescreenshot.com/0b25inwvd2

    Thank you!

    in reply to: Deprecation errors #40827

    Hi minmoko,

    We have already fixed this issues on version 2.0.2, We don’t think that there is deprecated issues in version 3.0.2. As we have tested in our local server too with no issues.
    You just do one thing.
    Go to theme folder-> inc -> widgets-> interface_widgets.php on line no 131, 201, 310,380, 529,697 remove that all function with this functions function __construct()

    For example:-

    function interface_featured_image_widget(){
    // your code
    }

    remove above functions with this functions

    function __construct(){
    //your code
    }

    After doing it whether your problems solves or not let us know. If you face the same issues please upload your theme at server and Email Us your temporary username and password. We will look over it.

    Thank you!

    in reply to: Deprecation errors #40780

    Hi minmoko,

    We have already fixed the deprecated issue in our latest version. Just try latest version of our theme. Which version are you using? let us know.

    Thank you!

    in reply to: "Read more" #40767

    Hi vindio,

    I just visited to your site and you are not using Attitude Pro theme. I think you are using lighter theme. Just activate our attitude theme and let us know if you have any issues there.

    Thank you!

    in reply to: Featured images in responsive layout. #40765

    Hi samanta.berzina,
    Did you change the default image size “featured”?
    Just change only the numeric value 622 or 300. After changing this image size you need to regenerate the thumbnails.
    add_image_size( 'featured', 622, 300, true ); // don't change the name featured.

    Thank you!

    in reply to: Service widget content displayed on main page #40764

    Hi info110,

    If you like to change the character not word then it needs code customisation. You can use similar this way.

    <?php $service_excerpt = get_the_excerpt();
    $service_content = substr($service_content, 0, 100);
    echo $service_content; ?>

    This above code will only display upto 100/ less characters including space too. Now you can change the value of 100 what ever you want.

    Inside the theme folder -> inc -> widgets on line no 286 you will find this code <?php the_excerpt(); ?> Here you need to add the above code.

    If you are still unable to fix it then you need to hire a developer and also before making any changes in the code first of all create a child theme and then customize the code. So that while updating to new version your customized code will be safe.

    Thank you!

    in reply to: table plugin #40730

    That’s great rebel

    Thank you!

    in reply to: Remove slider from blog page when home page is static #40729

    You welcome Shelley

    Thank you!

    in reply to: Drop down Menus #40728

    Hi smakbar51,

    Go to dashboard-> appearance->menus and view the below screenshot.

    http://awesomescreenshot.com/0e55ighfcb
    Just drag and drop menus.

    Thank you!

    in reply to: Featured page Slider not saving images #40727

    Hi Damien,

    It would be better if you provide your site Url too and also Email Us your temporary username and password. Before doing it first of all deactivate all the plugins that you have installed in your dashboard and let us know.

    Thank you!

    in reply to: Service widget content displayed on main page #40726

    Hi info110,

    You need to increase the excerpt length for it. Goto theme folder-> inc -> functions-> functions.php on line no 146, there you can increase/decrease the excerpt length.(Currently its 50)

    Before making any changes in the code first of all create a child theme and then customize the code. So that while updating to new version your customized code will be safe.

    Thank you!

    in reply to: Featured images in responsive layout. #40723

    Hi samanta.berzina,

    Did you made any code customization on it? If not then first of all deactivate all the plugins that you have installed in your dashboard. If you again have the same issues then let us know.

    Thank you!

    That’s great kat

    Thank you!

    in reply to: Static front page issue #40670

    Hi jay.pomerantz,

    We don’t have any issues regarding to front page. I think you like to implement it as in our demo site right?
    Just view this theme instruction how to set business layout.

    Hope this may help you
    Thank you!

    in reply to: Remove slider from blog page when home page is static #40667

    Hi Shelley,

    We are sorry that according to WordPress guidelines we have to remove revolution slider which is zipped inside our theme.
    If you don’t want to display slider in blog page then leave default to post page. We will provide you an screenshot.
    View below screenshot.
    http://awesomescreenshot.com/02c5ibbu4f

    To set blog page. Go to dashbaord-> pages-> blog(your blog page). Select blog image large template.
    View below screenshot.
    http://awesomescreenshot.com/03f5ibc58b

    Hope this may help you
    Thank you!

Viewing 15 posts - 2,161 through 2,175 (of 5,207 total)