badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 226 through 240 (of 5,207 total)
  • Author
    Posts
  • in reply to: Change Featured Post Limit #89409

    You can follow the mentioned topic reply here. and for the Additional CSS you can copy the Custom CSS code and paste to the Additional CSS field of Pro Version.

    Thanks

    in reply to: Change Featured Post Limit #89406

    Hi the5krunner.com,

    Sorry there’s no any offer or sale right now. We offer Discount and sale only on special occasion. If you don’t pay the Annual Support Fee then you wont get any Support from our Team but the Theme will still work as usual.

    Yes it’s sure that number of post can be increased on all section and extra new widgets. Only the Widget “horizontal/Vertical Widget” won’t have option to increase the number because for it the layout and design will goes off. Pro Version Demo have used the Default number of posts for some widgets. You can check that Card post and Block Post widget have 6 and 4 number of posts on different Demos. You can go through the Link that you mentioned to compare about the Free and Pro version as it has included all details.

    Thanks

    in reply to: How to Make Block Title Clickable #89405

    Ok we got it, you mean the Section/widget Titles. Yeah they are not clickable they are just designed to denote what the widgets are about. Since our no clients have demanded for such updates so we haven’t made any changes. For now it cannot be done through providing Custom CSS so you need to hire a developer to customize the Theme Code. also make sure to make child theme first before customizing Theme Code so that your customized code won’t get lost while updating the Theme to a newer Version.
    Hope our Theme Review Team will make some update about it in upcoming Version Update.

    Thanks

    in reply to: White Box section label on posts #89403

    Hi dfreeman,

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

    .post-img-wrap .entry-meta .cat-links a,
    .post-img-wrap + .entry-header .entry-meta .cat-links a {
    	background-color: transparent !important;
    	color: #333333 !important;
    	padding: 0;
    	text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
    }

    For the 3 Column Banner without Slider. you can use the 3 column layout with only 3 Slide number. Please go to ‘Appearance > Customize > Banner > Featured Slider’ and set the Slide Number to 3 and ‘Slider Style’ to ‘Three Column’.

    Thanks

    in reply to: how to make the header clickable to go home #89402

    Hi freeamericanenglish,

    Actually the Header Background doesn’t have the redirect link option. As per your Website, there is no logo set so we can use a trick by using the logo option. First you need to set the same image that you have used on background on logo. (Appearance > Customize > Site Identity) and remove the background image that you are using right now. Lastly go to ‘Appearance > Customize > Additional CSS’ and paste the Custom CSS code.

    .navbar-head {
    	position: relative;
    }
    .navbar-head .container,
    .navbar-head .col-lg-4,
    .navbar-head .site-branding {
    	position: static;
    }
    .custom-logo-link {
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	bottom: 0;
    }
    .custom-logo-link img {
    	height: 100% !important;
    	width: 100% !important;
    	position: absolute;
    	top: 0;
    	left: 0;
    	bottom: 0;
    	right: 0;
    	object-fit: cover;
    }

    Thanks

    in reply to: Replacing author’s name #89395

    Hi JIm Huynh,

    Actually it’s the placeholder for Post authors/admins. Since every post will have different redirect links with author name so if cannot be don’t through providing Custom CSS codes. You really need to hire a developer to customize the Theme Code for you. Also make sure you make the Child Theme first before customizing the Theme Code so that your customized code won’t get lost while updating the Theme to a newer Version in future.

    Thanks

    in reply to: I had a problem: As if stuck and sticky #89393

    Hi noam zigman,

    To make the Sidebar unsticky, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .widget-area .sticky-wrapper,
    .widget-area .sticky-wrapper.is-sticky {
    	height: auto !important;
    }
    .widget-area .sticky-wrapper .sticky-sidebar,
    .widget-area .sticky-wrapper.is-sticky .sticky-sidebar {
    	width: 100% !important;
    	position: relative !important;
    	top: auto !important;
    }

    Thanks

    in reply to: Change Featured Post Limit #89272

    Hi the5krunner.com,

    We understand your requirements but it is made limit for Free Version and it cannot be increased through Custom CSS code. If you need more posts for all sections and widgets with extra Premium features then you can upgrade to our PRO version

    Thanks

    in reply to: How to change line by line space in a paragraph #89271

    Hi techinfotrends,

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

    .site-main .entry-content ul li,
    .site-main .entry-content ol li  {
    	line-height: 1.6;
    }

    Thanks

    in reply to: multilanguage site #89270

    Hi Sharki Web slu NIF B76271691,

    First you need to translate the Front Page template to any desired language, Then for the additional text like Section titles (Banner section title), you need to translate those words(strings) that you set for those section’s title. You can search those and translate the strings from the option provided by the multilingual Plugin. You may find it on the plugin’s admin page on dashboard.

    Thanks

    in reply to: Social profiles icons on smartphones. #89267

    Hi Roman Wisniak,

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

    @media (max-width: 575px) {
    	.info-bar .col-auto {
    		-webkit-transform: none;
    		-ms-transform: none;
    		transform: none;
    	}
    	.info-bar .social-profiles {
    	    display: flex;
    	}
    }

    Thanks

    Welcome any time,

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

    Thanks

    in reply to: How to Make Block Title Clickable #89265

    Hi javedjournalist,

    The Block Posts are already clickable with featured images as well as with the Title. please check our demo you can find the block posts title and featured image are clickable.
    May be some Customized code or external Plugins might have affected the Theme. Or please install the fresh copy of theme again by downloading from the user account.

    Please let us know if the issue still persist.

    Thanks

    in reply to: Main Menu #89264

    Hi Mravi,

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

    @media (min-width: 992px) {
    	.main-navigation a,
    	.search-toggle {
    		padding-top: 10px;
    		padding-bottom: 10px;
    	}
    	.main-navigation .dropdown-menu a,
    	.main-navigation li ul a {
    		padding-top: 8px;
    		padding-bottom: 8px;
    	}
    }

    Thanks

    in reply to: Make the theme RTL(arabic) #89049

    Hi delwarnetwork,

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

    .theme-body:not(.single) .site-main .entry-meta .author,
    .theme-body:not(.single) .site-main .entry-meta .date {
    	display: none;
    }

    Thanks

Viewing 15 posts - 226 through 240 (of 5,207 total)