- 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,
On click the datepicker div is set to display: none; this causes it to disappears.
Try this custom css in theme’s panel custom css section and test if this still happens. From my test this css code solved this issue: http://screencast.com/t/OUU6bKZJ
.datepicker.dropdown-menu {
display: inline-block !important;
}
Hope this helps!
Thanks
Hi,
1. You have to modify the function which adds the link on title to skip a certain block – http://screencast.com/t/nAn9HqunH – unfortunately it’s not an easy task, if you don’t know how to doit i suggest that you hire a professional developer to do this for you.
2. From your image the location is inside block 6 – module 9 – http://screencast.com/t/oP2bv45Ygou – you have to make modifications on the function which returns the meta – http://screencast.com/t/siY5O7logPb
3. You have to modify each module and add a condition to state that the excerpt is displayed on all pages except for the category page – http://screencast.com/t/3u7R8JkBa
Thank you, Emil G.
Hi,
Unfortunately there is no option in Theme Panel to change font for this block/module(in version 5 of the theme Custom Typography section will be changed and will be added more options), but you can use this custom css: http://screencast.com/t/eK0mGyabPW2
.td_mod10 .entry-title a {
font-size: 18px;
}
Thanks!
Hi,
You need to edit your homepage and bellow Big Slide you have the Ad box and just remove that block(not row is just a block added in the Big Slide row) – http://screencast.com/t/yiaW3VZE
Let me know how it goes!
Thanks!
Hi,
@sjlabar Replied via email.
@bsullivan The issue with saving settings usually appears because the server security module blocks the access to admin-ajax.php file or the file it’s not found. Try to verify if this happens when you save settings in other cases in theme panel and also verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
Contact your server administrator and explain the situation, as it’s requested many times during the a save the file it’s treated as threat so it’s banned. You can report false positives to your server administrator to remove it from the banned list.
Hope this helps! Please let me know how it goes!
Thanks
Hi,
1. Please use do_shortcode function after pagination in the archive, category and page template and display a custom ad there: http://screencast.com/t/epSdJBuFR5 – http://screencast.com/t/FAbXy7GEe4d
Result: http://screencast.com/t/amRJfbxy
2. The theme doesn’t have an option to display social share on page and you will need custom modification for this. Unfortunately we cannot provide any custom work for the moment as we work hard on development, updates, fixes and support so the time and resources don’t allow us to provide custom work. Also you can add likes button in pages – http://screencast.com/t/buJaJuGEomS7
3. You can add block 12 (with “Read More” button) in your page please see our demo: http://demo.tagdiv.com/newsmag/block-12/
4. Please provide your site url so I can inspect this. Also you can check this without any plugins active, leave just Visual Composer active, clear cache and see if it works.
Thanks!
Hi,
Please create your tab block in a page – http://screencast.com/t/qYESfNAcj8 copy the shortcode – http://screencast.com/t/ndjZ6C9ni and use do_shortcode function to display it in the post template file(if you want to replace default comments in single – default post style) – http://screencast.com/t/ntYbQUfvP
echo do_shortcode('your shortcode')
Result: http://screencast.com/t/dnhEnM4rs
I have checked this using blocks, you can use plugins shortcode instead of block shortcode – http://screencast.com/t/IFlq3eidE
Thanks!
Hi,
Unfortunately the background will not be displayed when Homepage Post block is used in a page like you can see on our demo the background image is not displayed there even it is added as site background – http://screencast.com/t/07iNarroTx – http://demo.tagdiv.com/newsmag_fashion/
Thanks!
Hi,
We have a blocking issue with Newsmag and The Events Calendar plugin which is proving difficult to solve. I’ve been working with the Tribe team over on their forums, they suggested while they try ti find a solution I should raise it with you guys too as you’ll likely want to resolve it too.
That forum thread is here (https://theeventscalendar.com/support/forums/topic/find-events-date-popup-broken-possible-css-index-conflict-with-theme/) … but I’ll summarise the issue here for brevity.
I have an issue with the ‘find events’ box, specifically the Date Picker popup. Selecting the Date field briefly displays the calendar / date chooser popup, before disappearing. Suspiciously, if you then select my theme’s CSS hidden search box, it reappears – so it looks to be some kind of z-index based issue on hidden CSS layers.
Either way, any ideas how I can resolve? You can find my events page here: http://www.roadtovr.com/virtual-reality-events/
..the issue remains regardless of what level of stylesheet integration (skeleton -> full) I choose, so it’s a fairly fundamental conflict.
My latest observations:
“The issue seems to occur when releasing the mouse button after clicking. If you keep it held, the data picker will continue to display and allow you to select dates. The onClick (or onMouseDown I’m not sure what you’re using) won’t work again until you’ve clicked away / de-focussed from the date picker area – at which point you TEC loads the ‘selected’ value and reloads the main calendar element.”
This effectively blocks our use of TEC and NewsMag right now, so any assistance you can provide is much appreciated.
Thanks
Paul
Um, that doesn’t look to be the NewsMag theme (as of 11:38am PDT 5/9/15) – site says you’re using “http://independentpublisherdot-me/” ?
Perhaps you’re in the wrong support forum?
============
With NEWSMAG:
If you’re trying to change the CSS for blockquote maybe try
blockquote
I do this with mine:
blockquote p { font-size:20px !important; line-height:26px !important; text-align: left !important; padding-left:20px;}
-
This reply was modified 11 years by
simchris.
I was trying with this topic https://forum.tagdiv.com/topic/how-to-disable-the-big-homepage-blocks-in-mobile-view/
but still .single_template_4 .similar-articles wont switch off at mobile devices.
I added custom css:
@media (max-width: 767px) {
.single_template_4 .similar-articles
display: none !important;
}
}
and
@media (max-width: 767px)
.similar-articles {
display: none !important;
}
}
any help?
Turn off the extension blocking update.
Try updating via FTP; delete old js_composer folder; upload new one (don’t “over-write” old one).
Basic issue with WordPress – not theme related.
You can Google the issue; some people make a “search” page with 404 template.
Basically there isn’t anything on site that should be linking to yoursite.xyz/search/
but hackers try to ping that location, and will generate the error in webmaster tools. Old known issue with WP.
Technically searches are done via
yoursite.com/search?query
(http://www.bintmusic.it/?s=mountain+bike)
so http://www.bintmusic.it/search/
will generate a 404 error since there is no page with that name or an index file in any folder by that name.
You can generally ignore that in your webmaster tools if there is just one of those and “mark fixed.”
If you are getting them constantly, then check your logs to see WHO is pinging that location and block their IP.
It’s possible that the search box, which starts with blank element
yoursite.com/search#
might somehow translate into a 404 — but that doesn’t show up in your XML sitemap, and Google is smart enough not to follow that deadlink in the search box (placeholder) — if they did you’d have hundreds of 404 errors per month.
Sorry if I’m rambling.
Generally it’s nothing to worry about.
Hi,
I have some problems with displaying block, elements at mobile view. Some of them i would like to switch off. I was trying do this using ‘advanced css’. But block wont switched off.
my site http://meteoserwis24.pl/
Thanks very much for the reply.
You are totally right. This approach is really difficult.
Finally I managed to find a solution with a nested wp query inside the page template…
I would like to ask you something else.
1. Is it possible to disable the link on the title of only one (not all of them) block on the homepage?

2. On category pages I see this: <meta itemprop="author" content="geopal">

I want to replace content=”geopal” with something static even for the other authors. How I can do it?
3. And the last one: Is it possible to trim the excerpts that appear on category pages?
Thanks in advance for your patience 🙂
I cannot, for the life of me, find where under Custom Typography I can change the size of the titles of posts that appear when using the Block 10 element. I can isolate everything other font but that one! Or I can change the CSS for it but, again, I don’t know where I would do that. Thanks in advance for any help with this.
Hi, we can block these two bars (see this -> https://dl.dropboxusercontent.com/u/22334399/Schermata%202015-05-08%20alle%2016.50.44.png) sliding only thereafter logo? We wouldn’t want this to happen -> https://dl.dropboxusercontent.com/u/22334399/Schermata%202015-05-08%20alle%2016.50.55.png
We want to block the two bars. You can?
Hi,
Please try this custom css for this: http://screencast.com/t/vej1qO7y3
.fb_iframe_widget {
display: block;
text-align: center;
}
Thanks!
Hi,
Just add in your page Homepage Post block and display your post: http://screencast.com/t/hTwrwsbtOSK
Please also follow our documentation – https://forum.tagdiv.com/newsmag-documentation/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You can add an extra class to your tab block – http://screencast.com/t/PNWF9w1hSF
And modify it via custom css: http://screencast.com/t/JOPUmebw
.test.wpb_tabs .ui-tabs-nav .ui-tabs-active a {
color: white;
background-color: red !important;
}
.test.wpb_tabs .wpb_tabs_nav li {
width: 20%;
}
.test.wpb_tabs li a {
padding: 10px !important;
font-size: 18px;
}
Thanks!
Hi,
You can paste your ad code in Theme Panel in a custom ad – http://screencast.com/t/NE1V48tS and use do_shortcode function to place it above related articles in post template: http://screencast.com/t/VIshEsfTT – http://screencast.com/t/orOb1ZmJ
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You could filer those post by using theme’s tag filer instead of hard-coding a custom query. Just add a specific tag for those posts that use that specific custom filed then filter the posts on the block using that tag.
Hope this helps!
Thanks
Hi,
As you can see our demo site also has this markup errors when checked with the validator: http://validator.w3.org/check?uri=http%3A%2F%2Fdemo.tagdiv.com%2Fnewspaper%2F&charset=%28detect+automatically%29&doctype=HTML5&group=0&user-agent=W3C_Validator%2F1.3+http%3A%2F%2Fvalidator.w3.org%2Fservices
The most common error as style inside div error appear but we use them on our blocks and we couldn’t find no alternative for that, you should ignore them, they are not important.
Other, like the “alt” attribute that was pointed here as missing, it’s present but it’s just not added in the alt filed when the image was added which makes the validator to give this errors.
The frameborder and marginwidth and several more come from your ad banners: http://screencast.com/t/aSYDsEXSJ
This http://screencast.com/t/U6gONuoGqY is caused by this: http://screencast.com/t/rhhV8p7UXp3k
The ampersand error also comes from your ad script path. This footer widget also causes some errors: http://screencast.com/t/vaOObPJO5 – http://screencast.com/t/0vKzgPVqO
Other errors like the link error is not quite relevant. The information in the error message is outdated, anyway. Error messages are apparently not updated as fast as the basic functionality of the validator.
Thanks
Hi,
1. The images are cropped for different sizes to be used on modules and you have this issue because of image aspect ratio. You can change the height size so the aspect ratio of the image to be closer to the aspect ratio of the picture – http://screencast.com/t/Uor66sP8FL0 but unfortunately there isn’t an ideal image size so it can look good on all thumbs, also depends which blocks/modules that you use for aspect ratio and you have to do some tests and see what aspect ratio to use.
You can find out more about cropping here – http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/ – https://codex.wordpress.org/Function_Reference/add_image_size
2. Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/pxATV4cS
.td-g-rec-id-header .adsbygoogle {
top: 5px;
}
.td-logo-rec-wrap {
min-height: 100px;
}
Hope this helps!
Hi,
You can set excerpt length for modules/blocks from Theme Panel > Excerpts for example Block 1 use module 2 and module 3(only module 2 has content) – http://screencast.com/t/em4OoFsby0w – http://screencast.com/t/S5xDNcEi
Also you can use some blocks without excerpt: http://demo.tagdiv.com/newspaper/block-3/ – http://demo.tagdiv.com/newspaper/block-4-2/
You also can hide excerpt only for your homepage using custom css in Theme Panel > Custom Css: http://screencast.com/t/jr8amIOPeGH
.home .td-post-text-excerpt{
display: none !important;
}
Thanks!