Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
discovermh
tagDiv Member

Any News about Newspaper 13?

discovermh
tagDiv Member

Are you guys working on Newspaper 13?

discovermh
tagDiv Member

Are you guys working on Newspaper 13? when we can expect RC version?

discovermh
tagDiv Member

When will be Newspaper theme V12.6.7 available for download?

discovermh
tagDiv Member

any news about Newspaper 13? or next update is 12.6.7 or 12.7?

discovermh
tagDiv Member

any update about Newspaper 13

discovermh
tagDiv Member

Hello,
No RC 12.4.1 Update after 07.06.2023 12:16.
Can you share the changelog with the same build.

discovermh
tagDiv Member

Can you make the changes so that all taxonomy is displayed after the main taxonomy category?
For the desktop, we displayed using tag div composer shortcode. but in Mobile Theme Plugin it is not possible to edit code like the composer drag and drop.

discovermh
tagDiv Member

Frontend Without Code Edit
This is front end without Code Edit
Custom Taxonomy Destination
I want Display Custom Taxonomy like category
Code Edit
This is Code Edited
Display Taxonomy
This is Error
Blank Link
Blank Link

discovermh
tagDiv Member

Hello @Bettina,

we change code into file theme>Newspaper>loop-archive.php

$post_count = 1;
$column_count = 1;

$span = ‘span3’;
$column_break = 4;
$is_404 = false;
if( is_404() ) {
$is_404 = true;
$column_break = 4;
$span = ‘span3’;

$args = array(
‘post_type’=> ‘post’,
‘showposts’ => 6,
‘ignore_sticky_posts’ => true
);
query_posts($args);
}

Still, it shows 2 columns in the post archive and category pages.
ideally it should show 4 columns as we mentioned $span = ‘span3’; & $column_break = 4;

discovermh
tagDiv Member

Hello, @Bettina
any update?

discovermh
tagDiv Member

wp rocket is used for cache only…
we can use WP Super Cache or WP Fastest Cache but I prefer wp rocket.
Thanks for sharing your guide with us.

If you are familiar with theme customization then just provide me code for the above query so that more articles are visible on the same screen.
currently, only 3 articles are visible in a row and 1 article is on mobile.
after changes, 4 articles on desktop and 2 on mobile will be visible.

discovermh
tagDiv Member

For Speed Improvements, we use Wp Rocket and Autoptimize plugin and follow the below articles

https://forum.tagdiv.com/how-to-make-the-site-faster/
https://forum.tagdiv.com/topic/page-speed-guide-for-2023-beginners-and-advanced/

discovermh
tagDiv Member

no…
https://pagespeed.web.dev/report?url=https%3A%2F%2Fwww.discovermh.com%2Fshivrai-28%2F&form_factor=mobile

you can check our page speed here…
for the Video Post formate, there is an issue. so we avoid video formate posts.

Now my main issue is with 2 column layout on the mobile theme plugin and 4 column layout on the desktop.
Kindly suggest some code change so that I can achieve 2 and 4-column layout result

discovermh
tagDiv Member

It’s Mobile Theme Plugin.
We did customization in the mobile theme plugin also but it did not reflect.
Even though we did customization for the normal theme but it did not reflect.
we change code into theme>Newspaper>loop-archive.php

$post_count = 1;
$column_count = 1;

$span = ‘span3’;
$column_break = 4;
$is_404 = false;
if( is_404() ) {
$is_404 = true;
$column_break = 4;
$span = ‘span3’;

$args = array(
‘post_type’=> ‘post’,
‘showposts’ => 6,
‘ignore_sticky_posts’ => true
);
query_posts($args);
}

Still, it shows 2 columns in the post archive and category pages.

For Mobile Theme customization we did changes in
plugins>td-composer>mobile>loop.php

Still it did not reflect yet

discovermh
tagDiv Member

we can’t show the same content for all users.
so we need Follow Author and Category functionality.
and my main question is that can we add Bookmark functionality to WordPress posts?

discovermh
tagDiv Member

Can We add This functionality to WordPress posts?
I want bookmark functionality so that users can read posts/articles Later.
Also, can we add follow Author and Category Functionality so that we can create recommended posts according to follow author and category?

discovermh
tagDiv Member

Can you share the changelog so that we can also test and gives you feedback and report bugs?

discovermh
tagDiv Member

Can you Add it to your To-Do List?

discovermh
tagDiv Member

We tried all those setting and go through the video.
I want to change The default two presets that the theme comes with. I want Mukta as the default Font. How can I Do That?
If I set Global font Mukta from Website Manager then it also loads default fonts Open Sans and Roboto.

discovermh
tagDiv Member

Can we add support of image and color to the default category and tag?
and can we add custom taxonomy to the Categories/tags list shortcode?
currently, it shows only the default categories/tags list using [td_block_categories_tags post_count=”yes” limit=”10″]. how can I display a custom taxonomy list?

discovermh
tagDiv Member

There is Subtaxonomies Shortcode but it displays sub-countries and sub-states.
Sub Taxonomy

Like Subtaxonomies We want a Taxonomies shortcode that displays All Country, State, and City List with taxonomy slug. (taxonomy=country, taxonomy=state, taxonomy=city)

discovermh
tagDiv Member

We have custom taxonomy Country – Countries
State – States

We want to display all country & state lists on the home page with its image.
Same for Category, City and Tag.

discovermh
tagDiv Member

We have fields of image and color for category and custom taxonomy. How can we display that? on that page?

discovermh
tagDiv Member

How can we add sticky social share bar without using tagDiv Composer?

Viewing 25 posts - 1 through 25 (of 28 total)