Hi.
The
remove_filter(‘user_contactmethods’, ‘extra_contact_info’);
is not working anymore with Newspaper 6.
Any idea about how to remove the extra contact info added by the theme?
Thank you,
Christopher, bingo!
I will allow the theme folder on robots which is disallowed today. This is my first responsive theme and I am learning great things here.
Thank you for the input.
Hi Christopher,
a) I never used www in any place, wp settings, htaccess etc. I double checked anyways. Neither SSL. We never used it. No need.
b) We do not use mobile version plugin.
c) I will pay attention to this item, but we did not change our htaccess for a while now.
I let you know.
Thanks anyways.
-
This reply was modified 12 years by
rbaccaro.
It seems to be loading the LESS CSS by default.
I found now a part of the frontend with problems, loading the “LESS” CSS.
I rolled back to the theme previous version and the error was gone as well and now the backend is respecting my custom CSS again (editor-style.css).
Thanks,
Hi Lucian,
I guess I have the same problem here. Before I update yesterday I had loading a custom CSS for the backend (editor-style.css) and it was working fine.
After the update the custom CSS file stopped working.
I am using the same plugins and installation now and before. The only change was just the parent theme update itself.
Any idea?
Thanks,
Hi Lucian
You do not need to sorry, I am just trying to give you some feedback.
I can’t change the source, as the site is multilingual.
Thank you anyways,
Hi Lucian,
The Vies column is not added by Newspaper Theme?
See:
<th scope=”col” id=”td_post_views” class=”manage-column column-td_post_views” style=””>Views</th>
Thanks,
Sorry, I was unclear.
I mean “Views” column located at posts listing in the backend.
Here:
/wp-admin/edit.php
Thanks,
Hi Lucian, I perfectly understand. Thank you for your hard work!
That is exactly what I though.
It would be nice to have the More Article Box activated based on:
– if user is logged in or not
– if is_post or any other post_type
– activated by category or tag
Question: if someone sponsors the development of this piece, would you add it to your next update? My main concern is start to customize the parent theme and lose the work in the future.
Thanks,
-
This reply was modified 12 years by
rbaccaro.
Hi,
I am really liking the Newspaper theme. Thank you for the hard work. But I have a suggestion for the Read More box.
It would be nice to have an option to add php/html as well, or replace the Read More function, for example, I would like to inserta a subscription form there, before the user leaves the site or call any other related post as YARPP.
Thank you,
Lucian,
Agreed. I create a different page.php template and worked just fine.
I guess it is a better approach than custom CSS inside functions.php.
Thank you.
Lucian, I am sorry, my mistake.
The Yoast WordPress SEO was rewriting the title.
Thank you anyways!
Yes I have. But it is still not working for me.
-
This reply was modified 12 years by
rbaccaro.
Thank you.
Thank you.
-
This reply was modified 12 years by
rbaccaro. Reason: wrong form
I used:
function remove_plugin_metaboxes(){
remove_meta_box(‘td_review_metabox’, ‘post’, ‘normal’);
remove_meta_box(‘td_post_theme_settings_metabox’, ‘post’, ‘normal’);
remove_meta_box(‘td_post_video_metabox’, ‘post’, ‘side’);
}
add_action( ‘do_meta_boxes’, ‘remove_plugin_metaboxes’ );
Thank you.
Hi,
I just saw we need to translate the meta title as well:
<title> Archives | Site Name</title>
Could you please add in your next update?
Thank you,
Lucian, now it is working, thank you.
Lucian, it worked, thank you.
Emil, thank you, but it is a local installation being developed to go online.
Any work around?
Lucian, there is any way we can insert it on the database as a workaround?
Where do you store the values?
Thank you,
Hi,
We are multilingual site and I guess your solution may not work for us. Is there any other workaround for multilingual sites?
Thank you,
Hi,
It is still the same bug on my side. Where in the database could I change the values directly to test if it is a interface or any other problem?
Thank you,