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

Maybe like this – https://www.screencast.com/t/0bglaoD285r

.header-search-wrap {
right: 54px;
}
#td-top-mobile-toggle {
position: absolute;
right: 0;
}
.td-main-menu-logo img {
right:auto;
left: 20px;
}

Simion C.
tagDiv Staff

Only the predefined options can be used to stretch the rows, an option to manually set a width does not exist at the moment. What exactly do you want to do? maybe there is a way.

Simion C.
tagDiv Staff

Hi,

Maybe try the same solutions mentioned in these topics
https://forum.tagdiv.com/topic/next-previous-article-limit-to-category/
https://forum.tagdiv.com/topic/filter-by-category-next-and-previous-article/

At the moment a dedicated setting for this does not exist, it may be implemented in the future. Sorry for the inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

Most javascript functionality is broken in the post pages, search not working, related articles/more from author is useless, even the main menu arrows seem to be missing.

It could be related to an error that is displayed in the inspector console, seems related to a script that is loaded from a “mmr” folder
https://www.screencast.com/t/YNUb2JrwY9

From what I can find online it could be a Merge & Minify & Refresh plugin or code. Please try to temporarily remove or deactivate this plugin and test to see if the problem is solved. If you have a cache clear it after removing/deactivating.

Thanks

Simion C.
tagDiv Staff

Hi,

That depends on the sorting method chosen for that block, grid etc. Most sorting methods are made to be dynamic, changing the content.

For example a latest sorting will always display the latest posts you publish.
Or a popular sorting will display posts that get the most views from the website visitors.

To have fixed posts at all times in a block or element that displays posts, you will have to manually enter the IDs of the posts in the filter tab of the block
https://www.screencast.com/t/1Hg96SgV8
The ID of a post can be found while you hover it’s title in the posts screen for example
https://www.screencast.com/t/mKBjgD74

If you enter post IDs there then the posts will not change until you edit the page again and change the IDs.

This is a block settings guide you can read for more information
https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

Such a feature request and also voting system may be available in the future, currently there is none. We do note requests made in the forum and consider them.

If you have any suggestions you could mention them here.

Thanks

Simion C.
tagDiv Staff

Hi,

Thank you for the kind words, just trying to help. There will be more documentation in the future, to better explain all the block settings. And also more tutorial videos.

Simion C.
tagDiv Staff

Hi,

The goal is to try and provide as many new features with each update, in time there will be many new elements and additions. We appreciate all suggestions and feedback from our users. Everything is considered carefully.

Thanks

Simion C.
tagDiv Staff

Hi,

Where exactly do you want to add these buttons and how? For posts you can create pagination like this
https://forum.tagdiv.com/posts-with-pagination/

For pages it will not work however
https://forum.tagdiv.com/topic/standard-wordpress-pagintion-on-pages/

Thanks

Simion C.
tagDiv Staff

Seems you used the code and it works. Try as a test to remove it, seems the module looks alright without it now
https://www.screencast.com/t/l671CjF9X
Maybe the issue happened only with that post and that image.

Simion C.
tagDiv Staff

If you use a cloud template remove the featured image element from the template
https://www.screencast.com/t/xMG4dOFYu

For predefined templates when using a smart list we recommend a post template that does not display a featured image (templates 5 or 12).

Simion C.
tagDiv Staff

Hi,

But if you shift the menu to the right what about the search icon? Maybe like this

https://forum.tagdiv.com/topic/how-to-change-mobile-icon-menu-to-the-right/

Or maybe switch them? – https://www.screencast.com/t/EWt7fDFfEWc

#td-top-mobile-toggle {
position: absolute;
right: 0;
}
.header-search-wrap {
right: auto;
}

Also with the menu to the right as you mention
https://www.screencast.com/t/Iqp57AJP

#td-top-mobile-toggle {
position: absolute;
right: 0;
}
.header-search-wrap {
right: auto;
}
.td-main-menu-logo img {
left: auto;
right: 54px;
}

Modify the codes as you want, then enter them in the phones section in the Advanced CSS.

Thanks

Simion C.
tagDiv Staff

The message you get is quite common with WordPress. In most cases it can be easily fixed.

For example – https://wordpress.org/support/topic/the-link-you-followed-has-expired/
In that case the max upload size was limited, increasing it solved the problem. Usually this is the main cause.

Check this guide carefully and make modifications if needed
https://forum.tagdiv.com/requirements-for-newspaper/
If everything is set properly there should be no problem. Contact your hosting provider if needed and ask them to make changes as the guide suggests.

You can also install the theme by FTP, that is not difficult to do and it’s very useful to know how to use FTP. If our guide is not detailed enough check some more online
https://dappercodes.com/installing-wordpress-theme-via-ftp/
https://docs.presscustomizr.com/article/141-how-to-manually-install-or-update-a-wordpress-theme
https://www.shoutmeloud.com/install-wordpress-theme.html

Simion C.
tagDiv Staff

Hi,


@mercure961
Something like this will do it for the authors box
https://www.screencast.com/t/Q0btWsJUslI
It will apply to all the authors boxes once entered in the theme panel custom CSS code section. This is the code used

.td_block_authors .td-author-post-count {
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

I see the page is displayed at the moment – http://prntscr.com/kqr7oa
There should be no problem importing a cloud homepage and setting it in the WordPress settings.

The issues with the thumbnails can be solved by regenerating them
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
That will recreate the thumbnails needed fro blocks, grids etc
https://forum.tagdiv.com/theme-thumbs/

For composer problems there are a few thing to check. First would be the requirements guide
https://forum.tagdiv.com/requirements-for-newspaper/
Insufficient resources most likely will cause problems.

If there is no need for modifications in that matter, in some cases the solutions from these topics worked for blank pages and other composer problems, you could give them a try if possible
https://forum.tagdiv.com/topic/gray-page-tagdiv/
https://forum.tagdiv.com/topic/javascript-error-td-composer-wont-load/

Please let us know if there still is a problem and we will investigate more.

Thanks

Simion C.
tagDiv Staff

Hi,

That would be all, the author box displays individual authors, while the authors box displays all or multiple authors
https://demo.tagdiv.com/newspaper/author-box/
https://demo.tagdiv.com/newspaper/author/marius2/

There is also a team member elements that could be used for this task
https://www.screencast.com/t/uCcKNkyDNY

Thanks

Simion C.
tagDiv Staff

Hi,

The category tag displayed in the modules will be the primary category of the post. Check the posts displayed in the block and that have the “A la une” to see how the primary category setting is set.

If it’s on auto select, then the first category alphabetically will be picked. Choose from the posts categories and set the primary category you want.

Check this post for example to see what primary category setting it has
https://www.screencast.com/t/wZ3UcftGXa

Thanks

Simion C.
tagDiv Staff

Those other popular sorting methods (all time popular and 7 days popular) are provided by the theme. They will work with the other block settings and pagination.

The all time popular simply needs to be selected and it will start working. Post views need to be active so the most popular posts can be displayed
https://www.screencast.com/t/se3ZckCRSI5W

The 7 days popular has a dedicated setting in the theme panel that has to be active
https://forum.tagdiv.com/7-days-post-sorting/
Post views also have to be active. Once the sorting is activated, the count will begin. As posts gather views they will show up in the block, grid etc. that uses this sorting.

One thing to mention is that this 7 days sort may not work properly or at all when a caching plugin is used.

Simion C.
tagDiv Staff

Hi,

Can’t give you advice about that, we made no tests in the matter. You could check some online guides and free plugins if you want to do it
https://www.wpbeginner.com/plugins/how-to-build-a-mobile-app-for-your-wordpress-based-business/
https://www.godaddy.com/garage/5-best-plugins-turn-wordpress-website-mobile-app/
https://www.designwall.com/blog/the-whys-and-hows-of-creating-a-mobile-app-for-your-wordpress-website/
Test with free or trial plugins if possible.

Maybe some users who tried something like this with the theme could share their experience.

Thanks

Simion C.
tagDiv Staff

If the imported template does not have a breadcrumb element, you can add it. Search for it in the composer sidebar
https://www.screencast.com/t/bqYmNetdrt9r
Some cloud templates may not have breadcrumbs, you can add them if needed.

Simion C.
tagDiv Staff

Hi,

That is not possible unfortunately, the comments will always be at the bottom of the page, after the page content. They can’t be moved inside the page content.

If in the future the tagDiv composer should have a comments element it will be possible to place comments wherever is needed inside the page.

Thanks

Simion C.
tagDiv Staff

Hi,

So the full big grid refuses to be full despite trying what I suggested. Note that the tagDiv composer should be used to edit the page. All the demos are built with the tagDiv composer and should not be edited with WPBakery.
If that is what you did and it did not work please send us an email at contact@tagdiv.com and provide admin login so we can take a look.

Also include a a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,

That depends on a few factors. If you just entered them and the ads are blank for example, or come with a 403 error maybe, that could could mean that the website is not yet fully approved by Google, so it could resolve itself after a while

https://support.google.com/adsense/answer/76228?hl=en
https://support.google.com/adsense/answer/9724?hl=en
https://support.google.com/adsense/troubleshooter/7049023?hl=en
https://support.google.com/adsense/answer/1208336?hl=en

Thanks

Simion C.
tagDiv Staff

Hi,

You can add up to two buttons in the header, when a multi-purpose header style is used
https://www.screencast.com/t/TctndJZetIH
The settings for the buttons are here – https://www.screencast.com/t/Lvd3pe4JDu0
Their purpose is to link them to various URLs, maybe a donation page if that is what you want.

That is how this demo does it, a button in the header linking to a donation page with a form
https://demo.tagdiv.com/newspaper_nature/

These buttons can’t be displayed in the footer. You could create a page and use that in the footer, use the elements you want in it including buttons
https://www.screencast.com/t/7NJCJyutBA

Thanks

Simion C.
tagDiv Staff

Glad it finally worked for you. I will note these requests and they will be considered for future theme updates.

Viewing 25 posts - 6,476 through 6,500 (of 20,681 total)