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,306 through 1,320 (of 3,477 total)
  • Author
    Posts
  • in reply to: TH recent posts #62324

    Hi Thomas,

    Yes you can but it need code customization and you need to hire developer as this will be a new feature to add in the theme which needs registering a new widget adding category posts option.

    Thank you!

    in reply to: Theme Horse: My Services Image Live Link #62323

    Hi there,

    To have the link for both image and page title removing read more it needs code customization and you need to hire a developer as this is a new feature to add in the theme. Also for the Featured Recent Work to have the four column you have to set title, content, button and button link as you first column as shown in the demo site here. You can not show same for all the four columns.

    Thank you!

    in reply to: Header photo not showing up in Chrome or Safari – help! #62322

    Hi there,

    Great that you figured it out.
    Anyways if you have any problem let us know.

    Thank you!

    in reply to: Preview does not show text #62321

    Great that you solved. If you have any problem please let us know?

    Thank you!

    in reply to: Ambition Pro – Color of Links #62320

    Hi there,

    To have all links in blue color you can simply change the color skin.
    Just go to Appearance > Customize > Ambition Theme Options > Color Skin there you can change the color skin of the entire site as well as you can only set the links color individually.

    Thank you!

    in reply to: Upgrading to Clean Retina PRo #62318

    Hi there,

    If you have not customize the theme main code then you will not lost any data and content while upgrading to premium version.

    Thank you!

    in reply to: Preview does not show text #62317

    Hi Alberto,

    Can you please clarify in which section you are talking about?

    Thank you!

    in reply to: PromoBox Using apostrophe 'S #62316

    Hi Rufando,

    Limited character are only allowed in that field.
    So please go to the theme main directory interface/inc/widgets/interface_widgets.php line no: 397 and 398 there you will see below line of code:

    $widget_primary = esc_textare($instance['widget_primary']);
    $widget_secondary = esc_textare($instance['widget_secondary']);

    Just replace the above code with the below one and save it.

    $widget_primary = esc_html($instance['widget_primary']);
    $widget_secondary = esc_html($instance['widget_secondary']);

    Thank you!

    in reply to: Width of text in articles (pages) #62297

    Welcome anytime @murin-daniel
    If you have any problem please let us know.

    in reply to: How to create similar homepage shown in demo link. #62296

    Welcome anytime @kevlevrone6

    in reply to: Title/Content Font Size Limited in the Options #62295

    Welcome anytime @restyumali-sl

    in reply to: html in footer #62294

    Hi Nadra,

    Sorry! there is no footer sidebar in free version of this theme. To get have the footer sidebar you have to upgrade to the premium version of this theme or just customize the theme code. You can customize the code in footer.php file.

    Thank you!

    in reply to: Adding External Link Indicator with CSS #62092

    Hi there,

    Your content value path may not be correct. Please use below custom css code

    a[target="_blank"]:after {
    	content: url(you-image-link-here);
    	margin: 0 3px 0 5px;
    	display: inline-block;
    	opacity: 1;
    	-moz-opacity: 1;
    	filter:alpha(opacity=100);
    }

    Add your image url in above text you-image-link-here.
    Let us know if you have any problem.

    Thank you!

    in reply to: html in footer #62091

    Hi Nadra,

    You can use this plugin to insert shinystat code into your site via widget in any of the widget-area.

    Thank you for using our theme.

    in reply to: Title/Content Font Size Limited in the Options #62090

    Hi there,

    Please add below custom CSS code in Appearance > Customize > Additional CSS to increase the built-in font-size of the title and content.

    .entry-title,
    .comments-title,
    .page-title {
    	font-size: 28px;
    }
    body,
    input,
    textarea,
    select,
    blockquote footer,
    .blockquote-footer,
    blockquote cite,
    .form-control,
    input,
    textarea,
    select,
    .site-description,
    .search-block .form-control,
    .wp-block-image,
    .wp-block-image figcaption,
    #bbpress-forums,
    #bbpress-forums button,
    #bbpress-forums ul.bbp-lead-topic,
    #bbpress-forums ul.bbp-topics,
    #bbpress-forums ul.bbp-forums,
    #bbpress-forums ul.bbp-replies,
    #bbpress-forums ul.bbp-search-results,
    div.bbp-search-form input,
    div.bbp-search-form button,
    div.bbp-breadcrumb,
    div.bbp-topic-tags {
    	font-size: 15px;
    }

    Note: Increase the above digit value 28 for title and 15 for content section.

    Thank you!

Viewing 15 posts - 1,306 through 1,320 (of 3,477 total)