- 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
Hi,
The classic blog it’s using module 7 layout.
You can set it like this http://screencast.com/t/dyIfFeeI6k92 and then go to template settings in theme panel and chose the module 7 layout for blog and posts template like this: http://screencast.com/t/vRZajBQzIpWI
Hope this helps!
Thanks
Hi,
Glad you figured it out!
Thanks for the message.
Glad you solved it! Thanks!
Hi,
You can notice that if you tap the next page arrow then the previous page the next arrow becomes unselectable that means that the next/prev pagination feature doesn’t know that there aren’t any other post until it searches for them, you can try to change this and make it search for other posts when loading the page but this means an other action in advance and could damage the pages speed and load time.
You can try to change this from here if you like: http://screencast.com/t/qcIhYIMwM or you can disable the next/prev pagination only for that block if you don’t need it.
Thanks
Since I wuld be interested in that as well, I am also thinking many other people would like to know this answer, could you please publish the tutorial here so we can all see it? Thank you so much!
They are closed weekends.
Same here. Email sent a few days ago and only received the auto-response so far.
I have send you the mail two days ago and haven’t received any reply yet. Please check
I’m having an issue embedding tweets in the Newspaper theme. The tweet shows as a blockquote instead of the standard Twitter styling. Also, wherever the tweet is embedded, the rest of the post content below it stays in the blockquote.
I have embedded a tweet in an old post for reference. The text that reads “It’s official I’m a DAWG for LIFE! is the tweet and everything below that is part of my post.
http://www.sicemdawgs.com/2007/06/alabama-ol-jonathan-owens-commits-to-uga/
Ok I tried it again
this is how it looks like:
-play button is there.
– but still no thumbnail of the video. (just white blank field)
Post type: Video
Featured Video: inserted link
Any Idea why this is not showing?
Thanks in advance for the hint!
Also get this when I click publish
Warning: get_headers(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /kunden/323925_31275/cherrykoks/wordpress/wp-content/themes/Newspaper/includes/wp_booster/td_video_support.php on line 109
Warning: get_headers(): This function may only be used against URLs in /kunden/323925_31275/cherrykoks/wordpress/wp-content/themes/Newspaper/includes/wp_booster/td_video_support.php on line 109
Warning: Cannot modify header information – headers already sent by (output started at /kunden/323925_31275/cherrykoks/wordpress/wp-content/themes/Newspaper/includes/wp_booster/td_video_support.php:109) in /kunden/323925_31275/cherrykoks/wordpress/wp-admin/post.php on line 235
Warning: Cannot modify header information – headers already sent by (output started at /kunden/323925_31275/cherrykoks/wordpress/wp-content/themes/Newspaper/includes/wp_booster/td_video_support.php:109) in /kunden/323925_31275/cherrykoks/wordpress/wp-includes/pluggable.php on line 1121
-
This reply was modified 11 years by
Cherry.
Hi!
Great theme! I searched this in every possible way, but since couldn’t find a solution, here are my questions:
1. I built the homepage as indicated in the documentation. I now wanted to add the “Facebook Like Box” to the Homepage Sidebar. However, this Widget does not apear in the homepage blocks. Is it possible to add the “Facebook like box” (or any other plug in widget) to the homepage sidebar?
2. Is it possible to use the default sidebar (which I am using on all other pages) on the Homepage? Or is it obligatory to create a sidebar specifically for the homepage through the page builder
Thank you very much!
We working on the new theme that have a custom grid and have borders between columns.
+1
we need Fonts zooms too ^_^ thank you all
Hello, quick question.
I’m trying to block adsense blocks from not appearing on wordpress pages (all pages).
I’ve tried this code, but it doesn’t seem to work
<?php if(!is_page( ){ ?>
<!-- Google AdSense Code Here -->
<?php } ?>
how can I make it work?
What block do you use for the classic blog post look? Just one picture on top with a small summary?
I may have solved this. Seems my mega menu picked up the Contact page cause it was a custom link in my menu instead of a direct page link so to speak.
Maybe I jumped of joy a little bit too fast, now there’s a link to our contact page in the far left of the mega menu that fetches our regular news items..
Hello Marius,
Thank you for responding and that bit of code has helped. (can you please tell Lucian he’s both patient and brilliant!)
Yes, I wanted to change the post formatting however when I used the Big and Small Post Sizes I had problems.
All resolved now (I hope)
Thank you again my friends :))
I’ve sent an e-mail. Please check
It’s working, thanks 😀
Hi,
Do you want to change the font typography for the blocks/modules? We have this in Theme panel -> Custom typography http://screencast.com/t/78UitBAMKb
From here you can change the Post fonts on all modules/blocks.
If you want to change it via CSS, here http://www.betasite05.co.uk/category/culture/
use this CSS
.td_mod_wrap.td_mod9 .entry-title a {
font-family: Merriweather !important;
}
Thanks!
We working on the new theme that have a custom grid and have borders between columns.
+1
Hello,
There is a bug in that function from WP, is reported on their issue tracker, what you can do is to hide the numbers via CSS, use this CSS, add it in Theme panel -> Custom CSS
.post div.page-nav-post a:first-Child {
display:inline-block;
}
.post div.page-nav-post a:last-Child {
display:inline-block;
}
.post .page-nav-post a {
display:none;
}
.post .page-nav-post > span {
display:none;
}
Thanks for the message!
Hello,
Add this CSS in Theme panel -> Custom CSS
.td_revolution_slider {
z-index: 0;
}
Thanks for the message!
Hi Team,
I’m using ajax next – prev pagination option for my blocks and I see a problem with it. Even when there are no posts in the next page, the next arrow is enabled and when I click it, I see an empty page. How can I overcome with this problem?
I’m using the plugin on both our sites running Newspaper, but we use the paid version (recommend using the paid version!). It’s cheap enough and we use it all the time.
Note it won’t grab “first image from post” if you already set featured image and are having theme load the featured image above/outside the post block. It will work when you have a local or external image PLACED into the body text of the actual post box.
We had to do regenerate thumbnails to have it build the images for pre-existing posts, and then it works on FUTURE posts just fine.
Actually, we’re using three plugins to solve image issues:
1) Auto Post Thumbnail PRO
2) Regenerate Thumbnails
3) Thumbnail Upscale
for us these 3 plugins solved all the issues we were having in trying to replicate the old way that thumbs were generated (e.g., with the deprecated “TimThumb”).
@anastasios
thanks for kind words. Happy to help. As I’ve noted in past, I’m sort of “paying it forward” from all the help I got over the years in sorting things out when I could not solve something and others pointed me in the right direction. Also, I’ve been doing some work lately where I have little snippets of time where I’m basically waiting for something to process for 5-9 minutes and need to watch it but can’t do much else while waiting, so I pop in here. Also we’re getting ready to retrofit some of our working sites with Newspaper, so have been keeping an eye on any weird voodoo issues I should be on top of before switching from Woo Canvas to Newspaper for those production sites. 🙂