Issues on Newspaper 4.5

Posted in: Newspaper
Post count: 3

– what is the suggested size for Mobile Logos
– I made translations, but still my paging link is “page/3” not “sayfa/2” http://www.futbolne.com (also author->yazar)
– I need logo+adsense template for Header (without menu)
– I think your documentation obsolote for render-blocking issue. https://forum.tagdiv.com/how-to-make-the-site-faster/ (I could not manage or)

Note:Do we have email support? Or will we use the forum ?

Post count: 6600

Hi,

1. An ideal size would be around 144px wide and 48px tall and double size for retina. You could also use a bigger one as it will be compressed to fit the container.
2. Please make sure you translate it like this: http://screencast.com/t/q0xqCR6g9 I have tested both and work fine.
3. Edit your header.php file and remove the menu line for the header style you use, like this: http://screencast.com/t/AvzlorUpS
Result: http://screencast.com/t/nrdELuQei
4. Please provide more details about what you could not managed to do.
We also offer mail support at contact@tagdiv.com. You can use each one as we try to help and provide support as soon as we can managed.

Thanks

Post count: 3

For 2nd question:

I mean url slug for pagination..
This is current http://www.futbolne.com/page/2
but I need http://www.futbolne.com/sayfa/2

Thanks for other questions..

Note:I will send detailed info for Question 4 and my other questions to mail support..

  • This reply was modified 11 years by glikoz.
Post count: 6600

Hi,

You can use a plugin for that or you can add this function in your function.php file, like this: http://screencast.com/t/jF0W1PaI

function re_rewrite_rules() {
global $wp_rewrite;
$wp_rewrite->author_base = 'author';
$wp_rewrite->search_base = 'search';
$wp_rewrite->comments_base = 'comment';
$wp_rewrite->pagination_base = 'page';
$wp_rewrite->flush_rules();
}
add_action('init', 're_rewrite_rules');

Thanks

Post count: 3

I’m using Newspaper Child Theme and I’ve added code lines to functions.php in Child Theme, everything seems ok except search
still http://www.futbolne.com/ara (ara means search) gets 404 error. (Also /search didn’t work before changing)
Any suggestion for it?

Post count: 6600

Hi,

Glad it works. The 404 error is because there is no search template. You can create a search page template if you want, here are some info on how to do that http://codex.wordpress.org/Creating_a_Search_Page

Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.