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

Hi,

If you want to display pages in blocks/grids you first have to enter this in the post type
https://www.screencast.com/t/CHm2RMgrqU
Then the block will display pages, you can further enter IDs to display specific pages.

Simion C.
tagDiv Staff

Hi,

When sharing that page I believe the image you set for Facebook here is displayed
https://www.screencast.com/t/yWbVltGtU2
So an author page which does not contain any image will display that image instead. I am not aware of any modification to be made to affect only whatsapp, maybe there are some suggestions online if that is even possible. It may not be.

Thanks

Simion C.
tagDiv Staff

Hi,

Those are all controlled by this WordPress setting
https://www.screencast.com/t/uK9xSGKgGs

Thanks

Simion C.
tagDiv Staff

Hi,

1. That image is set in the demo stylesheet, I believe at the moment the demo was created there was no theme panel setting. So the image was set there
https://www.screencast.com/t/qT46uj028x

In order to set your own, please remove that highlighted code from the demo stylesheet. Then the background you set in the theme panel will apply
https://www.screencast.com/t/jZmgeqTRfFw
Sorry for any inconvenience created by this.

2. Twitter will probably not work if you are not using he latest theme version, there were changes made by them. Try installing this social counter plugin
http://cdn.tagdiv.com/wp-content/uploads/2018/06/td-social-counter.zip
If it still not works, download the latest theme package 8.8.1 and update the theme and social counter (they should be automatically updated when the theme is updated however)

https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks

Simion C.
tagDiv Staff

That’s a mistake, thank you for mentioning it. I will add it on our fix list and it will be taken care of if it has not been fixed already.

It’s a possibility, we are open to suggestions. So maybe the more articles will receive some improvements or a different functionality in the future.

The edit content would look like this when editing for mobile
https://www.screencast.com/t/LyzcSSACeVM
It’s size will adapt to see better how the content will end up looking for the intended device. Maybe I am misunderstanding this, please correct me.

Simion C.
tagDiv Staff

Hi,

So you want to remove the last category, the one the user is currently viewing
https://www.screencast.com/t/HrXWt2w5fLAN
This would be where it is defined, try to comment these lines of code
https://www.screencast.com/t/zbA2MGRkEIa
https://www.screencast.com/t/roXY1NtugiZs
https://www.screencast.com/t/6JPT1LhW2

Thanks

Simion C.
tagDiv Staff

Hi,

You could follow this topic, I believe this is what you are looking for
https://forum.tagdiv.com/topic/placing-auto-amp-code-in-body-tag/

Thanks

Simion C.
tagDiv Staff

Hi,

The sidebar content width is of 324px in that layout, you could use images with that size.

Or I could give you a code to center the images
https://www.screencast.com/t/PxxM8yuHG

.single .td-main-sidebar .widget_media_image {
text-align: center;
}

The code will apply to posts and image widgets in the sidebar. It can be entered in Theme panel->Custom CSS section.

Thanks

Simion C.
tagDiv Staff

Hi,

So you want to increase the default margin bottom that each paragraph has, in the post content
https://www.screencast.com/t/NHWeZXjx
You could do that with a code like this

.td-post-content p {
margin-bottom: 35px!important;
}

The headings have a general color setting in the theme panel
https://www.screencast.com/t/Xu53zJx1H
Also you can style them as you want as you are editing/creating the post
https://www.screencast.com/t/ADp5y0jXEx
Or use CSS to style them individually by type for all posts at once
https://www.screencast.com/t/7kIEmIKH

.td-post-content h1 {
color: red;
}
.td-post-content h2 {
color: yellow
}
.td-post-content h3 {
color: blue;
}
.td-post-content h4 {
color: green;
}

More about this here – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

CSS code can be entered in Theme panel->Custom CSS section, there are also advanced sections available.
Let me know if you have further questions.

Thanks

Simion C.
tagDiv Staff

Hi,

Be sure to install the theme properly as a first step
https://forum.tagdiv.com/install-via-ftp/
https://forum.tagdiv.com/install-via-wordpress/
The most recommended and most reliable method is by FTP. Deactivate and remove all the plugins that belonged to the previous theme and install the ones from the Newspaper theme (tagDiv composer is requried).

Also be sure to check the theme requirements guide
https://forum.tagdiv.com/requirements-for-newspaper/
Let us know if there is still a problem.

Thanks

Simion C.
tagDiv Staff

Hi,

That would depend on how you want to use the post IDs, for what exactly. Each block module displays the post title and additional meta and featured image thumbnail, with a few module exceptions that do not show a thumbnail.

What exactly is the problem in your case? I don’t quite understand what you are referring to, if you could elaborate more it would be very helpful. Some screenshots or link to where the problem is happening would also help.

Thanks

Simion C.
tagDiv Staff

Hi,

You can use CSS to style them as you please. This is a similar topic
https://forum.tagdiv.com/topic/blockquote-custom-css-not-working/

This is a guide about using the browser inspector tool to create custom CSS code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Let me know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

That is true, the mobile theme will not display blocks or grids for example. It’s purpose is to display a different and lighter version of the website on mobiles for users who want this.

If you want to display page builder content on mobiles, simply deactivate it. The plugin is optional and there will be no problem.

Simion C.
tagDiv Staff

HI,

Try the same suggestions from this topic
https://forum.tagdiv.com/topic/google-search-console-server-errors-5xx/

Thanks

Simion C.
tagDiv Staff

Hi,

I don’t quite understand how exactly are you trying to do that, by specific category page. Pages you can design in every way you want, individually. But fore category pages you can only use templates.

With the new features introduced in 8.8 you can now design category templates, so maybe you can create templates designed how you want and apply them
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

If I misunderstand please correct me, and also try to provide some more details about your steps.

Thanks

Simion C.
tagDiv Staff

Hi,

Those other modules can be seen by swiping with your finger, there is a scroll there. Other grids display all the modules in view on mobile, like this grid for example
https://demo.tagdiv.com/newspaper/big-grid-11/
But others require swiping to scroll through them. Please correct me if I misunderstood something.

Thanks

Simion C.
tagDiv Staff

Maybe you use the child theme, that has a different section for custom code. Please check the theme panel
https://www.screencast.com/t/XiE3nPFvH

Simion C.
tagDiv Staff

Hi,

So you want to use those videos from the post content as featured videos, by using the database. I checked a post which uses a featured video, in the database, the video is stored like this
https://www.screencast.com/t/Xcw40hHW
https://www.screencast.com/t/t8wk8Xn8X
That could be what you are looking for. Or maybe you could try a plugin that was suggested by users to automatically add featured image/video from the post content
https://forum.tagdiv.com/topic/no-featured-image-behaviour/

Thanks

Simion C.
tagDiv Staff

Hi,

Seems there is no theme stylesheet loaded, try to reinstall the theme. Use FTP if possible, this is the most reliable and recommended method to update a theme
https://forum.tagdiv.com/how-to-update-the-theme-2/
Be sure to check if the composer has been updated automatically, update it manually if it is not. Also update the other theme plugins.

Thanks

Simion C.
tagDiv Staff

Maybe you did not insert it properly, and it is not working correctly. Double check it, if it needs to be entered between the head tags, add it before the closing head tag
https://www.screencast.com/t/mASCpxfm1hpN

Simion C.
tagDiv Staff

Hi,

A 404 errors would mean that the requested resources are not found on the server. The first one refers to a child theme and a font file it seems, try deactivating the child theme temporarily.
The second error is provided because a file is not found it seems. But the unusual thing is that there is no such file in the main theme folder. Maybe you made some modifications to the theme files, or file additions. Or maybe a plugin is doing it. You could investigate these first and check if there are still errors.

Deactivate the child theme, deactivate all non-theme plugins, remove theme modifications or code added in the theme files. Check if the errors are still present. Ultimately re-install the theme by FTP
https://forum.tagdiv.com/install-via-ftp/

If the errors are gone and there is still a problem review the theme requirements
https://forum.tagdiv.com/requirements-for-newspaper/

Also these similar topics know to solve composer loading issues
– – https://forum.tagdiv.com/topic/javascript-error-td-composer-wont-load/
https://forum.tagdiv.com/topic/gray-page-tagdiv/

Let us know what you find.

Thanks

Simion C.
tagDiv Staff

@selbymedia Best you let them check if you have the same server error and it persists. Contact them and mention the problem you are having, they should be able to help you with it.

Simion C.
tagDiv Staff

Hi,

1. The menu will be aligned to the left if you maybe used the stretching options for the top bar
https://www.screencast.com/t/Jl1ydeKx
Remove the stretch or maybe choose a predefined width in that setting.

2. You can place icons in the menu like this
https://forum.tagdiv.com/how-to-add-icons-in-menu/

3. You can use only the icon, the guide mentioned how that is possible.

Please let us know if you have more questions.

Thanks

Simion C.
tagDiv Staff

Hi,

Please send us an email at contact@tagdiv.com and provide admin login, we will take a look. Also include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,

The screenshot seem to not exist – https://www.screencast.com/t/v0i4zrIzdSvS
If you could post them again it will be very helpful. Those would be some unusual problems you are having.

Viewing 25 posts - 8,626 through 8,650 (of 20,681 total)