- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hello Newspaper Team,
I hope you are well.
I am using Adobe Typekit fonts and I embedded the code through the Theme Panel as per your instructions (that part is working fine on different browsers)
The issue is that the embedded code is visible at the very end of the page underneath the browser (please see attached images below)… I think this is a glitch… I have cleared all caches available (WP Cache, Chrome Cache and my server’s Kinsta Cache), and the code shows up in Brave, Firefox, Chrome, Edge, etc…
Here is the link to the images:
https://imgur.com/QH3reYb (please look at very bottom on the left)
Thank you so much!
Julio
Hi all,
When I’m in post page, settings, general and I change the template from panel template to let’s say I take template 1. Then when I preview the post, the top header disappears. I could fix this issue, but when I’m on that post page, the tagdiv edit button is not there (in the top, I see CSS, template, cloud .. but not edit with tagdiv). Do you know how to fix this ?
For that you need to use images that have the same width and height or to use another css:
.wp-block-image .aligncenter img {
width: 484px;
}
(you can set the width that you want)
I hope this will help!
Why is there no ability to attach Images to this site? HOW do I get help?? Your recent update broke my site, and I need to get it fixed right away please…..
My header has this text showing, it is very bizarre:
[tds_menu_login inline=”yes” guest_tdicon=”td-icon-profile” toggle_txt=”My account” logout_tdicon=”td-icon-log-out” menu_gh_txt=”Get into your account.” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19″ f_uh_font_family=”653″ f_links_font_family=”653″ f_uf_font_family=”653″ f_uh_font_size=”eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==” f_links_font_size=”eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==” f_uf_font_size=”eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==” f_uh_font_weight=”500″ f_links_font_weight=”500″ f_uf_font_weight=”500″ f_toggle_font_family=”653″ f_toggle_font_size=”eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==” f_toggle_font_weight=”500″ ia_space=”8″ menu_offset_top=”15″ show_version=”” f_gh_font_family=”653″ f_btn1_font_family=”653″ f_btn2_font_family=”653″ f_gh_font_size=”eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==” f_btn1_font_size=”eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==” f_btn2_font_size=”eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==” f_gh_font_weight=”500″ f_btn1_font_weight=”500″ f_btn2_font_weight=”500″ menu_gc_btn1_bg_color=”#ec3535″ menu_gc_btn1_bg_color_h=”#000000″ menu_gc_btn2_color=”#000000″ menu_gc_btn2_color_h=”#ec3535″ menu_gc_btn1_radius=”4″ menu_ul_link_color=”#000000″ menu_ul_link_color_h=”#ec3535″ menu_uf_txt_color=”#000000″ menu_uf_txt_color_h=”#ec3535″ show_menu=”yes”]
See screenshot here:
https://www.dropbox.com/s/z08sp13220na17u/Screenshot%202022-04-18%2007.37.21.png?dl=0
Where is the real support forum for the Developers?
How to create block like this? https://www.screencast.com/t/7t5xhifzG
On my mobile page! Think need costom css or thms else.
Cant do this by my self, pls help)
Good day Sir/Ma,
pls i have created a js and css for some effect i want to add to my page. But i am stuck with adding the div class to some blocks. Pls how can I assign a div class to page blocks and other elements. Also is it possible to assign two class to one item.
E.g.
I want one block to slide in from left and bounce once user scroll to the element/block screen.
<div class=”slide-left”><div class=”bounce”>Block to show effect</div></div>
Note: I have done the correct css and JS already.
Or if the theme have the feature already kindly show me pls.
Hi Calin: All images now center align: https://ztratum.com/pe-ratio-price-to-earnings/ But I want to set all images the same width as the first 2 images. Do I need custom css for that also?
Thank you,
Patrick
Hello!
Please check in the CSS tab for that row. Example here: https://prnt.sc/NkaOE7fWzB2e
Thank you!
Hi,
For this, please try this custom css:
.wp-block-image {
max-width: 1000px!important;
}
Set the code in the theme panel > custom code> custom css.
Thank you!
Hello Victor!
Please check in the CSS tab for that row. Example here: https://prnt.sc/NkaOE7fWzB2e
Thank you!
Hello!
You can import whole demo and use it from Newspaper -> Prebuilt Websites.
You should add the ads when you edit the post with TagDiv Composer in the element called ” Single Post Content ” in the tab ADS. Documentation here: https://forum.tagdiv.com/article-ads/
Or you can use the element called “Ad box” from TagDiv Composer and there you need to add the ads: https://forum.tagdiv.com/ads-adsense-overview/
If you want to use auto ads(are displaying randomly in your website), then they should be placed in the Theme Panel -> Analytics/Js Codes.
You need to install the Yoast SEO plugin and apply this setting: https://prnt.sc/kGujESd3PqDK (Taxonomies)
You can use an offset for your blocks. For more information about offset feature, please check this tutorial: https://forum.tagdiv.com/offset-feature/.
Yes, you can edit a post/article with the TagDiv Composer and delete the element with the featured image or you can set as HIDDEN from the CSS tab of the element.
In homepage from blocks, we have this setting: https://prnt.sc/3DRu227sGWIZ -> https://forum.tagdiv.com/flex-block-settings-guide/
Click on the mobile viewport: https://www.screencast.com/t/XDQJedlggSB ; there you can see your mobile version and you can edit the elements there.
Thank you!
Hi,
If that is a flex block from our theme, then please try this code:
img.avatar.avatar-96.photo.td-animation-stack-type0-2 {
position: relative;
top: -122px;
}
or this one
.td-module-meta-info .td-author-photo .avatar {
position: relative;
top: -122px;
}
You can set the code in the theme panel > custom code> custom css.
I hope this will help you!
Hello!
Access a cloud template(post and homepage) and press the green button “Edit with the TagDiv Composer“. Click on any elements and you can see their settings. For blocks, there are a lot of settings, and also for the author: https://prnt.sc/5OODqDzkE8eX -> https://forum.tagdiv.com/flex-block-settings-guide/
You can delete and element or set as Hidden in the CSS tab. There is actually a recycle bin basket for every element https://www.screencast.com/t/wFYdqgpo6pT or drag-drop the entire row: https://www.screencast.com/t/pxuOzYIIpcG
Thank you!
On my site, discovermuscatine.com, the category archive pages aren’t rendering out any css or using the cloud template assigned to them. Any troubleshooting help would be great!
Example: https://discovermuscatine.com/category/muscatine-area-news/
They are, however, mostly appearing in individual posts. And they’re also appearing in mobile, although I do not have a separate mobile template. I’m also using Ezoic, so I can’t tell if the issue is the theme or Ezoic.
Here’s a screenshot: https://snipboard.io/gpG9vI.jpg
I reached out to WordPress support, and got this reply:
I just checked the images and I can see the theme has a CSS rule that sets the image opacity to zero, which is causing the issue. Here’s a short screen recording showing the issue: https://a.cl.ly/v1ugWDwv
I can see you are using a third-party theme and we are unable to support third-party products. While we’re experts on our own products, third-party plugins and themes are best supported by their own respective developers. More importantly, I would rather not give you any incorrect information.
Is there a way to tell mobile which specific blocks to load in a certain order? I have a css person, we just need an example.
Hi.
I specify once again that we are currently using the Theme “Newspaper – The Rimont Pro” whose demo link is: https://demo.tagdiv.com/newspaper_the_rimont_pro/.
We want to add videos on the Home Page in the form of Stories on Facebook and a bit like the CGTN news site already does as you can see on the part circled in RED on this screenshot: https://imgur.com/a/NOZ1qNV.
So, we would like to move the avatar located at the bottom of the Title of each post from the “STORIES” part circled in RED on the following screenshot: https://imgur.com/a/Bf82Q1D.
So that it goes up and positions itself at the bottom of the post card like this: https://imgur.com/a/3dB5uac.
But, the problem on my end is that when I try to do that, adding a margin-top: -122px; for example, hoping to succeed in bringing up the icon of the avatar in question, it does not work at all. Here is the code and CSS class of the avatar in question that I am trying to pull up to the bottom of the post card:
img.avatar.avatar-96.photo.td-animation-stack-type0-2 {
margin-top: -122px;
}
How then, manage to move this icon of the avatar in question to the bottom of each post so that it looks like the second screenshot above ???
Please, answer us through sample demonstrations in screenshots because it will help us best to quickly understand and solve our problems.
Thank you please help me.
Very cool!
Last thing 😀
I would love to have 2 images. A logo on top and another one in the buttom. I have tried different things without luck.
Will you help me with CSS to add images to the mobilemenu, please?
Thanks so much!
Hello!
Yes, please add also this CSS code:
.td-menu-mob-open-menu #td-outer-wrap {
transform: none!important;}
Thank you!
Hello!
Access the homepage in frontend, edit it with the TagDiv Composer, click on the logo and make sure this setting is set as “HIDE”. Delete the logo text “Ani” and logo text tagline “Globe” from General tab.
Click on any row of the elements, and the background color should be in the CSS tab: https://prnt.sc/JEOXXo-pno1l
You can add a social link, check this topic: https://forum.tagdiv.com/topic/how-do-i-add-a-patreon-social-link/
Unfortunately, you can not add an option for sharing.
Thank you!
Hi,
I have a problem after I updated to 11.4.3. Im using a plugin for Login. And also, Under the account, When I press to My Account it should go to admin page.
When I press Login, it goes go to the main page. This is okay.
https://prnt.sc/-1WNxqIVUi8J
When I click My Profile, it goes to the login page of WordPress. It should normally be redirected to the Admin Page.
https://prnt.sc/eZz53i_W1FPy
However there is problem, it asks me to login again.
https://prnt.sc/1w8FQHf6O9L5
I do redirect like this,
https://prnt.sc/-d4x_f8LCPto
I use a WP Rocket. I turned off minify CSS and JS, it didnt work.
Do you have any suggestion or idea?
My website is alpelectronics.se
Downloaded the zip folder and uploaded. showing following message.
“The package could not be installed. The theme is missing the style.css stylesheet.”
https://godavaripost.com/wp-content/uploads/2022/04/installation-error.jpg
Solved.
Conflict with WPRocket.
Optimize CSS rendering must be disabled.
Hello!
Add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:
.td-menu-background{ width:50%!important;}
#td-mobile-nav{ width:50%!important;}
Thank you!
Hi,
That sounds really great!
The site: http://www.a-c-d.net
Screenshot: https://ibb.co/g7Svq7L
My guess is the CSS selector is: #td-mobile-nav
Not sure though.
Thanks!