- NewsmagRequirements for Newsmag
- NewsmagtagDiv Social Counter tutorial
Hi ni5, if you want to have some more control over the blobs layout, is not need to create a new one, you can simple use a flex block, those flex elements has a lot of options and can be adjusted how you like. Also you can get prebuild blocks from cloud -> https://i.imgur.com/zFnwmVa.png -> https://i.imgur.com/8SZsddX.jpg
Let me know hat you want to achieve and I will help you with this.
Thank you!
Hi @patrick93
1. Yes, I am using Imagify on some of my and my client’s websites. It is very useful if you have multiple authors and publish multiple stories a day. If you have a single author and have a good knowledge of Photoshop, I recommend using Photoshop to optimize images and make them progressive before you upload them on your server.
2. Yes, if you have local traffic, then there is no need to use Cloudflare. I believe having a Cloudflare free plan in combination with a premium hosting provider is a bad idea.
7. Unfortunately, you can not overwrite mobile theme files using a child theme. You can find style.css file for mobile under /wp-content/plugins/td-composer/mobile/style.css
Tip: If you have the same modified CSS code for both mobile and desktop versions, you can add it to Live CSS. You will not lose this on every Newspaper theme’s update.
I hope you will find this helpful.
Hi,
Images are lost on TagDiv Slide after migration on homepage except turn off LazyLoad from theme panel -> https://imgur.com/hPDz1Ys
We don’t use any other image lazy-load or optimization plugins besides the theme LazyLoad.
Our plugin’s are;
– Classic Editor (from WordPress Contributors)
– tagDiv Cloud Library
– tagDiv Composer
– tagDiv Social Counter
– tagDiv Standard Pack
Is there any conflict between WordPress 5.6 and the theme?
Thanks.
Hello,
We get database errorrs randomly on the site.
The values get set to some TD variables.
One time it was ‘tds_mega_menu_subcategories_background’, ‘tds_mobile_text_active_color’, ‘td_module_mx9_title_excerpt
2020-12-04 13:28:37 33446 [Warning] Access denied for user ‘database_user’@’localhost’ to database ‘tds_mobile_text_active_color’
I have been debugging the wp-db core file to find out what database information is being sent.
\wp-db.php
The port information being sent is:
file_put_contents(/public_html/wp-content/ll.log”,’port12′.print_r($this->port,true).PHP_EOL,FILE_APPEND);
Returns tds_mobile_text_active_color
It doesn’t make sense.
Our site has these values:
host:127.0.0.1
dbuser:vwmain_main
port:tds_mobile_text_active_color
socket:tds_mobile_text_active_color
client_flags:tds_mobile_text_active_color
dbhmysqli Object
(
[affected_rows] => tds_mobile_text_active_color
[client_info] => mysqlnd 5.0.12-dev – 20150407 – $Id: 7cc7cc96xxxxxx2abb23 $
[client_version] => 50012
[connect_errno] => 0
[connect_error] => tds_mobile_text_active_color
[errno] => 0
[error] =>
[error_list] => tds_mobile_text_active_color
[field_count] => tds_mobile_text_active_color
[host_info] => tds_mobile_text_active_color
[info] => tds_mobile_text_active_color
[insert_id] => tds_mobile_text_active_color
[server_info] => tds_mobile_text_active_color
[server_version] => tds_mobile_text_active_color
[stat] => tds_mobile_text_active_color
[sqlstate] => tds_mobile_text_active_color
[protocol_version] => tds_mobile_text_active_color
[thread_id] => tds_mobile_text_active_color
[warning_count] => tds_mobile_text_active_color
)
Another site on the same server has these values.
host:localhost
dbuser:dbuser_main
port:
socket:
client_flags:
port11:
dbh:mysqli Object
(
[affected_rows] =>
[client_info] => mysqlnd 5.0.12-dev – 20150407 – $Id: 7cc7cc96xxxxx7c2abb23 $
[client_version] => 50012
[connect_errno] => 0
[connect_error] =>
[errno] => 0
[error] =>
[error_list] =>
[field_count] =>
[host_info] =>
[info] =>
[insert_id] =>
[server_info] =>
[server_version] =>
[stat] =>
[sqlstate] =>
[protocol_version] =>
[thread_id] =>
[warning_count] =>
)
I have switched to the twentytwenty theme and disabled all TD related plugins(td-cloud-library and td-social-counter).
Even then the values remained.
We then go to cpanel, and reset the php settings to get it to work.
Any ideas? The site keeps going down because of this.
Hello,
I use the Newspaper X theme and I like it. I am not familiar with tdv composer so please tell me how to customize the post template in a proper way.
This is the template I want to use,
https://walletguru.net/lawmakers-to-host-meeting-in-town-hall-on-missing-black-girls/ (single template 8)
but I am not able to add a sidebar widget like in a predefined layout
https://walletguru.net/how-to-make-money-online/ (single cloud template)
Hi @Amit-2
1.) Thanks for your help. I am now using WP Rocket.
WP Rocket recommends imagify to me. Can you say something about this?
I always compress my images myself to the appropriate size. Does the plugin then still make sense?
2.) I have heard that Cloudflare is unnecessary if you have a national site. Without visitors from other sites. What is your opinion on this?
3.) Thank you!
4.) Thank you. I will try WP Sweep.
5.) Ok Thanks.
6.) Ok thank you. Hope too 🙂
7.) Style.css from the child theme only affects the desktop template, right?
The mobile theme remains unaffected? Is there a .css file in child theme for mobile template?
Thanks Vlad. I’ve been noticing that. I tracked it down somewhat:
There is code in the PHP file /wp-content/plugins/td-composer/legacy/common/wp_booster/td_module.php
(or alternately /wp-content/plugins/td-cloud-library/includes/tdb_module.php, where similar code lives).
$custom_placeholder = td_util::get_option('tds_thumb_placeholder');
That thumb placeholder appears to get assigned, in the case of no featured image, on this line:
} else if( $custom_placeholder != '' && $css_image === true ) {
$td_temp_image_url[0] = $custom_placeholder;
Then the assignment appears to be used here to render the thumbnail:
$buffy .= '<span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="' . $td_temp_image_url[0] . '" ' . $retina_image . ' ></span>';
That option tds_thumb_placeholder is being defined in the wordpress database. It’s in the wp_options table, in the rows with option_name td_011 and td_011_settings. Unfortunately, the option_value for those two items are PHP serialized data, and contain an insane 2,500 rows of information (all inside one single database cell — over 256kb of data).
Trying to unserialize the data using online tools has proven fruitless.
I’m thinking of writing additional PHP code near those if statements to simply add a class like “no-thumb” when there is no featured image. Of course overwriting plugin code is a challenge, as there’s no such thing as a “child plugin” the way there is a “child theme”, but I’m sure there’s a way to do that without risking issues when the plugin is updated.
I built the whole site in about 4 hours, then I’ve spent 4+ hours trying to hide just that one thumbnail. Can it be added as a feature request to be able to turn off thumbnail placeholders? I see from searching around that I’m not the first person to ask.
Cheers,
Michael
-
This reply was modified 5 years by
honestdish.
-
This reply was modified 5 years by
honestdish.
-
This reply was modified 5 years by
honestdish.
jQuery.fn.scroll() event shorthand is deprecated
/wp-content/plugins/td-cloud-library/assets/js/js_posts_autoload.min.js
Hi,
Please provide an example, provide a link to each of the category pages, and mention with a few more details what you are doing to them.
Are you maybe using the same cloud template for both categories? If you are, then changes made in the template will affect both categories, since it is the same template used.
Let us know.
Thank you!
Hi,
A banner image you mean like an ad? An ad or an image would have no relation to the posts. Are you maybe looking for a specific block design to display posts? There are quite a few block designs to choose from in the cloud library https://cloud.tagdiv.com/#/load/Blocks
Could you maybe provide an example of the desired result?
Thank you!
Hi,
Maybe with theme modifications that could be possible. The functionality at this time is created to work with soundcloud only. I can’t say at this time what changes will be made in this matter, regarding the featured audio option.
It could be done custom perhaps. If this is required for your website and you are interested, here is a link to our custom work page where you can submit a request for theme modifications https://tagdiv.com/web-development-services/ My colleagues will get back to you as soon as possible with a reply, after they analyze the request.
Thank you!
Hi,
Author pages are created automatically by WordPress, by default. The theme provides the template for it.
You can use either the default template, which looks like this https://demo.tagdiv.com/newspaper/author/admin/
Or a cloud author template, there are quite a few to choose from https://cloud.tagdiv.com/#/load/Author
The template can be set in the theme panel https://prnt.sc/w2eese
Let us know if you have more questions, or if you need help with the template.
Thank you!
Hello !
You can create your sidebar using tagDiv Composer if you use cloud library templates: https://www.youtube.com/watch?v=fa7GenCHcBU&t=1s
On mobile you can achieve that using theme panel – Ads – Footer Ads.
Thank you !
Hi,
The article bottom ad, as the other article ads, is part of the content of the post, it is inserted in the post.
The author box is not part of the content, it is a different element, and it can be displayed anywhere around the post content, like at the top, below it, in the sidebar. But it cannot be displayed inside the post content.
There may be solutions, like for example in a cloud post template, by not using the actual article bottom ad spot, and using an ad box at the end of the post https://prnt.sc/w2dxdg and the author box above it https://prnt.sc/w2dyng
In the cloud templates library there are quite a few designs for posts, maybe you can find one that you like there, and use it https://cloud.tagdiv.com/#/load/Single
Let us know.
Thank you!
Hi,
The theme provides a few sliders.
One would the slide element, which looks like this
– https://demo.tagdiv.com/newspaper/ios-slider/
There is also the revolution slider, which is used by us in a few demos, it is a very powerful plugin for creating sliders
– https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
– https://forum.tagdiv.com/import-revolution-sliders-on-demos-prebuilt-websites/
Worth mentioning is also the pagination that is available for blocks. For example this block design that is used in a theme demo
– https://cloud.tagdiv.com/block-66-home-decor/
These would be the choices. You could always try some plugins if you require a specific slider that the theme does not provide.
Thank you!
Hello @ThomasJojo!
For this you have 3 options to modify the single template files:
1. If you use cloud library single template then you will have to modify a specific element like post author, post content etc and you will find these files here wp-content/plugins/td-cloud-library/shortcodes/single
2. If you use post template default like this: https://i.imgur.com/HFH2kFE.png , then these templates are consists of single.php and loop-single.php and you will find them here: wp-content/plugins/td-composer/legacy/Newspaper/loop-single.php
3. If you have standard pack plugin, then you will find the files mentioned at point 2 here wp-content/plugins/td-composer/legacy/Newspaper/loop-single.php
Hope that helps you!
Thank you!
Hi,
What you can do is to use tagDiv Composer on that page/template and select the website manager -> https://i.imgur.com/xVuTfkB.jpg -> https://i.imgur.com/o45Houf.png from there you can change all the fonts from that page/cloud template.
Thank you!
Hi,
Images are lost on TagDiv Slide after migration on homepage except turn off LazyLoad from theme panel -> https://imgur.com/hPDz1Ys
We don’t use any other image lazy-load or optimization plugins besides the theme LazyLoad.
Our plugin’s are;
– Classic Editor (from WordPress Contributors)
– tagDiv Cloud Library
– tagDiv Composer
– tagDiv Social Counter
– tagDiv Standard Pack
Is there any conflict between WordPress 5.6 and the theme?
Thanks.
Hello !
If you are new to Newspaper Theme I personally recommend you using the PRO Demos and cloud library templates. Standard pack is a plugin that “keeps alive” the old designs like normal blocks, standard templates, etc.
If you will use only Cloud library templates and PRO demo I recommend you to remove it.
Thank you !
Hello good afternoon.
I’m having trouble organizing the banners under Cloud Post Templates.
The banners are getting next to each other and it looks really bad.
How do I choose the Paragraph number in which I really want to place the banner?
thank you
https://noticiadehoje.net/politica/bolsonaro-diz-que-a-escolha-de-seus-ministros-e-contra-a-currupcao/
IN MY WEBSITE : https://i.imgur.com/1XBajC7.png
Hello, I put a wetransfer link above with a screenshot.
I made my header with the cloud tagdiv composer.
I added a row above my logo and made it into my topmenu but the problem is when I hover over contact me I see the submenu but whenever I move my mouse downwards to click on it the submenu dissapears..
Same with the search icon on the right of the topmenu whenever i type something in the articles show but i can’t click the first article because it shows on the header, all the articles that show up under the header so the 2nd and 3rd article for example i can click.
https://we.tl/t-Ei3z2H3Vdh
Hello, I put a wetransfer link above with 2 screenshots.
I didn’t like the layout of the widget sidebar so I made a cloud template with a sidebar for my posts. (starting from a blank single page)
The problem is the Theme doesn’t realise it is a sidebar I think?
I made the page by adding a row and splitting it into 2 colums (left = post)(right = the sidebar)
On pc screen it works fine but when I press the landscape, portrait and phone viewport it’s all messed up.
The side bar is cut in half on the portrait viewport and nonexistent on the phone viewport even my post gets cut in half in the viewports… Is there any way to let the theme know that the right column is my sidebar or how do i fix this?
It happens on other pages aswell with the image box shortcut it just cuts my image in half for example if the subject is on the left with the ocean to the right and i go in phone viewport all i see is the ocean it doesn’t resize automatically.
I am using the podcast demo with newspaper. In the post featured audio looks for a soundcloud url. I would like to change the demo to look for a podcast from anchor.fm Is that possible? How might I do that.
<iframe src=”https://anchor.fm/pgnchurch/embed/episodes/The-Vision-enn873″ height=”102px” width=”400px” frameborder=”0″ scrolling=”no”></iframe>
Whenever I go to Cloud Templates and click on New, I get an error message that says: “Invalid reply from server endpoint.”
I want to be able to use widgets in the footer but can’t figure out how to do that using the current template I’m using. The site is http://daddyhooding.com.