- 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
Hi,
Simply changing the setting to “No stretch” should do just what it says. There is no other option to override this setting. These are the overriding settings to force the full width for the header and footer elements.
They are useful when you set a background color or image for example, and the website becomes boxed
– https://forum.tagdiv.com/background-introduction/
It must be a caching issue, maybe the server has caching. You could check if that is the case. If no caching is installed, then the changes should be reflected as soon as the page is refreshed.
Thanks
Hello,
Sorry but our theme does not have such options to change the direction of the text based on specific categories.
You can try to do make a custom code implementation for this process to be easier. It is a simple 2 step process.
You can add a custom body class on the posts belonging to your category and then apply css to the new class like so:
1) Ad this code in functions.php:
add_filter( 'body_class','my_body_classes' );
function my_body_classes( $classes ) {
if ( in_category('Gadgets') ) {
$classes[] = 'RTL_Post';
}
return $classes;
}
Example: https://www.screencast.com/t/xyOvs6S8ESw
Replace ‘Gadgets’ with your category name.
Now all your posts belonging to the category you specified will get a custom class you can target with css.
Now you can use this css to change the direction of the post title and content to right to left.
2) Add this css code in your theme panel-> custom css box:
https://www.screencast.com/t/6FZNA1fsARvk
.RTL_Post .post header .entry-title, .RTL_Post .td-ss-main-content{
direction:rtl;
}
Thanks.
Hello avamposto,
Unfortunately, the theme does not have any such an option that allows you to make some changes to your Big Grid 1, sorry! Notice that our theme has a big list with Big Grids and you should check all of our available models, maybe you can find one that you like -> https://www.screencast.com/t/X2OS7eIc -> https://demo.tagdiv.com/newspaper/big-grid-8/
Hope this helps!
Thanks for your understanding!
Hi,
I am using block 24 in my website. I don’t want my images to be corrupted. I want the images to be scaled to 280×150.
I have read https://codex.wordpress.org/Function_Reference/add_image_size – and here – http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/
And also read td_api_thumb
td_api_thumb::update(‘td_100x75’, array( ‘name’ => ‘td_100x75’, ‘width’ => 100, ‘height’ => 75, ‘crop’ => array(‘center’, ‘top’), ‘post_format_icon_size’ => ‘small’, ‘used_on’ => array( ‘Module 6, 7’, ‘Block 1, 2, 7, 8’ ) ) );
Would you please tell me what is the code that I should use for scaling images to 280X150 in block 24
Thanks Amit & Chris, the hosting company could solve some of the problems.
Hello,
my client is a national online newspaper and really likes the Big Grid1 block on its home page; tough it demand for more customization, for example: setting the block up as pulling from the “category2” category and ordering by the latest posts, it is quite impossible, for them, to easily set one of those article as the bigger one. It will also be the latest. I know they can manually insert the posts IDs, but that’s not a quite fast solution. They’d like to have a more manageable tool to easily set up the bigger post on the block.
Do you know what could be the solution for this? Should i edit the php code of the block to respond to a particular custom field or something?
Thank you.
Yoast is not the de facto expert about SEO, only one purveyor, and NOT always right. We’ve been doing it since 1995, long before the Yoast crew ever saw a web browser; we were the #1 result on Yahoo for a decade under “keyword optimization.” But whatEVAH. I give advice, not everybody gets it. It does *not* hurt your SEO either way, as the CONTENT, and the title, description first 185 characters, sub heads, outbound organic links, inbound organic links, referential content, and ORIGINAL CONTENT are what help SEO.
Again, search engines KNOW the difference between modern DOM markup for sections of pages, and KNOW what h1 does where. A logo h1 in header container is not treated as superior to h1 tag for content in article container.
SEO = “search engine optimization” — not “website optimization” — so, Google, Bing, Yandex, etc., all know how to read modern HTML5/DOM/markup.
Just FYI anybody reading this thread later.
Matt Cutts addressed this in video in 2009, although he is no longer with Google.
Google webmaster central help forum has addressed this multiple times, including this answer on this same topic from Dec. 2016:
We don't treat HTML5 differently & having multiple H1 tags on a page is fine. Be reasonable when using them, use them where they make sense. There's definitely no penalty for using H1s.
Don’t assume the sky is falling just because some ancient article tells you some bad info about pre-HTML5 era code and modern DOM usage. Modern code is very very different from 20th century webdev. Modern code has markup and sections to define a header from a footer, from an article section, etc. (for instance, Apple uses the article section on iOS to make an ‘easy to read’ version of page available and for SIRI to read).
Feel free to change stuff if you feel strongly about it, but don’t presume that Google, Bing, Yandex etc. care one way or another. Usage on the logo is correct in this context as it’s unrelated to the content SEO for the actual page content.
Hope that helps somebody as this comes up on every theme forum these days.
Kind of like the people who still freak about about the srcset attribute
1) I’d like to add a text at the bottom of each article like “If you find our content usefull please XYZ..” I’ve been looking at post settings but don’t see any way I can do it. How should I ?
2) Your theme allow us to show the “share to fb” buttons below / above articles. Is there a way via shortcode for example to customize this further? Example to add a “share to fb” inside a text or other places?
Thank you
Hi Simion,
Yes, I’m aware that the website loads fast – this is not what I’m talking about. The issue is that something is that something is continuing to load in the background after all visible elements have fully loaded.
For example, if you load the website in Chrome, the tab (at the top of the screen) will show spinning wheel to indicate that something is still loading. While this is visible, mobile menus do not work, nor do sticky sidebars.
Does that make sense?
Thanks,
Chris
Hi, I’m having a page loading issue on my website.
I’ve made some page speed optimisations and now the website is loading very quickly. Part of these optimisations are from the TagDiv documentation.
The problem is that for some reason, the website is still “loading” (e.g. a spinning wheel in Chrome or Firefox) after everything on the page has fully loaded. As a result of this, my mobile menus and sidebars are also have issues – for example, my mobile menu does not work until the website has fully “loaded” after 30+ seconds, even though all the visible page elements are loaded and functional after 1-2 seconds.
I’ve tried disabling all plugins as well as adjusting my current setup but I can’t figure out how to fix this issue.
Do you have any suggestions?
Thanks,
Chris
Hi,
You can try a code like this one for example
– https://www.screencast.com/t/PvKfII9sa
.td-category-description {
text-align: center;
width: 100%;
}
.category .td-crumb-container {
display: none;
}
Just enter it in Theme panel->Custom Css section.
Thanks
Hi,
Below is a page speed problem I get from gtmetrix:
Serve resources from a consistent URL
The following resources have identical contents, but are served from different URLs. Serve these resources from a consistent URL to save 1 request(s) and 9.2KiB.
https://fonts.googleapis.com/css?family=Open+Sans%3A400%2C300%2C600%2C700&ver=4.8
https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700
https://fonts.googleapis.com/css?family=Roboto%3A400%2C300%2C500%2C700&ver=4.8
https://fonts.googleapis.com/css?family=Roboto:400,300,500,700
How did this happen? How can it be fixed?
Thanks
as an example this post. There is a button on the bottom of the article that dissappear on mobile
Hello,
Sorry but the theme does not have a feature to remove the title for specific categories only. You can hide it with css from preferred categories though. Here is an example:
.category-gadgets .td-page-title{
display:none;
}
You can add more categories to the code like so
.category-gadgets .td-page-title, .category-fashion .td-page-title, .category-video .td-page-title, .category-mycategoryname .td-page-title{
display:none;
}
You can add the code in the theme panel-> custom css box
Thanks
Hello,
The shop template is an example page created by us but it is not included in the theme package. You will have to create your page using the page builder and add the prducts shortcodes to the page using woocommerce shortcode implementation and we added an image for extra style. Nothing too fancy,
The error you are receiving is probably caused by this setting:
https://forum.tagdiv.com/topic/errors-happened-during-tdciframedata-init-bindviewsmodelswrappers/
Thanks.
Hello. My website: https://namtv.ru/tv/zagadki-chelovechestva-s-olegom-shishkinym-3-vypusk-2017/
Where to insert their ads to the “Similar article”?
Example site: https://vk-smi.ru/culture/cinema-news/vozlyublennyj-ilony-novoselovoj-rasskazal-svoyu-versiyu-gibeli-devushki/
Hi,
I have tried calling different thumbnail sizes in the post template and it is working for me. Some examples
– https://www.screencast.com/t/SzuTcMGivLh
– https://www.screencast.com/t/kvV2TenPa4P
– https://www.screencast.com/t/Z67wzklIywr
– https://www.screencast.com/t/twuau90RG
These thumbnail sizes are all available
– https://www.screencast.com/t/yyurNDy5
Maybe you can try this a different way. From what I can tell those bigger thumbnails are simply stretched from the original image. The same thing can be achieved with a code like this
– https://www.screencast.com/t/tura62SR5v
The code will affect each featured image on the default post template.
.td-post-template-default
.td-post-featured-image img {
width: 100%;
}
Thanks
Hello,
Can anyone help me to add subtitle to the Facebook Instant articles?
I got following a reply from the Facebook team:
Our review team examined a sample of your articles and found some problems
Please address these issues before submitting again
Hello.
I would like to have a choise of the alignment in the TagDiv Composer.
When I choose for example the title element or the text column element it would be nice to have the ability to choose center alignment for the text.
Thank you
Trying to use TagDiv on Newspaper 8
The only place I see the link to start it, is when I’ve installed the default demo WITH content. Without content, it does not show.
I’ve also tried the Local News Demo and it doesn’t show at all, sample content or not.
ALSO – isn’t TagDiv supposed to show on a category page, so that can be edited? It doesn’t seem to do so anywhere other than the single home page on just one demo.
Appreciate some pointers.
Thanks
-Nigel-
Hi,
For the best results you can use 1920px images or maybe even higher. The theme will create the necessary thumbnails form the images you set as featured for posts
– https://forum.tagdiv.com/theme-thumbs/
For example the theme demo uses a image like this to ensure higher quality
– https://www.screencast.com/t/8Xtkmx0r3S
The retina thumbnails will be displayed on high DPI devices. They will be created from the same image and displayed for users that have a retina display (usually Apple devices)
– https://forum.tagdiv.com/retina-images/
Thanks
When I hover the cursor over a post title in my sidebar, the title vanishes so the cursor is pointing over a blank space. If you click on the blank space, you get to the article. Do you know how I can make the title stop doing this. Really it should be changing color, but remaining legible. Check out the sidebar in this post as an example:
https://www.travisneighborward.com/design-marketing/social-media-for-interior-designers-tips/
We updated to newspaper and now we want to change Title Font, Content font, H1, H2, H3 & H4 font while mobile theme is active…
There is option to change fonts in desktop theme and its working fine but same change sin not being done in mobile theme so how to do that?
Thanks again
I am running it on localhost with WAMP so I will set things up on the web and get back to you.
Hi,
The tagDiv composer is not available for posts, only for the creation of pages. Also the elements you mention are not present at the moment in this editor. More options and items will be added in future updates
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
You can choose from the available post templates and create unique post formats
– https://forum.tagdiv.com/post-templates-2/
– https://forum.tagdiv.com/post-formats-for-tinymce/
You could use a do_shortcode to insert a page building element in the post template file that you are using. Multiple related topics are available here on the forum. Like these topics for example
– https://forum.tagdiv.com/topic/add-content-after-post-items-after-related-articles/
– https://forum.tagdiv.com/topic/wanted-to-add-widget-belowabove-related-article/
Thanks