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 - 4,321 through 4,335 (of 5,207 total)
  • Author
    Posts
  • in reply to: Attitude Pro: font-size of page/ post title #13106

    Hi Entwerfer,

    You need code customisation for it. We don’t have this typography options to 16px so you need code customisation.

    Thank you!

    in reply to: Facebook Thumbnail #13105

    Hi kelsey,
    We don’t have this feature too. So you need code customisation or If you are unable then you may hire a developer to fix the issue.

    Thank you!

    in reply to: Alphabetical Archive Listing #13104

    Hi kelsey,
    We don’t have this category-archive.php page. I think you have customise the code. You have designed our theme this way so you need code customization for it.
    To sort it alphabetically you need to pass an argument such as

    $args = array( 'posts_per_page' => -1, 'orderby'=> 'title', 'order' => 'ASC' );

    If you are unable then you may hire a developer to fix the issue.

    in reply to: Blog excerpts #13103

    Hi Karen.
    To eliminate the box framing the image you just add this css inside custom css which is under theme options

    .post-featured-image a {
    border: none;
    }

    Hope this may help you
    Thank you!

    Hi Kelsey,
    We don’t have this feature in our theme. If you are good at coding then you can customisation your code or hire a developer to fix the issue.We recommended not to change the code because if you change the code then while updating to our new version all your customization code will be lost. So better make child theme and first unhook the functions and the edit the code.

    http://codex.wordpress.org/Child_Themes

    Thank you!

    in reply to: Putting in paragraph breaks #13101

    No Problem MUGSINIQUE

    Thank you!

    in reply to: Page Name Bar on Home Page #13100

    Hi eshafer525,
    This feature is not available in home page. You need code customisation for it or hire a developer to fix it.

    Thank you!

    in reply to: Gallery issues #13074

    If Katherine,
    Could you provide the site url ? Did you install some plugins? IF you have added some plugins then just deactivate it one by one. There may be plugin conflict. IF you are still unable then just mail us at [email protected] with this forum topic url, site url and temporary username and password.

    Thank you!

    in reply to: Clean Retina Pro Update issue #13073

    Hi Gentry,

    Sorry for the wrong reply.
    Could you once deactivate all the plugin once. It may be plugin issue. If there is still problem then please send your temporary username and password at [email protected]

    We will look over it and don’t forget to send the site url and also the forum support question link too.

    Thank you!

    in reply to: Contact Form 7 never submits #13071

    HI Kelsey,
    I just used your contact form and its working fine. I got the confirmation. Just view this screenshot.
    http://awesomescreenshot.com/07f3bt1l7e

    I think at that time there may be any server issue.

    Thank you!

    Hi Kelsey,
    I could not see any previous button and next button. Could you specify particular link.

    Thankyou!

    in reply to: Image Help! #13058

    Hi Mike.
    What is your exact problem ? Could you please send the url of your site too.

    Thank you!

    in reply to: Multi language slogan #13057

    Hi Herz84,
    Recently we are not working with polylang plugin. So you may get better solution to the plugin forum. Just contact with them. If we get any solution then we are ready to help you.
    Thank you!

    in reply to: Blog excerpts #13056

    yes exactly you are correct. The first is from plugin and the second you need to change it from pot file. Pot file for espanish language is already available. Its nothing difficult. You just download the free version of our theme from
    wordpress.org/themes/clean-retina

    and go to the folder languages and copy all the file and paste on your pro theme inside language folder.
    Then before wordpress installation there is wp-config.php file. you can change it from there. Default its like this
    define(‘WPLANG’, ”); and replace it with define(‘WPLANG’, ‘es_ES’);
    Hope you got what i mean.
    Thank you!

    Hi peter,
    we have designed our theme this way. So you need code customization for it. You can go to the theme folder -> functions.php

    This image is displayed from icon
    here is the code of size

    add_image_size( 'icon', 100, 100, true );
    So you may change the size of icon you want. Hope this may help you

    To make icon and image link you need code customization.
    inside theme folder -> library -> widgets -> interface_widgets.php file on line no 292 to 299 but
    we recommended not to change the code because if you change the code then while updating to our new version all the customization code will be lost.

    Thank you!

Viewing 15 posts - 4,321 through 4,335 (of 5,207 total)