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 - 511 through 525 (of 5,207 total)
  • Author
    Posts
  • Hi chathura4g,

    We have checked and the featured Image on Shared links are working perfectly. Please check by setting the Featured Image again and let us know. To Set the Featured Image on Post you can set it through Featured Image Tab Pane on right side of the Page/Post Editor page.

    Thanks

    in reply to: Theme update issue #79581

    Hi jummahp,

    You can check our Theme here. The Theme is responsive with lot more features.

    Thanks

    in reply to: Coming soon page with no navigation, headers or footers #79580

    Hi jslims,

    First set the ‘coming Soon’ page that you have created to the ‘Homepage’. To set the desired page to the ‘Homepage’ go to ‘Appearance > Customize > Homepage Setting’ and check ‘ON’ to ‘A static page’ and set the Homepage by choosing the desired page from dropdown list. After it again go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .site-header,
    .site-footer {
    	display: none;
    }

    Note: the above mentioned code will hide the Header and Footer Section on the Theme so if you wish to show the Header and Footer section again then you can remove the mentioned code again.

    in reply to: JSON is not valid #79579

    Hi lucasmulhoa,

    There is no any issue on images for Theme. Please once check by deactivating the Plugins one by one that you are using.

    Thanks

    Hi kyle.baryan3210,

    If you want to remove the Date as well then you have to remove all the above mention code.

    Thanks

    in reply to: Increase columns in Home Page #79506

    Hi jowy10

    Could you please share us your site URL so that you can check the Custom Code you added and also you can provide the extra Custom CSS Code for media screen size according to your need.

    Thanks

    in reply to: Squared post boxes #79505

    Hi minrek,

    Its Great! you solved by your self 🙂

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

    Thanks

    Hi JeanJean,

    Yes you can make the horizontal post style on one column by making the page layout to full width but the main big featured image will still be there but we can provide you the Custom CSS code to hide those image.
    and also on premium Version you can increase the number of posts on every sections and widgets which is limited on free version. You can even have access to many more features which are limited on Free Version and even have the additional features. We are sure you will love the Premium Version as well.

    Thanks

    Hi Jose Vamattathil,

    You can only upload Image ads with link on ‘Advertisement Widget’. To use the Google Adsense then you can use ‘Custom Html Widget’ and paste the Ad Sense Code there.

    Thanks

    in reply to: Help NewsCard Pro #79480

    Hi Tiago Ghidotti Fulgenzi,

    To remove the Banner Ad and Header Background Image, please go to ‘Appearance > Customize > Header’ and you can remove the Banner Image Ad and Background Image.

    Thanks

    in reply to: Text and Bullets with Images Are Not Aligned #79413

    Hi siwiec.matthew,

    Please go to ‘Appearance > Customize > Design Options > Custom CSS’ and Paste the Below Custom CSS Code.

    ul.mybullet li {
    	list-style-image: none;
    	list-style: none;
    	position: relative;
    	padding-left: 65px;
    	padding-top: 15px;
    	min-height: 56px;
    }
    ul.mybullet li:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 0;
    	background-image: url("https://www.ffcoach.ca/wp-content/uploads/2020/04/CoffeeMugDreamsTime.png");
    	background-position: center;
    	background-size: cover;
    	background-repeat: no-repeat;
    	height: 56px;
    	width: 56px;
    }

    Thanks

    in reply to: Mobile Site Blank Space #79410

    Hi Sean Tajipour,

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

    .wp-block-search .wp-block-search__label {
    	position: relative;
    }

    Thanks

    in reply to: Need Help in Editing Some Sections #79386

    Hi Sdrajakarunabusiness,

    To remove the Navbar Head (Header Area), please go to ‘Appearance > Customize > Additional CSS’ and paste the below Code.

    .navbar-head {
    	display: none;
    }

    Note: If you want to show Site Title, Logo Image or Header Banner then you can remove the above provided code again.

    and To remove The Category Label on specific Category then please add the below code to the same Additional CSS Field as mention above.

    body.category-XYZ .site-main .page-header {
    	display: none;
    }

    Note Please replace the Category Name instead of ‘XYZ’ on above mention Code. If the Category Name has more than 2 words then you can add Dash (-) on space between words like ‘hello world’ to ‘hello-word’.

    Thanks

    in reply to: TH: Posts Tabs #79339

    If the comment is not made available on your Site then the Popular Tab will show the Random Posts or you can use the normal TH Recent Posts instead of TH Posts Tab Widget.

    For the width issue on child theme you might have not maintain all of the parent theme dependencies as this theme have more than 1 CSS file. Please you can check the Link of previous Solution about same Child Theme (here). It might be helpful for you.

    Thanks

    in reply to: image in post clickable #79334

    Hi grbalabanis,

    In WordPress 5+ version you can easily use the Image block of Gutenberg feature. On Page/Post Editor page you can use the ‘Image’ under the ‘Common Blocks’ and upload or select the image. After adding image you will see the link button on Tool Bar on same image editor box where you can set the URL link.

    For the Classic Page Editor you can add the image through Add Media button on Tool Bar and after selecting the Image at the same dialogue box you will find ‘Link To option’ where you can choose Custom URL option and set the URL Link.

    Thanks

Viewing 15 posts - 511 through 525 (of 5,207 total)