- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
Hi Calin,
Hi Calin. I have the same situation, but I only see it from my mobile phone. Can the exclusion you suggested solve the problem for me? I switched to Cloudflare on Friday, also to speed up the website. Apparently – although I know it’s part of the support, but I’ll give it a try because I failed to solve it – after minifying the javascript and css files, one of my important ads (the javascript code is placed in the footer because it’s displayed as a bottom ribbon ad by a third party) doesn’t show up. Even after I turned off the minifying, I still couldn’t get it to revert. Do you know what could be the conflict? Thank you very much!
Hello and thank you for your message. Could you please let me know how can I make the Menu Items RTL?
Should I use CSS or can I do it with website editor.
Thank you in advance.
Hi,
Almost 5 years on and I need to re-open this post 🙂
Now that the Newspaper theme has a way of showing the modified date I do not need the code any more to show the modified date. I removed it from the custom CSS, however, I cannot find it anywhere in the site. I tried going through the CPANEL file manager but still nothing. When I inspect it in Chrome it shows this:
<p class="last-updated">Last updated on March 1st, 2024 at 10:56 am</p> from this page: https://searchgo.co/internet-speeds/
it doesn’t look very nice as it’s under the menu on the home page. I would appreciate any advice to remove this.
Thank you
Hi,
I think that you use the option to minify the css and js. Please disable it, delete the object cache file https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/ and check after.
Thank you!
Hello Yaron!
Did you import a section from the RTL demo? If not, then this should be adjusted with the help of CSS code.
If you can’t handle to solve this issue, then contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– a link to this topic in order to identify you
Thank you!
Hello @sotirisa!
Please check the settings you’ve applied in the tagdiv composer: https://app.screencast.com/vsPQbS1cbnbjU and also if you have some CSS code in the Live CSS section or theme panel -> custom code -> custom css.
Sometimes, the issue can be from a plugin conflict or a cache issue. That’s why we recommend first deactivating ALL plugins except tagDiv ones; if you are using a cache plugin, deactivate it, clear all cache (also from your browser), and see the results.
If you can’t handle to solve this issue, then contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– a link to this topic in order to identify you
Thank you!
Hello,
1. This situation is because there are some elements that still have the text set to be center or left align and it will be need to edit each of them in part, but this will take a lot of times, so if you want a quick solution, try this custom css:
body .td-container-wrap .td_block_wrap {
text-align: right;
}
Just set this code in the theme panel > custom code > custom css and the results should be – https://i.imgur.com/HLn9m59.png
2. A part of fonts indeed can be set from the theme panel, but using cloud templates you’ll need to apply the font on those too, for this you’ll need to edit each cloud template and select the manager then the Global font and replace there all fonts with Persian – https://i.imgur.com/7MqBLe4.png (this can be done on pages and cloud templates).
I hope this will help you!
Thank you!
I did have an issue with the theme – couldn’t register it for some reason. But this is now fixed. The code still does not work on that page.
This is an example of a shortcode (one of many on the page):
[td_block_big_grid_1 sort=”featured” category_id=”2″ td_grid_style=”td-grid-style-4″ tdc_css=”eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==”]
[td_block_11 custom_title=”Title” header_color=”#55a4c1″ category_id=”” sort=”” block_template_id=”td_block_template_1″ header_text_color=”#000000″ ajax_pagination=”next_prev”]
Hello Yaron!
You should adapt the RTL from the Composer settings or CSS code because we do not have the RTL feature in our theme. Try to set the buttons like this: https://app.screencast.com/rLJA45XHpOUZK
Thank you!
Hi,
It looks that those cases appears when is trying to inject an AdSense code between comments, then the list use a marker – https://i.imgur.com/LB9uRsQ.png
Now I think that it can be restricted to not be displayed inside the comments from AdSense account, or you can use a css like this one:
#comments li::marker{
content: "";
}
The code needs to be set in the theme panel > custom code> custom css.
I hope this will help you!
We got a notice about mixed content (https and http). This was the offending URL… http://coinweektest.wpengine.com/wp-content/uploads/2023/03/bghd.jpg. I believe it is the Background image for the mobile menu, but it is not in the Theme Panel : Backgrounds: Mobile menu/search background. Also looked through the Style.css file and saw nothing. Anyone have any ideas on where this might be and how to change the URL?
Help much appreciated
<div class="tdi_9_rand_style td-element-style" ><div class="td-element-style-before"><style>@media (max-width:767px){.tdi_9_rand_style>.td-element-style-before{content:''!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important;display:block!important;z-index:0!important;background-image:url("http://coinweektest.wpengine.com/wp-content/uploads/2023/03/bghd.jpg")!important;opacity:0.2!important;background-size:cover!important;background-position:center top!important}}</style></div><style>@media (max-width:767px){.tdi_9_rand_style{background-color:#000000!important}}</style></div><div class="vc_column tdi_12 wpb_column vc_column_container tdc-column td-pb-span4">
Splendid! The CSS-code worked well!
Thank you!
/Roger
Hello,
Please select the page title and in the tab css delete the width https://i.imgur.com/Cli970Y.png
Thank you!
Hello!
If you install the demo with content, then, of course, it will replace all your content and design as well. If you install the demo with no content, then it will replace the previous design. You can import only some sections or templates of your current-designed pages from those demos. The template’s manager is in Cloud Templates.
Do you have custom CSS code for your homepage?
Thank you!
Hi Roger,
If you want a quick solution is a custom css, but this can be done using tagDiv Composer, please select the content from tagDiv Composer and set on it in css tab the margin top 0 – https://i.imgur.com/NqA8kXt.png if is not working, then try the css
.home .td-main-page-wrap {
padding-top: 8px;
}
This can be set in the theme panel > custom code> custom css and the results will be – https://i.imgur.com/BUdkfOy.jpg
Thank you!
Any ideas? Thank you!
Posts page
This page timed out:
https://happypeoplepickleball.com/
What to do
The page timed out during load. There could be various reasons but most likely a plugin is causing this issue. Please complete the following steps.
1
Clear the cache in your browser.
2
Visit the page while not logged into WordPress.
3
See how long it takes to load compared to other pages on your site.
4
If this page is slower than the others, check what plugins are working on that page.
5
Deactivate any plugin that you believe are making the page slow.
6
Try again to generate the Critical CSS.
Hello @lukstan!
A workaround there could be to use 2 flex block elements: one with 4 and one with 2. Hide the element with 2 on desktop and hide the element with 4 on mobile viewport.
You can hide every element from the CSS tab: https://prnt.sc/1FJiMub9ke4s for each viewports: https://www.screencast.com/t/XDQJedlggSB
Thank you!
Hi GoLearnHealth, the standard post template you are using is an old one from tagDiv Standard Pack plugin that are discontinued (we provide it only of old users), please using a single post template from tagDiv Cloud Library that offers you the possibility to edit it as I mentioned in above reply – https://i.imgur.com/2QWYr51.png the template similar with the one you have now will be the ‘Single Post Template 12’ (in cloud library) – https://i.imgur.com/sN2QOny.jpg set it as global – https://i.imgur.com/9Jb4k2n.png or you can use other post templates that you like (Those can display the featured image using the img html element or using css as background like the single post template 12 and this will not use an alt text, only the images set in img html element).
Thank you!
Hi,
I just checked the socials and those are 8 on mobile and all of theme seems to be displayed on one line (there are socials that are not displayed on desktop and socials that are not displayed on mobile)), if you want them o 2 lines, then you can try the below custom css and the results will be: https://i.imgur.com/csJLXCm.png
.tdm-social-item-wrap {
width: 25%;
}
The css should be set in the theme panel > custom code> advance css > phone section.
Thank you!
Thank you for your kind words!
That gap is the main row margin top gap, you can remove it using tagDiv Composer, select the row and go to css tab, there set in section for margin top 0 – https://i.imgur.com/9NrpQGN.jpg
I hope this will help you!
Hi,
Now I see that you have an bottom and top margin on ad box elements, so what I can recommend is to remove that space and this will resolve the problem with the ads when are not displayed, but it is possible to be a problem with the ads that are displayed.
If you want to test it you can try this custom css:
.td-a-rec-id-custom_ad_1, .td-a-rec-id-custom_ad_2, .td-a-rec-id-custom_ad_3, .td-a-rec-id-custom_ad_4, .td-a-rec-id-custom_ad_5, .td-g-rec-id-custom_ad_1, .td-g-rec-id-custom_ad_2, .td-g-rec-id-custom_ad_3, .td-g-rec-id-custom_ad_4, .td-g-rec-id-custom_ad_5 {
margin-top: 3px!important;
margin-bottom: 0!important;
}
Thank you!
Hi,
Most likely this happens when certain elements of css and javascript are required, what you could do is to exclude these files (so that they are not boxed).
Please try to exclude the:
– wp-content/plugins/td-cloud-library/assets/js/tdbMenu.js
and if the problem persist exclude this file too:
– wp-content/plugins/td-cloud-library/assets/css/tdb_wp_admin.css
I hope this will help you!
Hi,
There seems to be same extra settings on the post title, what I can recommend is to check the settings from the post title, or if you want a quit fix is a custom css:
.single .vc_row_inner.tdc-row-content-vert-center .td_block_wrap{
top: 48px;
}
The code can be set in the single post template using the raw css element (to load it only on single post template).
Thank you!
Hello,
I recommend you use a Single Post Template from tagDiv Cloud Library, and you can design it with tagDiv Composer.
To display the related articles or more from the author, you can use Flex Block and filter it https://www.screencast.com/t/SEmxo13Fo2X -> https://i.imgur.com/YIg3nPP.png
if you want to keep those templates the only way to remove the “more from author” tab is to use a custom CSS like this one:
.single .td-related-right{
display: none;
}
Set the code in Theme Panel ->Custom code -> Custom CSS
I hope this helps you!
Thank you!
Hi gorthi, this can be done with a css to display it on 2 lines, but I will need a link to the website so I can make the css after your needs.
Thank you!