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 - 736 through 750 (of 5,207 total)
  • Author
    Posts
  • in reply to: How can I customise text of TH: Posts Tabs? #76045

    We are sorry for misleading but instruction is quite similar.

    yes go to the directory wp-content/themes/mags-pro/inc/mags-widgets.php and go to line no: 1259, 1262 and 1265. there you can see the ‘Popular’, Recent’ and ‘Commented’ text as <?php esc_html_e(‘Popular’,’mags’);?> just replace the text ‘Popular’ as your need and change other two as same.
    We recommended you to edit those code by creating a child theme so that your code won’t be lost while updating the theme to the new version.

    Thanks

    in reply to: Main stories not displaying #76034

    Hi @yodhan,

    You have switched the theme to any other else so we are sorry we cannot provide you the possible solutions until and unless you don’t use the NewsCard Theme back. So Please active NewsCard theme and let us know.

    Thanks

    in reply to: NewsCard Premium #76033

    Hi @zoran-cindric,

    Sorry you cannot add more than one Header Featured Posts. But you can change the layouts and other options even with the slider/carousel on the existing one. If you want again another Header Featured posts then you need to hire a developer to customize the code for you.

    Thanks

    in reply to: customiser preview not showing #75969

    Your Home Page is working very well but we noticed that you have hide the Titles of every post. If you have made it by mistake in the customization Process. Then you can remove the below code from Addition CSS.

    .entry-title {
    	display: none;
    }

    Thanks

    in reply to: widgets in posts or pages #75880

    Hi @venepress-web,

    Go to ‘Appearance > Customize > Widgets’. There the list of widgets area are shown as related with the Customizer Preview on right. (The Right Siderbar or Left Sidebar widget area will not be shown if the customizer preview is showing ‘Front page template’). So from the customizer preview click and go to the post or page single then after that ‘Right Sidebar’ or ‘Left Sidebar’ widget area will be listed on widgets of customizer option on left (if only the layout is not set to ‘No Sidebar’ or ‘Full width’). Then you can edit the widgets on the respective widget area as usual.

    Thanks

    in reply to: Writer at the end #75879

    Hi @venepress-web,

    This feature is not available right now. For this you need to hire a developer to customize the code for you or you can use some third party Plugins to show admin info

    Thanks

    in reply to: Featured image in post #75878

    Hi @venepress-web,

    Go to “Appearance > Customize > NewsCard Settings” then check ‘ON’ to “Show Featured image in Posts Single” and “Show Featured Image in Page”. You will find Featured Image on the Beginning.

    Thanks

    in reply to: Remove comment counter #75877

    Hi @vittoriadanderfer,

    To remove the Comment Meta, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.

    .entry-meta .comments {
    	display: none;
    }
    .entry-meta > .author:after {
    	content: "";
    }

    Thanks

    in reply to: Remove category tags #75812

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

    .entry-meta .cat-links a.cat-links-5 {
    	display: none;
    }

    Here Category ID is ‘5’ in the class ‘cat-links-5’ which is hidden so to remove your desired category, please replace the category ID no ‘5’ from yours desired category Id.
    Example: ‘cat-links-6’, ‘cat-links-7’.

    Thanks

    in reply to: newscard plugins #75727

    Hi @muhammadathar664,

    We do not have any plugin yet. We only have Free and Premium WordPress Themes which is listed here.

    If you were talking about NewsCard Free Theme then you can download it from here.

    Thanks

    in reply to: Change main font to “Trebuchet MS” #75726

    Hi @sjoerd,

    We are so sorry “Trebuchet MS” Font is not available in the Font list. These are the new fonts added by Google. We will update this as well as other Google Fonts in the list in next version update. If you need it currently then just go to theme main directory -> inc -> customizer.php and go to line no:933 and you will find the below line of code:

    “Trade Winds” => “Trade Winds”,

    underneath this code just paste the below one:

    “Trebuchet MS” => “Trebuchet MS”,

    and save the file and you will have this font in the list.

    Thank you!

    in reply to: Show more post in Style 3 #75692

    Hi @venepress-web,

    We do understand your requirement but that is Horizontal/Vertical Posts Widget It always has the maximum posts of 5 number, First with the bigger Thumbnail and rest with the smaller. If this widget have more than 5 posts then the design layout will be messed up. You can see the actual layout of same widget at the left main content which automatically fits in a grid way. The same widget on the side bar will be shown like you share in the image but if you see the same sidebar widget in tablet view then the layout will changes to its original layout and again changes at the mobile view. But if you really need more that 5 post then you need to hire a developer to customize the code for you.

    Thanks

    in reply to: Different background color Widget #75690

    Hi @venepress-web,

    Could you explain us in a bit detail. Like for which widget you are trying to customize and we didn’t understand about the columns and lateral bar that you described.

    Thanks

    in reply to: Remove the link from “Top Stories” #75689

    Hi @venepress-web,

    To make the Top Stories Title Links disables, please go to “Appearance > Customize > Additional CSS” and Paste the below CSS Code.

    .top-stories-bar .top-stories-lists .marquee a {
    	pointer-events: none;
     	cursor: default;
    }

    Thanks

    in reply to: Remove category tags #75688

    Hi @venepress-web,

    Actually we have coded in such a way that the post will show all assigned categories. It is possible to hide the certain categories through Custom CSS code with the use of Category Id Number. But it’s pretty hard for users to detect the Category ID Number. So could you please share us your Site URL so that we detect and provide you the Custom CSS to hide the Category “Main Stories”.

    Thanks

Viewing 15 posts - 736 through 750 (of 5,207 total)