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 - 1,531 through 1,545 (of 3,489 total)
  • Author
    Posts
  • in reply to: Modify post excerpt #59549

    Hello,

    You are welcome anytime.
    If you have any problem than do not hesitate to contact us.

    Thank you for using our theme.

    in reply to: Responsive on WP Portfolio #59548

    Hi Ignacio,

    Great that you solved your problem.
    If you have any problem than do not hesitate to contact us.

    Thank you for using our theme.

    in reply to: Homepage layout #59525

    Hi there,

    here is the step by step instruction to setup the homepage same like demo. If you have any problem setting up then please let us know.

    Thank you!

    in reply to: Error come up whenever I try to enter Setting Theme #59524

    Hi there,

    Sorry, Internal Server Error is the server error.
    You need to contact to your hosting provider about this issue.

    Thank you!

    in reply to: video youtube does not load in head midia #59523

    Hi there,

    Sorry! Video is loading on smartphone without any issue.
    May your phone browser block the video. Please see the settings or check again from another smartphone.

    Thank you!

    in reply to: Responsive on WP Portfolio #59522

    Hi Ignacio ,

    Sorry! While viewing your site pages (about and contact) on mobile device we could not find the image that looks half cut. Please can you check it one more time or share the screenshot.

    Thank you!

    in reply to: Wrong mobile positioning #59521

    Hi there,

    Great that you solved it. If you have any problem than do not hesitate to contact us.

    Thank you for using our theme.

    in reply to: Modify post excerpt #59520

    Hi,

    Go to Appearance > Customize > Additional CSS and paste below custom CSS code to make the desktop view look like the mobile view.

    .has-post-thumbnail:not(.format-quote) .entry-wrap .entry-main {
    	opacity: 1;
    	-moz-opacity: 1;
    	filter:alpha(opacity=100);
    	top: inherit;
    	padding: 30px 15px 15px;
    	background: transparent;
    	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.8));
    	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.8));
    	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.8));
    	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4));
    }
    .has-post-thumbnail:not(.format-quote) .entry-wrap .entry-main p {
    	display: none;
    }
    .has-post-thumbnail .entry-wrap .entry-main .entry-title {
    	margin-bottom: 0;
    	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    	color: #fff;
    }

    Thank you for using our theme.

    in reply to: Remove the bar #59466

    Hi,

    Just go to Appearance > Customize > Additional CSS then paste the below custom CSS code to remove the bar from the site title.

    #site-title a:after {
        content: normal;
    }

    Thank you for using our theme.

    in reply to: Remove the bar #59463

    Hi there,

    Can you please provide us your site Url? So that we can see the bar and help you remove the bar.

    Thank you!

    in reply to: Customising Post elements #59462

    Hi Yiannos,

    You have to add below custom CSS code to hide the meta elements from the post single page. Just go to Appearance > Customize > Additional CSS then paste the below CSS code and click on save button

    .single .entry-meta .author,
    .single .entry-meta .categories,
    .single .entry-meta .comments {
        display: none;
    }

    Thank you for using our theme.

    in reply to: Update widget css #59433

    Hi Eddie,

    Please use custom HTML widget instead of video widget and wrap your iframe code with the below one:

    <div class"container">
        <div class="embed-responsive embed-responsive-16by9">
             <!-- youtube embed code goes here -->
        </div>
    </div>

    As we have used Bootstrap framework you can also see this bootstrap doc to choose the related aspect ratios as per you need.

    And for any other section you have to wrap your content with below one:

    <div class"container">
        <!-- your content code goes here -->
    </div>

    Also why you are using another slider? You can use our built-in slider for you site. which is fluid and looks great for the site like yours.

    Thank you for using our theme.

    in reply to: Footers questions? #59427

    Welcome anytime @i-v-theodoridis
    Let us know if you have any problem.

    Thank you!

    in reply to: Footers questions? #59392

    Hi

    1. Please use below custom CSS code to centre align the site info.

    .site-info .col-lg-auto, .site-info .col-lg {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
    }
    .site-info .order-lg-2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .site-info .order-lg-1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    2. You need to drag/add any widget on that footer column section to show it into your site.

    Thank you for using our theme.

    in reply to: How to remove page title? #59385

    Hello,

    You can use that custom CSS code as well to remove the blank space as well.

    Thank you!

Viewing 15 posts - 1,531 through 1,545 (of 3,489 total)