- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
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,
A link where I could see this header would be useful. If you are referring to theme blocks and modules these can indeed display an excerpt, but a heading is not used for them
– http://prntscr.com/o5uj3v
Category and tag pages start with a h1, which is the name of the respective category/tag
– http://prntscr.com/o5umao
After this h1 the description is displayed. The description can be entered for each category or tag while editing them, for example – http://prntscr.com/o5uo84
Or maybe you are referring to the woocommerce product pages, these do use a h2 for some elements, like this for example – http://prntscr.com/o5ukvz but the product pages don’t start with a h2, at least I can’t see one when checking.
Thanks
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
When caching is active the view count may not work properly, for example the number of views displayed will remain the same, despite having more views.
The result meaning the view count should work fine when that option is active, and caching is used. The difference is in the functionality.
We tested the ajax count with the WP super cache enabled, it works fine. There may be issues with other caching plugins however.
Can you please add some places to add Google AdSense Auto Ads and AMP auto ads to the theme (especially in the AMP plugin tab). So that we can easily implement ads.
Thanks for support đ
Hi,
That could happen due to the following. Predefined blocks (1 to 25) should only be placed in these row layouts
– http://prntscr.com/o5td6p
Placing them in the other layouts may have the result you are getting ultimately, despite sometimes looking good in the composer. In the other layouts flex blocks can be used
– https://tagdiv.com/tagdiv-composer-flex-block-elements/
Here are block examples created by us using flex blocks, these can be imported with the cloud library plugin – https://cloud.tagdiv.com/#/load/Blocks
More about the plugin here – https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
If you have more questions let me know.
Thanks
Where can I find the style sheet to edit the Header 27 from the Cloud Templates library? I need to remove a background URL that I can’t fix through TD_Composer.
I have this line of code below that I need to remove the URL for because it’s no longer valid and it’s slowing my website down by 9s.
</style>
<div class=”td_uid_4_5d1040363da5a_rand_style td-element-style” ><div class=”td-element-style-before”><style>
.td_uid_4_5d1040363da5a_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(“https://i2.wp.com/vettoc.com/wp-content/uploads/2019/05/201900229dd9abd3-ded7-b9c6-87e4-e8ec0011ab12-2.png?fit=50%2C50&ssl=1”) !important;
background-repeat:repeat !important;
opacity:0.2 !important;
background-position:center top !important;
-
This reply was modified 7 years by
mario118.
Dear Team,
Table press plugin working perfectly with base variant of AMP plugin but when I activated use current theme functionality then getting this kind of result.
So please help to resolve the as we are having lots of tables in our website.
Thanks and Regards,
Jubel
Recently I purchased newspaper 9 theme for my site https://thedroidbyte.com and we created a few pages using Tagdiv composer, example of that pages are https://thedroidbyte.com/about-us/ and https://thedroidbyte.com/contact-us/ and https://thedroidbyte.com/privacy-policy/. But we’re facing terrible issues.
You can check that contents of these 3 pages are only visible in desktop mode and if I switch to the mobile browser to view these three pages it shows an empty page with no content, totally nothing. No content appears in the mobile mode while viewing these 3 pages. This problem occurs while editing content with tagDiv composer.
Give me a solution.
Hi,
I configured my theme on desktop properly, everything is ok but on mobile, my ads, navigation menu and my search bar aren’t fonctionnally, i use all plugins from Newspapers Tagdiv’s theme.
I put the script from Google Adsense for the AMP ads but nothing appears, someone can reach me out ?
website : https://www.jdbn.fr
Regards.
Hi there,
How can I display my topbar on mobile view. I would love to have it small in the hamburger menu under the header menu items for example by blondeabroad.com
Hope you can help me out
We would like to change our websites background color (behind post-cotent box, sidebars, etc) to light grey. Perfect example here.
Please let us know the steps to accomplish that.
Hello, After updating newspaper & wordpress to the latest version, I have some issues:
1. Problem ONE !
All my posts has turned to AMP: Disabled and when I click on edit this message appears: There are no supported templates to display this in AMP.
PS: I installed AMP plugin + Newspaper mobile theme. & I had set Website Mode Transitional in AMP settings.
(( before update, when I search posts in google from my website via, it always redirect me to AMP version, however, after update this is not happening anymore. ))
2. Problem TWO !
After updating, the xml rpc is not working anymore. I contacted WordPress APP support, and after conducting their test, I had errors in the following:
wp.getTags
wp.getPostStatusList
wp.getComments
wp.getPageList
metaweblog.newMediaObject
And they told that either the Theme or plugins are making conflicts.
3. Problem THREE !
Is there any Shortcode to use to add ADVERTISEMENTS in middle of posts ( like for instance between paragraphs ) ? or should I use 3rd party adsense plugins
4. IS NEWSPAPER compatible with Polylang ? or we should only use WPML paid version. ?
5. Is there a way to show an LTR TEXT in RTL POST ( my Newspaper theme is set to Arabic )
Thank you in advance.
When I set up page properties for homepage, I use template âPagebuilder + latest articles + paginationâ with âLimit post numberâ for example 12 posts. Is it possible to set different âLimit post numberâ for next pages, when listing through archive – /page/2/, page/3/ etc.? Because on top of such pages are not other blocks like on homepage, so it would be useful to have more articles there. Is it possible and how?
Hi,
I am trying to add auto ads to AMP. Google has provided two codes. Kindly let me know where do I put these codes in the Theme Panel. Please see the screenshot of these two AMP Auto Ad codes: AMP Codes
Hi Team,
My AMP plugin got updated to the latest version 1.2.0 and it messed up with the theme.
If i select Mobile+Amp feature on, the whole website is getting messed up.
Tried disabling all other plugins, reinstalling TD Composer, same issue.
Please fix the compatibility with AMP 1.2.0
I have to disable the Mobile+AMP feature to keep my site running.
Hello.
I have an issue with the timestamp on posts. I have made a lot of tests and need help to configure the time to UTC-3. (Theme always show UTC)
My timezone is configured on wordpress:
Timezone is correct on the server and database too:
Take this post as an example: https://livecoins.com.br/bitcoin-sobe-mais-de-r-5-mil-em-24-horas-e-pode-parar-somente-quando-chegar-em-r-382-mil/
The theme is showing data on time class as UTC. This is incorrect, its need to shows as UTC-3. (Configuration of server and WordPress).
I change my theme to test, and the problem was solved. Look:
Why newspaper is showing UTC format? Where I have to change it?
Thank you
amp and theme is not working properly and i need refund i will not work with you
I am getting <![CDATA[ in all the amp pages.
I am not sure what is causing the issue. I have disabled all the plugins and have checked back.
I have inserted the JSON LD script directly into the wordpress post after seeing some tutorials in text box.
PS: There is no error for normal web post. I have able to list the schema in google but its just issue with amp pages.
Hi tagDiv
I have a problem with AMP+Mobile Theme Plugin
Please check see the errors: https://validator.ampproject.org/#url=https%3A%2F%2Ffilminebandim.com%2Fevan-goldberg-ve-seth-rogenun-the-boys-dizisinden-yeni-fragman%2F%3Famp
I have tried that;
1- Deactive all plugins
2- Clear Cache
3- Delete and upload again AMP and Mobile Plugins
4- Change options to Mobile; Mobile+AMP; AMP
But error shows every time đ
Please help!
The strange thing is, when I load the 3 affected pages in a private window, the pages sometimes load as AMP and sometimes they don’t which seems strange. Also, it only seems to be affecting 3 pages not all of them. One of the affected pages simply has some plain text, nothing complex about it.
Things I’ve tried so far:
1) I’ve deactivated the AMP plugin and reactivated it and cleared the cache.
2) Checked that no AMP URLs are blocked By Robots.txt.
3) Disabled AMP for affected pages and then saved and re-enabled it again.
4) Running it through The AMP Validator (https://validator.ampproject.org) for the 3 affected pages seems to work sometimes and sometimes not.
5) Flushed the permalinks: Settings > Permalinks and saved changes.
6) Clicked on “Validate Fix” from Google Search Console but same issue.
Hello Team
It is for long time that we have found our news site is generating duplicated url for any posts we publish.
In the Theme while we are publishing a new post there are two features that we can select a category as primary.
As you have described in this link: https://forum.tagdiv.com/primary-category/ One is setting the selected primary category in widgets around the site and it is useful. But about the second feature we can select the primary category https://prnt.sc/o56ocf is very important for us. Our news website is included in Google News and we have set the Exclusive (one of our categories) category in our News-sitemap for indexing in Google News as our exclusive news and…. So for all of our exclusive news articles we are selecting Exclusive category as the primary category and it is selecting in the URL… EXample: https://…./exclusive/headline This is working. Right now we have published more than 16000 posts in the site and more than 12000 are exclusive news…
We have found for any published posts there are generating to urls, one is from WordPress Core and its setting as we set for permalinks ( https://…./category/title exactly example: https:// …./news/politics/foreign-policy/Title… (Model 1)) and the other one is https://…./exclusive/title (Model 2) which is generating from our selected primary category….
In the site always we saw the second one urls, I mean …/exclisuve/title but recently we have found some of articles are with 1 model and some are with model 2…sometimes both. We are sure whether we see or not in the site both model of urls have generated in the site and we faced with a big problem with more than 16000 posts at least.
* We are using Yoast premium also.
I need your urgent support to solve this bad issue.
Best regards,
Hi,
Please try not to reply multiple times in the topic if possible, this will only delay our response. Replying multiple times will refresh the topic date and move it to the back of the line, we answer from oldest to newest. Also please note the allocated support hours mentioned in the top banner.
From what I can see that is the homepage of the site – https://khanh.com.vn/
You can set any page as homepage if that is what you want. Create new pages with the composer and set the one you want – https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
We provide homepage/page examples in the cloud library, you can import these as well
– https://cloud.tagdiv.com/#/load/Homepages
– https://cloud.tagdiv.com/#/load/Pages
This is the cloud library plugin documentation – https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
1. Rows have stretching options, please check the row settings
– http://prntscr.com/o55ps0
This is the composer documentation – https://forum.tagdiv.com/tagdiv-composer-tutorial/
2. Maybe you are referring to the dividers, please check the row settings, dividers tab
– http://prntscr.com/o55q6l
If you have more questions or you need help, let me know.
Thanks
I use version 9.7.3 but WP Editor in TAGDIV Composer cannot load, how can I do to solve this thanks.
![]()
Hello,
how can I insert a captcha when registering or forgot the password?
I use Advanced noCaptcha & invisible Captcha, but unfortunately it does not show this at the Newspaper Register or forgot the password