🙂
This is also bbPress Forum on Modified CORPORATE Theme ( D5 Creation Site ). Are you facing any problem here? Did you set the bbPress in a Page? If you set bbPress in any Post your problem may raise. If you set any Page no problem should be present.
Can you provide Your Site URL, One Temporary Admin ID and Password to Here so that we can check?
You can use this in the WP-Admin > Appearance > NewsPress Options > General Options > Custom Code within Head Area Box
<style>#creditline {text-align: center;}</style>
Do you have at least one post/news for each or those categories? Categories need at least one post/news for appearing.
You can add Search WidGet in Footer Sidebar or use Search Code in header.php
🙂
You can add all applicable ad banners from WP-Admin > Appearance > NewsPress Options > Advertisements
You can change any styling using This Method
You will have options in the Appearance > Writing Board Options > Colors, too
You can do such styling using This Method. You can use the following in the Custom Code within Head Area Box of Writing Board Options
1 2 3 4 5 6 7 8 9 10 11 |
<style> .hfback, #right-sidebar .widget-title, #right-sidebar form#searchform { background: #0157a7; background: -webkit-linear-gradient(-45deg, #0867bf 50%, #0157a7 50%); background: -moz-inear-gradient(-45deg, #0867bf 50%, #0157a7 50%); background: -o-linear-gradient(-45deg, #0867bf 50%, #0157a7 50%); background: -ms-linear-gradient(-45deg, #0867bf 50%, #0157a7 50%); background: linear-gradient(-45deg, #0867bf 50%, #0157a7 50%); background-size: 100% 100%; } </style> |
You can do such styling using This Method
You can set the slug using any ordering for the categories from WP-Admin > Posts > Categories like 01Business, 02Sports, ACulture etc.
You can use any appropriate plugin to change the Time and Date to your Language. You can also set manual date from WP-Admin > NewsPress Options > General Options > NewsPress Date Box. If you don’t want to show any date you can input … in this box or can input any sub-title you may want to show
If you feel difficulties setting any gallery you can read all of This Tutorial
There is no direct option to do this. You can set the entire gallery block off. You can also disable any components setting their css value to display:none; using This Tutorial
The Free Version has no options in theme for this. You need to change from the source code.
You can do it easily with Simplify Extend
There is a Gallery Block in the Front Page. You can configure the Gallery reading all of This Tutorial. If you want any Gallery in sidebar, you should use any Plugin. We can’t say anything about Plugins Territory.
The Theme is responsive and lots of improvements were done in the latest versions. Are you using the latest version?
Sorry, that link is accessible to the ONE THEME and DEVELOPER Members because those features are available in Extend Version Themes only
You can implement any styling using This Technique
You can implement custom css for any kind of styling including font change. Travel Theme is Responsive.
1. You can add Custom CSS
2. Same as 1
3. Yes
4. Yes
You will find This in our site
Please go to WP-Admin > Appearance > NewsPress Options > Advertisements. You can control those from there. Remove the sample html codes from there.
Travel Lite has sidebars. Please activate the NewsPaper Layout from NewsPress Options
Please find This Tutorial and You will find all Theme Settings instructions under WP-Admin > Appearance > NewsPress Options
Those warnings from Theme Check Plugins are not issues. Those are WordPress.org standards. Plugins Territories should not be included with Theme. But those are required by our users.
The problem is raised from low resources of your hosting/server. You should ask your host to increase the PHP Memory Limit to 250MB+ and PHP Time for Scripts to 60Sec+. If you have access to the PHP.ini file you can also do that. After changing those values you can install W3 Total Cache Plugin.
Please provide your site url, one temporary admin id and password yo Here so that we can check. Thousands of users are running this theme without any issue.
Hello,
NewsPress Extend has no such issues. These are hosting issues. You should have more resources to run NewsPress Extend because it is designed to handle thousands of visitors. You should remove NewsPress Extend from WordPress Dashboard and re-install the theme again. If the theme doesn’t run, you should contact with your host for more resources and/or optimize your WordPress Installation. Please read This Article first to last with all replies. You will find a part describing this low server resources issues.
Thanks
Please read This Thread from first to last. Sharing is not related with Themes. You can install Facebook Plugin.
Thank you for the updated information
This is neither a Theme Bug nor a issue. It is specially in your WordPress Environment issue. BTW, what is your Site URL?
Yes, you can do it with Travel Extend
Welcome!
It is as simple as pasting the following in the Custom Code within Head Area. You should change the color #000000 to your own
<style>#socialia-main-menu { background: #000000; } </style>
We have also found this using This Technique
The latest version has been removed the 23vw from CSS. Please download the latest version. For Styling you can follow This Tutorial
You can Rename the file premium-extend/js/smart-image-effect.js to something smart-image-effectX.js
We appreciate your efforts for the users
You should use starting and closing style tag in the Custom Code within Head Area Box. Like:
1 2 3 4 5 6 7 8 |
<style> .box_skitter img { max-width: none; min-width: 100%; height: 288px; /* height: 23vw; */ } </style> |
🙂
We have submitted the Theme to WordPress Theme Review Team. When they will approve and list the Theme, you can also download the Theme.
Some backdated IE doesn’t support many CSS3 and HTML5 standards. WordPress itself don’t consider those browsers during developing WordPress. You can skip this.
It will take major customization and if you want us to do it for you, you can take our Custom Service Opportunities
Yes, you can download and use SPARK Extend with ONE THEME Membership
Is that happening during zooming/re-sizing of your browser window? If that is true, you should consider that users will visit your site from their devices. So, you should refresh the browser after zooming/re-sizing the browser.
Your problem is not clear. Please describe details focusing what is happening and what you want with your website url/domain. Though we didn’t find any issue with bbpress. This forum is also running on bbpress,
You can edit the Theme Files to place a secondary menu position
We checked your site and found one plugin which is responsible for this issue. Theme is working without any issue.
The technology is different from the Lite Version. There are so many options for the Slider in Extend Version which is not possible in Lite Version. You can still show the Slider in the Extend Version’s responsive mode just removing Line 25 from style-responsive.css file but the proportions may now fit with screens.
#piecemaker, #slide-container { display: none; }