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,

Disabling the mobile theme plugin for specific pages is not possible at the moment. if we should find a solution for this, we will provide it, but currently there is now way unfortunately. Once activated the mobile theme will take over and apply to the whole website.

On the front page of the mobile theme, there will be a top grid that displays posts included in the featured category – https://forum.tagdiv.com/featured-posts-2/
Then there will be a latest articles section. What exactly would you like to modify about these two elements? Maybe there is a way, but it will most likely require modifications in the code.

Thanks

Simion C.
tagDiv Staff

Hi,

Starting from theme update 9.7 most of the theme files were moved in the tagDiv composer plugin, so modifying them in a child theme is not possible anymore. They can only be modified there directly if this is required – http://prntscr.com/nvedxl but note that the modifications will be lost after a theme update when the plugins are updated as well.
Only the default post template remained in the main theme folder
http://prntscr.com/nveeqf

However what you are trying to do is possible in a cloud post template. These templates can be edited/created with the composer, so placing an ad box element in the post template is an easy task. Also the post template elements can be re-positioned as needed.

These are cloud post templates made by us, but you can also create your own
https://cloud.tagdiv.com/#/load/Single
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

Thanks

Simion C.
tagDiv Staff

Glad you fixed the issues ultimately. Some elements including the single image and empty space will not be available in the composer as long as WPBakery is active. This was done to fix issues with those elements.
So if you use WPBakery the tagDiv composer being active won’t affect those elements as it happened previously, as they will be excluded from it.

Simion C.
tagDiv Staff

Hi,

Please try not to bump the post, this will only delay our reply because the topic will be moved to the back of the line.

So the issue happens only for the logo setting, or does it happen in the whole theme panel when you try to save? Usually this issue is general and affects the whole panel.

The most common cases would be these – https://forum.tagdiv.com/topic/problem-with-newspaper-theme/
If none of these apply to this case, we could take a look at it. Send us an email at contact@tagdiv.com and provide admin login. Include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,

Most similar issues are caused by various plugins, so the first step would be make a quick test. Deactivate all non-theme plugins temporarily, then check if the same happens.

If the same happens, the next step is to check if the theme requirement are met
https://tagdiv.com/newspaper-theme-requirements/
Insufficient resources can also cause problems. Go over the guide carefully, if needed contact the hosting provider for assistance.

However in case you already tried or checked the above, we could take a look at it. Send us an email at contact@tagdiv.com and provide admin login. Include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,

That is correct. Due to the new Envato requirements for themes, after the recent theme updates most of the theme files were moved in the composer tagDiv plugin. So now the composer has to be active in order to maintain the same functionality as before. There is an article about it here – https://tagdiv.com/updating-the-core-of-tagdiv-themes/

Thanks

Simion C.
tagDiv Staff

Hi,

That can easily be done if the post uses a cloud post template
https://cloud.tagdiv.com/#/load/Single
It is a matter of drag and drop while editing the cloud post template
http://prntscr.com/nvdssjhttp://prntscr.com/nvdt1o
For default post templates it would require modifications in the code structure, and this can’t be done in a child theme after theme update 9.7.

Thanks

Simion C.
tagDiv Staff

Hi,

That can’t be changed, default means the initial theme container width. If you want a specific width for a row, try using the width setting in the CSS tab, maybe you can do what you want using it – http://prntscr.com/nvdr88

Thanks

Simion C.
tagDiv Staff

Hi,

After the last update, if both the tagDiv composer and WPBakery are active at the same time, some elements will not be available in the tagDiv composer. This was made to prevent issues with the respective elements. The single image is one of them. What builder are you using for the website?
A solution is to either deactivate WPBakery and then the elements will be available in the tagDiv composer, or use WPBakery where the elements will be available. Let me know if you have more questions.

Thanks

Simion C.
tagDiv Staff

Hi,

It looks like that because of the background image. If there is a background color or image set in the theme panel the website will be boxed (limited width)
https://forum.tagdiv.com/background-introduction/
If you should remove the background image, the post template will again be full width. Let me know if you have more questions.

Thanks

Simion C.
tagDiv Staff

Hi,

At the moment there isn’t an option for social login, only the default wordpress login. I believe a request for this is added on our list. Sorry for the inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

I have seen the plugin you mention being used in websites together with the Newspaper theme. So it should work alright as far as I know. We haven’t tested it for ourselves up to this point however.
Maybe check the documentation for the plugin, there could be a setting you are missing
https://ampforwp.com/tutorials/

Thanks

Simion C.
tagDiv Staff

Hi,

I could take a look at it, please post a link where I can see it happening. The width should be the one set in the composer for the row containing the elements. So it shouldn’t change itself, the set width should be loaded initially and not change.

If you imported/built a cloud post template you can set the width you want for the rows, from these settings – http://prntscr.com/nvdcfb
When using cloud post templates ad codes for the post content can be added in the template
http://prntscr.com/nvddh0
Also in ad boxes around the post content – http://prntscr.com/nvddp0

Let me know.
Thanks

Simion C.
tagDiv Staff

Hi,

1. Shortcodes from plugins such as for example woocommerce, bbpress and other plugins, can be used in the composer, they can be entered in a column text element
http://prntscr.com/nvcsgb
Try to enter the shortcodes in column text elements and they should work fine.

2. The mobile theme doesn’t have many settings available, this is for improved performance on mobile. It will present a highly simplified version of the website on mobile, regardless of what is set and used for desktop. A guide here
https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
The plugin is optional, deactivating it will display the same content on all devices, the responsive website. However we will add more settings for it and for AMP in coming updates. If there are any problems in your case, post a link to the website so I can check on mobile.

3. I don’t quite understand what you mean. If you are referring to styling for woocommerce and bbpress, the theme provides minimal design. While it is compatible with such plugins,m it doesn’t add design or more functionality for them.

4. Most headings are predefined, only a few elements in the composer have options to select the heading used. For the rest of theme it would require code modifications to chnage the headings. If you have suggestions please let me know.

Thanks

Simion C.
tagDiv Staff

I understand now. There is a margin there, I could give you a code to remove it, the result should be like this – http://prntscr.com/nvcp31

amp-ad {
margin: 0 auto;
}

You can modify it and experiment with different margin values if needed.

Simion C.
tagDiv Staff

Hi,

So the icons should be displayed in the top menu. If you have your own icons you could try the suggestions from this guide – https://www.wpbeginner.com/plugins/how-to-add-image-icons-with-navigation-menus-in-wordpress/
Or maybe there are other solutions or plugins that can do it.

Thanks

Simion C.
tagDiv Staff

I thought you used woocommerce and woocommerce products, in that case shortcodes would work in the mobile editor.
But displaying composer elements in the mobile theme won’t be possible, composer elements aren’t available for the mobile editor. So they can’t appear in the mobile version of a page when the mobile theme is active. Sorry for the inconvenience.

Simion C.
tagDiv Staff

Hi,


@JKLFab
In most cases 256M set for wp-memory would be alright, for most websites. Having many plugins or plugins that require many resources, could exhaust even the recommended value.

We recommend the values mentioned in this guide – https://tagdiv.com/newspaper-theme-requirements/ for a proper functionality. If needed try to increase the parameters mentioned in the guide, or contact the hosting provider for assistance.


@tmaghrebt
From what I can see the website is working now – http://prntscr.com/nva7ka
Having 512M is more than enough in almost all cases.

Thanks

Simion C.
tagDiv Staff

Hi,

There are a couple of ways of doing it, depends on the template the category uses however. Do you use default category templates or cloud category templates? For a default category template you could use a bit of CSS, this should work

body[class*="category-paged"] .td-category-description {
display: none;
}

This can be made to work on cloud category templates as well, for example

body[class*="category-paged"] .tdb_category_description {
display: none;
}

These codes should work, if you want to use them, enter the appropriate one in the theme panel custom CSS section. Let me know if you have more questions.

Thanks

Simion C.
tagDiv Staff

Hi,

Indeed, seems the child theme causes the issue with the post templates. The selected post templates do not apply when the child theme is active. This problem is under investigation, it will be fixed.


@Beni
If you are having problems with the composer, send us an email at contact@tagdiv.com so we can take a look at it. Provide admin login in the email, and mention any other details about the problem, if there are any.


@be2name
Does the post use a cloud template? If it does, then you should be directed to the composer edit screen. If it doesn’t then there will be a message
http://prntscr.com/nv9oay
So if the post uses a cloud post template it should work alright, works in my case. Let me know.

Thanks

Simion C.
tagDiv Staff

Hi,

You could indeed experiment with the cloud post template similar to the one currently used.
Post Template 6 or any non-cloud post template can only display the publish date, adding the modified date in it would require you to modify the post template file and add the necessary code. Before theme update 9.7 this was possible in a child theme
https://forum.tagdiv.com/topic/post-last-updated/
But now the post template files are in the tagDiv composer plugin, so they can only be edited there. The inconvenience is that the modification will have to be made after each theme update, because the plugins will be updated.
That is why it would be best to try and use a cloud post template if possible. Import the one you want, configure it as needed, and apply to the posts you want.

Thanks

Simion C.
tagDiv Staff

Hi,

So you are referring to this ad? – http://prntscr.com/nuvjr9 it looks alright to me at the moment. How are you implementing that ad? The theme provides a section for AMP auto ads only.

Thanks

Simion C.
tagDiv Staff

Hi,

So you want to display products on mobile, using Woocommerce shortcodes would work
https://docs.woocommerce.com/document/woocommerce-shortcodes/
Try entering shortcodes in the mobile editor – http://prntscr.com/nuvhtf
Should work – http://prntscr.com/nuvi21

Unless content is entered in the mobile editor, the pages will be empty on mobile (when the mobile theme is active) regardless of what the desktop page contains.

Thanks

Simion C.
tagDiv Staff

Hi,

I did some research about it, seems that issue would happen in some cases depending on the post content, or a few other cases – http://prntscr.com/nuv8jh
https://support.google.com/webmasters/answer/2409461?hl=en
http://www.adamsherk.com/seo/the-most-common-google-news-errors/
https://www.gsqi.com/marketing-blog/how-to-test-articles-using-google-news-troubleshooting-tool/

I found a topic with a somewhat similar issue maybe you could try the same
https://support.google.com/googlenews/forum/AAAAKvAM41IAxKTukciBnM/?hl=en&gpf=%23!msg%2Fnews%2FAxKTukciBnM%2FKR9CFW4ouooJ&msgid=KR9CFW4ouooJ

Also maybe you could create a topic in the Google news forum, the users there might have more experience with such issues – https://support.google.com/googlenews/community?hl=en
This is worth trying.

Thanks

Viewing 25 posts - 2,176 through 2,200 (of 20,681 total)