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 - 676 through 690 (of 5,207 total)
  • Author
    Posts
  • in reply to: Add Coupons #77277

    Hi @jella1283,

    The Theme you are using is not Developed by us. Please Contact and Consult with the respective Theme Author.

    Thanks

    in reply to: Breadcrumba nd url issue #77253

    Hi @100offdeal,

    The Breadcrumb paths will be depend upon about how you have created the pages. Means, if you have set the Parent Page on Page Attribute on Page Editor then the breadcrumb will show its Parent Page also and if you have set sub menu under any menu item from customizer but not set Parent Page on page editor then breadcrumb will only show the root directory and the current page.

    Thanks

    in reply to: hide category in cover posts #77236

    Oops!
    So sorry for it. The Code is now corrected. Thank you for correcting us 🙂

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

    Thanks

    in reply to: hide category in cover posts #77215

    Hi @jschonfe,

    To show only one category, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    body:not(.single-post) .entry-meta .cat-links a:not(:first-child) {
    	display: none;
    }

    Thanks

    in reply to: margin-top: 32px #77207

    The theme styles will not control for the backend pages. You have to use the plugin to control for it. Please use this plugin to remove the admin bar.
    after installing the plugin go to its setting and paste the below Custom CSS code to Admin CSS field.

    html.wp-toolbar {
    	padding-top: 0;
    }
    #wpadminbar {
    	display: none;
    }

    and if you are already using some other plugin to remove the admin bar in backend then please add the below CSS Code to it.

    html.wp-toolbar {
    	padding-top: 0;
    }

    Thanks

    in reply to: Featured image in the search results #77205

    Sorry the Featured Image is not different on search results. All Featured Image through out the Site are same. Like the post have same Featured Image in the category list also. (Category – Oculus). It’s not the Site logo but that posts also showing the same image that is used as Featured Image. But the Featured Image has used as Site logo with background.

    And Premium Version also don’t have the feature to set different Featured Images on different Pages like Search Result Page.

    Thanks

    in reply to: Social & Search Icon Missing #77204

    It’s still loading resources from another site (https://appomattoxcarsforsale.com) which is not accessing permission. We don’t know how it get connected with another site. Are those site connected with each other like setting up multiple site.
    Or Please once check by deactivating the Plugins one by one. May be some plugin might have affected the theme resources.

    Thanks

    in reply to: Featured image in the search results #77143

    Hi @anesioneto,

    Actually the images on Posts list shows the same Featured Image that you set on each post form Post Editor. As per your requirement to show different image instead of Featured Image then you need to hire a developer to customize the code for you.

    Thanks

    in reply to: Social & Search Icon Missing #77121

    Hi Phil,

    We found that some of the content and resources has been loading from another site than the site you mentioned above. There is something permission access issue with those site so can you please clarify how you have set up your site and resources for your above mentioned site.

    Thanks

    in reply to: margin-top: 32px #77120

    Hi @marcus-johnson,

    There is no issue on the code that you used. It should work. First please let us know in which pages you want the changes. Frontend or the backend (wp-admin).
    Note: Although those margins wont be seen by normal viewer of your website.

    Thanks

    in reply to: Post title misaligned in mobile platforms #77080

    You have added some styles on style.css file which has affect on mobile view and we noticed even you haven’t removed the codes that we mentioned on previous solution. Please go to line no: 4195 and remove the below code.
    /* left: 20px; */

    then again go to line no: 3981, 3983, 3984 and remove the below mentioned code from it.
    /* text-align: center; */

    /* top: 0px; */

    /* left: -50px; */

    Thanks

    in reply to: Post title misaligned in mobile platforms #77048

    Ok we have figure out the issue. While customizing the styles on style.css file, on line no: 4194, you have missed the ; on the end of the line. It should be like this as below:

    font-size: 25px;

    and on line no: 3983 and 3984. remove the below commented style properties.

    /* top: 0px; */
    /* left: -50px; */

    You have customized the styles by making changes on the main theme style.css file but instead of customizing on main style.css file, we recommend you to customize the styles through ‘Additional CSS’ Option which you can find on ‘Appearance > Customize > Additional CSS’. other wise all your customizes styles will be lost when you update the theme to new version when available.
    If you are customizing by making changes on other files with scripts then we recommend you make the Child Theme, then you can make changes on Child theme.

    Thanks

    in reply to: Attitude (Free) – Move Header Log Image Up #77046

    Please go to ‘Appearance > Customize > Design Options > Custom CSS’ and paste the below Custom CSS code.

    .hgroup-wrap {
    	padding-top: 0;
    	padding-bottom: 0;
    }
    #site-logo,
    .hgroup-right {
    	margin-top: 0;
    }

    Also to hide the Search Icon, Please go to ‘Appearance > Customize > Design Options > Custom Header’ and check ‘ON’ to ‘Hide Searchform from Header’.

    Thanks

    in reply to: Center text in header #77034

    Welcome @paulomalheirodias,

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

    thanks

    in reply to: Post title misaligned in mobile platforms #77033

    Hi @paulomalheirodias,

    Could you please share us your Site URL so that we have check about the issue.

    Thanks

Viewing 15 posts - 676 through 690 (of 5,207 total)