No search results were found in Documentation!
Glad it helped. With the mobile theme + AMP the analytics and AMP ads will be loaded.
You can test the AMP version by adding /?amp at the end of the URL, while using the browser inspector mobile emulator for example – http://prntscr.com/o7rzm1
The auto ads should appear when testing with the mobile emulator, they may not appear while testing on desktop.
Hello !
So, for the About us page you can use this code: .page-id-28 .td-header-rec-wrap { And it should look like this: https://www.screencast.com/t/QB0VROKKNeR. You will have to change the page id for other pages. The page id can be found using the inspector tool from any browser: https://www.screencast.com/t/7LlasGPJtJj8 and just paste the code again.
display:none;
}
Hope this was helpfull !
Thank you !
Hi,
In order to remove the gap you can edit the page and set to the first row a margin top
-40 https://www.screencast.com/t/XHpfT49oE9U or you can use custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If you need help whit this please provide a link were I can inspect the problem, in this way I will be able to provide you the right css.
You can change the gap between the elements using tagDiv Composer -> https://www.screencast.com/t/b5rLIcMBxZK
Thank you!
Hi,
What you can do is to use a custom css to hide the duplicated content only for the footer page
Create custom code with the browser’s Inspector or the Live CSS Box -> https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/
Thank you!
Hi,
You can achieve the shadow on images on post if you are using a custom css
-> https://www.screencast.com/t/v1t8Zwkq -> https://www.w3schools.com/css/css3_shadows.asp
Create custom code with the browser’s Inspector or the Live CSS Box -> https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/
Thank you!
Hi,
Instead of using that custom css you can try this solution -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Also if you still want to use that code you need to be more specific, to set the code only on content, not on full site.
Create custom code with the browser’s Inspector or the Live CSS Box -> https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/
Thank you!
Hi,
If you want to have the same layout as that demo from here -> https://demo.tagdiv.com/newspaper_video/ you need to import it from Theme panel or you should check it with Inspector Browser and see what is the used elements. You can check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Hope this helps!
Thank you!
Hi,
Please notice that is not save to make changes in theme files; for fonts you can check the Font customization -> https://forum.tagdiv.com/font-customization/ or using the tagDiv Composer -> https://www.screencast.com/t/5cGnRk7H
Create custom code with the browser’s Inspector or the Live CSS Box -> https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/
Thank you!
Since the last update the browser tab title only shows the url, i can see the code of head and metadata with the inspector but is “deactivated”. Also when the theme was updated, the tag div plugins where not updated so they atomatically got deactivated, so i had to update them manually to fix all the mess.
Pls help. 🙁
I’m having the following problem:
I’m using the Redirection plugin + W3Total cache plugin + Cloudflare. I recently found out that there’s an issue with the status headers of the 404 urls.
For example, after cleaning of all plugin caches and the Cloudflare cache, and testing an already removed url with a redirect checker, the first check shows always 404 and the second, incl. all next checks – 200 OK is returned. It’s the same with each 404s. I tested numerous times.
A better description of my issue by another person in the past:
“[caching plugin] is disabled. I visit a known bad link on my site (https://example.com/xyzz/) and receive a 404 error page. I can verify in Chrome’s Inspector and/or Firebug that the “404 Not Found” status is being properly served in the HTTP headers. An online redirect checkers shows a proper 404 status.
I turn [caching plugin] on and visit the same URL. On the initial visit I am served a cached page (verified by the debugging comments inserted by the plugin at the bottom of the HTML source) with the proper “404 Not Found” status in the HTTP header.
If I visit the page again (https://example.com/xyzz/), I’m served the same cached page from #2 above displaying the “404 – Page Not Found” error to the user, but with a “200 OK” status in the HTTP header.
If I turn [caching plugin] off and visit the page again, I am again being served an uncached page with the correct “404 Not Found” status in the HTTP header.
Any idea what might be going on here? This is seems to be causing some an issue where Google Bot is attempting to index some non-existent pages because its seeing the “200 OK” HTTP header instead of the proper 404.”
W3Total settings can be seen here: https://imgur.com/MHhW7G8
Cloudflare settings:
Caching Level: No query string
Browser Cache Expiration: Respect existing headers
Wordpress, Redirection plugin, W3Total cache plugin – all updated to the latest version. Newspaper version: 9.5
Hi,
Check if there are any errors in the browser inspector console when you try to access those theme panel settings – http://prntscr.com/nruzk1
Usually issues with the theme panel are in general, is it happening only when you access the thumbnail settings?
There are a few things to check, like these ones – https://forum.tagdiv.com/topic/problem-with-newspaper-theme/
Thanks
Hi,
Please check our documentation for how to Create custom code with the browser’s Inspector or the Live CSS Box -> https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/
-> https://www.screencast.com/t/Pkj7kwCAA9g
Thank you!
Maybe I am misunderstanding something. Modules will use the same thumbnail size across all browsers. Unless retina thumbnails are enabled, then these will be displayed when needed (retina devices).
So the module 1 (from block 3) will load the 324×160 thumbnail size on Chrome
– http://prntscr.com/npo1p6
And on Firefox – http://prntscr.com/npo22p
This can be checked with the browser inspector. From what I can see the block display just fine on both Chrome and Firefox, and I can’t see any issues with the thumbnails of block 3 in the website at this moment, or previously.
Thanks for the reply… Umm, so seems having made some adjustments to the standard theme thought the settings it might be difficult to match the main website to the mobile version with your theme.
Not sure I know how or even if it is possible to use inspector browser functionality with a mobile. Shame you could not give an example of the coding that might be required.
I give the problem some thought to see if there is another way to get around this problem.
Hi,
Please notice that the only single way to affect the font and color for mobile is to use the media queries CSS for that. You need to use the Inspector browser functionality and try to create your own custom CSS code. Use media queries to target mobile devices. You can take a look for these rules here -> https://www.w3schools.com/css/css3_mediaqueries_ex.asp
Hope this helps!
Thank you!
Hi,
I browsed the website menu, seems to work alright – http://prntscr.com/nl3a1u
– http://prntscr.com/nl3a5v – http://prntscr.com/nl3bn0
So the menu doesn’t work when you install the disqus plugin? I have seen disqus being used by theme users, but the menu worked fine with it.
We don’t have a guide to provide for disqus installation, maybe there is a conflict with the plugin. Check if there are any errors in the browser inspector console when the plugin is active.
Thanks
Hi,
Please check our documentation for how to create custom code with the browser’s Inspector or the Live CSS Box -> https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/
If you need help with this, let me know, also provide a link were I can inspect these forms.
Thank you!
Hi,
Sorry for the delay, there were a few days of due to celebrating Easter, as you can see our top banner information.
Regarding your request, notice that our theme does not have any such an option for it, sorry! In order to achieve as you wish, you need to make some changes over that section and if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide additional customizations. As a hint, if you want to target desktop and mobile width, you need to use the media queries, like this -> https://www.w3schools.com/css/css_rwd_mediaqueries.asp Also, you need to use the Inspector browser tool, like this -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thank you!
Hi,
To hide a category siblings you’ll need to use a custom css, if you need help with this please provide me a link were I can inspect this category siblings which you want to hide.
Create custom code with the browser’s Inspector or the Live CSS Box -> https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/
Thank you!
Hi,
If you want to change this style, notice that you need to use a bit of CSS code for that, because the theme does not have any such an option for this. Use the Inspector browser to create your own custom CSS code, according to the next useful guide from here -> https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/
Thank you!
Hi,
The css style for blockquote can be found in wp-content/themes/Newspaper/style.css -> https://www.screencast.com/t/cc2BZJfG9KE or you can use the browser inspector -> https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/
Thank you for your understanding!
Hi,
If you want to be more speccifc you need to add a specific class for that container, like this -> https://www.screencast.com/t/RnFdUYwhik4 Use the inspector browser tool to find what’s this class.
Thank you!
Hi,
Unfortunately, this is just a simple example of that. If you want to customize it, you need to do it yourself because this task implies doing such custom works and we cannot provide support for that, sorry! Use the Inspector browser for that, according to our documentation from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ Usually, we recommend the developers from studio.envato.com
Thank you for understanding!
Hi,
I think that you want to achieve something like that -> https://www.screencast.com/t/ldsHgDUog9 as you can see in our demo. You need to use your Inspector Browser and add your image where you want. Check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ Notice that is not a simple task and if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thank you!
Hi,
Please provide some more details about what you want to achieve.
Also please check our documentation for:
Create custom code with the browser’s Inspector or the Live CSS Box -> https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/
Customize pages easily using the Live CSS box editor -> https://tagdiv.com/live-css-box/
Thank you for your understanding!