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 - 781 through 795 (of 5,207 total)
  • Author
    Posts
  • in reply to: Mobile Issue – Video Post Not Displaying Correctly #74397

    Hi @renatogloriadeus,

    We checked your Site but we found no issue in your site. Could you please explain more about the issue that you are facing.

    Thanks

    in reply to: header background image is not showing #74393

    We found that you have customized lots of CSS code regarding color and background color which have affected some sections. Your header background image is also affected.

    for the solution please go to ‘Appearance > Customize > Additional CSS’ and paste the below code.

    .navbar-head.header-overlay-dark .container:before {
    	display: none;
    }

    Thanks

    in reply to: Centered image aligns left #74331

    May be you are doing with the ‘Custom Html’. So please instead of ‘align’ attribute use the class ‘aligncenter’ on the img tag. Example class="aligncenter".

    Thanks

    in reply to: Centered image aligns left #74291

    Ok then you can add images from ‘Add/insert Media’ from the classic Editor. There you can find the options for alignments.

    You can even find many tutorials about image alignments on classic editor in Youtube as well.

    Thanks

    in reply to: Centered image aligns left #74266

    Hi @rebelsnotes,

    You can use the ‘Image’ Block of Gutenberg Block feature which is under Common Block category then you can align the images easily.
    To use the Image block and other Gutenberg features just by clicking on plus icon (+) on the top left corner of post/page editor and you can find Image Block under Common Blocks tab pane (category).

    Thanks

    in reply to: How to add attribute in tag on Featured Slider #74237

    It’s great you got the solution @admin-9666.

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

    Thanks

    in reply to: Differences between the free and pro versions #74197

    Hi @rpancrazio,

    Thank you for your concern about the Theme. It is not just the difference of support and updates in Free and Pro Version. There are lots of New and Additional Features in the Pro Version which are not available in the Free Version. You can find the details about the Theme and check the comparison table on Free and Pro Version [Here].

    Also you can compare Free and Pro Version through our Demos [Here]

    Thank You

    in reply to: Featured Posts 1 change #74065

    Hi @hhongjs2663,

    Sorry you cannot show more than 4 posts on Free Version. For that you need to upgrade the theme to a Premium Version. Premium Version have lots of extra Features and yes you can show more than 4 posts in 2 rows or even you can show the posts through carousel slides.
    You can check our Premium Version Demo Here.

    Thank You.

    in reply to: How to Show specific Posts from Category? #73998

    Hi @fariduzzaman-xenar,

    Thank you so much for loving our work.
    Sorry you cannot show the specific posts from the category through ID’s. Yes basically the recent posts are shown from the category. If you want to show the specific posts rather than the recent posts from the category then you can do it by assigning those specific posts to a new Sub Category. Then your specific post will always be shown even if you add the recent posts to those category.

    Thanks

    in reply to: mobile not a same with theme #73937

    Hi @rutacincohn,

    It’s working very well on mobile view. Please let us know more for which aspect the theme is not looking same.
    And there are lots of code to change the color of theme. You have to upgrade the theme to a Premium Version in order to change the theme color. There are even more features in Premium Version that you will surely love. You can check the Demos of Premium Version Here.

    in reply to: Image caption not showing #73902

    Hi @arochford,

    we have checked to figure out the issue but it’s working. You can add the Image Caption through the Page editor, Image Block or through the Caption Input Field while Uploading the Image.

    Thanks

    in reply to: Hide the authors name #73893

    Hi @vampelog,

    To hide the author’s name please go to ‘Appearance > Customize > Additional CSS’ and paste the below code.

    .entry-meta .author {
    	display: none;
    }
    .entry-meta > .date:after {
        content: "";
    }

    Thanks

    in reply to: Please fix it. #73816

    Hi @arjun-raut,

    Sorry showing the Nepali Date feature in not available in this theme. you need to hire a developer to customize the code for you.

    and to remove the Breadcrumb please to go ‘Appearance > Customize > Header’ and check On the option ‘Hide Breadcrumb’.

    Thanks

    in reply to: Removing the date and author from homepage post thumbnails #73815

    Hi @arjun-raut,

    To remove the date of every post please go to ‘Appearance > Customize > Additional CSS’ and past the below code.

    .entry-meta .date {
    	display: none;
    }

    Thanks

    in reply to: how to decrease width #73757

    Hi @arjun-raut,

    To decrease the width of container of Site then please go to ‘Appearance > Customize > Additional CSS’ and paste the below code.

    .page-template-front-page-template .container {
    	max-width: 1340px;
    }

    Thanks

Viewing 15 posts - 781 through 795 (of 5,207 total)