- 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
I’ve checked your site and the images are loaded fine now: http://screencast.com/t/UCvSrKcxoJtC However I’ve noticed that you have an error in browser’s console and theme’s icons seems to be blocked: http://screencast.com/t/Yowq4jJV Try this solution to unblock theme’s fonts: http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
Thanks!
Hi,
I have checked your site and on both android and ios the top bar displays at the top of the page. The display: none and display:block css parameters are not OS dependent. They will work on any browser and any OS.
Thank you!
Hello elpaulli,
If you want to sort your posts and order by Tags, you have to use the filter by tag slug from Block Settings, like this -> http://screencast.com/t/NQqp6lMGXnN and in this example, the block 9 will show you the posts which have abc tag and it part of Travel category. Also, please try to disable all the active plugins, leave just Visual Composer to active, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins.
Hope this helps!
If is not what you mean, please provide more details about what you want to achieve, so I will be able to provide a more accurate response.
Thank you for the message!
To clarify, it lets me save posts if I do them in the “Text” section but it then requires me to use all of the typical shortcodes to denote what is text and what isn’t. Really frustrating and not anything I can work with.
When I try to use Visual Composer’s Backend Editor on Posts, the same thing happens. I can’t edit a text block in the “Visual” WYSIWYG.
Hello broadstone,
I have checked your website and I saw that you are using the block 18 feature. Please notice that this is the style for this type of block and if you want to change this, it is not a simple task and require some additional customizations through code that involves custom work. If you want to get the same design as you explained above, I suggest using the Block 21, like this -> http://screencast.com/t/0Jh3fgNqmp
Hope this helps!
Thank you for the message!
How do i remove space between this two blocks
http://screencast.com/t/438m1xEWU
http://screencast.com/t/nn1GSHC9Vkz
hi!
why is my site block since i download your theme in google search shows This site may harm your computer.
I have not be able to run your theme for a month straight always problems with hosting provider because of malware and now problems with google and internet browsers
thank you
we have ads 728 x 90 we put it in the google code in “Custom ad 5” in Newspaper Theme panel then we added “ad box” in visual composer for the home page, but we still get another size ad
one of 300 x 250??
In the bottom near the footer we have a “Text Block” in visual composer with the google code and the them does not display nothing??
Can you help us, its been over a month trying to fix that
Hello
I can´t manage blocks with Visual Composer, I don´t know exactly what is the reason. When I am going to edit a page, it displays just three tabs but not the former structure´s blocks, so it´s very strange. I can´t add any block or whatever element.
Thanks
Hi
I am not able to edit my home page through the backend on my site, for some reason I cannot see the option that allow me to edit my category. Look at my home page you will see what I mean. I can give you login details so you can check the backend and see what is the problem.
Regards
Sally – OSD Product Review
Hi, if I create a author page for each author (using visual composer), how can I link to the the author page like done on the newspaper demo? I mean the link if someone clicks the author name enabled on blocks, modules & single post pages.
May be this related to your quote ? “Please notice that by default, the style.css file is directly moved to the footer when the speed booster is active.” https://forum.tagdiv.com/topic/page-has-1-blocking-css-resources-js_composer-min-css-ver4-11-2/#post-107560
I made it active using your tutorial in forum. I have other plugins installed and did this http://screencast.com/t/RZLIOPUNdqh
-
This reply was modified 10 years by
cstyn.
I have main categories with sub-categories – Main – News, Subs – Local, Regional, National
When the main category starts with an N i.e. News all sub-categories with lower alphabetical values ie A – M (Local, National) shows up in front of the Main Category in the All Post page (Local, News)- and if the subs start with a R (Regional) it shows up after the main Category (News, Regional)
On the home page the Blocks consequently pick the first listed category as per the All Post page i.r.o. whether it is the Main or the Sub.
This cause all sub-categories with starting characters higher, in this case, Regional to show the Main category News which is incorrect as it should show the sub.
I have tried all possible configurations but cannot get this to show correctly – please assist.
Hello.
The above picture shows a default page I made using newspaper theme. Is there a possible way that I will get the exact same look of this page to a category page. I need the ‘blocks’ to get added to the category template (as shown in the picture). Can you help me.
Hi
How to add custom title for big grid block?
The homepage has no h1 tag it’s no good for SEO.
Big grid custom title could be convenient place to put h1 tag.
It’s would be great if you add it there or someplace else.
Hello, i have created a static page in visual composer and selected filter “all categories” for it, and it worked for a month. But after the last theme update, one category (event) don’t appear in the static page (block 1). It’s a real problem, because is the category most important for the site. I read topics on this forum but i don’t have find a solution good for me. Do you have a suggestion? I also know the code to insert, but what is the right php page where i can add it? I post the code
query_posts( array(
‘post_type’=> array(‘post’, ‘tribe_events’),
‘paged’ => $paged,
‘cat’ => $category,
‘posts_per_page’ => $post_number
));
thank you very much for any suggestion
Thank you Oasontu
I tried to use [tagDiv] block 9 or [tagDiv] block 10 as sidebar widget, but there is no option to filter by “related post”
When I use “more article”, it not seen on mobile.
Best reargd
Hi,
Thank you for your great theme.
I created a child theme to customize it, however i can not figure out how to override some title tags imposed by the get_title( ) function in
\includes\wp_booster\td_module.php (<h3></h3>)
Same I would like to change the title tags <h4></h4> imposed by the get_block_title() function
\includes\block_templates\td_block_template_1.php
Thanks for any help !
Hi. Yes, is possible 🙂
Following the guides and forum I reached using Comet Cache, tagDiv Speed Booster, etc.
all nice, added in tagDiv Speed Booster the codes, removing statistic plugin by histats (js hosted at them), no ads.
but since I want to add some ads, and back my statistic plugin or other I need to get those 5% I miss:
Eliminate render-blocking JavaScript and CSS in above-the-fold content : style.css
– if I add
$this->move_style_to_footer_queue('td-theme');
then is showing in pagespeed/insights back (reverts) all the changes I made… so, not good.
– if I add ‘td-theme’ line above and remove any other block that contains ‘td-theme’ in Speed Booster it crashes.
– There is a way to fix style.css render-blocking?
i ask, since i followed all the other codes, used them, it works, but not for style.css …
– other note: adding (‘js_composer_front’) breaked my homepage, any page I do with composer is showing a vertical line on the left side of the theme. so I now use only latest posts as homepage, to look fine.
– on mobile I have 84 / 100 just because of the same error, style.css in the screen above.
using wp 4.4.2 and v2.3.5.
Hi!
I looked at your demos before I purchased the theme and one think I liked was the possibility of having different colors for different category tags (accordingly to the blocks, I think). Just as shown here:
http://demo.tagdiv.com/newspaper_fashion/
In your demo, for example, the first block on the left column has tags with black background with hover in orange; further down, in “Hot Stuff Coming” block, the background is still black but the hover color is violet; and then in the footer, the category tag background is salmon.
I was expecting the ability to control this in the theme control panel but I don’t think that’s possible. How can I define the colors and hovers for these category tags independently?
Hi,
Everything is going well with our website rebuild using Newspaper except that the complete footer block containing the Editor pick, Popular posts,Logo, about us etc has vanished from the Homepage. Can you advise us how to make it re-appear. We have tried using the Theme Panel (Footer Section) to make it visible again but with no luck. I’m sure we are doing something wrong in the settings. Any help would be welcome. We used the default Newspaper default as our template.
Many thanks
Drew
Problem rectified.
The issue was because of wordfence security plugin which was blocking XSS request theme panel was creating. Turning off or making it in learning mode resolved the issue.
Btw if you have installed wordfence security plugin then keep it on learning mode or turn it off. This is blocking all XSS request theme panel is creating.
Please youtube playlist doesn’t work in our website http://canal7cv.com/7aldia2/ I’ve tryed both ways, using the element button from Visual composer and with the code [td_block_video_youtube playlist_title=”7 AL DIA CONTENIDOS” playlist_yt=”list=PLJeyvhviS8bvAqx03TfsMDcchhrvFNXcs&index=1, PLJeyvhviS8bvAqx03TfsMDcchhrvFNXcs, PLJeyvhviS8bvAqx03TfsMDcchhrvFNXcs&index=3, PLJeyvhviS8bvAqx03TfsMDcchhrvFNXcs&index=4, PLJeyvhviS8bvAqx03TfsMDcchhrvFNXcs, PLJeyvhviS8bvAqx03TfsMDcchhrvFNXcs&index=7, PLJeyvhviS8bvAqx03TfsMDcchhrvFNXcs&index=8, PLJeyvhviS8bvAqx03TfsMDcchhrvFNXcs, PLJeyvhviS8bvAqx03TfsMDcchhrvFNXcs&index=10, PLJeyvhviS8bvAqx03TfsMDcchhrvFNXcs&index=11″ playlist_auto_play=”0″] please can you help me??