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

For me the live website is displaying perfectly now with Firefox, no errors whatsoever
https://www.screencast.com/t/K0sREXHWC8NO
https://www.screencast.com/t/tmY912trs
However the test website is still broken. The images seem non existent
https://www.screencast.com/t/yPHLw5Z8Ts
Following the image link leads to a 404 page
https://www.screencast.com/t/4MfzSFzzO7nn

The main website issue seem to be fixed, maybe you did something to fix it?

Simion C.
tagDiv Staff

Hi,

You will have to modify the post template files in order to do something like that. These are the post template files (they are located in the main theme folder)
https://www.screencast.com/t/8sl8viSg3B
In this example I will modify post template default as you mentioned. This is the section of code that displays the post author and other meta
https://www.screencast.com/t/X9xwW99oj
Move it above the tags if that is where you want the meta to appear
https://www.screencast.com/t/i3KKekvvQOlV
The result will be like this
https://www.screencast.com/t/D0FUa5LvUxsm
The design does not apply anymore since the code is now not part of the post header. Creating a new header around the moved code would be a solution
https://www.screencast.com/t/kMycoYEjKPh
Or style them with CSS
https://www.screencast.com/t/niqaihO7
This is the code that must be entered in the theme panel custom CSS section
https://pastebin.com/phxadSE2

Thanks

Simion C.
tagDiv Staff

Hi,

You can send us an email at contact@tagdiv.com and provide admin login there. We will take a look. Please also include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,

@popacombr Hiding the header and footer are not required anymore, since the empty page template has been added and can be selected for the specific pages.

On pages you can now hide elements per device, with the tagDiv composer or WPBakery page builder. A related topic with more information here
https://forum.tagdiv.com/topic/change-moduleblock-12/

Thanks

Simion C.
tagDiv Staff

I also tested with the latest version of the theme. Maybe it is a conflict between plugins, deactivate theme all as a quick test, leave only theme plugins and tinymce. Clear all caching as well as browser cache. Check if this has any effect.

Simion C.
tagDiv Staff

Hi,

There are a few sliders that you can check out
Big grid slide – https://demo.tagdiv.com/newspaper/big-grid-slide/
IOS slider – https://demo.tagdiv.com/newspaper/ios-slider/
The revolution slider is also included in the theme package, along with demo sliders
https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
https://forum.tagdiv.com/import-revolution-sliders-on-demos/
All the sliders you see in the theme demos can be imported and used
https://demo.tagdiv.com/select_demo/select_demo_newspaper

Thanks

Simion C.
tagDiv Staff

The register div and the register link would be here
https://www.screencast.com/t/aLUXcRycXR
Note that this may not work at all or fully, this is not the intended behavior of the theme login function. You could as I mentioned use a custom login and disable the theme login. That would be easier.
Unfortunately we do not have a theme customization or modification department to provide more advanced assistance with code modifications.

Simion C.
tagDiv Staff

That is the name of the category in my case
https://www.screencast.com/t/YYSvO0czL
The code will look in the category header section and when it finds that category name it will color the tag, like this
https://www.screencast.com/t/I0PadH2u

This code will not work on the homepage. All the tags on block modules have a predefined black color, while the hover will be the color you set for the block title background
https://www.screencast.com/t/L5CxtNbieNy3
The default hover color of the tags will be the theme accent color set in the theme panel.
This would be a related topic
https://forum.tagdiv.com/topic/category-label-appearance-on-block-1/

Maybe there will be more options added for the category tags design in a future update, I believe it is added on our list.

Simion C.
tagDiv Staff

The update I mentioned will be released as soon as all the current tasks are completed and properly tested, a time estimate would be directly affected by this. The update will be available as soon as possible, I really could not provide a time estimate unfortunatelly.

From the theme version you are using to the current one 8.7.3 it would already be somewhat of an important update. Much has changed since then, you can check the theme changelog here (bottom of the page)
https://themeforest.net/item/newspaper/5489609

Thanks

Simion C.
tagDiv Staff

Hi,

I really could not say what to do in this case. The view field that the theme ads is not supposed to be sorted in any way, each post will have it’s view count displayed but not sorted.
Maybe you could do it by continuing to test. There might be useful information online about sorting the posts page by a value. Sorry for the inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

The child theme is provided in the code folder in the full theme package you download from themeforest
https://www.screencast.com/t/O4dCxhElIK
It will include a stylesheet and functions file by default. There is a guide mentioning which of the theme files can be modified through it
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks

Simion C.
tagDiv Staff

The script error is related to the content top ad
https://www.screencast.com/t/eL12oKlfUn
Script tags are not allowed, AMP ads should be of this form
https://support.google.com/adsense/answer/7183212?hl=en

The invalid link property is linked to the ad you are displaying in the footer
https://www.screencast.com/t/QyMLLd9f3i
The “new” value is not a valid link target property
https://www.w3schools.com/tags/att_a_target.asp
Also a possible script tag is present there as well.

The “width” error is related to your inline ad
https://www.screencast.com/t/ax7uPGETidJO
That could happen if there is no width value specified
https://www.ampproject.org/docs/reference/components/amp-img

The second post displays the same issues, basically these are all ad related. The ads or ad network you use should have ads created specially for AMP to avoid issues.

Simion C.
tagDiv Staff

That code will apply when that category page is viewed
https://www.screencast.com/t/dEpOgNv3uzFt
When on a different category page it will not apply
https://www.screencast.com/t/zKBfuMjMbs

If you want the category tag color to apply on all category pages, a code like this might work
https://www.screencast.com/t/xYKDjjKK08RR
This code will apply to all the category pages headers, where the name of the category appears. This is the code used

.category .td-category-header a[href*="street-fashion"]{
background-color: red!important;
border-color: red!important;
}

Simion C.
tagDiv Staff

Hi,

I believe Woocommerce lets you add a link to the cart in a desired menu
https://www.screencast.com/t/T6nanGzwmEIZ
But if you want something like a basket with additional information you could use a plugin such as this one for example
https://wordpress.org/plugins/woocommerce-menu-bar-cart/

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide a link to such a post with errors so we can test it with the validator, could be something entered in the post content or plugin content. Seems to mention the HTML tag “col”, maybe you have that in the post content.
Also our AMP plugin does not provide CSS errors anymore, all the known issues have been fixed.

Thanks

Simion C.
tagDiv Staff

Please check again, for me that is not happening anymore (clear the browser cache or test with a different browser). The initial color is not seen at the moment, basically this removes that transition that happened before.

Simion C.
tagDiv Staff

Hi,

I remember testing that a while back and it worked, after making the update of the plugin today, it seems that the font color is not applying for some reason. Maybe this will be fixed by the plugin author.

You could use a code like this to chnage the text color to your desired one

.coin-container {
color: yellow;
}

Change the color to what you want and enter it in Theme panel->Custom CSS.

Thanks

Simion C.
tagDiv Staff

Hi,

That is the comment count, it can be disabled in the theme panel
https://www.screencast.com/t/AYpKEsMcTv
The post view counter is not displayed on any modules, they are only displayed in the post page. It could be done with code modifications in the theme files, if this is absolutely required
https://forum.tagdiv.com/topic/how-to-show-postviews-instead-og-commentcount-on-frontpage/

Thanks

Simion C.
tagDiv Staff

Hi,

Indeed the website seems to not function correctly on Firefox. I see that the Firefox browser is not loading some resources because they are not trusted
https://www.screencast.com/t/G1v4pdrX6plV
Most of the issues seem to be with images. You could try a fresh theme install on the cloned website, remove all plugins except theme plugins, deactivate the child theme as well. Check if this has any effect.

Ultimately try installing the latest theme version on the cloned website, and check results with that.

Thanks

Simion C.
tagDiv Staff

Hi,

Our AMP plugin does not have a menu at the moment, it could be implemented in a future plugin update. This is similar to the Yoast SEO website AMP version
https://yoast.com/social-media-optimization-with-yoast-seo/amp/
So a menu might be added at some point, but I cannot say when this will happen.

Thanks

Simion C.
tagDiv Staff

You can find the ID for example by hovering the category name
https://www.screencast.com/t/4cse2WBk

In order to change the color of the tag, you could try something like this
https://www.screencast.com/t/2JoEVhLqv3
The code will color the tag of that category, when the respective category page is viewed

.category-101 .td-current-sub-category {
background-color: red!important;
border-color: red!important;
}

Simion C.
tagDiv Staff

Hi,

Maybe try and deactivate and remove the plugin, then install it again. Officially the plugin is not tested with the theme, I have however installed it and it seems to work
https://www.screencast.com/t/vRoRStfUNm8
All I did was to install it and it came already enabled
https://www.screencast.com/t/3seeS2wZcLv

If it does not work for you, you could check the plugin support topics, maybe there solutions for the issue
https://wordpress.org/support/plugin/tinymce-advanced

Thanks

Simion C.
tagDiv Staff

Hi,

There are plans to increase the number of inline ads that can be displayed in the post content. But for the moment only one inline ad can be set.

If you would like more article ads you could use a plugin or maybe try the solution from this topic, provided by a theme user
https://forum.tagdiv.com/topic/possibility-to-add-multiple-inline-ads-after-multiple-paragraphs-within-content/

Thanks

Simion C.
tagDiv Staff

Hi,


@tamdao
The block pagination does not work at all from what I can see
https://www.screencast.com/t/6fO9N2GaEBf
Taking a look to the errors displayed by the page, it can be seen that the server is denying access to the admin-ajax file
https://www.screencast.com/t/0djr4Yvbj
This could be caused by security plugins or server security settings and firewall. You could contact your hosting provider and mention this to them as well. They might be able to help you.

Thanks

Simion C.
tagDiv Staff

The theme blocks can display custom post types, but these cannot be filtered by taxonomies.
The filtering of blocks works only with categories (you can choose which category/categories are included or excluded) so there would be no way of controlling taxonomies.

Viewing 25 posts - 10,076 through 10,100 (of 20,681 total)