- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hello,
I am looking for a way to post another website’s articles on mine. I have partnerships with some people and I am also writing for other websites, and I want to showcase that on my address too.
As an example, IMDB has a news page, where they post the news from various partners.
https://www.imdb.com/news/top?ref_=nv_nw_tp
Is it possible to do this in Newspaper?
Having multiple issues with homepage. Updated theme and working to load TagDiv composer, but TagDiv composer not loading — get the “endless loading circle” described by other users.
Prior to this, page was not allowing me to save any changes in the Visual Composer. Was using classic mode as work around. But…
Now, classic mode indicates correct code, but elements are still not functioning and I have no way to edit via (Visual or TagDiv Composers). So I’m stuck. For example, single image box sizing incorrectly and Big Grid not displaying selected filtered posts (grey box).
Trying to recreate the pages (as instructed), but can’t even get started.
https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/#
Hello,
I noticed two bugs on AMP-pages:
- The string “Leave a comment” is not translatable. It’s always shown in English.
- The placeholders in the footer (like ##year##) are not processed/replaced
Hi sir. im using AMP plugin it works really good.
But i notice that when i share a post on twitter when a mobile user clicks my link it redirects to AMP Page.
is it normal and good or better to edit?
if its not normal could you say how to edit this?
Thank you.
Hi Everyone 🙂
I’d like to know if Newspaper (currently using 8.8.2) is fully compatible with WP-Rocket caching plugin ?
I was facing some error while applying “Critical css generator & Database cleanup” features of WP-Rocket .
So, need compatibility confirmation.
Please help me to solve this AMP problem?
1. URL not found (404)
2. Custom JavaScript is not allowed.
the problem is like in the picture below.
I’m using footer template style 13 for my website (http://www.pandasbelly.com) and I see a Find Us section at the bottom with a default address and hours. I don’t want that because this is a blog so doesn’t have a physical location. I can’t figure out how to get rid of it though or even where those defaults are coming from since there doesn’t seem to be anything related to that in the footer info content section. The style 13 template example also doesn’t seem to show a find us section so why it’s there is a mystery to me.
Hello,
Prior to latest update everything was working correctly. Now when you are scrolling and the Smart Sidebar feature gets fired, it increases its width making the inner elements to overflow the page.
Please see the example to understand what I mean: visit https://sviluppo.radioradio.it and try scrolling the page.
We need to fix this as soon as possible. Thank you for your help.
The Newspaper – Theme panel has stopped working.
I can not navigate through the menu on the left.
I click, for example, on the FOOTER panel (https://www.filatelista-tematico-blog.net/wp-admin/admin.php?page=td_theme_panel#) and nothing is loaded.
What is wrong?
I’m sad about what happened!
a HUG
Thank you for your quick reply, much appreciated.
Until last week, I was able to use TD Composer to edit both my homepage and the English version of this page. For example, I have edited my agenda items in the /en page. What happened: after “save current row” at my homepage I was opening the /en page, scrolled down, tried to insert this saved row and then TD Composer gave an error.
So, maybe the current error message “(Error at rows: 23 (models) : 24 (dom) The model doesn’t match the content)” is related to my latest intervention of inserting the saved row.
Hope you can give me a solution based on this background information. If not, do you think it is possible to edit the /en page without losing my current layout?
Thanks a lot
That would be the only solution I can think of, someway to minimize the page in the browser. There is a design issue that causes this problem with the cloud template screen. What browser are you using? most allow you to zoom, for example
– https://support.google.com/chrome/answer/96810?hl=en
We will fix this issue, sorry for the inconvenience.
This code will remove it on mobile for example
@media (max-width: 767px) {
.Rhineetle {
display: none;
}}
The code has to be entered here – https://www.screencast.com/t/papIv5w5
If you create a new table and place it in the post content, you could use a new class. Then hide it on desktop, for example
@media (min-width: 767px) {
.Rhineetle_mobile {
display: none;
}}
This should work. I tried to make the table to scroll but with no results. It could be possible with enough time. You could search online for the best way to create a responsive table, there could be valuable tips.
Hi,
You could try something like this instead
– https://forum.tagdiv.com/topic/post-last-updated/
In the topic the solution is to replace the theme code but you could add it next to it.
In this example I will use post template style 1 -> loop-single-1.php
– https://www.screencast.com/t/KpcPUqFQ5iC
Direct result is this – https://www.screencast.com/t/4avlf8Mws9
With some CSS – https://www.screencast.com/t/aWKxtrKQDA
.the-modified-date {
display:inline-flex;
}
Code link here for convenience – https://pastebin.com/vCsS4CFf
Of course you can style it further or position it differently if needed.
Thanks
Hi,
I see you use theme version 8.7.4 that version has a working social counter plugin
– https://www.screencast.com/t/3xzCxFOzS
Previously the counter did not work anymore due to modifications made by Facebook.
Try to deactivate the social counter and delete it, install it again from here
– https://www.screencast.com/t/gSfqlc3PEiML
Check if the issue is the same, also try to switch to a test ID for example like this
– https://www.screencast.com/t/neAZkNrWPN
Then switch back to yours. I tested you ID and it works
– https://www.screencast.com/t/bE7BYIihuDz7
Let us know if there is still a problem.
Thanks
Hi,
I see you colored the menu items as you want, each with it’s own color. The theme has settings only per general.
The active state has this setting as well, per general
– https://www.screencast.com/t/IKIb4b0uEJKh
So now you want to set the same colors for the active state of the menu items, you could use the theme class for that along the menu ID class, like this example
– https://www.screencast.com/t/wxGhAVUEz3
.current-menu-item.menu-item-134 {
background-color: blue;
}
Create a code with the same colors as you used before for each menu item.
Thanks
Hi,
So you want to position the author box in the post page differently in the post structure, from the bottom of the article page to the top.
I see you use the latest theme version, so with the help of the tagDiv composer and Cloud library plugin that will be possible.
With the cloud plugin you can now design post templates as you wish. Choose a blank template if you want to start from scratch, or a predefined cloud template which you can use as it is or modify it
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
So for example dragging and dropping the author box in a different location will be easy
– https://www.screencast.com/t/PsGfLB4RuD
Thanks
The sharing will appear in the AMP posts by default
– https://www.screencast.com/t/wByymTfwtD6i
The plugin may not have many settings at the moment, we will try to provide more settings for it as the plugin development progresses. Sorry for any inconvenience.
Hi,
1. You cannot add a menu in the plugin, our AMP plugin does not have a menu at the moment. This design is similar to the website of Yoast SEO which would be leading in SEO solutions
– https://yoast.com/social-media-optimization-with-yoast-seo/amp/
There might be a menu in the future.
2. That seems to happen in some cases, we have yet to identify what exactly is causing it. Most users solve it by trying different image formats and sizes. Make some tests if possible, try with other image formats and larger sizes.
Thanks
Hi,
Depends on what you mean by data. Installing/uninstalling a demo will have no effect on your own created posts or pages for example.
Installing a demo with content will provide the demo homepage, without content there will be no homepage included. You can copy the homepage form the demo files in that case, and configure it
– https://forum.tagdiv.com/topic/getting-started-from-demo-best-practises/
Also the process will import the demo custom stylesheet and theme panel settings belonging to the demo. The theme panel settings are essential if you want the website to look like the demo, colors, font settings etc will be imported.
Your theme panel settings will be replaced if you decide to install a demo.
Thanks
Hi,
You can modify the date format in WordPress settings, example
– https://www.screencast.com/t/njJaJmlfzvX0
– https://www.screencast.com/t/HxwS7q3w9I
I used this format in the example
F j, Y g:i a
https://codex.wordpress.org/Formatting_Date_and_Time
Thanks
Yes, the first two examples I used my own menu item id, just copied/paste here in a rush.
Yes, the “solution” is general, I’m now asking why it can’t be drilled down to my menu items (doesn’t work). Thanks.
Also be aware AMP now requires https, so unless your site is fully https SSL/TLS compatible, AMP serves no purpose. So you need to use the ‘https’ URL for testing properly.
Further, you need to have pages loading properly, and without errors:
(so test your pages with ads turned OFF to ensure not causing https fails)
Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure image '<URL>'. This content should also be served over HTTPS.
player.js?player_id=3628:1550 Uncaught DOMException: Blocked a frame with origin "https://securepubads.g.doubleclick.net" from accessing a cross-origin frame.
at https://site-domain-nglmedia.netdna-ssl.com/player/v1/assets/js/player.js?player_id=3628:1550:91
at https://site-domain-nglmedia.netdna-ssl.com/player/v1/assets/js/player.js?player_id=3628:1607:3
-
This reply was modified 8 years by
simchris.
For example https://howtofixwindows.com/transfer-windows-10-license-to-new-computer/
Microsoft edge and internet explorer browser not loading the page properly: http://prntscr.com/k8it7d (it’s loading centered ) Where Chrome browser load the same post url properly: https://snag.gy/vebUK5.jpg
recently upgrade the theme to 8.8.2 but now the post URLs loading like this can you tell me why it’s behaving like this?? whats wrong where i have updated all plugins with latest one. Also tried clear cache and load the page on different PC. Also tried disabling all plugins but the post load as previously on edge/internet explorer where chome load the post properly.
using plugins: Wp rocket, Google Analytics Dashboard for WP (GADWP), Really Simple SSL, tagDiv AMP, tagDiv Composer, tagDiv Mobile Theme, tagDiv Social Counter,tagDiv Speed Booster, Wordfence Security,WPS Hide Login,Yoast SEO Premium
Hi,
while testing the search functionality I’ve encountered a bug. Ajax results while typing find the right post, while a “show all results” return 0 matches.
For example, searching for “Bando” (which is a title of a custom post) results 1 match in ajax returned list, but 0 when the search button is clicked.
does amp work with your social sharing
thanks