- 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 guys,
At the moment I can sort posts by -Latest- in Block Edit (Visual Composer) Is it possible to reverse order to have the newest posts at the back of the row? Means not latest on first position but oldest?
That would be a great help. Cheers.
The more I dig into your theme the more I’m amazed what you have produced with this theme. I think it’s the best wp theme on the net!!
Is it possible to build your own modules? Example: Mod 2 plus Mod search odule (instead of Mod3). New Block 6…
hi,
http://screencast.com/t/PMgqsND5wsq
http://screencast.com/t/YNg8HzNnZH
http://screencast.com/t/B9YeWzycsM
then use the filters : http://screencast.com/t/NN0GHzP1Mz
and save: http://screencast.com/t/XiqMu41j
do the same for the other block : http://screencast.com/t/YHdnCZnvow
Thanks for you message.
Radu A.
Hi,
1. I am investigating the header titles in menu issue.
2. use the text block from the pagebuilder to add h1 or use the page with title template.
Radu O.
Hi,
Edit like here and change the value like you want http://screencast.com/t/GrcZcFBX
Also if the height of the menu is not ok you have to use this CSS with according height
.td_block_mega_menu .td_block_inner {
height: 400px;
}
Thanks!
Hi,
Is not an issue, the Unique feature apply on the entire page including sidebars, like I’ve mentioned above. We can’t exclude the sidebar because of that theme structure.
If you use the offset feature http://www.youtube.com/watch?v=–jQZbzteU4 this will fit your needs?
Thanks!
hi,
is not normal to take 3 minutes, what plugin do you have, disable all an try again.
to find out if the theme has problem, you need to instal it on your computer and install the demo data (no plugins). If it duos the same on your computer then there is a problem with the theme, if it doesn’t then the problem is from somewhere else.
Latest article
you have 2 option
either use a template: http://screencast.com/t/67DIv5ksAWv
or from blocks : http://screencast.com/t/UE2m8Sbj2Hg
http://screencast.com/t/89G2ri3BNR
http://screencast.com/t/YQ45UTzY
Thanks for you message.
Radu A.
Hi, I update theme from v2 to v3 on my client webside. everything is ok, but, two problem.
We need more custom ads, because we use custom ads on every category and subcategory.
Second problem is colors on sub-sub categories. We need to chage it. I fix this problem with import categories from v2 in Theme Panel. But we need to change it. For example Life (blue)>heal (red)>cooking (red)>chicken (pink) is posiible to change it?
And I find little bug. In Widgets, we are using TagDiv Authors box, and with update will be changed authors ID to link.
Example:
11&wp_http_referer=%2Fwp-admin%2Fusers.php%3Fupdate%3Dadd%26id%3D11, 7&wp_http_referer=%2Fwp-admin%2Fusers.php, 3&wp_http_referer=%2Fwp-admin%2Fusers.php, 4&wp_http_referer=%2Fwp-admin%2Fusers.php, 2&wp_http_referer=%2Fwp-admin%2Fusers.php, 1&wp_http_referer=%2Fwp-admin%2Fusers.php,
Thank you.
I wish you more happy customers like me 🙂
I guess I need more luck with this theme. My issue is ignored, obviously. Or you guy really think that it is not a bug, just the way it works? and you won’t do anything about this? If it’s true, please let me know asap, and I need to change my plan a bit. Thanks.
For menu use this CSS:
.sf-menu {
display: table;
float: none !important;
margin-left: auto;
margin-right: auto;
}
/* responsive phone */
@media (max-width: 767px) {
.sf-menu {
display: block;
float: left !important;
margin-left: 0px;
margin-right: 0px;
}
}
About logo, do you want to have a center logo? in header? We have different header style in theme panel -> Headers
Thanks!
Hi,
I’ve updated the ad documentation, the shortcode and all ID’s available.
https://forum.tagdiv.com/ads/
Thanks!
Hi:
I would like to know:
1.- how can I center the custom ad boxes, because all appear aligned to the left of the column space. The “standard” ad boxes (header ad, sidebar ad, article top ad, etc) all appear centered in the column but the custom ones.
2.- the standard ad boxes have a blank space that separates the ad from the block you put just below them. The custom ad boxes have no space, so when you put a block below a custom ad, the block sticks to the ad and it doesn’t look any good.
Thanks!
This is going to be an issue with the type of ad that was delivered. Once I removed the ad block from the page, the slider worked.
Ok, no problem, many thanks.
But the code that you’ve sent me about the header background is not working. I’m using the Style 1 and replace the code as you said:
This is made particularly for header style 3, change the CSS for you header that you use.
.header-style-3 .td-full-logo {
background-color: transparent !important;
}
Do you have any idea why is not working? It is not transparent.
Thanks again,
Thanks Marius,
using the shortcode solved my problem! You can close the thread.
Btw, is there a list for all the other shortcode id’s (sidebar, header, etc?
hi,
I have send the link to file.
unfortunately we do not offer custom work,
if you are not a programmer, you need to hire a programmer for this task
Thanks for you message.
Radu A.
Hi,
What you can do is to use in a text widget and add you add with shortcode like:
<div class="block-title"><span>Your title here</span></div>
[td_ad_box spot_id="custom_ad_1"]
Hope this help!
Thanks!
Hi,
1. Use this
.post header h1 {
font-family: ‘georgia’,!important;
font-size: 17.3px !important;
line-height: 1.45 !important;
}
2. Try this
.page p {
font-family: ‘georgia’,!important;
font-size: 17.3px !important;
line-height: 1.45 !important;
}
3. Please show me a screenshot to see which one. You can use Jing to make screenshots or similar applications
4. Is possible using this, but is for all titles on entire site, you need to take the selector only for sidebar, i need you site URL and show me where you want to change it.
.block-title {
text-align: right;
}
Thanks for your message!
After just installing the theme I’m finding some things that I think might might make it better or that I found confusing. I thought I’d drop a line and share in the hopes of making the next version even better!
1- Sidebars Organization: Organize the sidebar listing in the widget section to more accurately show their true location. IE: the top right “social” sidebar lists under the “newspaper default” one on a clean install. It might make more sense to have this sidebar listed at the top since that’s it’s true location in the layout. (it was confusing when I had a recent post widget showing up in this sidebar and displaying in the top menu. Didn’t seem intuitive that this would be a sidebar nor did the description of the sidebar really describe it’s location or purpose)
2- Widget styles – Perhaps be a bit more descriptive in style names? IE: in the social icons icon style 1 could be “full color” and style 3 “light on dark” and style 4 “dark on dark”… just makes it easier to choose styles if we have some idea other than 1,2,3..ect…
Not sure if it’s just me after toying with a few themes, but a default child theme install with demo content seems to have some inactive sidebars by default with tagdiv widgets in them. At first my “social icon” sidebar actually had a recent post widget already assigned.
IE:
Inactive Sidebar (not used)
Inactive Sidebar (not used)
This sidebar is no longer available and does not show anywhere on your site. Remove each of the widgets below to fully remove this inactive sidebar.
[tagDiv] Block 4
Inactive Sidebar (not used)
This sidebar is no longer available and does not show anywhere on your site. Remove each of the widgets below to fully remove this inactive sidebar.
[tagDiv] Popular category
Inactive Widgets
Drag widgets here to remove them from the sidebar but keep their settings.
So far awesome theme!!! Just thought I’d pass along some things I noticed as I went through the install process. If it’s not helpful tell me! LOL, otherwise I’ll add more feedback as I come across it.
Hi Marius,
How can I customize the background color on the “Newspaper default” sidebar (in Widgets –> Newspaper default), and ONLY this sidebar? Your css adds background color to various blocks as well.
Are
Hi Marius, thanks for your reply! Your support is great 🙂
Our site is online, don’t know what happened. http://www.maisquemae.pt
1. The transparent header background didn’t work. We use style 1 and I’ve changed the code as you said.
2. The margin on the logo worked, thanks.
3. The ad size would be 125×125…two on top and two on bottom.
4. It works on blocks but not on sidebar widgets like Jetpack subscription, etc.
Many thanks again!
Hi,
Your site doesn’t work.
1. You can make the header transparent with a custom CSS, that you have to add it in Theme panel -> Custom CSS
This is made particularly for header style 3, change the CSS for you header that you use.
.header-style-3 .td-full-logo {
background-color: transparent !important;
}
2. Use this CSS and change the size like you want.
.header-logo-wrap img {
margin-bottom: 50px;
}
3. What add size you want to use for that small square? You can insert it manualy in a text widget.
4. Our blocks have option to hide the title, see here: http://screencast.com/t/6XGJWVKiCca for others widgets that doesn’t have can be hidden with a custom CSS
Thanks for the message!
Thanks Radu, but how do I enable the block title for ads?
hi,
this is the file for ad boxes : http://screencast.com/t/5PcNfyx1Lafx
Thanks for you message.
Radu A.
Hi,
1. I mean from where is that http://screencast.com/t/tRW455dxi
Can you try this CSS, add it in Theme panel -> Custom CSS
#buddypress #profile-edit-form ul.button-nav {
display: inline-block !important;
}
2. We will try to make it better in the future updates, can you give us some suggestions, what can make or what can improve on this BuddyPress? because I still don’t know from what is used that BuddyPress plugin 🙂
Can you show us your site to see for what do you use that plugin?
Thanks for your message!