- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
If that’s possible, I need to remove the product title from the breadcrumbs, not just hide it using CSS.
If there is no such possibility, then a CSS trick would be the last solution.
Looking forward to your feedback.
Hi,
I am getting the following error on homepage of my site:
Fatal error: Uncaught Error: Call to undefined function iconv() in /home/rebelbas/public_html/wearerebelbass/wp-content/themes/Newspaper/includes/wp_booster/td_util.php:1840 Stack trace: #0 /home/rebelbas/public_html/wearerebelbass/wp-content/themes/Newspaper/includes/wp_booster/td_css_res_compiler.php(54): mb_detect_encoding(‘}\xE6\xAD\xBA\xB7\x9D’) #1 /home/rebelbas/public_html/wearerebelbass/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_14.php(63): td_css_res_compiler->load_settings(‘td_block_14::cs…’, Array) #2 /home/rebelbas/public_html/wearerebelbass/wp-content/themes/Newspaper/includes/wp_booster/td_block.php(231): td_block_14->get_custom_css() #3 /home/rebelbas/public_html/wearerebelbass/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_14.php(83): td_block->get_block_css() #4 /home/rebelbas/public_html/wearerebelbass/wp-content/themes/Newspaper/includes/wp_booster/td_global_blocks.php(27): td_block_14->render(Array, ”) #5 /home/rebelbas/public_html/wear in /home/rebelbas/public_html/wearerebelbass/wp-content/themes/Newspaper/includes/wp_booster/td_util.php on line 1840
Occurred after updating
Any ideas?
Thanks
Hello !
Please provide a link to your website in order to provide a better css.
Thank you !
Hi,
My website is Constrofacilitator.com
As per gtmatrix.com and woorank.com javascript and css in my web needs to optimize to get the faster web priview.
you can check the detail here for woorank.com https://www.woorank.com/en/review/constrofacilitator.com
and gtmatrix here https://gtmetrix.com/reports/constrofacilitator.com/CryVsNFh
Kindly update me in this issue
Hi,
Please note that the footer section comes with such a padding-top -> https://www.screencast.com/t/PLiKIbOo. So, if you want to remove it you will need to adjust it from such a custom CSS code. Use the code below and place it in Theme panel -> Custom CSS area.
.td-footer-bottom-full {
padding-top: 0;
}
The result -> https://www.screencast.com/t/QE37pk9RF1F
Hope this helps!
Thank you!
Hello !
You can try this custom CSS:
.td-header-desktop-wrap .tdb_header_menu {
box-shadow: 0px 15px 10px -15px #111 !important;
}
As you can see, here is the result: https://www.screencast.com/t/GcnstbaQiUx
I hope this was helpfull !
Thank you !
I could create a code for the homepage as well
– http://prntscr.com/og3mhw
.home .td-header-style-10 .td-header-menu-wrap-full,
.home .td-header-style-10 .td-header-menu-wrap.td-affix {
max-width: 1128px;
}
It can be added in the same custom CSS in the theme panel.
A background image can be set in the theme panel, but it will apply to the whole website.
You could set backgrounds for the rows containing the content in the homepage
– http://prntscr.com/og3os1
And replace the latest articles section provided by the page template with a loop element in a row so it can have a background as well.
Or maybe set a background with CSS, that will work as well. For example something like this (I modified the header limitation width to make it display better in this case)
– http://prntscr.com/og3t44
You can use an image of your choosing, here is the code if you want to give it a try
– https://pastebin.com/cgJh9rjz
Regarding the memory, we recommend 256M, this would be enough for most websites. But if many plugins are used or plugins that use more resources, it can go higher. Here are our requirements guide – https://tagdiv.com/newspaper-theme-requirements/
Let me know if you have more questions.
Hi,
Unfortunately, since Newspaper v9.7 the child theme is working only for the functions.php and style.css files.
Also make sure that there is Is no plugin conflict between the child and plugins.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
if you want and you need the child, you can try the implementation for the child theme provide by an user in this topic -> https://forum.tagdiv.com/topic/issue-with-9-7-update-changes-single_template_-in-child-theme/
Also there will be very soon an update that will make the child theme to work properly.
Thank you!
If that’s the case where should I add the css code? and what could be the css code used in it?
My website (https://www.mickeyviews.com) uses a bright blue (#00ccff) Theme Accent Color that looks great on most of the elements on the site. The one place it looks really bad is when I’m linking things in my articles. The blue is too bright and is hard to read in this form.
I want to know if there is custom CSS or some way I can change ONLY the link color (and preferably the link hover color as well) for the Newspaper theme. Thank you!
Hi Simon,
Thanks for getting back to me.
I’m extremely concerned and upset that this theme was allowed to release updates that included such a crippling and significant step backward in functionality. There are companies that have built entire lines of business around this product, and such big (negative) changes can have tragic results. We depend heavily on this, the most basic of theme functionality. To discover that it was overlooked is quite shocking. I’ve never encountered a theme that took away the ability to modify posts templates as part of an “update.”
I don’t want to go into specifics, but a large scale project that has been in development for months that was scheduled to launch this week was just completely derailed by this oversight. This is far more than an inconvenience.
We’ve already built multiple products around your theme, and so far we have loved it. But this significant change really bit us.
So the big question is what are our next steps?
We are not able to wait for future versions of the theme to address this oversight, as we need to release on time or risk significant losses.
We are not able to roll back to an older version of the theme, as that would set us back days and undo a lot of hard work, which we don’t have time for.
I don’t want to hack a custom solution that will prevent us from updating to future versions of the theme, since we need to keep it up to date for security reasons. So whatever we come up with ideally needs to be future-proof.
Here are our basic needs:
We need to be able to identify posts of a certain category, and then modify the post to do the following (based on Custom Fields values inside the post)
Enable/disable the following post elements:
Title, Date Display, Featured Image, Social Links, Related Posts. These can not just be toggled via CSS as we need to optimize load times.
We also need to inject unique custom html (which will contain meta data, CSS, javascript, tracking codes, pixels, etc) into each post for a specific category. This HTML is also sourced via Custom Fields values.
Without those abilities we can’t launch. This was something we could easily tackle in our other Newspaper theme installs.
I’m looking into using the “add_filter” method to process the posts to strip out HTML elements based on the Custom Fields values, but have yet to find a way to make this work. I’m also looking to do the same for injecting the HTML.
Further complicating things is the fact that we did not budget (from a time, resource, or financial perspective) adding additional development to this project, since we are basically re-instancing an existing product build.
I’m hoping you can help advise us here.
I do appreciate your feedback, and hope we can find a solution to this issue.
Thanks again!
I digested all that and found an easier way. I created a file editor-style.css in my child theme folder and put this in it.
html .mceContentBody-max-width-big {
background: none !important;
}
html .mceContentBody:after {
content: none !important;
}
html .mceContentBody {
max-width: 100%;
}
html .mceContentBody {
background: none !important;
}
That did the job and should survive upgrades too!
Hi,
The demos are using default headers that can not be edit, sorry! if you want to edit the header you’ll need to use the header manager.
Also the Latest Articles section is from page template -> Page Builder + Latest Articles + Pagination -> https://www.screencast.com/t/zKIG7wwDv
Also if you do not want to use cloud template, you can try using custom css, but this can be quit difficulty, because the css code can brake the layout.
> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If you need help with css I can try to help you, please provide me a link to your website and some details about the width you want to achieve.
Thank you for your understanding!
Hi,
I see it there. It is like a list of articles – http://prntscr.com/ofshss with numbered pagination. The modules seem to be the same, some are reduced in width and have additional design. So they are not different elements like in this case blocks, but some have other design than others.
You could produce a similar functionality using the loop elements or the latest articles page template which has pagination. But all the modules used will look the same, they can’t be styled individually, unless maybe with some CSS.
Hello !
Please try this CSS code: .td_block_list_menu .menu-td-demo-top-menu-container {
margin-top: -50px;
}
This is the result I have: https://www.screencast.com/t/8nQgBEYeG
Here you have to paste the code: https://www.screencast.com/t/J1Nxw5s5
Thank you !
Hi everyone,
Not sure if this helps (and it’s certainly not the easy solution we’re all after), but here’s one way to delete those annoying empty columns that hang around in the TagDiv Composer.
Apologies in advance to all those out there who are far more advanced than me; I’m sure you probably already have this nailed and my explanation might not earn any marks for ‘technical writing’, but here goes…
The first thing to mention is that the words ‘Empty Column’ are slightly misleading, as a Column sits inside a Row – and so it’s usually the Row you want to target and not just the Empty Column inside of it. As clear as mud, eh?
Anyway, basically it’s a case of getting out of the TagDiv Composer, jumping into the old school Page Edit screen, and identifying in all that code where the empty rows / columns are and then deleting them from there.
So, if you’re using the TagDiv Composer and you put a new Row into your page, set it to stretch the the content, add a Text Column to it, put some text in (a sentence of Lorem ipsum in this case), hit save, it’ll look something like this when you look at the code on the Page Edit screen:
[vc_row full_width=”stretch_row_content td-stretch-content”][vc_column][vc_column_text] Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.[/vc_column_text][/vc_column][/vc_row]
And here’s the same thing but without the Text Column and actual text – the kind of thing that appears as an undeletable Empty Column in the TagDic Editor:
[vc_row full_width=”stretch_row_content td-stretch-content”][vc_column][/vc_column][/vc_row]
Apologies again to the hardcore users out there but I’m going to break that down in my own simple way so we all know what we’re looking at:
[vc_row full_width=”stretch_row_content td-stretch-content”] – (This opens the Row and stretches the content)
[vc_column] – (This opens the Column that sits inside the Row)
[vc_column_text] – (This opens the Text Column that sits inside the Column that sits inside the Row)
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. – (This is your text)
[/vc_column_text] – (This closes the Text Column that sits inside the Column that sits inside the Row)
[/vc_column] – (This closes the Column that sits inside the Row)
[/vc_row] – (This closes the Row)
And in the second example (the one without any Text or Text Column):
[vc_row full_width=”stretch_row_content td-stretch-content”] – (This opens the Row and stretches the content)
[vc_column] – (This opens the Column that sits inside the Row)
– (There’s nothing to see here, please move along…)
[/vc_column] – (This closes the Column that sits inside the Row)
[/vc_row] – (This closes the Row)
So, if you wanted to delete both of these so they no longer show up in the TagDiv Composer you’d have to delete all of the above.
At its most basic, if you spot [vc_row] [vc_column] [/vc_column] [/vc_row] in your code then that’s an empty Column / Row and (if you wish) you can delete it.
Needless to say, go careful with this. Because if you accidentally highlight a stray open or closed bracket and hit the delete button then you could be in all sorts of trouble. Probably best to add a Column that you know you don’t want and then have a go deleting that.
I’ve found that adding a text box and some text to an Empty Column actually makes it easier to distinguish in the code, so that’s not a bad idea.
Well, I hope that helps. As I said before, a big ‘Delete Empty Column’ button in the TagDiv Composer would be the best thing by far, it looks like it used to exist but I’ve only been using this theme for a couple of weeks so I guess I missed out – so until that comes back I’m sticking with this.
Even though it’s a total pain the arse.
Cheers,
Rich
PS: And if you feel in any way uncomfortable about doing this, then (as mentioned before by a few people) you can use the CSS tab on the Empty element to set the visibilty to ‘hidden’. It won’t remove it from the code but it will hide it from the Composer.
Hi there,
I’m using the List Menu element on some pages as a navigation tool. I’ve made it inline etc by styling it using the element’s CSS Panel and also some custom CSS, but the one thing I’d really like it to do is look like the menu on the standard Post and Category boxes, such as the Box 1 ‘Most Popular’ menu on the Homepage > Tech template, with the links above the line rather than below. At the moment I can only get them below the line when using the List Menu element.
Any ideas how to do this?
Cheers,
Rich
Hi,
You can try this custom css -> https://www.screencast.com/t/kEMDIMon this should apply only on categories
.category .tdc_zone{
background-color: blue;
}
.category .tdc_zone .wpb_row {
background-color: white;
}
The code need to be set in the Theme panel>Custom code> Custom css
Hope this will help you!
Thanks.
Hello !
This option is available by using a css code. Provide a link to your website and point out where you want us to hide the categories and we would gladly help you !
Thank you !
Hi,
In order to hide the comments and author image from the author page and authors elements you can use this custom css
-> https://www.screencast.com/t/HADMeu3pIp
-> https://www.screencast.com/t/Gwdoae5Eqi
.td_top_authors img,
.td_block_authors .td-author-comments-count,
.author .td-author-counters span:last-child { display:none; }
.td_top_authors .item-details {
margin-left: 0;
}
You’ll need to set the code in the Theme panel>Custom code> Custom css
Unfortunately for the moment this is the only filter alphabetical that you can apply using our theme, I think that in the coming updates there will be some more options for sort and filter.
Thank you!
Hi,
1. In order to make the author’s image round, you can try this custom css
.td_block_authors img, .author-box-wrap img{
border-radius: 50%;
}
Set it in the Theme panel>Custom code>Custom css
Also here are some elements that can be edit using the tagDiv Composer, one of theme is the author box -> https://www.screencast.com/t/JIWgxcYB2y
2. This can be achieve using the Header manager, using this part of tagDiv Composer builder you can build your own header, or change the ones from the tagDiv Cloud Library.
Thank you!
Hi
Do you have a breakdown/overview of Newspaper CSS? Currently when I change the a. style reference for say, Flex Block 1, it affects all other unrelated modules/blocks. I need to create an a. class for .entry-title.td-module-title and different one for td-meodule-meta-info, so that the H ref font sizes are different.
Thanks
G
Can you give offer some code so that the # of comments button under each author’s name in the authors box can be removed, since the site doesn’t accept comments.
Also is there a way to remove the authors photo box so that only authors names are listed?
Also is there a way to list writers alphabetically by last name instead of first? The only options you offer are first name and # of posts — not ideal. Thanks.
I’ve managed to do it via CSS, hovewer I’m not sure how good it will be in terms of responsivness and so.
Is there a better, simple and cleaner workaround than counting pixels ?
also please, how I can set up the shadow under the menu as almost every Newspaper menu have ? I want to put shadow only under the menu, not around it. Also only in the container, not full wide
Many thanks!!!
Hi.
On https://okobserverorg.wpmudev.host, when going to https://okobserverorg.wpmudev.host/july-2019/, we’d like to see if the large ‘featured image’ can be clickable to open the PDF https://okobserverorg.wpmudev.host/wp-content/uploads/2019/07/Jul19Digital.pdf, rather than having to scroll down to the smaller image that’s inside the body of the post.
Would there be some CSS that might help us do this?
Newspaper theme is awesome! Best on the market. We’re getting really positive reviews.
Many thanks again.
Bob