Do you know?
You can set a Page and if you write the breaking news line by line in that page the breaking news will be shown with or without links as per your content. This will help those site owners who don’t want to give enough permission to the Editors, Writes or others rather than Administrators
You can set the news from meta value. You can check the appropriate box under editor during news creation/editing
You can set the news from options page as before
You can use Short Code named [mostpopularnews]
You can also use the Short Code with parameters [mostpopularnews total_news="35" number_of_visible_news="20" number_of_news_move="7" ]
. You can use this Short Code in any Text Widget in Right/Left Sidebar if you want to show the Popular News with Scrolling Effects like The DEMO.
Full ShortCode with all Paremeters:
[mostpopularnews total_news="35" number_of_visible_news="20" number_of_news_move="7" cat_slug="business" box_title="Sample Title" ]
If you use the cat_slug, The Section will show news from that Specific Category avoiding the Most Read or Most Commented value.
You can find the Category Slug ( cat_slug ) from WP-Admin > Posts > Categories
You can use Short Code named [d5contentfromid postid="123"]
in any place where ShortCode is acceptable to show the Page/Post Content from the Page/Post ID 123. You can use this within any Page/Post Editor, Custom HTML/Text WidGet, any Advertisement Position etc. The Post ID is a Must.
You can speed up your site dramatically in even lower resource based shared hosting. You can use any caching plugin like W3 Total Cache which can improve your site performance dramatically. We have configuration file which can set the settings for W3 Total Cache for NewsPress Extend. You can download This File, Extract and Upload the extracted file from W3 Total Cache Dashboard. Thus, you need not think for the best settings of W3 Total Cache. You can also use the CloudFlare’s Free Plan for Security, Speed, CDN, DNS and overall Performance Improvements.
You can also take our Custom Service for any Security, Speed, Performance issues.
We have just replied to your E-Mail Support Request. Please avoid opening multiple support request for one issue.
There is no Mobile Version of Kabbo Extend. The Width of Kabbo is only 930PX when most of the modern small devices have more than 1000PX width in resolution. Why do you need a separate Mobile Version?
No, STARTER Members are not eligible for any Extend Versions. They can download only the Pro Version Themes. This promotion is a lottery based system and few number of members are granted the Membership.
You can set the number of Slide Images from Appearance > NewsPress Options
You need not uncheck the Slide Eligibility check-box from Post/News Editor. The last 5/6 or the number you have set will be displayed. The older slide images will not be displayed after the number.
We wish for your success!
Welcome!
Please uncheck the box from Appearance > NewsPress Options > Maintenance Mode
We shall announce during the releasing. Please be linked with our Facebook Fan Page.
Please avoid opening multiple support request for the same issue. We have already replied to your E-Mail.
Innovation is not yet released. How did you know about the Theme?
There are examples to show how to find. Please read This Article carefully first to last. That Article has answered the same question ‘how to find’. You can find the H1 to H6 styling there. You can also add H1 to H6 styling in the Custom Code within Head Area Box.
There is nothing special. If we shall find the H1 to H6 styling we shall also follow those techniques of That Tutorials.
You can control the front page showing from Post Editor Options and Appearance > NewsPress Options
We believe that, we have replied your E-Mail support requests previously
If you read the Topic and follow the steps for using the Custom Code within Head Area box, that will not affect the Theme Update. Your change will be permanent until you will change the settings again.
Users are advised not to edit the Theme Files like style.css because those will be overwritten during Theme Update. You can use the Appearance > Simplify Options > Colors or follow This Topic for any Styling.
Thank you very much for your suggestion. You can find the colors of the specific elements using This Techniques. You can also change any styling as well as coloring by This Ways.
Our Developers may consider your recommendations.
You should use something there like Recent Posts WidGets, Advertisements etc. If you want to disable the right sidebar you can follow This Tutorial
Please avoid opening multiple support requests for same issue.
Your site is showing that the code has been broken somewhere during your customization. Please look This Site and your site. The layouts are different. You should find the place or plugins from where any code has been broken. It may be you are using any HTML tag without closing that properly. You can try replacing all the Original theme files for testing. Please find the attached images. We have used the same in our testing environment and is working perfectly.
Please stop opening multiple support requests for the same issue. You should use either this forum or E-Mail Support, not both at the same time.
Thank you for pointing this issue. This issue is present only in Free Version, The Extend Version is OK. Anyway, please change the content of featured-box.php file with the following:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
<?php /* SPARK Theme's Featured Box to show the Featured Items of Front Page Copyright: 2014-2015, D5 Creation, www.d5creation.com Based on the Simplest D5 Framework for WordPress Since SPARK 1.0 */ ?> <div id="featured-boxs"> <span class="featured-box-first"><h2><?php echo esc_textarea(of_get_option('featuredr-title', 'Recent Works')); ?></h2><div class="content-ver-sep"></div><br /><p><?php echo esc_textarea(of_get_option('featuredr-description', 'The Color changing options of SPARK will give the WordPress Driven Site an attractive look.')); ?></p></span> <?php foreach (range(1, 3) as $fboxn) { ?> <span class="featured-box"> <img class="box-image" src="<?php echo esc_url(of_get_option('featured-image' . $fboxn, get_template_directory_uri() . '/images/featured-image' . $fboxn . '.jpg')) ?>"/> <h3><?php echo esc_textarea(of_get_option('featured-title' . $fboxn, 'SPARK Theme for Small Business')); ?></h3> <div class="content-ver-sep"></div><br /> <p><?php echo esc_textarea(of_get_option('featured-description' . $fboxn , 'The Color changing options of SPARK will give the WordPress Driven Site an attractive look. SPARK is super elegant and Professional Responsive Theme which will create the business widely expressed.')); ?></p> </span> <?php } if ( esc_html(of_get_option('srfbox', '1')) == '1' ): echo '<div class="clear"></div><br /><div class="lsep"></div><br /><br />'; ?> <br /><span class="featured-box-first"><h2><?php echo esc_textarea(of_get_option('featuredrsecond-title', 'Our Services')); ?></h2><div class="content-ver-sep"></div><br /><p><?php echo esc_textarea(of_get_option('featuredrsecond-description', 'SPARK is super elegant and Professional Responsive Theme which will create the business widely expressed.')); ?></p></span> <?php foreach (range(1, 3) as $fboxn2) { ?> <span class="featured-box"> <img class="box-icon" src="<?php echo get_template_directory_uri() . '/images/featured-image.png'; ?>" /> <h3 class="featured-box2"><?php echo esc_textarea(of_get_option('featured-title2' . $fboxn2, 'SPARK Theme for Business')); ?></h3> <div class="clear"> </div> <p><?php echo esc_textarea(of_get_option('featured-description2' . $fboxn2 , 'SPARK is super elegant and Professional Responsive Theme which will create the business widely expressed. The Color changing options of SPARK will give the WordPress Driven Site an attractive look.')); ?></p> </span> <?php } ; endif; ?> </div> <!-- featured-boxs --> |
@Eduardo Jimenez, we visited your site and your text is appearing as expected. You may not see that because of your browser’s cache/history. You can try clearing the cache.
You can control these from WP-Admin > Appearance > WidGets. You should set any Text WIdGet of anything there. You may love This Site to see how they are managing these
Please find This Topic
Unfortunately, you can’t do this without customizing the code. Everything is dependent on may things.
Please provide the Site URL, One Temporary Admin ID and Password Here. We shall check your site.
Please find This Topic first. If it was working but now not working you should disable any newly installed plugin which may be creating any conflicts with the WordPress bundled standard jQuery.
You may follow This Guideline for further styling. We found that you already did those styling.
A Site’s Speed is dependent on Various Factors. First of all your Internet Connection should be fast. Secondly, You should have a Properly Optimized Dedicated Server or VPS if you want a Blazing Fast Site with Thousands of Visitors. Sometimes some Shared Hosting Environment may provide you Speed but those should be optimized. WordPres has Numbers of Caching Plugins which can speed up your site easily. You can also use CloudFlare’s Free Pan for CDN and Optimized Content Delivery.
A few of NewsPress users face a problem for 500 Internal Server Error. But, This is Not a Theme Issue. We understand that this is raised from the low resource of your host/server. The features of NewsPress requires more server resources like 250MB PHP Memory, 120sec Execution time etc. You may ask your host to increase these values. You can deactivate the Gallery Block from Appearance > NewsPress Options > Gallery to improve the experience with a low resource server/host. You can also use any caching plugin like W3 Total Cache which can improve your site performance dramatically. We have configuration file which can set the settings for W3 Total Cache for NewsPress Extend. You can download This File, Extract and Import/Upload the extracted file from W3 Total Cache Dashboard > General. You are strongly Recommended to use CloudFlare.Com‘s Free Plan to increase the Performance and Site’s Security with W3 Total Cache.
You can try using the following in the Custom Code within Head Area Box of Selfie Options. We found that you have customized many items and we are really confused what you want actually. You may follow This Guideline for more styling.
<style>#heading3, .heading-desc3, #heading2, .heading-desc2 { color: rgba(0, 0, 0, 0); }</style>
Just Leave the field Blank
This Tutorial will help you styling changing of your website. You can also use Popular News Categories in Left Side following This Topic.
You can show/hide your categories from WP-Admin > Appearance > NewsPress Options > Categories. Each category should have at least one news/post to be available in Front Page.
@TRT Tamil Olli
Please avoid opening multiple posts for the same issue. We have replied to your other post and also to your E-Mail
Please find This Topic for NewsPress Features and This Topic for Style Customization. For receiving E-Mail Support please write Here.
@Mark Nguyen,
The D5 Creation Credit is not present in your site, You may be visiting a cached version of the site. You should clear the browser’s cache. Your visitors are not seeing that.
Thank you for contacting us with suggestions. I am passing this suggestion to our developers as a priority basis.
🙂
Please follow This Guideline and you can add the font family without using any Plugins.
Please find the Last Update Date from the Specific Theme Page. You can Like our Facebook Fan Page for any update news.
Please provide the site URL, One Temporary Admin ID and Password to Here. We shall check your site.
Posts/Page Editor, Post contents are not Theme Feature. Those are WordPress Core Feature.
You can decrease the value of slideWidth: 270, from Line 218 of front-page.php
Please find This Article
You can insert paragraph space manually pressing the Enter Key. That is the best technique. You can also activate the Auto P changing ‘wpautop’ => false, // Default to ‘wpautop’ => true, // Default from Line 20 of inc/options.php file
What is the site URL?
What is the page/post url?
🙂
You can use the following in the WP-Admin > Sunrain Options > General Options > Custom Code within Head Area box
<style>.read-more span { display: none; }</style>
We have followed the WordPress Guidelines to follow the escaping for data sanatization. This is mandatory for keeping the theme at WP Repository. The boxes of the Free Version are simple Text Boxes. Those should not be used for HTML. Extend version has HTML Boxes there. There are many topics and replies in the WP Forum on this matter. Please find those.
You are welcome!
We are sorry but we can’t check our Themes with any specific Plugin. All of our Themes are coded maintaining all WP Coding Standards.