Forum Replies Created
-
AuthorPosts
-
March 25, 2020 at 2:29 pm in reply to: Ambition Pro. Max. Number of “Featured recent work” on Business Page Section?. #76137
Theme Horse Support Team
KeymasterHi Jurgen,
No problem! If you have any problem do not hesitate to contact us.
Thank you for using our theme.
Theme Horse Support Team
KeymasterWelcome anytime Sjoerd.
Theme Horse Support Team
KeymasterHi there,
Sorry! There is no specific theme for visual builder. You can test it on any free version theme. If you have any issue please let us know.
Thank you!
Theme Horse Support Team
KeymasterHi there,
Just go to wp-content/themes/newscard-pro/inc/newscard-widgets.php and go to line no: 931, 933 and 937 there you can see the ‘Popular’, Recent’ and ‘Commented’ text as
<?php esc_html_e('Popular','newscard');?>
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.Thank you!
Theme Horse Support Team
KeymasterHell Sjoerd,
Bootstrap should load before style.css so you need to enqueue it again in child theme to load it first.
Thank you!
Theme Horse Support Team
KeymasterHi Sjoerd,
You have to maintain all of the parent theme dependencies as this theme have more than 1 CSS file. So you need to load Bootstrap CSS before parent theme style.css and then child theme style.css. Please use below code an let us know.
add_action( 'wp_enqueue_scripts', 'enqueue_parent_styles' ); function enqueue_parent_styles() { $parent_style = 'newscard-style'; wp_enqueue_style( 'bootstrap-style', get_template_directory_uri().'/assets/library/bootstrap/css/bootstrap.min.css', array(), '4.0.0'); wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'newscard-child-style', get_stylesheet_directory_uri() . '/style.css', array( $parent_style ), wp_get_theme()->get('Version') ); }
Thank you!
Theme Horse Support Team
KeymasterHi @max-kush-max,
Can you please share us your site Url? So that we can see your site in smaller devices and inspect those issue.
Thank you!
Theme Horse Support Team
KeymasterWelcome anytime @venepress-web
Theme Horse Support Team
KeymasterHi Henny,
It’s a weird issue. Can you please share us your site Url? So that we can see your home page and see the exact issue.
Thank you!
Theme Horse Support Team
KeymasterHi Henny,
Just go to wp-content/themes/newscard-pro/inc/newscard-widgets.php and go to line no: 931, 933 and 937 there you can see the ‘Popular’, Recent’ and ‘Commented’ text as
<?php esc_html_e('Popular','newscard');?>
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.Thank you!
Theme Horse Support Team
KeymasterWelcome anytime @venepress-web
Theme Horse Support Team
KeymasterHi Mani Mehr,
Could you please share us your site Url? So that we can see the.exact issue.
Thank you!
Theme Horse Support Team
KeymasterThat great Henny. If you have any problem do not hesitate to contact us.
Thank you!
Theme Horse Support Team
KeymasterHello Henny,
Can you please share us the login credential here to your site? So that we can see the exact issue and help you to solve those problem.
Thank you!
Theme Horse Support Team
KeymasterWelcome anytime @sjoerd
-
AuthorPosts