- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
I think the problem is between CSS > Lines 19 – 25
I don’t want to mess with the codes. I need to know which one exactly needs to be deleted.
Hi!
I’m sorry that you are having issues with the website performance optimization on your website. Newspaper theme has tools that allow you to optimize the performance like – Mobile theme, CSS Analyzer tool, the possibility to create mobile pages, Cloud Library templates and more. You can see and test the pre-built designs (Demos) and see how they are optimized. We do not falsely advertise.
However, the website performance depends on a variety of factors like server speed, caching service, used plugins, fonts, scripts, ads, external resources and, of course, the theme. I’m sure you can understand that under the theme support we can’t fix server related issues, plugin configurations or external ads. From this point of view, each website is unique and must be treated as such. We’ve created the tools to optimize the website from the theme and we can only guide you on how to use them.
Please send us an email at contact@tagdiv.com and provide a link to your website and we’ll analyze it and provide guidance on how to optimize it. Unfortunately, the theme support doesn’t include page speed optimizations as we can’t perform the actual optimization for you (this is what our documentation states).
My suggestion is to send us the email and we’ll be glad to provide guidance. If you want the devs to make the implementation for you, we’ll make this recommendation and forward your request to the web development service where a separate team handles customizations and provides on-demand development services.
I’m looking forward to seeing the email so that we can help you.
Thank you!
Hi,
This can be done using a custom css like this one:
.td-module-date:before{
content: "Updated on: ";
}
Set this code in the theme panel > custom code> custom css.
I hope it will help you!
Thank you!
Hi,
This can be done when you make the post content -> https://i.imgur.com/IENwXXN.png
Also another alternative for all h3 inside the post content it is with a custom css like this one:
.td-post-content h3 {
color: red;
}
This code need to be set in the theme panel > custom code> custom css.
I hope it will help you!
Hi,
I think that there are many ways that you can exclude the ad from that page, using custom code, plugins or with css. Now for me it is easier with a css like this one
.page-id-783409 .adsbygoogle{
display: none!important;
}
I hope this will help you!
Hi manojnegi1984, you can use both Google Tag Manager code and Google Analytic code, and you can set as many codes you need in the theme panel.
Also this footer https://i.imgur.com/x5AXZSO.png it is from the mobile theme plugin, the follow us can be remove using this option -> https://i.imgur.com/r5Ks458.png the about us can be removed only with custom css, like this one
.td-footer-description{
display: none;
}
This code need to be set in the theme panel > mobile theme > custom code> css or you can add some text to it in this section -> https://i.imgur.com/fpzKPxT.png
For the problem with saving settings in the theme panel, if you want we can make a deep investigation, for this, please contact us at contact@tagdiv.com and provide wp-admin and cPanel access, also make sure that you have a full backup for your website and please include the link of this topic in email to identify you.
Thank you!
Hi RSP, depends if the changes were made in the theme or plugins files and not in a child theme, then yes, those changes will be lost when you’ll update the theme. If the changes were made using tagDiv Composer or adding css in the theme panel without modifying the theme or plugins files then there should be no problems.
Also before making the theme update, please make sure that you have a full backup for your website and database, and only after that update the theme. I recommend to make the update via FTP/cPanel this is the only method that guaranteed that the widgets will not be removed from sidebars -> https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ (method B. Update the theme via FTP).
I hope this will help you!
Thank you!
Hello,
I noticed on iOS (iPhone and iPad) in Chrome, Firefox and Safari first click on link is not working in mobile theme.
I found that issue is probably related to this “iOS has a platform specific behavior with CSS :hover rules”
https://stackoverflow.com/questions/34539866/having-to-click-twice-to-open-site-links-on-mobile
I don’t know can this be fixed
I see some hover in source
.tdm_block_column_content:hover .tdm-col-content-title-url .tdm-title,
.tds-button2 .tdm-btn-text,
.tds-button2 i,
.tds-button5:hover .tdm-btn-text,
.tds-button5:hover i
Thank you
Restrict Content Pro breaks the theme a bit and will not post the Title or Image when the reader clicks the article. It trashes out the CSS and looks horrible. To boot, the support consisted of an Inspection screenshot and saying issues were with Jetpack and FontAwesome which was in error when the plugins were deactivated.
Hi,
I use the old template on http://www.mondeoz.com
I want to change the color of H3 in post content and only there.
How can I do that? Is there a setting? Or a custom CSS?
Thanks
If we want to use CSS analyzer and Infinite posts in posts… The posts which comes next has CSS problems… (Not Live)(Cause we removed CSS analyzer from posts)
Also, In our main page if we run CSS analyzer we have, Failed to load resource: the server responded with a status of 404 () icon.svg:1 (Live)
We need help figure these problems…
Can you guide or help us…
Site: https://haberton.com
Hi duck1970, this can be done in 2 ways:
1. Using a cloud header and footer, those can be set using tagDiv Composer as individual (only on that page) or global -> https://i.imgur.com/qQ4SPfG.png -> https://i.imgur.com/1vREczK.png
2. Another alternative will be with a custom css like this one -> https://i.imgur.com/AjzZLUO.png
.page-id-783409 .tdc-header-wrap , .page-id-783409 .tdc-footer-wrap {
display: none;
}
This code need to be set in the theme panel> custom code> custom css.
I hope it will help you!
Hi,
Unfortunately, I do not have access to your screens -> https://i.imgur.com/Q5z8cDO.png
On text with title the colors on links can be set from here -> https://i.imgur.com/pH0QQsm.jpgafter that just add this custom css for underline -> https://i.imgur.com/E27dZdn.png
.wpb_text_column a, .wpb_text_column a:hover, .td_block_text_with_title a, .td_block_text_with_title a:hover{
text-decoration: underline red!important;
}
Set this code in the theme panel> custom code> custom css.
I hope it will help you!
Hello,
To hide the title on the Big Grid Flex 1, you need to use a custom code CSS=> https://i.imgur.com/QtMoP8Y.jpg
.td_block_big_grid_flex_1 .tdb-module-title-wrap {
display:none;
}
This code needs to be set in Theme Panel -> Custom Code -> Custom CSS.
Thank you!
If you want to adjust the margin for the share element, then you can use a css like this one -> https://i.imgur.com/64Hid7l.png
.single .td-post-sharing-bottom {
padding: 21px;
}
This custom css need to be set in the theme panel> custom code> custom css.
I hope it will help you!
Hi Guys,
I trust you are all keeping well 🙂
Please can i ask if there is any code CSS to make any clicked link to open up a new tab in the browser? but still retain the pervious ?…
Kind Regards
Mark
Yes, but do you have a CSS code, so I can adjust left of the margins/padding. The layout is not normally aligned after the last update.
Hello!
Please make sure that you have enabled the proper thumbs with these sizes in order to show the featured images properly, check this: https://www.screencast.com/t/N18dR3qZrh
After activating the thumbnail sizes you need to regenerate your thumbnails using a plugin. Check this: https://forum.tagdiv.com/using-the-theme-with-existing-content/
The CSS code you should add in Newspaper -> Theme panel -> Custom code -> Custom CSS.
Thank you!
Hello,
Did you at least check the pages like https://digitaloutloud.com/rejoindre-lequipe ? I didn’t use use tagdiv composer, and I didn’t use h3 tag on that page for sure. Also, I didn’t hide that h3 tag element using css. So how come I have an h3 tag on my page?
Thank you!
Hello,
Of course, I am aware that the idea for the store has just emerged and that the project will be developed. Therefore, we are already submitting our comments, which will have a positive impact on the creation and management of projects.
I have not received information about the point:
3. WooCommerce shortcodes – it does not include the option to add a product category to the store. It should be possible to add a store category to the navigation sidebar with a drop-down menu when there are subcategories.
In the case of item 3, the case concerns the store category for products. You cannot add them in templates using shortcodes because there are no such shortcodes.
It is a multi-level menu for categories and subcategories to which products are assigned. There should be an option to add such a menu to the template above the filters.
Something like: https://electro.madrasthemes.com/product-category/video-games-consoles/
I think that this is the most important element in an online store and should be shorcode and properly styled using css.
-
This reply was modified 4 years by
creativeopole.
-
This reply was modified 4 years by
creativeopole.
Hi,
Yes, that image can be set with css and is not need to convert the image, only assign it, like this -> https://i.imgur.com/tnmpKzr.jpg
body .td-header-header {
background-image: url(https://fiverr-res.cloudinary.com/image/upload/q_auto,f_auto/v1/secured-attachments/message/attachments/c699c076d17b614d371725035e912f47-1631860309946/Fight%20Nail%20Fungus%2002.jpg?__cld_token__=exp=1632121451~hmac=adcb0d38387dd7600ef18f3503812e5b2f81d0e9d4dfb0020670824ba8a78dd6);
}
Indeed the code need to be set in the theme panel> custom code> custom css.
I hope this will help you!
Thank you!
Hello,
Please provide the link to your checkout page, I think that to fix this you need a custom code CSS.
Thank you!
Greetings,
I would like to modify the sharing buttons on the bottom of the layout/page.
Screenshot: https://ibb.co/kJvpyqp
My website: https://revistacosmos.com/
Thanks!
Do I need to convert this image into CSS code?
see this file:
I’ve read through a lot of threads regarding blurry images, the image looks fine in the post itself but in the various thumbnail sizes on the home page they look blurry, I’ve set them to use full size, they look fine when viewed on my phone.
So I tried different browsers and found the images look fine in firefox and terrible in edge and chrome, is there a way to fix this issue??
I found a post on a WordPress forum where he used this css code
img {
image-rendering: -webkit-optimize-contrast;
}
would that help fix the issue and if so where should i put that code??
Thanks in advance