- NewsmagUsing the theme translations together with WPML
- NewsmagHow to update a plugin
- NewsmagCustom Post Type Support
- NewsmagAbove footer ads
- NewsmagWeather Widget
- NewsmagHow to update the theme
- NewsmagIntroduction
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagCustom ad spots
- NewsmagArticle ads
- NewsmagSidebar ads
- NewsmagHeader ads
- NewsmagLoading image effects
- NewsmagCategory top post styles
- NewsmagSmart Lists
- NewsmagGeneral settings
- NewsmagTheme thumbs
- NewsmagtagDiv slider gallery
How do visitors to my site know how to place the bookmarklet on their mobile phones. Does the site have to point site visitors to this feature or is the process intuitive? This feature is very important to my site-traffic strategy.
Hello!
The site I’m working on requires an editorial workflow that has the need to select where a story will appear on the site.
Example: A “Top Story” is meant to be the first, large block on the homepage. Then other featured stories under it. After that, the typical news loop that is paginated and excludes the “Featured” stories. The “Top Story” won’t just be the latest “Featured” story.
I see the “Featured” category is hidden from users on the front end of the site and can be excluded from the loop. https://forum.tagdiv.com/featured-posts-2/
When I make a sub category under “Featured” category, those stories are not hidden from the loop and the “Featured” category along with the sub category is visible on the front-end.
Is there a way to hide “Featured” and any child categories under it? It seems adding a child category and using it breaks the “Featured” functionality.
Maybe a bug? It would be great if we could have a set of categories to filter on that are hidden from the front end like “Featured” is currently.
Hope you have ideas on how I can do this. Thanks!
Hello,
I need advice how to fix the images on the homepage, sliders, categories etc. On the website http://www.bloggersre.com as you can see the images are not resized automatically on the one visual size. For example here https://demo.tagdiv.com/newspaper_lifestyle/ are the images automatically cropped/resized base on that if it the category in the menu, slider on homepage or feed of newest articles etc.
How can I set up that images will not be as it is now on the http://www.bloggersre.com but it will be cropped/resized to the right size?
Thank you very much!
Please, can you view this post: https://www.trailandkale.com/interviews/interview-hillary-allen/ on an iPhone for example and let me know what is causing the white space over to the right of the screen? I don’t want the user to be able to pan to the right where there is just blank white space. I noticed that all seems fine on your demo of the Newspaper theme.
Please, can you have a quick check on chrome dev tools to see what may be causing this issue for me, I couldn’t locate the problem myself. It only appears on posts/articles, the front page and other pages display ok.
Best wishes,
Alastair
Hi,
You can select from the available options for users that do not have an avatar
– https://www.screencast.com/t/l6olUMxpEex
If users have Gravatar for example that will be displayed instead of the default one.
Thanks
Sorry for misunderstanding. You could use a media query to decrease the margin of the menu items and font size
– https://www.screencast.com/t/3q2U1qGg
This is the code used in the example, you can make modifications to it if needed and test
@media (max-width: 1180px) {
.td-header-style-8 .sf-menu li {
margin-left: 10px;}
.td-header-style-8 ul.sf-menu > .td-menu-item > a {
font-size: 30px;
}}
Have any recommendations on where I can find this information. I just need the time stamp to appear on/in the article.
I’ll give you an example, I’m using the header style 5 and the file associated with this header is parts/header/header-style-5.php . If I inspect the header menu element in Chrome, there is a style=”height: 60px” in the header’s div. This forced height is not present within any file and I can’t find it where it’s actually defined. I searched into the js theme file but couldn’t find any reference that can inject this style into this header.
Hi,
@MayankParmar The flickering issue will not affect the website visitors, it is visible when the tagDiv composer is used to edit a page. It happened only on Chrome, however it is fixed now in the new theme version.
That notification is also visible when editing a page with the tagDiv composer, it will not be visible on the website or affect the website in any way. It may appear when for example you change the page template in the backend instead of using the tagDiv composer option, but it will not cause any issues.
Thanks
Hi,
If that is a page and theme block, note that the font settings available in the tagDiv composer can be different by device. So you can set a font size for desktop
– https://www.screencast.com/t/BNzGapj9
And one for mobile – https://www.screencast.com/t/x1xjUvvAcxr
These settings are not available in WPBakery page builder.
If you use WPBakery you could use CSS to set differ font sizes by width, with media queries. An example topic
– https://forum.tagdiv.com/topic/how-to-manage-the-fontsize-for-better-responsive-text/
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hi,
If you could mention more details I will try to help you. Inside the column text element you can style the text as you wish with the WordPress text editor for example
– https://www.screencast.com/t/DWVVVFvt
Hello supergrafik,
You should change the page template to default one, as an example. I saw that you are using the Pagebuilder+latest articles which displays you at the bottom of the page, all of you latest post section, by default which cannot be removed. Please check here -> https://forum.tagdiv.com/page-templates-2/
Thanks for your understanding!
Hi,
You will have to modify the post template files in order to do something like that. These are the post template files (they are located in the main theme folder)
– https://www.screencast.com/t/8sl8viSg3B
In this example I will modify post template default as you mentioned. This is the section of code that displays the post author and other meta
– https://www.screencast.com/t/X9xwW99oj
Move it above the tags if that is where you want the meta to appear
– https://www.screencast.com/t/i3KKekvvQOlV
The result will be like this
– https://www.screencast.com/t/D0FUa5LvUxsm
The design does not apply anymore since the code is now not part of the post header. Creating a new header around the moved code would be a solution
– https://www.screencast.com/t/kMycoYEjKPh
Or style them with CSS
– https://www.screencast.com/t/niqaihO7
This is the code that must be entered in the theme panel custom CSS section
– https://pastebin.com/phxadSE2
Thanks
Hello Catalin,
My website Url : https://www.indiaretailing.com/
Latest News Section : Retail is Selected , same news are also displaying in Fashion, food, Beauty & wellness.
Who’s Who Section : First Post is ok. but When we click on pagination next button it is showing post from some other categories not from whos’ who category.
INTERNATIONAL NEWS : Same Issue Here Pagination not displaying data from INTERNATIONAL NEWS Category
Hello kaisan,
Try to use the following custom CSS code.
The code is ->
.amp-wp-article-featured-image{
text-align: -webkit-center;
}
You should use a bit of CSS code if you want to change the AMP style page. Edit here -> https://www.screencast.com/t/vIUHFAbD6uRH There’s no option for custom CSS code for AMP version, sorry! You need to follow the above advice if you want to customize your AMP version.
Hope this helps!
Thanks for your understanding!
Hi,
My name is Reza and I am a blogger. I want to display the carousel in home page of my blog like this: http://prntscr.com/jdir68 (this is a example of my carousel in daily life category)
This is my website: http://rezaandrian.com/
What should I do?
Thanks 🙂
Good afternoon.Please tell me how I can make changes to AMP:
1. To disable comments.
2. Add related title a link to AMP’s post, the format /AMP.
3. How can I add other social buttons?
Hi, I’m working for a project inserting a weather widget for wordpress with the openweathermap API.
I used the Theme Magazine for TagDiv, and I’m forcing the language to zh_tw for traditional chinese.
The characters are wrong sometimes (for example sunny is correct / cloudy is not correct).
—
Got it! My own client saw the solution, while calling the API, the function inserted is:
// CHECK FOR LOCALE BY FIRST TWO DIGITS
if (in_array(substr($sytem_locale, 0, 2), $available_locales)) {
$atts[‘w_language’] = substr($sytem_locale, 0, 2);
}
So just get “zh”
Whic those working with traditional chinese should change to:
if (in_array(substr($sytem_locale, 0, 5), $available_locales)) {
$atts[‘w_language’] = substr($sytem_locale, 0, 5);
}
To get “zh_tw”
Hi,
visual composer Category filter & Pagination is not working properly for users.Category filter displaying post from multiple categories not form selected category for users. but when admin is logged in browse website home page then visual composer Category filter & Pagination working properly. we are getting many problem due to this issue.
Hey Prajwal,
This plugin might help you out. It lets you see what is being loaded on every page and then select which scripts, etc.. NOT to load on that page.
It also lets you set up global rules for your site if you don’t ever want to load, Google Fonts, for example.
https://wordpress.org/plugins/wp-asset-clean-up/
I hope this helps,
– David
HOW CAN I CENTER THE IMAGE?
https://www.ak47full.net/jamby-favo-x-blue-wayze-x-maicke-casiano-9-guillao-cabrones/amp/
Hi,
in many demos, the page is not full screen it has some space on the right and left. For example: https://demo.tagdiv.com/newspaper_magazine/ –> there you see the background image on the left and right. How can i make this space on the sides to my blog, without installing a demo.
Marcel
Hi,
i need help implementing CSS from an demo. I have an “Big Grid 1” with the default style(Grid Style 1). When you go to https://demo.tagdiv.com/newspaper_magazine/ then there is, for example the category(PHOTOGRAPHY), on the first Big Grid (women with camera), in an black box with withe font, also there is the author with the Date(David Lee – September 24, 2015). This is becaus of the CSS class td_module_mx5 and others. I tried to copy out this classes from Newspaper\includes\demos\magazine\demo_style.css and insert it into into live css, but nothing changed.
I don’t want to install a demo, i only want the CSS code to change the “Big Grid 1 / Grid Style 1” in the way its done at the News Magazine Demo.
Thanks a lot
Marcel
Hi guys,
We’re looking to reduce the padding below the header adverts. Currently there’s too much white space but we’re struggling to find how to reduce this using custom CSS.
Any help would be much appreciated!
For example see –
https://girllyf.com/taste/drink/you-can-now-get-alcoholic-tango-ice-blast-cocktails/
https://girllyf.com/taste/
The script error is related to the content top ad
– https://www.screencast.com/t/eL12oKlfUn
Script tags are not allowed, AMP ads should be of this form
– https://support.google.com/adsense/answer/7183212?hl=en
The invalid link property is linked to the ad you are displaying in the footer
– https://www.screencast.com/t/QyMLLd9f3i
The “new” value is not a valid link target property
– https://www.w3schools.com/tags/att_a_target.asp
Also a possible script tag is present there as well.
The “width” error is related to your inline ad
– https://www.screencast.com/t/ax7uPGETidJO
That could happen if there is no width value specified
– https://www.ampproject.org/docs/reference/components/amp-img
The second post displays the same issues, basically these are all ad related. The ads or ad network you use should have ads created specially for AMP to avoid issues.