Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
jcarhuazv
tagDiv Member

Thank you for your response. I will pass it on to my client and they will decide.

Joseph

jcarhuazv
tagDiv Member

I tried enabling and disabling mobile compatibility in WP Super Cache https://prnt.sc/vEdkFtg0TECd (plugin in spanish) , and in both cases, the content is displayed with a different template https://prnt.sc/o3Te2FzoY6WM

jcarhuazv
tagDiv Member

Thank you so much for the reply, it’s exactly what I needed.

jcarhuazv
tagDiv Member

The problem was solved. I am using Kaspersky antivirus and it blocks the advertising in that case (Use adspot from :). But when ‘Custom ad’ settings in ‘ad box’ the antivirus does not block it.
With ‘Use adspot from: Header’ and ‘Use adspot from: Sidebar’ the antivirus does not block it because in css styles no advertising keywords are used.

You could evaluate and optimize the ‘Ad box’.

Best regards.

Joseph

jcarhuazv
tagDiv Member

Hi

I did everything he suggested. It is not solved.

According to the item inspector Element, the CSS that has display: none !important is in the main.css file.

You could check it. The style that applies is .td-a-rec-id-custom_ad_1

Is there any other way to solve it?

Best regards
Joseph

jcarhuazv
tagDiv Member

Hi

In that guide you explain this:
http://prntscr.com/pzb4da

In my CPT & TAXONOMY for custom post type I have this:
http://prntscr.com/pzb3t8

But it does not work. Is there a filter hook? Please help me and tell me how I could customize the functionality otherwise. I can no longer redo my taxonomies or my custom post types. I have to use ‘category’ necessarily.

Best regards
Joseph

jcarhuazv
tagDiv Member

Hi
My custom post type is ‘program’. I have created the two files ‘single-program.php’ and ‘loop-single-program.php’. I have edited the required_once in single-program.php. I have done exactly what you recommended me in this topic: https://forum.tagdiv.com/topic/error-at-singles-view-in-custom-post-type/

What should I do additionally?

Best regards
Joseph

jcarhuazv
tagDiv Member

Hi.
I checked those files but and any modification is overwritten by the javascript td_resize_videos function in the file tagdiv_theme.js / tagdiv_theme.min.js line 5009:

jQuery (document) .find ('iframe [src * = "youtube.com"]'). each (function () {
var videoMainContainer = jQuery (this) .parent (). parent (). parent (),
videoInPlaylist = jQuery (this) .parent (). hasClass ("td_wrapper_playlist_player_vimeo"),
video43AspectRatio = videoMainContainer.hasClass ("vc_video-aspect-ratio-43"), // the video is set to 4: 3 aspect ratio
video235AspectRatio = videoMainContainer.hasClass ("vc_video-aspect-ratio-235"); // the video is set to 2.35: 1 aspect ratio
if (videoInPlaylist || video43AspectRatio || video235AspectRatio) {
// do nothing for playlist player youtube or aspect ratios 4:3 and 2.35:1
// the video aspect ratio can be set on Visual Composer - Video Player widget settings
} else {
var td_video = jQuery (this);
td_video.attr ('width', '100%');
var td_video_width = td_video.width ();
td_video.css ('height', td_video_width * 0.5625, 'important');
}
});

If I modify any file in the td_composer plugin, these will be lost when I upgrade to a new version.

I am using the Featured video in the post to insert the video because it generates thumbnails directly from YouTube.
http://prntscr.com/po670t
In the td_resize_videos code there is no action declared when the ratio is 4:3. I want to do it then by CSS, but javascript overwrites it.

Have you considered a setting in the Theme Panel to disable or enable the autorize of the javascript function?

Can you tell me a solution? Can you disable the autoresize?

Best regards

Joseph

jcarhuazv
tagDiv Member

In the title I mean:
Disable autoresize of YouTube Iframe in Posts

Best regards.
Joseph

jcarhuazv
tagDiv Member

Thank you. This works as I want.

Best regards
Joseph

jcarhuazv
tagDiv Member

Hello Calin.

Set primary category works for me. Thank you.

Best regards

Joseph.

jcarhuazv
tagDiv Member

That CSS does not work.

The category page uses the ‘Style 1’ template.
http://prntscr.com/oh03s4

Where do I change the options of the block that use the ‘Style 1’ template (for category pages) to apply the ‘accent hover color’ to title as you suggest in this link?
https://www.screencast.com/t/jYyV0MMSWWM8

That is what I want. You change the accent color in the category pages.

Best regards
Joseph

jcarhuazv
tagDiv Member

It seems that I have not explained well. I’m using translate.
I understand how that option works in the block. I use that option to filter by the ‘Destacado’ category, it works. But what I want is that the ‘Destacado’ label is not visible, that it is hidden in the block in the same way that it happens with the option ‘HIDE CATEGORY ON POST AND ON CATEGORY PAGES’, but applied to the block. That is, filter by ‘Destacado’ but the name does not appear in the block but if another category also has. Remember, this post has three assigned categories. Do not confuse with hiding the category label, if you see it but that ‘Destcadao’ is omitted and another category appears that has the post.

Same function as ‘HIDE CATEGORY ON POST AND ON CATEGORY PAGES’ for ‘Destacado’ but applied to the block.

Have I explained it well?

Best regards.
Joseph

jcarhuazv
tagDiv Member

My post has three categories in Spanish ‘Noticia’, ‘Política’ and ‘Destacado’. I use the ‘Destacado’ category to sort the information on the home page.

In Categories -> Per categories settings, the ‘HIDE CATEGORY ON POST AND ON CATEGORY PAGES’ option is activated.
http://prntscr.com/ogkl2o
http://prntscr.com/ogkl7p

The ‘Destacado’ category does not appear on the publication page, that’s fine.
http://prntscr.com/ogkkwn

But in the block that I use on the homepage it appears.
http://prntscr.com/ogkm3o

How can I hide the category ‘Destacado’ in the block and show any of the other categories?

Best Regards-

Joseph

jcarhuazv
tagDiv Member

This option is when use block or grids in custom pages. How apply this option in template of page categories (as example link)? In Categroy global settings not found option.

Best regards
Joseph

jcarhuazv
tagDiv Member

This is the page example:
https://demo.tagdiv.com/newspaper/category/template-style-6/
Current color in hover title is #4db2ec
color that I want: #005a15

http://prntscr.com/ofi9hc

Best regards
Joseph

jcarhuazv
tagDiv Member

Is there a hook:filter that I can use in the template code? I know programming. Please help me and tell me if it is possible to create my own code.

I’ll be very greatful

Joseph

jcarhuazv
tagDiv Member

Hello

It already works but only with post type: post.
Category label is not displayed using custom post type in the same type of grid and module. The filter applies tax ‘category’ but in a custom post type. It is not a custom taxonomy.

https://prnt.sc/o31vys

Is there a filter or mode to enable it?

Best regards
Joseph

jcarhuazv
tagDiv Member

Thank you.

jcarhuazv
tagDiv Member

Hello
Thank you Vlad S.

The suggestion of Vlad S. Drag the row ro the lower right red box (https://prnt.sc/npx6ho).

Best regards
Joseph

Viewing 20 posts - 1 through 20 (of 20 total)