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,111 through 1,125 (of 3,480 total)
  • Author
    Posts
  • in reply to: Main Stories at Homepage doesnt work #66199

    Welcome anytime @discuzx

    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/theme/newscard/reviews/?filter=5

    We really appreciate your rating.

    Thank you!

    in reply to: Embedding youtube video on post breaks layout #65936

    Hi @trevi,

    There will be the certain height and width set in the embed code. So if you directly use the embed code then the video will overflow from its parent wrapper. You have to wrap the embed code with the class element “embed-responsive” & “embed-responsive-16by9”. So please use the below code to make the video responsive.

    <div class="embed-responsive embed-responsive-16by9">
      (Paste your embedded code here)
    </div>

    Please paste the embedded code as mentioned above
    OR
    If you have updated the WordPress version 5.0+ then you can easily embed the youtube video by using the WP Gutenberg Block feature for embedding youtube video under the Embeds Tabs. (you can add the blocks by clicking ‘+’ icon at the left top of your post editor)

    Thank you!

    in reply to: Moved site – Theme not working #65909

    Hi there,

    So you want to have the same content and settings from a livingarroyos.org to a new site? Did you cloned all your databases contents from a livingarroyos.org to a new site?

    Thank you!

    in reply to: Can't upload theme Ambition Pro to WordPress…help #65908

    Hi @ishika8776kha

    Can you please clarify a little bit more about the problem. What error message that you got while uploading the Ambition Pro theme?

    Thank you!

    in reply to: Replace Revolution slider on home page? #65907

    Hi there,

    Yes it is but it needs some code customization, you need to hire a developer as this is a new feature to add in the theme or you can use Revolution Slider as well which is built-in compatible with the theme.

    Thank you!

    in reply to: how to install themes like demo #65906

    Hi Jeremy,

    Send us your login credential via email here. So that our support team will set up your site same like our demo site.
    Please do not share any login credential detail here in this forum as this forum is public and visible by everyone.

    Thank you!

    in reply to: Free to Pro #65905

    Hi @maheshrana,

    Please contact to our sales team here for the other payment option.

    Thank you!

    in reply to: Free to Pro #65813

    Hi Mahesh,

    If you are not seeing the ‘Bank Account or Credit Card’ button option then it’s not possible to purchase our theme.
    We have only ‘PayPal’ and ‘Credit Card’ via PayPal option available to purchase the theme.
    May PayPal have not provided those option for your country.

    Thank you!

    in reply to: Free to Pro #65687

    Hi Mahesh,

    After clicking on the Proceed to PayPay Button you will be redirected to PayPal checkout option where you will see below option where you can find the Pay with a Bank Account or Credit Card button.
    Those PayPal button option are available for some countries only. From which country you are trying to purchase?

    Thank you!

    Hello there,

    Sorry! This is not the theme problem and we can not customize WordPress main code in the theme. You may achieve those feature from some plugin as well, though thank you for your suggestions.

    in reply to: Get Entry-Title to Show on Top of Featured Image #65684

    Hi @stewartcartmell

    Login to your admin Dashboard and go to Appearance > Customize > Additional CSS and paste below custom CSS code to show the title on top of the featured Image.

    .post-main .has-post-thumbnail .entry-wrap .entry-main {
    	opacity: 1;
    	-moz-opacity: 1;
    	filter:alpha(opacity=100);
    	background-color: transparent;
    }
    .post-main .has-post-thumbnail .entry-wrap .entry-main p {
    	opacity: 0;
    	-moz-opacity: 0;
    	filter:alpha(opacity=0);
    }
    .post-main .has-post-thumbnail .entry-wrap .entry-main .entry-title {
    	color: #fff;
    	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    }
    
    .post-main .has-post-thumbnail .entry-wrap:hover .entry-main {
    	background-color: #fff;
    }
    .post-main .has-post-thumbnail .entry-wrap:hover .entry-main p {
    	opacity: 1;
    	-moz-opacity: 1;
    	filter:alpha(opacity=100);
    }
    .post-main .has-post-thumbnail .entry-wrap:hover .entry-main .entry-title {
    	color: initial;
    	text-shadow: none;
    }

    Thank you!

    in reply to: Hi dear admin #65682

    Hi @infoanaliz

    Sorry! For lazyload you have to customize the theme code and you need to hide a developer.
    And for turkish language you have to create a pot file and translate all available string to turkish language by the help of this plugin.

    Thank you!

    in reply to: add video #65681

    Hi @goodza1002

    Sorry! There is no such featured video option that this theme offer.
    The site that you have shared with us have customize the theme main code and added the video instead of featured Image.
    For this you also have to customize the theme main code which can be done by hiring a developer.

    Thank you!

    in reply to: collapse menu with anchor #65680

    Hi Carla,

    Can you please provide us your site Url? So that we can see the issue. Also do check deactivating all the plugin one by one it may be the plugin conflict as well.

    Thank you!

    in reply to: How to increase the font size of the tagline? #65679

    Hi there,

    Just login to your site admin dashboard and go to Appearance > Customize > Design Options > Custom CSS and paste below custom CSS code to increase the font-size for tagline.

    #site-description {
        font: 13px;
    }

    Increase the above digit value ’13’ to your desired size.

Viewing 15 posts - 1,111 through 1,125 (of 3,480 total)