Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterWe 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
Theme Horse Support Team
KeymasterHi @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
Theme Horse Support Team
KeymasterHi @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
Theme Horse Support Team
KeymasterYour 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
Theme Horse Support Team
KeymasterHi @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
Theme Horse Support Team
KeymasterHi @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
Theme Horse Support Team
KeymasterHi @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
Theme Horse Support Team
KeymasterTo 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
Theme Horse Support Team
KeymasterOk 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
Theme Horse Support Team
KeymasterTheme Horse Support Team
KeymasterHi @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!
Theme Horse Support Team
KeymasterHi @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
Theme Horse Support Team
KeymasterHi @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
Theme Horse Support Team
KeymasterHi @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
Theme Horse Support Team
KeymasterHi @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
-
AuthorPosts