Forum Replies Created
-
AuthorPosts
-
July 23, 2020 at 2:26 pm in reply to: Does not appear selected featured image when share my post link on social media #79582
Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
KeymasterJuly 23, 2020 at 2:01 pm in reply to: Coming soon page with no navigation, headers or footers #79580Theme Horse Support Team
KeymasterHi 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.
Theme Horse Support Team
KeymasterHi 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
July 23, 2020 at 1:42 pm in reply to: How to remove authors name from showing in search results #79578Theme Horse Support Team
KeymasterHi kyle.baryan3210,
If you want to remove the Date as well then you have to remove all the above mention code.
Thanks
Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
KeymasterHi minrek,
Its Great! you solved by your self 🙂
Please let us know if you have any queries regarding the Theme.
Thanks
July 20, 2020 at 12:47 pm in reply to: Does the newscarpro theme has a full horizontal post widget #79504Theme Horse Support Team
KeymasterHi 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
July 20, 2020 at 12:37 pm in reply to: How to add Google Ad-sense in the space of advertisement widgets #79503Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
KeymasterIf 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
Theme Horse Support Team
KeymasterHi 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
-
AuthorPosts