- 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
Hello,
I’d like to know how to to have the author list (using the author box block) to display all the author on my site along with their description and link to social media etc…
When we use the author block list function integrated into the theme only the avatar appear with author name.
thx for your answer.
Hi,
If you follow Lucian solution when you use sidebar you will have this result: http://screencast.com/t/aWRsyltWucO also you can display similar articles using another module like module 3 for example: http://screencast.com/t/shy2EvZLy – http://screencast.com/t/99snlvAqU
I’m not sure what you want to do smaller. Theme’s blocks are designed for 1,2,3 columns layout and if you made this change for similar articles, you already set to display it on 1 column as you said you want it line per line.
Thanks!
Hi,
Also version 5 blocks are designed for 3 columns so I’m afraid that it won’t support that. Sorry!
Thanks!
I don’t work here, but I assume you would go into “Pages” and edit whatever page you are using as your Home. I only counted 6 blog posts at the bottom, and 8 up top. More than like you will have to delete blocks in your page or move them around.
I don’t think 6 running across would work, but maybe 2-3 while still using the smart sidebar.
Again, I don’t work here, but have been messing with the theme for over a week.
Hi,
If you added this css please change it to display-inline – http://screencast.com/t/BGeFwBOv if you didn’t added please use this custom css in Theme Panel > Custom Css: http://screencast.com/t/8agPWWi1
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
display: inline-block !important;
}
Thanks!
Hello All,
I’d like to remove on the home page of my site http://socialbrandwatch.com the latest article at the bottom… (8 articles at the bottom below the text).
How can i remove it while keeping the smart side bar and the text block above latest article.
I tried many test but cannot find how to get the smart side bar working while removing the latest article.
thx you
Perhaps check your robots.txt file first, as if you block part of your site without actual need to do so, then Google cannot load the proper CSS to build mobile version of page …
from the screenshot on the test page – you’re not getting the mobile layout … hence their warning about not blocking your wp-content folder with robots.txt …
-
This reply was modified 11 years by
simchris.
Hi,
Firstly great theme, love it!, i know very little about html coding and am finding wordpress and this theme very user friendly.
I have a couple of issues with my site im trying to work through maybe someone can help.
1) Social Buttons work in the TagDiv widget with FB/YT/Twitter when i enter the details there but for the top menu and bottom menu they dont work, i added the same info into the ‘Social Networks’ tab as i had for widget fields and it just take me to my website… eg for youtube i put channel/XXXXXX into the field, then when i click it goes to http://www.website.com/channel/XXXXXX instead of youtube. Am i making a mistake with the format?
2) Ad code, i made 2 types of ads in my adsense account, a 728 x 90 for the top banner and a ‘responsive’ ad for the sidebar (i figured these sound about right). I copied the code for the 728×90 one into the header adcode section and the responsive adcode into the sidebar section of themepanel>ads and saved but when i view my website there is no ads. Am i missing something here?.
3) Caching – is it better to disable W3 total cache while working on the site so i can see the changes reflected quickly live?, im finding in mozilla with ad blocker im having to use another browser to check what my updates look like and it behaves unpredictably (sometimes shows updates, sometimes not). When i did disable adblocker for my site page only all sorts of malware appeared on my computer subsequently i installed bitdefender and malwarebyte seems to have sorted it.
p.s im a newbie to all this stuff but trying hard and enjoying your theme and this learning curve alot 🙂
my website is http://tabletopminis.com (its still in early development)
Hello,
Blocks in our footer 1 & 2 were arranged like this:

…whereas suddenly they’ve become like this:

How can we correct that?
Thanks!
Hallo Lucian,
you are right, but in the homepage (with background) I am using there is no Big Slider block in it, and I don’t know where it is taken from.
Please have a look to this pic
powerize.it/test.jpg
Looking forward.
Thank you
Hi,
It usually happens when loading the font file (which contains those icons) from another host/url. Check your browser’s console if you have an error like this – http://screencast.com/t/fKy2k43k9kc
The solution would be to load them from the same url as the site or try this solution – http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
Thanks
Hi,
The theme’s elements blocks/slides weren’t designed to work with that page layout. Theme’s blocks were designed for 3 columns based layouts: http://screencast.com/t/SAMw9pPSym Sorry!
Thanks
Hi,
I suspect it refers to the h1 tag which is missing from the page, add it using a Visual Composer text block or use the Homepage – with title template – http://screencast.com/t/gPl2da2W1Prm – the code in the template it looks like this – http://screencast.com/t/1HFARiUDU4
Thank you, Emil G.
Hi,
You can use the original post pagination and hide the page numbers from pagination via css, like this: https://forum.tagdiv.com/topic/make-the-pagination-buttons-2/
This how you can use it in your case: http://screencast.com/t/9fQbHoJTRVER
.post div.next-back a:first-Child {
display:inline-block;
}
.post div.next-back a:last-Child {
display:inline-block;
}
.post .next-back a {
display:none;
}
.post .next-back > span {
display:none;
}
Thanks
Hi,
It appears like this because you use post style 5 and you haven’t set featured image: http://screencast.com/t/f47T0uqInIF – http://screencast.com/t/oslDMv4U62
When you set featured image it will looks like this: http://screencast.com/t/GzHeHZe4 If you don’t want to show featured image on the post please use post style 7, set the featured image and it will appear only on modules/blocks but not in article: http://screencast.com/t/jLoq9AjQa7c
Thanks!
Hi,
The only way that you can achieve this is to use row in row something like this: http://screencast.com/t/34WgX8zbq – http://screencast.com/t/HDn3Xr4ioj and add td-ss-row to the first row settings(not to the column like you did above) – http://screencast.com/t/MVODoY0a
Please note that it may some blocks to not be displayed well with this solution, but you can test this and see which ones are displayed fine.
Thanks!
Hi,
The structure is the same on both cases – http://screencast.com/t/hIdtHGPwTm – http://screencast.com/t/Ud4wP5nf8X4X – the css makes the difference, try the following – http://screencast.com/t/vIbTYuap
You could also place the breadcrumbs under the title like this – http://screencast.com/t/sfqSGxzRuIn
.category .td-category-header .entry-title span {
background-color: transparent;
color: #222;
font-weight: 600;
font-size: 24px;
font-family: 'Open Sans',arial,sans-serif;
}
.category .entry-crumbs{
display: block;
}
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
You have to edit loop.php file like this: http://screencast.com/t/kXKRxx26
$adcounter = 0;
$adcounter++;
if (is_category() or is_tag()) {
if ($adcounter == 2 or $adcounter == 4) {
echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
}
}
Result: http://screencast.com/t/Grz40A7iV3
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
When we updated Newspaper theme the latest version of Visual Composer was 4.4.4. We always test the new version of the plugin with our theme and then we include it in theme files when a new version of the theme is released.
Do you mean that when you switch to Classic mode, you cannot add text there? – http://screencast.com/t/1bHbegjlVbix
When the Backend editor is active you can add blocks using Visual Composer and you can add text using text block – http://screencast.com/t/okb9RUW8VV
Please provide more details about your issue if this doesn’t solve it.
Edit:
Sorry I didn’t see your reply!
Please also try this without any plugins active, leave just Visual Composer active, empty cache and check if you still have this issue. Let me know!
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Newspaper theme doesn’t have newsticker block(only Newsmag has it), but it will be added in version 5 of the theme.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Above your Latest Articles (and sidebar) you have a row where you display your ad. This space is normal because the sidebar cannot go up if there is a row and this sidebar appears with Latest Articles – http://screencast.com/t/crl0PjlEk
So please edit your page and remove that row and if you want to add that add to the sidebar please use widgets section and add it to your sidebar – http://screencast.com/t/OeQVItsaQAc
Please take a look at our documentation – https://forum.tagdiv.com/page-templates/ when you use a page template with articles list this will be added automatically on your page and you can add blocks and sidebar to your content using Visual Composer for example – http://screencast.com/t/NW7u0tzdz0G or use only blocks for page sidebar – http://screencast.com/t/57yXwPL22r
Hope this helps!
Hi,
Number of modules are not the same with number of blocks. For example block 2 is made from module 5 and 3 please take a look here – https://forum.tagdiv.com/modules-and-blocks/
So if you use the block 8 you have to edit module 5 and replace with this code – http://pastebin.com/z8kLLY5j
You have to do the same for each module where you want categories just paste get_category function that you have in module_blog file and echo categories where you want to show up: http://screencast.com/t/cf1Pr7xn
<?php echo $this->get_category();?>
Result for block 8: http://screencast.com/t/FVlDOK3k
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Unfortunately the theme doesn’t have an option to add banners into blocks/slides if this is what you mean and you will need custom modifications for this. If you want to add banners to category page or articles list you can follow these topics:
https://forum.tagdiv.com/topic/how-to-add-adsense-ad-after-5-10-articles-on-main-page/
https://forum.tagdiv.com/topic/category-page-ads/
Hope this helps!
