- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
What is the CSS code to get the WPForums plugin to display like it does on the Ink Parlor demo? I installed the demo theme but it did not change the contact form layout.
Thank you
Hi,
I have two columns on webpage with FlexBlock 5 in each. Which CSS code I have to write to make “load more buttons” bigger and with full block width?
Hello,
as the saying goes ‘If You Don’t Ask, You Won’t Get It’ so here is some suggestions for the next update 🙂
Full Layout control
– Simple Option Boxed/Full (not add a background to enable boxed layout…)
– Content/Sidebar ratio (right now fixed at 66%/33%) 33% for a sidebar it’s too much.
– Container width control.
– Gutter width control | left and right content gutter, left and right sidebar gutter.
Add padding and margin control for H1..H6 Post Title etc…
Add templates for Reviews.
When you have a thematic website you will used most of the time the same Reviews criterias for your posts
ex: Mobile reviews
– 1) Design
– 2) OS
– 3) Camera Quality
– 4) Average battery life
– 5) Performance
etc
ex: Restaurant reviews
– 1) Food quality
– 2) Service quality
– 3) Price
– 4) Accessibility
etc
So it’s will be great to not have to rebuild each time the same review for each post.
Be able to add custom image size.
Have a better control of some post templates
– Custom Featured Image size (if the Content/Sidebar ratio is changed the Featured Image width need to be changed too)
or build a formula to detect the good Featured Image size | (Container width) – ( (all gutter) + sidebar width) = content size so Featured Image size = XXXpx
or select the full image size as Featured Image if the Content/Sidebar ratio is changed.
It’s not the best solution but at least a CSS reduction will provide a better result than an increase.
Switch Theme support and Theme panel menu in the admin bar
The “theme support” is more easily accessible than the “theme panel”, which means that the user will need more support than customize the theme ? :*) Too complicate to use ? lol
A Favicon who replace all WordPress favicon setting. Right now the “Theme Panel” favicon replace only the Front End favicon not the Admin one
Or Better provide 2 favicons entries Front End / Admin 🙂
Add a Header and Footer builder. This really missing in Newspaper, most of the premium theme have one now.
Enable tagDiv composer for Post or build also all new blocks for WPBakery, even the custom possibilities are less.
A post need some custom blocks as well, not only the pages.
Add a vertical slider to tagDiv “Add element” left bar.
I using a Wacom tablet and I do not have a mouse wheel so I can navigate into the “Add element” left bar, or at least enable the arrows.
(PS the search box is cool but useless when you have no idea of what you’re looking for.)
Rebuild the Ads section, the way of working is to old and not effective.
Take a look at Better Ads from BetterStudio who is include in Publisher.
It’s not perfect but far more advanced than what provide Newspaper.
Better Ads > Normal Ad/ AMP Ads, AdSense Ads, DoubleClick for Publishers, Image Ad, HTML Ad, Campaign manager, Ad Blockers Fallback
Default Ads by categories/ sub categories, all default Ads can be overridden in each post/page.
Woocommerce is totally forgotten. Win money with some Ads it’s cool but sell products or goodies it’s a good income way too.
Some Product and Category templates will be welcome.
Best Regards
Nexus
Hi,
Is not work for you because of custom css, please remove the css, and check on your site.
Thank you!
Thank you for your reply. It was mainly the inline ads I was trying to adjust the font size for (the title of the ad rather). These do not have a font size adjustment in the element as far as I can tell. So for these using css is probably the only way right now correct? The default font size for the ad title is very small and very greyed out.
still the same, only can work on the main page.
my code css
<style>
/* Place the navbar at the bottom of the page, and make it stick */
@media (max-width: 991px) {
.navbar {
display:none;
}
}
@media (max-width: 991px) {
.navbar {
background-color: #333;
overflow: hidden;
position: fixed;
bottom: 0;
width: 100%;
z-index: 9999;
left: 0;
margin: 0;
}
/* Style the links inside the navigation bar */
.navbar a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
width: 33.33333%;
}
/* Change the color of links on hover */
.navbar a:hover {
background-color: #ddd;
color: black;
}
/* Add a color to the active/current link */
.navbar a.active {
background-color: #4CAF50;
color: white;
}
}
</style>
my code html
<div class="navbar">
<i class="tds-icon td-icon-whatsapp"></i><br>WA
<i class="tds-icon tdc-font-tdmp tdc-font-tdmp-old-phone"></i><br>TELP
<i class="tds-icon td-icon-whatsapp"></i><br>WA
</div>
Hi,
1. Please provide me a screenshots with the layout of the Brunei mega menu
2. Unfortunately for the moment that can be change only with custom css -> https://www.screencast.com/t/LzOCpbuKK here is the code
.td-mega-menu .td-post-category {
background-color: red;
}
feel free to change the color and add the code in Newspaper>Theme panel>Custom code>Custom css
3. Please note that all demos have custom styles that can be achieve with custom css, so if you do not have any demo install and you like the news magazine demo style you can import the settings from that demo -> https://www.screencast.com/t/pVKacTC8b
Thank you for your understanding!
Hello Calin, thanks for your response. Actually I forgot the way and I got the solution in the forum question that I have posted 2 year back.
Ads can be hide from this CSS code for particular post by post id.
.postid-456 .td-g-rec {
display:none;
}
replace the number with numeric post id.
Hi,
In order to hide the back to top button you’ need to us a custom css, here is the code:
.td-scroll-up-visible{
display: none;
}
You need to past the code in Newspaper>Theme panel>Custom code>Custom css
Thank you!
Hi,
Please check the settings from Newspaper>Theme panel>Blocks Settings -> https://www.screencast.com/t/KavPNz5RvSK1
Also check if you do not have set some custom css set to hide them in Custom code.
Thank you!
Hi,
You can edit only the PC device if you want and for the other devices you can remove the CSS, like this -> https://www.screencast.com/t/0nc8QXlJGlEK
Thanks.
Looks like this Newspaper: td_panel_core.php (includes/wp_booster/wp-admin/panel/panel_core/td_panel_core.php)
References 1.jpg. And it should be 1.png.
The CSS here :\includes\wp_booster\wp-admin\css\wp-admin.css:
Reference 1.png.
Please confirm that I should update includes/wp_booster/wp-admin/panel/panel_core/td_panel_core.php to reference 1.png
Looks like I have the same issue identified in this link.
https://forum.tagdiv.com/topic/1-jpg-wp-admin-css-bug/
Here is my error. It’s both a 404 and mixed content error.
Here is my error message: https://www.dropbox.com/s/wvd20s354ezmp7d/Screenshot%202019-02-05%2004.39.11.png?dl=0
The 404 is referencing a 1.jpg. However the file name mentioned available in the theme files is 1.png, NOT 1.jpg.
Here is what my theme files have
/includes/wp_booster/wp-admin/images/panel/bg/1.png
NOT
/includes/wp_booster/wp-admin/images/panel/bg/1.jpg
https://www.dropbox.com/s/ygj4w5wo3zu5md5/Screenshot%202019-02-05%2004.42.36.png?dl=0
How should I correct this 404 issue?
Hi,
That snap is set by default when scrolling up, I could give you a simple code to cancel it. Enter it in the custom CSS section of the mobile theme – http://prntscr.com/mgu36b
.td-header-wrap {
position:static!important;
}
.td-main-page-wrap {
padding-top: 0!important;
}
Should work, give it a try.
Thanks
Hi,
Try to use the code below and place it in Theme panel -> Custom CSS area.
.td_block_popular_categories .td-cat-no{
display:none;
}
The result is here -> https://www.screencast.com/t/cTpqS424m2Si
Thanks.
Hi,
If you want to edit the ads from pages you’ll need to use tagDiv Composer -> https://www.screencast.com/t/vuYVacgUxl
Also you can use custom css -> https://www.screencast.com/t/o9kPnQBy5s1
.td-adspot-title {
color: red;
font-size: 14px;
}
You need to set the code in Newspaper > theme panel>Custom code >Custom css and all titles of ads will have that font size and color
Thank you for your understanding!
Hi,
There is a custom code section in the theme panel, enter it in the custom CSS box
– http://prntscr.com/mgsij8
Let me know if you have more questions.
Thanks
Hi,
So you want to change the text colors for headers, if this is what you want to achieve -> https://www.screencast.com/t/zLlNNjnZFb7v here is the custom css
.single .td-container-wrap h1 {
color: blue;
}
.single .td-container-wrap h2 {
color: red;
}
.single .td-container-wrap h3 {
color: purple;
}
.single .td-container-wrap h4 {
color: green;
}
.single .td-container-wrap h5 {
color: pink;
}
.single .td-container-wrap h6 {
color: orange;
}
Hope this helps!
Thanks.
Hi,
This would be more easy to only use custom css because if you make those changes in theme panel after update you’ll lose theme, but the code in custom code will remain, also very sun will be some theme updates that comes with a lots of improves.
If you need help with custom css please let me know!
Thank you for your understanding!
Hi,
In order to achieve that you’ll need to use some custom css , if you need help with this please provide me a link were I can inspect this problem, in this way I will be able to provide you the right custom css.
Thank you!
Hi,
If you are using the business demo and you have set the header style 1 then you’ll need to set a custom css ( or you can change the header ) because there are set tow types of background for business demo on style one, and the theme penal have settings only for one -> https://www.screencast.com/t/rdR70r4Npz -> https://www.screencast.com/t/iaLf1ZVMq0
Here is the code, you need to set this code in Newspaper>Theme panel>Custom code>Custom css
.td-business .td-header-style-1 .td-header-main-menu {
background: orange;
}
Also feel free to change the color
Thank you!
I currently run Newspaper on DangerManMedia.com and after issues with another theme on a sister site, I decided tonight to purchase a second license and have both sites run the same theme. That site is DangerMansLair.com
Upon installation I’ve got this error twice in a row:
Installing Theme from uploaded file: themeforest-5489609-newspaper.zip
Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme installation failed.
I can use some support please. 🙂
Lars
Hello,
We utilize Newspaper with the mobile plugin on our site located at https://www.theapex.racing
On mobile devices, the header bar (with menu button, logo and search button) disappears when scrolling down but reappears when scrolling up.
I can’t find a theme panel option to change this behavior. Is there a way to stop the header from reappearing when scrolling up using custom CSS?
Thank you!
Hi
I Try a lot to setting.
I want to setting full image in column of element block 3 , but why cannot setting or how to setting that ?
It can setting in css custom ?
please help me, Thank you very much
illustration : https://imgur.com/a/LLZ4JtL
Hi Calin, I have to duplicate this 2 fields
color
background
in category settings in order to add a gradient of color with this css rule:
background-image: linear-gradient(top right, #FFFFFF 0%, #AACFEF 100%);
-
This reply was modified 7 years by
offline-agency.
-
This reply was modified 7 years by
offline-agency.