- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Hello !
Sorry for the error !
You have to paste the code into Theme panel – Custom Code – Custom Css like here: https://www.screencast.com/t/NOZNJ0zO9B
Thank you !
Hi,
I’m using Newspaper 9 on http://www.alamarrajol.com/ It’s an arabic site.
After purchasing I came to know, this theme is not fully compatible with RTL. However, with a few CSS tweaks, I made it compatible for my use.
Now I need help for this item. I want the logo to be aligned right(logo in the sticky header should be aligned right). with CSS I’m not able to do that. I hope you can guys can help!
Also, social media icons are looking as square boxes. I’ve cleared cache and everything, still, I’m facing this issue. could you please help me with that as well?
and Finally, i’ve a custom post type (magazines) These are generated by a plugin named CPT UI. That plugin is given a piece of code and asking to add in Functions.php. I’ve added still the page looks blank. Can you guide me, where exactly should I add that code, in theme to display Custom Post Types on that page?
Hello! Thank you for your answer.
I tried to insert the CSS code you indicated to me, but unfortunately it does not seem to work the same.
My site has some categories that are set up as mega menus (correctly): news, rankings (rankings), guides (guides), reviews (reviews) (which are a megamenu)
Even with the code that you have kindly indicated to me, the arrow problem is not solved, and no item is clickable.
my site can be found at this url: blog.altrofumo.com
Thank you in advance!
Hi,
Please try this custom CSS for mobile arrows
.td-mobile-content .td-icon-menu-right {
display: block;
}
The result is here –> https://www.screencast.com/t/mZ00jNoM0
By default, the main menu should works as expected on mobile and desktop version if you have set up a mega menu. If is not what you mean, please provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response.
Thank you!
Hi,
@mario118 That would be the theme javascript, which is being loaded from the composer plugin now after the recent updates. Basically most of the theme files are now in the composer plugin, so now they are being loaded from there.
From what I can see there are other resources that are detected by the test
– https://www.screencast.com/t/mc7djU27HzE
There is also an image that provided a 404, this could slow the down the website by quite some time – https://www.screencast.com/t/2t9pe16R
Seems to be related to the mobile header, I suggest that you edit the cloud header with the composer and check the backgrounds on the rows, if there is an image there remove it, or set a different one – https://www.screencast.com/t/WL2jvNdBT
The cloud templates don’t have a stylesheet or any files, all their settings are in the composer. Their CSS settings are generated dynamically.
@budditbud You could begin by checking if the theme requirements are met
– https://tagdiv.com/newspaper-theme-requirements/
Check PHP version, wp-memory etc and if needed make the necessary adjustments where needed.
Thanks
Hi,
Setting a general background color or image in the theme panel will affect the whole website.
One solution would be to use some CSS to do it, without using the theme panel background option.
For example a code like this will make the homepage only appear as boxed, with a background image of your choosing
.home .td-container-wrap {
width: 1164px;
}
body.home {
background:url("");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
Or a background color, depending what you want to do
.home .td-container-wrap {
width: 1164px;
}
body.home {
background-color: red;
}
You could give this suggestion a try, let me know. I can modify the codes if needed, and also a link to the website would be helpful, so I can test there.
Thanks
Hi,
1. You need to scroll down in Style tag to see all the settings for Header main menu
-> https://www.screencast.com/t/CItc5HWt
2. Please make sure that the logo and the ads have the specific size, for ad 728 x 90 and for logo you can check here -> https://forum.tagdiv.com/logo-favicon/
3. The search is taking the next row because there are to many elements in menu, is good how you set the row in 3/4 + 1/4 now you can set in css tab for each column the width on column -> https://www.screencast.com/t/7bwagxt3L -> https://www.screencast.com/t/uU79THdauG
Thank you!
Hi,
Please try this custom CSS for mobile arrows
.td-mobile-content .td-icon-menu-right {
display: block;
}
The result is here –> https://www.screencast.com/t/mZ00jNoM0
Also, I have checked your license status and I saw that your support is expired, as you can see here -> https://www.screencast.com/t/wZ9t0ZkyN In the future, if you want to have access to our technical support, please extend your license.
Both Newspaper Theme and Newsmag Theme are supported by the tagDiv team accordingly to the ThemeForest Item Support Policy -> https://themeforest.net/page/item_support_policy. In summary, the Themeforest policy states that once you purchase the theme, you receive a 6 months customer support period with the possibility to extend the support to 12 months if you need further assistance. To post or reply on the forum, you have to be in the premium support period.
Thank you!
Hi,
Unfortunately, this functionality has been hidden on Mobile devices because of the width of these devices are too short and is useless. If you want to enable this arrow to mobile, please check the code below and place it in Theme panel -> Custom CSS area.
@media(max-width:767px){
.td-scroll-up-visible{
display:block;
}
}
Thank you!
Yes @momoko,
with the normal Newspaper theme the problem will not occur. According to tagDiv with 9.7.3 only styles.css and functions.php will work for child themes, which is quite ridiculous because normally you use a child theme for different kind of header-files etc. tagDiv says this is because of the new Envato rules, but a theme without the use of a child theme does not make sense in WordPress.
Due to the fact, that the update and the fix of this really bad bug lasts that long, I hope, that tagDiv is able to bring back a better support for child themes. As you can see in the forum, a lot of people use a child theme for Newspaper and it’s very bad that 9.7.3 just canceled the support for child themes without a warning.
So let’s keep our fingers crossed, tagDiv is able to fix this and support a wider use of child themes.
Hello !
You can disable the ads on certain pages using a custom CSS code. Please provide a link to your website so we can inspect and provide a solution for it.
Thank you !
Hi,
I am trying to upload newspaper theme from our localhost/local machine and getting following Message:
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.
Please fix asap if its your end problem otherwise let me know what changes i need to make from our side.
Thanks,
Ratnesh Dwivedi
Hello,
How can I get some html + css files? I don’t use wordpress
Hi,
@Milan The code can be entered in the functions file, either in the main theme or in the child theme.
There are also other ways to remove the field, for example with a simple CSS code in the theme panel custom CSS section
.comments .td-form-url {
display: none;
}
Thanks
Hi,
Is look like there is a strong css that set the search button to be set to 100% width -> https://www.screencast.com/t/CKqipM3rK thic custom css can be from some plugins, in order to fix this problem you can use another custom css only for the search button -> https://www.screencast.com/t/CXhDn5YI
.td-header-wrap .td-drop-down-search .btn {
width: 67px;
}
You need to set the code in Theme Panel> Custom code> Custom css
Thank you!
Hi,
This can be achieve in two ways; one with custom css -> https://www.screencast.com/t/Ovjk4BiNUpgj or the second one using the tagDiv Composer, to edit the footer page, click on the menu and set the style for it -> https://www.screencast.com/t/83JEXw0AJR7p
Thank you!
Hi,
You could check some guides and double check if the SSL implementation has been done properly. Check these for example
– https://www.wpbeginner.com/plugins/how-to-fix-the-mixed-content-error-in-wordpress-step-by-step/
– http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
– https://css-tricks.com/moving-to-https-on-wordpress/
– https://yoast.com/dev-blog/move-website-https-ssl/
– https://forum.tagdiv.com/topic/moving-to-ssl/
Thanks
Hi,
Since Newspaper v9.7 the child theme is working only for the functions.php and style.css files.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Unfortunately I can not say if there will be some problems, or not with child theme in coming updates, the better solution will be to not use the child theme only if you rely need of it; also, now you can make a lots of customization using tagDiv Composer , Header Manager and tagDiv Cloud Library.
Thank you!
Hi,
Please check the code below and place it in Theme panel -> Custom CSS Area and check the results. The code is below ->
hr{
display:none;
}
.td-post-content p{
padding-bottom:26px;
border-bottom: dotted 2px;
}
The result is here -> https://www.screencast.com/t/YH4U9BYU
Thank you!
Any idea why my anchor cursors are not showing up properly when hovering over a link? They all show an arrow rather than a pointer when mousing over all anchors (anchored text and images). I’ve looked at the CSS, and it says the value for all is “pointer”, but yet they are all showing an arrow while hovering. Please see at TallahasseeFoodies.com Thank you!
Hi,
Since Newspaper v9.7 the child theme is working only for the functions.php and style.css files.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
if you want 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/
Thank you for your understanding!
CSS is not working.
hi Calin!
CSS is not working
↓↓↓↓↓↓
.single .td-post-content figure img {
border: 1px solid gray;
padding: 15px;
}
Was wondering if you have any custom code to remove/disable the styling (eg.loading animation, pagination, etc) from the homepage/other to improve site speed or just to make it look more simple.
Let us know if you think this is doable.
Please see images:
https://cdn.starnewsgroup.com/make-inline.png
https://cdn.starnewsgroup.com/row-padding.png
The row padding was already set to 0, and the menu was set to inline but the height of the menu cannot be adjusted. I even tried creating a custom class for the menu in the TD composer and then adding CSS to set the height, but that did not work either.
Also:
1. I can’t set my submenus to use “background” as the hover style, I only have Default and Underline. Not sure why background appears for the main menu but not for the submenus.
2. The logo and header ad elements I have in the Header Builder appear to be positioned correctly, but when I preview them the header ad (728×90) shrinks way down and the logo moves far to the left.
3. I have the live search in the main header menu below the logo, but I had to create a 3/4 + 1/4 column and put the menu in the 3/4 and the live search in the 1/4, and now there is way too much space between where the menu ends and the search starts. Not sure how I can close that up. You can’t seem to click and drag to adjust sizes or spacing in the builder.
I have created three images to show what I am describing above. One is the view of the new header in the header builder, one is the way it previews, and the third is the header I have on our live site, which is using Newspaper 8.8.2. Thanks for any guidance you can provide.
https://cdn.starnewsgroup.com/viewed-in-header-builder.png
https://cdn.starnewsgroup.com/preview-in-header-builder.png
https://cdn.starnewsgroup.com/header-on-live-site.png
Thanks Calin for your reply.
Your suggestions helped move me along to a solution.
It turned out that there was an update needed on the stock quotes source site to white list my new site location. It was but something was messed up in cloning/developing/replacing the site. That was fixed and quotes now display correctly.
I couldn’t get the title font for Block 8/Module 7 to adjust to the settings in either the theme panel or the TDComposer Elements Style settings. I did a search and found I’d added some custom CSS in the past that globally said that ‘entry-title’ should be 21px !Important. I removed the !Important and now the local, granular CSS settings are in control.
I have two questions.
What is your preferred Developer viewer to best track the source of page errors? I’ve used the Tools on Chrome and Firefox. What is your first go-to tool?
Second, While updating my site (marketwisetrader.com) I tried to rebuild some essential pages (home, store,..) using the front end TDComposer. It doesn’t have as many block elements to work with but it seems that Newspaper programmers are shifting that direction. On my home page, in Composer view, a yellow warning pops up saying ‘This page was not made with TDComposer’. As best I can remember I started with my home page built with Page Buider, then replaced all rows, columns, and elements from the Composer dashboard. But the page still says, ‘Not built with TDComposer’. Will this create problems for me in the future? Do I have to begin with a new white page and Composer?
Thanks,
Lon Kaufmann