badget

Biggest Sale! Special Offer!

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

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 496 through 510 (of 5,207 total)
  • Author
    Posts
  • in reply to: How to increase post featured image size #80068

    Hi John,

    Sorry for the late response but could you please tell us for which Theme you want to increase height of Featured Image.

    Thanks

    in reply to: WP categories #79981

    Hi lyle jenish,

    Customization panel means in which section? Do you mean the Categories Color Section?
    Could you please share us your Site URL so that we can check about the images issue on your homepage.

    Thanks

    in reply to: Add custom logo to header – Ultimate Pro Premium Theme #79978

    Hi Mark Gilhooley,

    We are sorry for the late response due to some unavoidable circumstances. To remove the spacing please go to Appearance > Customizer > Design Options > Custom CSS and paste the below custom CSS code.

    .hgroup-wrap {
    	padding-top: 0;
    	padding-bottom: 0;
    }

    please let us know if you have any other queries regarding the Theme.

    Thanks

    in reply to: Text and Bullets with Images Are Not Aligned #79849

    Hi siwiec.matthew,

    Same Code will work for mobile as well, You don’t need to do any thing for it.

    Thanks

    in reply to: Font Size Change #79830

    Hi saranchi96,

    To change the font size please go to ‘Appearance > Customize > Additional CSS’ and paste the below code.

    body {
    	font-size: 17px;
    }

    If you want to change the font size and color for every element then you can upgrade the Theme to PRO Version. Pro Version have even more features. Please have a look to the Demo here.

    in reply to: Customize Search Page: Highlight term and Post Count #79747

    Hi anesioneto,

    To show the Search Count, please go to the Theme directory > search.php file on line no: 19 you will find below code

    <?php

    Paste the below code beneath the above mention code

    $search_count = new WP_Query("s=$s&showposts=0"); 
    echo $search_count ->found_posts . ' ';

    Thanks

    in reply to: Any woocommers thems #79746

    Hi Omerreddy,

    Our Most Popular Theme NewsCard Pro also supports Wocommerce.

    Thanks

    in reply to: Featured Video thumbnail not working #79726

    Hi Suvamjaiswalblr,

    Sorry the Featured Thumbnails video is not supported. You have to hire a developer to customize the code for you.

    Yes we have checked and its happening only on your site. Now please check by deactivating Plugins that you have been using one by one. Some times the Plugins also might create issue. and let us know again

    in reply to: Related content #79724

    Hi Tiago Ghidotti Fulgenzi,

    To remove the ‘Post Navigation’, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.

    .navigation.post-navigation {
    	display: none;
    }

    Thanks

    in reply to: Text and Bullets with Images Are Not Aligned #79652

    We have updated the previous code. Please copy the code again and paste it ‘Custom CSS field’ as mentioned before.

    Thanks

    in reply to: Grid Column view increase #79651

    Hi Jowy10,

    Sorry for the late response due to some un avoidable circumstances. Its Great! you got the solution by yourself and the code correct with no issue.

    Please let us know if you have any queries regarding the Theme.

    Thanks

    in reply to: Help with adding font #79586

    Hi Govardhan Reddy,

    If you want to use the Custom Font for the Theme then you can use it through Plugins. Here is a plugin that might work for you.

    Thanks

    in reply to: Random images not showing #79584

    Hi Govardhan Reddy,

    Sorry for the late response due to some unavoidable circumstances. We have checked about the issue but the Theme is working perfectly. In your case may be the image you are using might have been corrupted. Please set the the Featured Image again by uploading fresh one again and let us know.

    Thanks

    Hi jslims,

    First set the ‘coming Soon’ page that you have created to the ‘Homepage’. To set the desired page to the ‘Homepage’ go to ‘Appearance > Customize > Homepage Setting’ and check ‘ON’ to ‘A static page’ and set the Homepage by choosing the desired page from dropdown list. After it again go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .site-header,
    .site-footer {
    	display: none;
    }

    Note: the above mentioned code will hide the Header and Footer Section on the Theme so if you wish to show the Header and Footer section again then you can remove the mentioned code again.

    Thanks

Viewing 15 posts - 496 through 510 (of 5,207 total)