Hi,
You can do that in the theme translations panel – http://prntscr.com/nyqngc Most of the theme strings can be translated there.
Thanks
Hi,
As far as I know there is no limit, you can add as many video IDs as needed. You can also embed a ready made YouTube playlist in a column text for example
– https://forum.tagdiv.com/topic/youtube-playlist-instead-of-each-video-individually/
If you have more questions let me know.
Thanks
I see quite a lot of videos in the playlist, the last video is this one
– http://prntscr.com/o0sr6o
Maybe you are not entering valid IDs by mistake, or there are missing commas, or maybe some videos are private.
Regarding the images, I would suggest that you try to regenerate the thumbnails
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Then check how the images look.
Quite an unusual issue, the images should appear in their original size if they are smaller than the needed size – http://prntscr.com/o16zjj
I see you used some CSS to make them 100%, but if I disable that code the images look as they should it seems – http://prntscr.com/o170nn
You could try and remove that code now, see what happens. Or you could keep using it, shouldn’t create any problems.
If you have more questions let me know.
I believe the cursor is set to grab to be more intuitive, as an indication that the slides can be navigated by dragging them.
I could give you a code to chnage the cursor to a pointer, like when hovering a link
.td_block_slide .td-slider {
cursor: pointer!important;
}
This will work for the slide element – https://demo.tagdiv.com/newspaper/ios-slider/
I could add the carousel in the code, I just don’t quite know which element you are referring to. Let me know.
Maybe I am misunderstanding the issue you are having with the cursor and the slide. I see you used the code I provided above and it is working as intended. If you wanted something else or there is a problem, please mention some more details about it.
The footer appears on mobile, this is how I see it at the moment
– http://prntscr.com/o4b4yr
What exactly is the problem with the footer? I will check again. Let me know.
The mobile theme displays a simpler version of the website, it comes with it’s own templates. So what is displayed on mobile with the mobile theme active, will be different from what is displayed on desktop, or when the mobile theme is deactivated
– https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
This theme demo has the mobile theme active, you can check it with a mobile to see how it looks
– https://demo.tagdiv.com/newspaper_local_news/
The AMP + mobile theme result will be similar to that.
There could be problems with the mobile theme when using various caching plugins. We recommend the WP super cache with these settings
– https://tagdiv.com/wp-super-cache-plugin-install-and-configure/
Based on user feedback there might be problems like the mobile theme being displayed on desktop in some cases, caused by caching. For example the total cache can cause this.
When wanting to activate that plugin I get this error
https://1drv.ms/u/s!AnkokusskyGrgYYYf-h3defDQtwJTg?e=alfe8Z
Hi,
If you are using the slide element if you click you can drag the next/prev post and in order to by redirect to the post you need to click on the post title, unfortunately this is the only way that you can do it without custom work in theme core.
-> https://www.screencast.com/t/P5lINWo43
Thank you!