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,

I believe you mean the “About us” text, that can be changed in the theme panel translations panel
http://prntscr.com/n7b0j3

Thanks

Simion C.
tagDiv Staff

Hi,

A link to the website would be helpful, so I can take a look. Let me know.

Thanks

Simion C.
tagDiv Staff

Hi,

That is not possible. Blocks and grids can only display posts and pages, that would be what they are designed to display. maybe you can find a way to display those links in a different way. Sorry for any inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

The date format will be the one you set in WordPress settings. So you could enter the
| Published: there like this

|\P\u\b\l\i\s\h\e\d:http://prntscr.com/n7at6l
Result in my case – http://prntscr.com/n7atej

Thanks

Simion C.
tagDiv Staff

Hi,

Note that when using post cloud templates the theme panel ads will not appear in the post content. The ads have to be entered in the template itself, in the post content element
http://prntscr.com/n7aosx
Then they should appear.

Thanks

Simion C.
tagDiv Staff

Hi,

I understand now, you mean these – http://prntscr.com/n7ahfe
That is the author name and post date, seems the author name is an email. If you want to remove them you can do so in the theme panel block settings – http://prntscr.com/n7ambm

Let me know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

The background image is set to cover for a reason I believe – http://prntscr.com/n7ac83 If the image would be fully responsive it will not look good – http://prntscr.com/n7aczd as it will not cover the whole section properly.

So some of the sides of the image will be lost on smaller devices, but the image will cover the container.
For the text you can set a smaller size when on mobile – http://prntscr.com/n7ady9 font settings are per device – http://prntscr.com/n7ae97

Let me know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

Seems that grey bar is a padding set on the body of the website http://prntscr.com/n79qd3

I believe that top ad is adding it, so that when the page is loaded it pushes down the content – http://prntscr.com/n79r09 it should remove the padding when it’s closed however, but it does not – http://prntscr.com/n79rca

Without that padding it will appear over the mobile header – http://prntscr.com/n79rsb
so the menu, logo and search will not be seen unless the website visitor closes it. I could give you a code to remove that padding – http://prntscr.com/n79uer

body {
padding: 0!important;
}

Enter it in the theme panel -> mobile theme -> custom CSS code section.

Thanks

Simion C.
tagDiv Staff

Hi,

I tested this on my end, I have two languages in my case. So I translated the menu from the initial language to the next – http://prntscr.com/n79j1k
Now when languages are changed with a switcher for example the menu will change as well
http://prntscr.com/n79nrvhttp://prntscr.com/n79nwx
In the translated menu you can only add categories, posts, pages etc created in the respective language, so each menu should show content accordingly. Maybe double check how the menus are set.

Thanks

Simion C.
tagDiv Staff

Hi,

From what I can see there is no cloud post template similar in design with post template 8. Maybe there will be in the future.

With the currently available elements for building cloud post templates it’s not possible it seems to achieve a full background featured image, only something like this
https://cloud.tagdiv.com/see-who-is-viewing-your-resume-and-who-is-looking
You could use the default post template 8 for hat design, for the time being. let me know if you have more questions.

Thanks

Simion C.
tagDiv Staff

Maybe with custom fields you could display additional information in the modules, like this example with the advanced custom field plugin
https://forum.tagdiv.com/topic/add-additional-fields-to-posts-in-category-grid/
But in cloud post templates I remember trying to display these fields by shortcode, but it did not work.

Simion C.
tagDiv Staff

Hi,

Loops don’t have filters like blocks and grids. They will adapt the content that is displayed depending on where they are placed, automatically. So for example if you place a loop in a category template you can apply that template to all the categories, the loop will show the proper content.

If you want filtered content use a block or grid, flex block or flex grid. Check out some cloud designs made by us with flex blocks and flex grids, which can be imported
https://cloud.tagdiv.com/#/load/Blocks

If you have more questions let me know.
Thanks

Simion C.
tagDiv Staff

Hi,

That is the latest articles section, it will appear automatically when the page template with latest articles is selected – https://forum.tagdiv.com/page-templates-2/
If you want to remove it, select a different page template.

Thanks

Simion C.
tagDiv Staff

Hi,

When a demo is installed with content there will be demo posts and categories imported. To display your own content in pages (blocks, grids etc) edit the page with the composer
https://tagdiv.com/tagdiv-composer-page-builder-basics/
Each block or grid can be customized to display your own content
https://forum.tagdiv.com/block-settings-guide/

In the screenshot you mention that is the ajax menu, blocks can display it. You can choose to display categories, tags, authors or a popular filter – http://prntscr.com/n6v9jd

So for example when enabled and set by categories, by default all the categories you have will be shown. However the categories that appear there can be controlled by entering specific category IDs
https://www.screencast.com/t/yMwVWBaqbJ
https://www.screencast.com/t/BfB3rIVBUv
https://www.screencast.com/t/cTa5OBBkt
The same for authors and tags.

Please let me know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

Some users reported that this issue can be caused by optimization plugins or settings from it. If you use such a plugin you could first try to deactivate it and test again.

If the problem is solved, activate the plugin and start disabling options from it, maybe a specific setting is causing the issue.

Thanks

Simion C.
tagDiv Staff

Hi,

By a theme setting that is not possible at the moment. Only by making a modification in the mobile theme code here – http://prntscr.com/n6uxmo
Maybe there will be a setting for it added in the future. Sorry for any inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

At the time of making that demo there were no black header styles available
https://demo.tagdiv.com/newspaper/block-header-1/
So for that demo block title a customization was made. I could give you the customization in question, it will look like this
http://prntscr.com/n6uouu
Enter it in the theme panel custom CSS section – https://pastebin.com/quvqRaHc

Let let me know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

By a theme setting it’s not possible, but I could give you a code for it
http://prntscr.com/n6uh8x
Enter it in Theme panel->Custom code->Custom CSS code section

.td-social-style9 .td_social_type .td_social_info_name {
display: none;
}

Let me know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

I believe you are referring to the featured images of the posts
https://forum.tagdiv.com/featured-image-or-video/
If you installed a demo with content there will be demo posts provided, please do not edit these posts. Create new posts of your own and add featured images or videos for them.

From the featured images you set the theme will create thumbnails, these will represent the post in blocks, grids and other modules – https://forum.tagdiv.com/theme-thumbs/

In case this is not what you wanted to know, please mention some more details about the images you want to replace, also the demo you have installed. Or post a link to the website so I can take a look.

Let me know.
Thanks

Simion C.
tagDiv Staff

You simply have to install the revolution plugin and import the book slide, as mentioned in the guide. Configure it to show the post you want and set it in the page. The documentation for the plugin is here – https://www.themepunch.com/revslider-doc/slider-revolution-documentation/

If you have problems doing it, some more details would be helpful. I will help you as best I can.

Simion C.
tagDiv Staff

Hi,

Usually issues with the theme panel saving are in general, is it happening only when you save modification to the ads?

There are a few things to check, these ones – https://forum.tagdiv.com/topic/problem-with-newspaper-theme/

If you already checked or tried these, we could take a look as well. Send us an email at contact@tagdiv.com and provide admin login, also cPanel or FTP if possible. Please also include a link to this topic in the email. Let us know.

Thanks

Simion C.
tagDiv Staff

That is usually caused by caching. I have seen cases where the mobile theme was loading on desktop for example, which should not happen.

In almost all those cases the issue was a caching plugin. We recommend to use the WP super cache if possible, with these settings
https://tagdiv.com/wp-super-cache-plugin-install-and-configure/
There should be no problem with the mobile theme and this caching plugin.

Simion C.
tagDiv Staff

Hi,

If you use the mobile theme plugin, that the mobile website will be different from desktop. The mobile theme doesn’t use cloud templates, it will use predefined templates, regardless of what is used on desktop. That is what makes it faster.

However the mobile theme is an optional plugin. If you want to display the same content from desktop on mobile, deactivate it. Here is some more information about it
https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/

Let me know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

Where exactly is the email and date appearing? A link to the website would be helpful, or a screenshot if possible. Let me know.

Thanks

Simion C.
tagDiv Staff

Hi,

You can display different headers for each page or cloud template, both on desktop or on mobile. So for example on one page you can select one header with one menu on mobile
http://prntscr.com/n6sc5e
And a different header, or the same one duplicated and modified http://prntscr.com/n6scne on another page.
While editing pages and cloud templates you can choose the header you want to use
http://prntscr.com/n6sdir
If you have more questions let me know.

Thanks

Viewing 25 posts - 2,876 through 2,900 (of 20,681 total)