- NewspapertagDiv AMP Plugin Tutorial
- NewspaperTrack Subscription Sources with Locker URL in Opt-In Builder
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperCredit System
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to use the Posts List shortcode
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperHow to generate Facebook App ID
- NewspaperHow to insert a block inside the content of a post
- NewspaperModal Popup
- NewspaperPayPal Setup
- NewspaperLink Tracker
- NewspaperLockers
- NewspaperGeneral Options that May Interfere with the Newspaper Theme
- NewspaperAdd Cryptocurrency Price Ticker Widget
- NewspaperPosts Loop Element
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperAutoptimize Plugin – install and configuration
Hello,
If you want to increase the size of your Header Ad and Logo, you need to use such a custom CSS code. Below, I gave you an example of this case but only for Desktop. Notice that for the rest of the devices, it might be necessary to be adjusted.
.td-header-ad-wrap img{
margin-right: 0;
width: 500px!important;
}
.td-header-sp-rec{
width:500px;
}
.td-header-sp-logo{
width:400px;
}
.td-main-logo img{
width:400px;
}
The result is here -> https://www.screencast.com/t/hHLOv5Yd66qz
Thanks for your understanding!
Hi,
The breadcrumbs will show one level of parent-child category, there is no setting to change that at the moment. The same would be for the cloud single templates.
I am now aware of any plans to make modifications to the breadcrumbs. Sorry for the inconvenience.
I mobile the last element of the breadcrumbs is not shown, I could give you a code to make it appear, enter it in Theme panel->Custom CSS
– https://www.screencast.com/t/sOFVXiLycS
@media (max-width: 767px) {
.single-post .td-bred-no-url-last{
display: inline;
}}
Regarding that hidden category, where exactly is it still showing? That option will remove it’s tag from the single post pages and category pages. I see you don’t show any category tags in post pages for example.
Thanks
Maybe try something like this example below
Default – https://www.screencast.com/t/CVHUJtJzyb
With a code – https://www.screencast.com/t/sqnKITtRqp
This is what I used, you can modify it if needed
.td-mega-menu .menu-item-object-page {
width: 218px!important;
text-align:right;
margin-top: -15px;
background-color: #fafafa;
border-right: 1px solid #eaeaea;
}
.td-mega-menu .menu-item-object-page a{
padding: 5px 22px!important;
}
Hello,
Is there a built in feature or easy way to add a small reference or footnote text at the bottom of images where I want to reference the source? For example, in this website (https://www.theverge.com/2018/7/29/17627664/tesla-surfboard-sold-out-merchandise), under the surfboard image, they added a small footnote for “Image: Tesla”. I am thinking one basic way is to just manually add text, but I don’t see an option to make the font that small on the wordpress editor.
Thanks
Kindly add below features in the newspaper theme:
1. Adsense Auto Ads code insert option in the theme panel (for desktop, mobile theme, amp)
2. Article Reading Time counter based on words in the article (including for specific post, page)
3. Table of content for articles
4. News Summary/Top News/Short News box for all/specific news article (in the top or top-left side of the article)
I have category pages set to use module 15 with infinite loading. The page initially shows correctly with all the post contents, but the additional posts loaded with the infinite scrolling are missing the main content of each post. It shows the post title and the meta content, but no body. All further posts loaded via infinite load are missing the main body or excerpt.
Hello Team, I need your help to make a different style menu on sticky menu. Hard to explain it, but I have some samples.
Hello.
I would like to place a Google AdSense ad between the top grid section and the Latest Post section of the mobile theme. (Example. happist.com)
What should I do?
So you want only one paragraph? wrap it in a container with a class for example
– https://www.screencast.com/t/8Lmrsct8fjF
– https://www.screencast.com/t/AJW4nnAoq
Or maybe with some inline CSS – https://www.screencast.com/t/YdyH6NiSllFK
Hi,
1. In the theme panel the thumbnail sizes are mentioned along which element uses them
– https://www.screencast.com/t/Bgp6wElkwXd2
It would depend on what elements like blocks/grids you are using. So for example big grids will require bigger original images to be set as featured images.
The thumbnails will also be affected by image aspect ratio
– https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
The same image will produce different results depending on module.
2. I see you use the Jetpack lazy load, try disabling that and check if the images are displayed properly
– https://jetpack.com/support/lazy-images/
The theme already applies a lazy load, so there might be a conflict there
– https://www.screencast.com/t/QjSh9cH1eb
4.The embed seems to adapt to the container it is in, it will take 100% of the available space. So the original image you used on Instagram of 460px would be stretched to fill the available space
– https://www.screencast.com/t/qNWXlhm8C
So in this case that embed would look best if it was forced to display as auto size and maybe centered
– https://www.screencast.com/t/vPobOmY3L
.td-post-content iframe.instagram-media {
width:auto!important;
margin: auto!important;
}
Thanks
Hi,
Maybe that is the website URL not an additional permalink parameter
– https://codex.wordpress.org/Changing_The_Site_URL
If the website name is for example blablabla.com/blog the permalink structure you choose will be added after this.
Hi,
Then it must be something specific to that page. That could happen if for example you entered content in it that is not part of the composer, or various codes or shortcodes maybe. Edit the page in the backend and remove the codes if there are any.
If you did not enter anything like that, we could take a look. Send us an email at contact@tagdiv.com and provide admin login so we can inspect the page in question.
Please include a link to this topic in the email.
Hi,
How i have few questions about mobile version. I also do not want the following change requests not to effect the desktop version.
1) Is there any way to change mobile menu text sizes?
2) Is there any way to change the header menu bar color and menu & search icon colors?
3) Is there also any way to show set a logo only for mobile?
Thank you.
Hi,
What is exactly happening? Could you post some screenshots as an example? The composer sidebar should not be affected by the actual page while editing
– https://www.screencast.com/t/WSQxyLUtkcj
Does it happen with a different browser? What browser are you using?
Hi,
What padding and block would that be exactly? Some more details or examples would be helpful. Maybe it is possible with some CSS.
Ad boxes can be placed in the page content in any location you want.
So the problem is with the post title. I have also made an example
Posts with various article title lengths – https://www.screencast.com/t/kALYh30dt
Of course the columns will not be equal if the titles have shorter/longer lengths.
You can now choose and excerpt type in the theme panel
– https://www.screencast.com/t/SeIpsdtfD
And set a limit for the title – https://www.screencast.com/t/DohscvnEL
That would limit the length for longer titles, directly affecting the height of the module.
Each module/block has excerpt setting, fine tune them according to your case.
That would be the only way of having equal height across all modules. A height limit does not exist per column or per module in our composer. They will be affected by the title and excerpt lengths, this will result in various heights.
By limiting them the columns will be equal. The limit can be set per module type and block in the composer, so each type of module in a block can have it’s own limit.
Hi,
That is actually an image, so there would be no setting to change it’s color. You could remove that and use a CSS border or shadow instead. This is an example with a shadow
– https://www.screencast.com/t/uZGHxcfqq
Code used in the example
.td-header-gradient:before {
display: none;
}
.td-header-gradient:after {
content:"";
position:absolute;
height: 12px;
width: 100%;
bottom:0;
-webkit-box-shadow: 0px 12px 5px 0px rgba(186,112,186,1);
-moz-box-shadow: 0px 12px 5px 0px rgba(186,112,186,1);
box-shadow: 0px 12px 5px 0px rgba(186,112,186,1);
}
Shadow generator here if you want to use it
– https://www.cssmatic.com/box-shadow
Check Link Target options.
Read carefully here for example: https://www.wpbeginner.com/wp-tutorials/how-to-add-nofollow-links-in-wordpress-navigation-menus/
usually i change permalink, but on permalink default/setup all with “blog”
Common Settings
Plain https://beritaturki.com/?p=123
Day and name https://beritaturki.com/blog/2018/07/31/sample-post/
Month and name https://beritaturki.com/blog/2018/07/sample-post/
Numeric https://beritaturki.com/blog/archives/123
Post name https://beritaturki.com/blog/sample-post/
Custom Structure https://beritaturki.com/blog
how to change blog?? usually custom structur using blablabla.com/sample-post not blablabla.com/blog/sample-post
Hi,
is it possible that I remove the center padding with the block in the middle and put it to the left side. That I can put on the right side an big skyscaper banner?
Here is an example of an newspaper: https://imgur.com/a/pASHAkX
How do I “not display” the text under Posts in Home Page?
Example How not display all this text>
Yesterday, the US Department of Housing and Urban Development (HUD) approved the action plan outlined by the government for the use of $ 1,507 billion of the Community Development Block Grant-Disaster Recovery (CDBG-DR) . Despite that “vote of confidence”, HUD will not disburse the funds until the Ricardo Rosselló Nevares administration details the internal controls it will take to ensure…
under this article post> HUD approves $ 1,507 million for housing reconstruction
Only to display> Read More button
I’ve installed the AMP plugin and I know it opens a set of AMP Ad options on Theme Panel but they’re all fixed to a certain position.
Some of my posts have 6000 words, while others only 300. Obviously on the 6000 word pages I would want to show over 5 Ads while on the 300 word posts just one or maybe two Ads. Is there a way to insert the Adsense code on AMP pages manually like on posts? (On posts I go to the text editor and insert the Adsense code into Html). I prefer inserting ads manually because certain positions work better for revenue on my website, and filling up all the AMP Ad spots in theme panel would make 5 ads show on the 6000 word posts but on the 300 word post obviously 5 ads is not going to be good.
Thanks for this Catalin, sounds like a good option, your theme is definitely very powerful.
Nevertheless, I’m firstly trying to recreate the same “post” from Single Template 6. Most of it is fine but I have an issue with the Reviews section.
It looks like that: https://ibb.co/n0rQ68 and https://ibb.co/cfFUYo
While it should look like that: https://ibb.co/nkCnKT and https://ibb.co/dffJR8
How can I fix this?
And then, how do I create my 2 blocs just above the post sample?
Thanks again
Hello, I’m trying to use cloud templates. With some templates I get the error message in the title. It is a completely new WordPress installation, all plugins except for the theme are disabled.
Example : Single Post Template 23
Do you have an idea?