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,

You could use a raw HTML element and enter a HTML button button there with the properties you need, for example
http://prntscr.com/mmjr4uhttp://prntscr.com/mmjraj
This would be a solution, you could give it a try.

Thanks

Simion C.
tagDiv Staff

Hi,

By category it is not possible, by block it is possible. Flex blocks have an option to color the category tags – http://prntscr.com/mmjhoj
So you can color the category tags by specific block (flex block), not specific category.

Thanks

Simion C.
tagDiv Staff

Hi,

The playlist elements need video IDs, not links to the videos or channel
https://forum.tagdiv.com/video-playlist-2/
So each video ID has to be entered manually.

You could embed a whole playlist if that is what you want, like mentioned in this topic
https://forum.tagdiv.com/topic/youtube-playlist-instead-of-each-video-individually/

Thanks

Simion C.
tagDiv Staff

Hi,

WordPress creates the thumbnail, medium and large sizes – http://prntscr.com/mmj5ks
The theme will create different thumbnails – https://forum.tagdiv.com/theme-thumbs/

Each size created by the theme can be disabled if needed, in the theme panel. Check where the thumbnails are used and disable the ones you want – http://prntscr.com/mmj7t2

Thanks

Simion C.
tagDiv Staff

Hi,

You can remove the socials from the main menu in the theme panel
http://prntscr.com/mmj4r2
There are separate enable/disable settings for the socials in the top bar and the ones in the main menu.

Thanks

Simion C.
tagDiv Staff

Hi,

It is the same now, the ads are still not being served by Google. The same 403 errors appear. There must be a reason why Google is not serving the ads.

You could check some topics I found – https://techbegins.com/adsense-403-forbidden-error-complete-solution.html
https://www.problogbooster.com/2015/01/adsense-403-forbidden-error-html-google-adsense-not-showing-ad-code-403-fix-solved-troubleshoot.html

https://support.google.com/google-ads/answer/6327680
https://support.google.com/google-ads/answer/1722120
https://support.google.com/adsense/troubleshooter/7049023

Maybe you can find out why exactly this is happening using these links.

Thanks

Simion C.
tagDiv Staff

You are referring to the zoom effect when the big grid modules are hovered. That effect is specific to big grids, full grids and flex grids only, it is not available for other elements like blocks.

Maybe you could use a flex grid instead of a flex block. I could also give you a code you could try, for example this code will affect flex block 1, when hovered it will zoom the image

.td_flex_block_1 .td-module-thumb span:hover {
transform: scale3d(1.1,1.1,1);
-webkit-transform: scale3d(1.1,1.1,1);
-moz-transform: scale3d(1.1,1.1,1) rotate(.02deg);
transition: all 0.2s ease-in-out;
}
.td_flex_block_1 .td-module-thumb span {
transition: all 0.2s ease-in-out;
}
.td_flex_block_1 .td-image-container {
overflow: hidden;
}

Simion C.
tagDiv Staff

@honfleurinfos14 I could make a note of it and pass it along to the developer team, however I can’t promise anything.

Simion C.
tagDiv Staff

The header builder/manager requires the cloud library plugin to be active. If this plugin is not active there will be no header builder elements in the composer or header manager button option in the composer
http://prntscr.com/mkjn3vhttp://prntscr.com/mkjno1http://prntscr.com/mkjnuh

With these new options you can design/import and manage header templates.

Simion C.
tagDiv Staff

Hi,

The divider should be below the element you drag on top of it – http://prntscr.com/ml2jmt
Setting a high z-index for it will make the divider on top – http://prntscr.com/ml2ky7
So you want to make the divider transparent? – http://prntscr.com/ml2o34

Simion C.
tagDiv Staff

I see 4 products at the moment, if this is the website shop – http://prntscr.com/ml2gcm
Single product looks alright – http://prntscr.com/ml2gwe

Simion C.
tagDiv Staff

Hi,

From what I can see this URL https://www.joshtalks.com/joshkosh/career/naukri-chahiye/interview/ is being redirected to this URL for some reason https://www.joshtalks.com/joshkosh/tdb_templates/interview-kaise-dein/

https://prnt.sc/ml1whhhttps://prnt.sc/ml1x6l

Redirecting would only be possible with a plugin, or maybe code in htaccess. You could begin by investigating the code in the htaccess if you already checked plugins and SEO plugins maybe.
Each category and sub-category you create should have their valid URLs.

This does not work it seems

https://www.joshtalks.com/joshkosh/hi/%E0%A4%95%E0%A4%B0%E0%A4%BF%E0%A4%AF%E0%A4%B0/%E0%A4%A8%E0%A5%8C%E0%A4%95%E0%A4%B0%E0%A5%80-%E0%A4%9A%E0%A4%BE%E0%A4%B9%E0%A4%BF%E0%A4%8F/

But this does

https://www.joshtalks.com/joshkosh/hi/%E0%A4%A8%E0%A5%8C%E0%A4%95%E0%A4%B0%E0%A5%80-%E0%A4%9A%E0%A4%BE%E0%A4%B9%E0%A4%BF%E0%A4%8F/

It would appear that there is no relation between these categories, parent/child. maybe this is helpful.

Thanks

Simion C.
tagDiv Staff

The empty page template was removed in 9.5, so it is not available anymore in the page attributes template selection. Now you can choose a no header within the header manager
http://prntscr.com/ml0uwv
A similar setting will be available for the footer.

In your case the empty page template is still appearing?

Pages that used this empty template should be switched to the page default template I believe. Let us know.

Simion C.
tagDiv Staff

Hi,

The theme comment counter will work properly only with the default WordPress commenting system.
With disqus you could try the modifications mentioned in these topics by a user
https://forum.tagdiv.com/topic/comment-count-works-fine-but-there-is-a-glitch/
https://forum.tagdiv.com/topic/comments-counter-with-disqus/

Maybe there will be an option in the future to select a comment source, can’t say for sure.

Thanks

Simion C.
tagDiv Staff

Hi,

I could give you a code to center it, it shouldn’t be like that.
For here – http://prntscr.com/ml0g99

.td-header-style-5 .td-header-sp-recs #div-gpt-ad-1549628268378-0 {
margin-left: auto;
margin-right: auto;
}

For here – http://prntscr.com/ml0gie

.td-header-style-6 .td-header-sp-recs #div-gpt-ad-1549536378917-0 {
margin-left: auto;
margin-right: auto;
}

Thanks

Simion C.
tagDiv Staff

Hi,

If it works without the child theme active, then it would be safe to say that the child theme is responsible.

Before an update, if you use a child theme, please check the files that have been modified by us. There is always a list of them here – http://prntscr.com/ml066e
https://themeforest.net/item/newspaper/5489609

In the latest update the header.php was modified
https://tagdiv.com/td_deploy/Newspaper/changed_files_9.2.1_9.5.html
So the old file from the child theme may cause problems. You would need to copy the new file in the child theme and redo the modifications/additions that are needed.

Thanks

Simion C.
tagDiv Staff

So in the composer they look alright? Quite unusual, for me they look the same, I am trying but I can’t find visible differences
http://prntscr.com/ml00pg (Chrome)
http://prntscr.com/ml02vr (Firefox)
http://prntscr.com/ml03re (IE)

We have not made any changes to how the thumbnails are created or added image filtering that would affect quality. As I mentioned there will be differences between predefined blocks and flex blocks, more visible specially in smaller modules like in this case.

Predefined blocks have the same functionality in this matter since their introduction.

If in your case there are visible differences between the composer edit screen and the actual page, we could take a look. Send us admin login by email at contact@tagdiv.com so we can check it. Include a link to this topic in the email.

Simion C.
tagDiv Staff

I understanding now, sorry for the confusion. You want it like this
http://prntscr.com/mkzk2o

.td-post-content blockquote ul {
text-align: left;
}

This code should affect all the cases at the same time.

Simion C.
tagDiv Staff

When the cloud plugin is active, you can import/design cloud templates (for posts, categories, authors, tag) also block designs, sections etc and use them.

It will also provide additional elements in the composer such as the loop elements, the new header builder elements, header manager. Also the option for post auto-loading.

Without it none of the above can be accessed.

Simion C.
tagDiv Staff

Hi,

Seems there is indeed a problem, I tried setting a featured video from Facebook (tried many videos) but no thumbnail is created. The video is set as featured but no thumbnail.

I will add this issue on our list so the developers can investigate it. Sorry for the inconvenience. A quick solution would be to set a thumbnail manually, so that the modules have something to display for the time being.

Simion C.
tagDiv Staff

Hi,

You could use negative margins, for example by default these two rows look like this
http://prntscr.com/mky600
If you were to set a negative margin top for the bottom row like this
http://prntscr.com/mky6cw
The space between the rows will be reduced.

Thanks

Simion C.
tagDiv Staff

Hi,

By a theme option it’s not possible at the moment, you could try the plugin suggested in this topic – https://forum.tagdiv.com/topic/order-categories-in-the-main-menu/

Thanks

Simion C.
tagDiv Staff

I still cannot access it at the moment – http://prntscr.com/mky1nx

What AMP plugin are you using? if you use the AP plugin provided by us, the booster will not deactivate when it is active. If you use the default AMP plugin you could add it in the allowed list – http://prntscr.com/mky2x2
Then the booster will be active – http://prntscr.com/mky3be

Simion C.
tagDiv Staff

Hi,

So you are referring to the header ad spot. The header ad will be displayed in different positions depending on header style used
https://forum.tagdiv.com/header-styles/
Maybe it could be done with some CSS. Post a link to the website with the header ad set, and details about how exactly you want it to be.

Thanks

Simion C.
tagDiv Staff

Hi,

That is not possible, the mobile menu mode will be displayed only on mobile. this is how it was designed.
If there is a problem with the menu on tablets, maybe there is something that can be done about it. Provide a link to the website so I can check on tablet mode.

Thanks

Viewing 25 posts - 3,751 through 3,775 (of 20,681 total)