Thank you, Anamaria.
Nik
Thank you, Anamaria.
Nik
Thank you Bettina.
I deleted visual composer because newspaper theme does not provide updates for visual composer plugin anymore. Is this correct?
Please advise.
Nik
Nik
Hello Bettina,
Thank you for your prompt suggestion. Unfortunately, tagdiv gallery layout didn’t work as well as visual composer. Will have to find another plugin to do the job.
Nik
Thank you, Vlad. The issues are resolved. The issues stemmed from adding the Logo & Favicon, Logo for Mobile in the Theme panel section. Logo needs to be changed via the main page template.
Nik
Hi Calin,
Thank you for your reply.
1) The line can be seen in the back end, but when the site is live, the line disappeared.
2) What is the difference between “Header Template Main – Estates” and “Header Template – Estates” in the CLOUD LIBRARY TEMPLATE section?
3) How do I get rid of the ESTATE logo. I uploaded my logos in the following sections:
Logo & Favicon
Logo for Mobile
The ESTATE logo appears for a few seconds before my logo is loaded. Is it because I did not upload my logos under the “iOS Bookmarklets” section?
Any tips on resolving the issues 2 & 3 is appreciated.
Nik
Hello Vlad,
Problem solved. Had to increase the php.ini memory limit.
Thank you,
Nik
Thank, Calin.
Nik
Thanks, Vlad S for your reply.
Thanks, Bogdan.
Nik
Please disregard this message. It was meant for Newspaper theme, not NewsMag.
Nik
Hello,
I have the same question. No problem adding the codes below to the newspaper’s functions.php file to disable the Contact Form 7 JS and CSS loading on all pages
add_filter( ‘wpcf7_load_js’, ‘__return_false’ );
add_filter( ‘wpcf7_load_css’, ‘__return_false’ );
The only issue is activating the JS and CSS in specific contact page. There’s no ‘contact.php’ template file in Newspaper Theme. Is there a specific php template I can insert the following code before wp_head is called?
<?php
if ( function_exists( ‘wpcf7_enqueue_scripts’ ) ) {
wpcf7_enqueue_scripts();
}
if ( function_exists( ‘wpcf7_enqueue_styles’ ) ) {
wpcf7_enqueue_styles();
}
?>
Contact Form 7 instructions
https://contactform7.com/loading-javascript-and-stylesheet-only-when-it-is-necessary/
Appreciate your suggestions.
Thanks,
Nik
Thanks, Bodgan. It was a new install. I will re-try again.
Nik
Hi Bertel,
The Events Calendar by Modern Tribe works with Newspaper 7.5 Configure your display in Events Settings to Skeleton Style to optimize CSS delivery.
Nik
Hi Bodgan,
Thanks for your quick reply. I used the code below, and it removed the post count.
.td-author-counters .td-author-post-count {
display:none;
}
Cheers,
Nik
Thanks, Bodgan for your prompt response. I will try again.
Nik
Hi Bodgan,
Thank you very much for your suggestion. I added the category in the link and it worked.
Nik
Hello,
I noticed the following errors in the PHP Error log. Not sure if this could be related to my question sent earlier on category pagination not working.
[25-Oct-2016 00:31:56 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, string given in /home/xxxxx/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/panel_core/td_panel_data_source.php on line 656
[25-Oct-2016 00:47:00 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, string given in /home/xxxxx/public_html/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/panel_core/td_panel_data_source.php on line 656
[25-Oct-2016 04:43:41 UTC] PHP Warning: Error while sending QUERY packet. PID=755035 in /home/xxxxx/public_html/wp-includes/wp-db.php on line 1870
Would re-installing Newspaper theme 7.4 solve the problem?
Thanks,
Nik
Hi Catalin,
I increased the parameters and added the code
define( 'WP_MEMORY_LIMIT', '64M' );
The problem still persist for the footer mobile menu links, contact us, terms of use, etc. on the mobile phone. There is no issue if the footer mobile menu is removed.
I understand that Visual Composer, page builder does not work on mobile theme, so I changed the content to a regular page content. Still can’t resolve the issue.
Any other suggestions to resolve the issue is appreciated.
Thanks,
Nik
Thanks, Alin.
I will check them out.
Nik
Hi Catalin,
Thanks for your suggestion. BulletProof Security Pro works on Newspaper 7.4.
Nik
Hello Bogdan,
Sorry, the maintenance mode is deactivated again at https://globaleat.net/eng.
Any solution to resolve the issue is appreciated.
Thanks,
Nik
Hi Andrei,
Thanks for your reply. I will temporarily disable the site’s maintenance mode so you can see the issue and hopefully be able to resolve it.
Site: https://globaleat.net/eng
Thanks,
Nik
Thanks, Bogdan for the css. Will give it a try.
Much appreciated.
Nik
Hello Bodgan,
Thanks for your prompt response.
I inserted the code below to css custom code, and it worked, except for Template 11. I am still testing the theme, and can live with the minor alignment issue for now.
.td-module-meta-info {
display:inline-flex;
}
.the-modified-date {
padding-left:5px;
padding-right:10px;
padding-top:2px;
}
Cheers,
Nik