- ApiPractical example – How to add a new Block and Module
- Apitd_api_block::delete
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
- Apitd_api_thumb::add
- ApiAPI – Thumbnail – Introduction
- Apitd_api_category_top_posts_style::update_key
- Apitd_api_category_top_posts_style::update
- Apitd_api_category_top_posts_style::add
- ApiAPI – Category top section style – Introduction
- Apitd_api_module::update_key
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
- ApiUsing the Theme API in plugins
- ApiThe Theme API
Hello Vlad S,
Thanks for replay
According to your suggestion, I have disable the option that mark but still not showing author name
http://prntscr.com/phkwqe
I am using flex block 1 element.
Please suggest me the right way, How can I do that.
Waiting for your response,
Thanks
Suman
Hello, How can I delete these Empty columns?
Hello !
Sorry for missunderstanding your issue !
We recommend deactivating the placeholders for the blocks you are not using: https://www.screencast.com/t/b63SmPKNfo
Check what modules are you using and let them active, deactivate the rest and everything should be ok.
Thank you !
Hello !
Sorry for missunderstanding your issue !
We recommend deactivating the placeholders for the blocks you are not using: https://www.screencast.com/t/b63SmPKNfo
Check what modules are you using and let them active, deactivate the rest and everything should be ok.
Thank you !
Hi, I have bought the theme yesterday and started to configure it. I have facing following issue, if you could help please.
New Post – When I open the editor for new post, the sections are appearing in the middle of the text block. Please see image
Hello !
Unfortunately the only way for blockquotes / quotes is the wordpress option.
Thank you for your understanding !
Hello,
For this you can use the tagDiv Composer and set some flex blocks, these can be edit to look how you need, also you can set the row how you want -> http://prntscr.com/phcob8 -> http://prntscr.com/phcpgg
Hope this will help you!
Thank you!
Hello,
For this you can use the tagDiv Composer and set some flex blocks, these can be edit to look how you need, also you can set the row how you want -> http://prntscr.com/phcob8 -> http://prntscr.com/phcpgg
Hope this will help you!
Thank you!
I would know the “number” of the block to use for a “page” with composer. I assume that there are particular blocks (on one column) that support this feature
Your link speaks about post (gutenberg’s blocks) and not page (newspaper’s blocks)
But is there not a “block” or “module” in the newspaper that supports this?
I read “only on block that are on one column”
I think that should be possible to use this with composer and newspaper’s blocks, right?
Hello !
Please make sure that you have installed AMP properly as you can see in our documentation here: https://en.support.wordpress.com/wordpress-editor/blocks/quote-block/
Thank you !
Hello !
That is an wordpress option and you can find more about it here: https://en.support.wordpress.com/wordpress-editor/blocks/quote-block/
Thank you !
Are we to remove the whole of this block?
/**
* returns the item scope for single pages. If we have an article or a review
* @return string
*/
function get_item_scope() {
//show the review meta only on single posts that are reviews, the rest have to be article (in article lists)
if ($this->is_review && is_single()) {
return 'itemscope itemtype="' . td_global::$http_or_https . '://schema.org/Review"';
} else {
return 'itemscope itemtype="' . td_global::$http_or_https . '://schema.org/Article"';
}
}
function show_item_scope() {
echo printf( '%1$s', $this->get_item_scope());
}
Or just
'://schema.org/Review"';
'://schema.org/Article"';
Are we to remove the whole of this block?
/**
* returns the item scope for single pages. If we have an article or a review
* @return string
*/
function get_item_scope() {
//show the review meta only on single posts that are reviews, the rest have to be article (in article lists)
if ($this->is_review && is_single()) {
return 'itemscope itemtype="' . td_global::$http_or_https . '://schema.org/Review"';
} else {
return 'itemscope itemtype="' . td_global::$http_or_https . '://schema.org/Article"';
}
}
function show_item_scope() {
echo printf( '%1$s', $this->get_item_scope());
}
Or just
'://schema.org/Review"';
'://schema.org/Article"';
How can I put the “Quote on blocks” into homepage?
Which are the blocks available to use this?

Hello !
As you can see here I have added a Block 16, set the excerpt length to 1 and add some custom css code as you can see here: https://www.screencast.com/t/o9NKz9Ni ; https://www.screencast.com/t/8TLt78rc
.td-block-span4 .td-module-meta-info {
display: none
}
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
Thank you !
Hi, now I have just one collection or block of sidebar widgets I can insert called “Newspaper Default”. How can I add another sidebar block of widgets e.g. Use name “Newspaper 2” as block title then add appropriate widgets.
Thank you.
Hi,
If you want to remove the show comments from modules/blocks all you need to do is to go in Newspaper>Theme panel> Blocks Settings > Meta tag on Modules/Blocks and deactivate the “Show comment count”.
-> https://www.screencast.com/t/P64OrKwQ
Thank you!
Hi Vlad,
I have tried multiple blocks. Flex block, regular block. Could you please help walk me through this?
Thank you
Hello,
Unfortunately the pagination color on block, this can be change only on flex blocks -> http://prntscr.com/pgrdej -> http://prntscr.com/pgrdwm -> https://forum.tagdiv.com/flex-block-settings-guide/
Thank you for your understanding!
Ah I meant Block 13 – see this screenshot, I would like to use this block format but I can’t see where to remove the “read more” button. https://www.screencast.com/t/vp1QMq7ur. Please let me know, thank you.
Hi, we were looking to remove render blocking JJS and we found this -> https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js
We spoke with maxcdn and they said to contact you as you might be using it in the theme. Can you confirm this is the case? It causes quite a lot of problems on google speed so what can be done to reduce the impact?
Thanks
Hi,
I paste here the status of the Newspaper theme and bellow the WooCommerce. I hope this helps.
Theme config
Registration key i 42b1d020 – **** – **** – **** – 96c0561fdfe5 Reset key
Theme name i Newspaper
Theme version i 9.8
Theme database version i 9.8
HTTP channel test wordpress
Installed demo i Animals Magazine PRO – demo ID: animals_pro | install type: full
php.ini configuration
Server software i Apache
PHP Version i 7.0.25
post_max_size i 64M – You cannot upload images, themes and plugins that have a size bigger than this value. To see how you can change this please check our guide here.
max_execution_time 120
max_input_vars 1000 – the max_input_vars should be bigger than 2000, otherwise it can cause incomplete saves in the menu panel in WordPress. To see how you can change this please check our guide here.
SUHOSIN installed false
PHP extensions
mbstring available
GD library available
WordPress and plugins
WP Home URL i https://vanlifemagazine.co
WP Site URL i https://vanlifemagazine.co
WP version i 5.2.3
WP multisite enabled i No
WP Language i en_US
WP Memory Limit 40 MB/request – We recommend setting memory to at least 128MB. The theme is well tested with a 40MB/request limit, but if you are using multiple plugins that may not be enough. See: Increasing memory allocated to PHP. You can also check our guide here.
WP_DEBUG WP_DEBUG is enabled. It may display unwanted messages. To see how you can change this please check our guide here.
Caching plugin No caching plugin detected – for best performance we recommend using WP Super Cache
WOOCOMMERCE STATUS:
### WordPress Environment ###
WordPress address (URL): https://vanlifemagazine.co
Site address (URL): https://vanlifemagazine.co
WC Version: 3.7.0
REST API Version: ✔ 1.0.2
Log Directory Writable: ✔
WP Version: 5.2.3
WP Multisite: –
WP Memory Limit: 256 MB
WP Debug Mode: ✔
WP Cron: ✔
Language: en_US
External object cache: –
### Server Environment ###
Server Info: Apache
PHP Version: 7.0.25 - We recommend using PHP version 7.2 or above for greater performance and security. How to update your PHP version
PHP Post Max Size: 64 MB
PHP Time Limit: 120
PHP Max Input Vars: 1000
cURL Version: 7.19.7
NSS/3.27.1
SUHOSIN Installed: –
MySQL Version: 5.6.41-84.1
Max Upload Size: 64 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ✔
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ✔
Remote Get: ✔
### Database ###
WC Database Version: 3.7.0
WC Database Prefix: wp_
MaxMind GeoIP Database: ✔
Total Database Size: 206.58MB
Database Data Size: 203.39MB
Database Index Size: 3.19MB
wp_woocommerce_sessions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_api_keys: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_order_items: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine MyISAM
wp_woocommerce_tax_rates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_shipping_zone_locations: Data: 0.01MB + Index: 0.02MB + Engine MyISAM
wp_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_woocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_affiliate_wp_affiliatemeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_affiliate_wp_affiliates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_affiliate_wp_campaigns: Data: 0.00MB + Index: 0.00MB + Engine
wp_affiliate_wp_creatives: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_affiliate_wp_customermeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_affiliate_wp_customers: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_affiliate_wp_payouts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_affiliate_wp_referrals: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_affiliate_wp_rest_consumers: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_affiliate_wp_visits: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_aff_affiliates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_aff_affiliates_users: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_aff_hits: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_aff_referrals: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_aff_referral_items: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_aff_robots: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_aff_uris: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_aff_user_agents: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_bp_activity: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_bp_activity_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_bp_notifications: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_bp_notifications_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_bp_xprofile_data: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_bp_xprofile_fields: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_bp_xprofile_groups: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_bp_xprofile_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_cf_form_entries: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_cf_form_entry_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_cf_form_entry_values: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_cf_tracking: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_cf_tracking_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_commentmeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_comments: Data: 0.03MB + Index: 0.02MB + Engine MyISAM
wp_cst_new_files: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ddp_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_fv_player_playermeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_fv_player_players: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_fv_player_videometa: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_fv_player_videos: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_job_manager_stats: Data: 0.05MB + Index: 0.02MB + Engine MyISAM
wp_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_mo_openid_linked_user: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_nf3_actions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_nf3_action_meta: Data: 0.02MB + Index: 0.00MB + Engine MyISAM
wp_nf3_chunks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_nf3_fields: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_nf3_field_meta: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
wp_nf3_forms: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_nf3_form_meta: Data: 0.02MB + Index: 0.00MB + Engine MyISAM
wp_nf3_objects: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_nf3_object_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_nf3_relationships: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_nf3_upgrades: Data: 0.04MB + Index: 0.00MB + Engine MyISAM
wp_ngg_album: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ngg_gallery: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_ngg_pictures: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_options: Data: 2.87MB + Index: 0.13MB + Engine MyISAM
wp_peepso_activities: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
wp_peepso_activity_hide: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_peepso_activity_ranking: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_peepso_blocks: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_peepso_brute_force_attempts_logs: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_peepso_gdpr_request_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_peepso_hashtags: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_peepso_likes: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_peepso_mail_queue: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_peepso_notifications: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
wp_peepso_reactions: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_peepso_report: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
wp_peepso_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_pmxi_files: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_pmxi_history: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_pmxi_images: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_pmxi_imports: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_pmxi_posts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_pmxi_templates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_postmeta: Data: 186.43MB + Index: 1.26MB + Engine MyISAM
wp_posts: Data: 12.81MB + Index: 0.62MB + Engine MyISAM
wp_redirection_404: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_redirection_groups: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_redirection_items: Data: 0.00MB + Index: 0.02MB + Engine MyISAM
wp_redirection_logs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_revslider_css: Data: 0.09MB + Index: 0.00MB + Engine MyISAM
wp_revslider_layer_animations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_revslider_navigations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_revslider_sliders: Data: 0.05MB + Index: 0.00MB + Engine MyISAM
wp_revslider_slides: Data: 0.15MB + Index: 0.00MB + Engine MyISAM
wp_revslider_static_slides: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_say_what_strings: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_signups: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_smush_dir_images: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_sm_sync: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_social_users: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_supsystic_tbl_columns: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_supsystic_tbl_diagrams: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_supsystic_tbl_rows: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_supsystic_tbl_tables: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_termmeta: Data: 0.01MB + Index: 0.02MB + Engine MyISAM
wp_terms: Data: 0.03MB + Index: 0.05MB + Engine MyISAM
wp_term_relationships: Data: 0.03MB + Index: 0.06MB + Engine MyISAM
wp_term_taxonomy: Data: 0.03MB + Index: 0.03MB + Engine MyISAM
wp_tm_taskmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_tm_tasks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_usermeta: Data: 0.23MB + Index: 0.13MB + Engine MyISAM
wp_users: Data: 0.01MB + Index: 0.02MB + Engine MyISAM
wp_usersultra_ajaxrating_vote: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_usersultra_ajaxrating_votesummary: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_usersultra_friends: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_usersultra_galleries: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_usersultra_likes: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_usersultra_orders: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_usersultra_packages: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_usersultra_photos: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_usersultra_photo_categories: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_usersultra_photo_cat_rel: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_usersultra_stats: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_usersultra_stats_raw: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_usersultra_videos: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_users_ultra_pm: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_uwp_form_extras: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_uwp_form_fields: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_vanlife_followers: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_vimeography_gallery: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_vimeography_gallery_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wcpl_user_packages: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_admin_notes: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_admin_note_actions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_customer_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_wc_download_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_order_coupon_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_order_product_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_wc_order_stats: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_wc_order_tax_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wc_product_meta_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_wc_tax_rate_classes: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
wp_wc_webhooks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wpam_actions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wpam_affiliates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wpam_affiliates_fields: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wpam_creatives: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wpam_events: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wpam_impressions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wpam_messages: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wpam_paypal_logs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wpam_tracking_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wpam_tracking_tokens_purchase_logs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wpam_transactions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wpfm_backup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wpgmza: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wpgmza_categories: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wpgmza_category_maps: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wpgmza_maps: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wpgmza_polygon: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wpgmza_polylines: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wsluserscontacts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_wslusersprofiles: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_yikes_easy_mc_forms: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_yoast_seo_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
wp_yoast_seo_meta: Data: 0.07MB + Index: 0.06MB + Engine MyISAM
### Security ###
Secure connection (HTTPS): ✔
Hide errors from visitors: ❌Error messages should not be shown to visitors.
### Active Plugins (24) ###
AffiliateWP - Affiliate Area Shortcodes: by AffiliateWP
LLC – 1.1.7
AffiliateWP - Starting Affiliate ID: by Sandhills Development
LLC – 1.0.0
AffiliateWP - Store Credit: by AffiliateWP
LLC – 2.3.2
Share Buttons by AddThis: by The AddThis Team – 6.2.6
AffiliateWP - Affiliate Area Tabs: by AffiliateWP – 1.2.7
AffiliateWP - Affiliate Info: by AffiliateWP
LLC – 1.0.5
AffiliateWP: by Sandhills Development
LLC – 2.4-beta1
Minimal Coming Soon & Maintenance Mode: by WebFactory Ltd – 2.05
Redirection: by John Godley – 4.4.2
Regenerate Thumbnails: by Alex Mills (Viper007Bond) – 3.1.1
tagDiv Cloud Library: by tagDiv – 1.3 | built on 30.07.2019 7:51
tagDiv Composer: by tagDiv – 2.4 | built on 30.07.2019 7:51
UpdraftPlus - Backup/Restore: by UpdraftPlus.Com
DavidAnderson – 1.16.17
Advanced Flat Rate Shipping For WooCommerce: by Thedotstore – 3.3 – Not tested with the active version of WooCommerce
Advanced Order Export For WooCommerce: by AlgolPlus – 3.0.3
WooCommerce Stripe Gateway: by WooCommerce – 4.2.5
WooCommerce Menu Cart: by Jeremiah Prummer
Ewout Fernhout – 2.7.5 – Not tested with the active version of WooCommerce
WooCommerce Price Based on Country (Basic): by Oscar Gare – 1.8.14
WooCommerce: by Automattic – 3.7.0
Yoast SEO: by Team Yoast – 12.2
WP-Optimize - Clean, Compress, Cache: by David Anderson
Ruhani Rabin
Team Updraft – 3.0.12
WP Staging: by WP-Staging – 2.6.2
WP-Stateless: by Usability Dynamics
Inc. – 2.2.7
Easy Forms for Mailchimp: by YIKES
Inc. – 6.5.5
### Inactive Plugins (10) ###
Duplicate Post: by Enrico Battocchi – 3.2.3
Flamingo: by Takayuki Miyoshi – 2.1
Migrate Guru: by Migrate Guru – 3.1
Slider Revolution: by ThemePunch – 5.3.0.2
Smush: by WPMU DEV – 3.2.4
SumoMe: by SumoMe – 1.31
tagDiv Mobile Theme: by tagDiv – 1.1
tagDiv Social Counter: by tagDiv – 4.6 | built on 30.07.2019 7:51
User Switching: by John Blackbourn & contributors – 1.5.2
WooCommerce Admin: by WooCommerce – 0.19.0
### Must Use Plugins (2) ###
Endurance Page Cache: by Mike Hansen – 1.5
WP Staging Optimizer: by René Hermenau – 1.1
### Settings ###
API Enabled: ✔
Force SSL: –
Currency: EUR (€)
Currency Position: left_space
Thousand Separator: ,
Decimal Separator: .
Number of Decimals: 2
Taxonomies: Product Types: external (external)
grouped (grouped)
job_package (job_package)
job_package_subscription (job_package_subscription)
resume_package (resume_package)
resume_package_subscription (resume_package_subscription)
simple (simple)
variable (variable)
Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
exclude-from-search (exclude-from-search)
featured (featured)
outofstock (outofstock)
rated-1 (rated-1)
rated-2 (rated-2)
rated-3 (rated-3)
rated-4 (rated-4)
rated-5 (rated-5)
Connected to WooCommerce.com: –
### WC Pages ###
Shop base: #6840 - /shop/
Cart: #6844 - /cart/
Checkout: #6846 - /checkout/
My account: #6830 - /myaccount/
Terms and conditions: #8884 - /terms-and-conditions/
### Theme ###
Name: Newspaper
Version: 9.8
Author URL: http://themeforest.net/user/tagDiv/portfolio
Child Theme: ❌ – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme
WooCommerce Support: ✔
### Templates ###
Overrides: Newspaper/woocommerce/archive-product.php
Newspaper/woocommerce/single-product.php
### Geolocation debug info ###
HTTP_CF_IPCOUNTRY: ❌
GEOIP_COUNTRY_CODE: ❌
HTTP_X_COUNTRY_CODE: ❌
HTTP_X_REAL_IP: 82.19.153.241
HTTP_X_FORWARDED_FOR: 82.19.153.241
REMOTE_ADDR: 82.19.153.241
Real external IP: 82.19.153.241
WCPBC_USE_REMOTE_ADDR: –
Geolocation Test: ✔
### PBC Settings ###
Version: 1.8.14
Base location: GB
Base currency: EUR
Price Based On: shipping
Shipping: –
Test mode: –
Test country: –
Load products price in background: ✔
Prices entered with tax: –
Calculate tax based on: shipping
Display prices in the shop: excl
### Zone Pricing United Kingdom (UK) ###
zone_id: united-kingdom-uk
name: United Kingdom (UK)
countries: GB
currency: GBP
exchange_rate: 1
disable_tax_adjustment: no
### Zone Pricing United States ###
zone_id: united-states
name: United States
countries: US
currency: USD
exchange_rate: 1
disable_tax_adjustment: no
### Zone Pricing Europe ###
zone_id: european-union
name: Europe
countries: AT | BE | HR | CZ | DK | EE | FI | FR | DE | GR | HU | IS | IE | IT | LV | LT | LU | MT | NO | PL | PT | RO | SK | SI | ES | SE | CH | NL
currency: EUR
exchange_rate: 1
disable_tax_adjustment: no
### Zone Pricing Canada ###
zone_id: canada
name: Canada
countries: CA
currency: CAD
exchange_rate: 1
disable_tax_adjustment: no
### Zone Pricing Australia ###
zone_id: australia
name: Australia
countries: AU
currency: AUD
exchange_rate: 1
disable_tax_adjustment: no
### Zone Pricing New Zealand ###
zone_id: new-zealand
name: New Zealand
countries: NZ
currency: NZD
exchange_rate: 1
disable_tax_adjustment: no
### Action Scheduler ###
Complete: 14
Oldest: 2019-09-14 15:20:13 +0100
Newest: 2019-10-08 16:57:00 +0100
Pending: 1
Oldest: 2019-10-10 07:21:33 +0100
Newest: 2019-10-10 07:21:33 +0100
Canceled: 6
Oldest: 2019-10-08 16:57:05 +0100
Newest: 2019-10-08 17:25:59 +0100
In-progress: 0
Oldest: –
Newest: –
Failed: 0
Oldest: –
Newest: –
Many thanks,
Francesco
Hi, Im using a cloud library template, the problem is additional styles are ruining the design shown in the cloud library template editor. The black background on .block-title span { should not be there.
How can stop it from being loaded when i use the cloud library template? this is not an issue when i use the regular templates.