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 - 631 through 645 (of 5,207 total)
  • Author
    Posts
  • in reply to: Sidebar #78021

    Hi venepress-web,

    Please once check by deactivating all the plugins. Some Plugin might have affected the Theme’s Sticky Script and we have a doubt that the Scroll animation that you are using might have affected it because to work for the sticky sidebar the content height should be rendered first when loading page but the scroll animation effect will only load the respective content only when you scroll page. So that might be the case.

    And to show the content area first and then after Sidebar to the page and post single again as normal, Please go to ‘Appearance > Customize > Additional CSS’ and add the below Custom CSS code to the end, beneath your previous codes.

    @media (max-width: 575px) {
    	body.page .site-content .content-area,
    	body.single-post .site-content .content-area {
    		-ms-flex-order: 0;
    		order: 0;
    	}
    }
    in reply to: How to reduce the size of featured image in post #78009

    Hi 100offdeal,

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

    .page-single-img-wrap:before {
    	padding-top: 45%;
    }

    Thanks

    in reply to: How do these options work ? #78003

    Actually Popular Stories Section doesn’t shows the popular posts. Its is just the Title for the Section. You have set to the desired category from customizer to be shown on that section.

    and Yes Top Stories and Editor pick section also shows the post that is assigned to the respective category but if the option to show by category is not set on customizer then the latest post will be shown on those section.

    Thanks

    in reply to: Newscard Custom Post Type Single #77979

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

    .site-content .site-main .hentry {
    	background-color: #ffffff;
    	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    	margin-bottom: 30px;
    	padding: 25px;
    }
    .site-content .site-main .post-col .hentry {
    	padding: 15px 15px 7px;
    	margin-bottom: 14px;
    	min-height: calc(100% - 14px);
    }
    .site-content .site-main .post-col .hentry .post-featured-image .entry-meta.category-meta {
    	position: absolute;
    	bottom: 0;
    	left: 15px;
    	right: 15px;
    	margin-bottom: 10px;
    }
    .site-content .site-main .post-col .hentry .entry-content p {
    	margin-bottom: 10px;
    }
    @media (max-width: 767px) {
    	.site-content .site-main .hentry {
    		padding: 15px;
    	}
    }

    For the Custom Post type Categories, First you need to register the Custom Taxonomies then you have to print/render the those each array of custom taxonomies rendered by wp_get_post_terms( post ID, Taxomony Name );

    Thanks

    in reply to: How do these options work ? #77977

    Hi @deven1134,

    Sorry this will be the new feature for the theme so you need to hire a developer to customize the code for you.

    Thanks

    in reply to: Add site logo to navigation bar #77974

    Hi @thomas-igah,

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

    .logo {
    	margin-top: -50px;
    }

    Thanks

    in reply to: Newscard Custom Post Type Single #77957

    Hi @alahang9,

    Could please share us your Site URL so that we can figure out the issue.

    Thanks

    in reply to: Theme Blog #77945

    Hi zonadinero-net,

    We recommend you to use NewsCard Pro. It’s our most popular Theme. It is also designed for Simple Blog Layout. This is very easy to use and loads fast.

    Thanks

    in reply to: image doesnt show #77938

    Hi @indounderground.

    Could you please share us your Site URL so that we can figure out the issue.

    And please try to check by deactivating all the plugins that your are using. Some plugins also might have affected the theme.

    Thanks

    in reply to: Few questions about NEWSCARD PRO #77923

    Hi yoav-benporat,

    Thank you Purchasing the NewsCard Pro.

    1 – To move the Sidebar to the Left, Please to ‘Appearance > Customize > layout’. Choose the option ‘Left Sidebar’.

    2 – To make the Home Page look Like demo. First you have to set the Page Template of the Home Page to ‘Front Page Template’. To set the Front Page Template, You can set it from the Page Attribute panel on right side of Page editor. You can even check out the instruction here Then you have to set Widgets on Front Page Template Widget areas (Content and Sidebar of Template) from ‘Appearance > Customize > Widgets’. You can also learn from the Video Tutorial Here

    3 – You can use Advertisement Widget on Front Page Template (Home Page), Sidebar widget area and Footer Widget area. Or if you want to use Adsense then you can use ‘Custom HTML’ widget and paste the Adsense Code. And for using ads on Page and Post you can use the Gutenberg Block Feature. May be you can use any blocks that can use image and links

    4. To Translate you can use any plugin. Plugins will have options to translate every text and This Theme is even Translation ready almost every text are defined for translation.

    Thanks

    in reply to: Tags and category #77921

    Hi sharki-web-slunif-b76271691,

    Sorry you need to hire a developer to remove the Tag and Category label.

    And for making the Tags and Categories pages full width without Sidebar. You can do it in 2 ways

    First Way:
    You can make the Global Layout to Full Width from ‘Appearance > Customize > Layout’ it will make all the pages/post single to full width. Then again you can set the layout to Right/Left from the individual Page/post editor. ( In this process you have to manually set the every post/pages).

    Second Way:
    please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom Css Code.

    body.archive .site-content #primary.col-lg-8 {
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    body.archive .site-content #secondary.widget-area {
    	display: none;
    }
    @media (min-width: 992px) {
    	body.archive .site-content .post-wrap .post-col {
    		-ms-flex: 0 0 33.33%;
    		flex: 0 0 33.33%;
    		max-width: 33.33%;
    	}
    }
    @media (min-width: 1200px) {
    	body.archive .site-content .post-wrap .post-col {
    		-ms-flex: 0 0 25%;
    		flex: 0 0 25%;
    		max-width: 25%;
    	}
    }

    Thanks

    in reply to: Many Theme probs #77899

    No you cannot use any widgets on that Featured Post Section.

    Thanks

    in reply to: Images on home scree not showing on iPhone #77810

    No the code you mentioned will not work for you.

    It seems the featured images on iPhone (Chrome, Mozilla Firefox, safari) is working well. But on Some of your posts before May 5 are having problem on safari of desktop and working perfectly on Chrome and Mozilla Firefox. May be the featured images on 7 posts before May 5 has corrupt. Please try changing the different featured images on those 7 posts like the images you are using on recent posts. Your recent Posts after May 4 doesn’t have any issue on featured images for all browsers of mobile and desktop.

    Please let us know if the problem is still not solved.

    Thanks

    in reply to: Many Theme probs #77809

    Please go to ‘Appearance > Customize > Banner’ and then you can check ‘ON’ Hide option on inside ‘Featured Slider’, ‘Featured Post 1’ and ‘Featured Post 2’ section individually.

    Thanks

    in reply to: Drop-down menu in columns #77801

    Hi jschonfe,

    Sorry this theme have no designed option to show submenu in more than one columns. It only supports the Submenus of Submenu list item.

    Thanks

Viewing 15 posts - 631 through 645 (of 5,207 total)