- 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
Thanks. I just have one more request if possible. How to move only the category to stay on top of the title? Thanks. Nice work.
Hi,
For some reason, the layout of the blocks in my front page aren’t properly formatted.
In the “OUTROS ARTIGOS” I use the block 1 and in the “teste” I use the block 7.
The blocks i can’t use rss links only the wordpress block
I want to removed the background from the wordpress rss widget title to match the 2nd image i show you that came from my site
Hi,
Please replace the content of td_module_3.php file with this code: http://pastebin.com/zxyb0P8P and td_module_5.php file with this code: http://pastebin.com/QA6W3KeX
Thanks
Hi,
That is the way the unique article feature works on pages, if you activate it then you will have only unique articles on that template so if you want those article to be shown in blocks also then you will have to disable the unique article feature and make sure you use the posts/categories only in one block and just once, you can use filters and to control which posts to display on blocks.
Thanks
Hi,
Glad you found it and thanks for sharing!
Please let me know if you have any other theme related issue.
Thanks for the massage!
Hi,
Thnaks for reporting this, I have tested the code of your post and seems that you are right. This happens to the <div class=”td-paragraph-padding-3″> div which add the padding left and right and noticed that it’s because of using display-inline.
I have added this on our issue list and we will investigate this. You can use this custom css for FF until we fix this.
@-moz-document url-prefix() {
.td_box_right {
clear: left;
}
.post p {
clear: left;
}
.td-paragraph-padding-0, .td-paragraph-padding-1, .td-paragraph-padding-2, .td-paragraph-padding-3, .td-paragraph-padding-4 {
display: block;
}
}
Sorry abut this!
Thanks
Hello,
I saw some similar posts but none with blocks 2 and 4. I really need to show the category and the author name in the light gray line bellow the title. Could you help me? Thanks
Hello,
We have a homepage and we have created a column with a block category, using a color background to differenciate it from the rest of news. In order to add some margins in this column, because the texts were too close to the border, we have modified the padding. Now, the design of the homepage is broken in iPad because this column.
How can we solve this?
You can see the broken structure in:
marronyblanco.com
Hello Lucian,
In our homepage we have some blocks with the same contents and categories. If we deactivate the unique article feature, the same news will be repeated in the different blocks, won’t it? We just want the slider news to be included in the blocks too.
Hi Lucian,
Sorry to bother you again,
I want to show the primary category like you send me at the first time.
Now it shows all categories.
Would you please modify the code again?
Thank you.
Spot on — thanks a lot Lucian! Appreciate your help with that!
Hi,
I have tested this and seems that this works only if you use it on block’s:
Here is my configuration of the block: http://screencast.com/t/gVYLtk5X56
Here is the result, a mix of pages and posts: http://screencast.com/t/A5dtwWHE
Should work like this for you to.
Thanks
Found it myself.
#rev_slider_1_1_wrapper {
z-index: 0;
}
Hope you see and manage to solve this soon.
hi,
On default templates you can change this title from theme panel > custom typography: http://screencast.com/t/KFIbxgDrnS
If you want to change this on category/archive or other dynamic pages, you can use css like this: http://screencast.com/t/e9XxTy5tNqla
.category .td_mod8 .entry-title a {
font-family: Lobster;
font-size: 50px;
color: red;
}
Hope this helps!
If it doesn’t please send me your site’s URL and point me to the titles you want to change so I can inspect it.
Thanks
Hi,
I happen to have the same problem. Neither solution helped in my case. Love your theme otherwise, but I want to keep the revolution slider at the top of my homepage, but this renders the top menu completely useless.
Please help.
My website is guidetoljubljana.com if you need to check it out.
hi,
After a quick search found that Google Analytics allows monitoring of links in Google Analytics using UTM source. I have pasted bellow some URL’s where you can read more about this:
* https://support.google.com/analytics/#topic=3544906
* http://www.wpbeginner.com/beginners-guide/how-to-install-google-analytics-in-wordpress/
* http://www.wpbeginner.com/wp-tutorials/how-to-track-links-in-wordpress-using-google-analytics/
Hope this helps!
Thanks!
Hi,
If the posts are in other category also and you set that category or all categories to show in a specific block the posts should appear in both slider and block if the unique article feature is not activated: http://screencast.com/t/Zqqcamhyp
Please make sure you have the unique article feature disable on your page template and that the posts are in the category you have set to show on block.
Thanks
Hi,
You can use this css:
blockquote p {
text-align: left !important;
}
…to get this results:
* http://screencast.com/t/AMPbq8zTCD
* http://screencast.com/t/gwe5UnIWxQJ
Hope this helps!
Thanks
Good day!
How to change widget title: <h4 class=”block-title”><span>Text</span></h4>
<Div class=”block-title”><span>Recommend</span></Div>?
The header H in the widgets – it’s bad for SEO!
It moves my styles to bottom; might be a conflict with a plugin you’re using; but maybe not. Moving them to bottom doesn’t remove the render blocking warning; it just moves stuff to footer.
-
This reply was modified 11 years by
simchris.
Hi
I would like to use Big Slide or Blocks, mixing, posts and pages. Is that possible.
I have seen in Big Slide Options that we can define “Usage: post OR post,events,pages ; write 1 or more post types delimited by comas” but it does not seem to work and I have not found anything in documentation..
can you please help?
Thanks
I’ve been trying to change the way the post title’s looks (within blocks) using CSS but I just cant seem to find the selector, at the moment i dont think you can change it using the theme panel so it needs to be done using CSS

thanks in advance