no, none of them work anymore.
I can get the extra field to show in the tagdiv composer but that’s it really.
I looked into the option of the first link but wouldn’t know where to alter in the tdblock.php
Hi
Thanks for a nice theme)
Please help me)
How can I create a block like in your blog? http://prntscr.com/kcp2fg
In TD Composer I found 22 block. But “Read more” look like a link. Maybe I can to change a link “Read more” to the button in 22 block of TD Composer. But I can`t find how exactly(
Alex
Hi,
You can edit the page with the tagDiv composer, that way you can see what elements are used. That issue with the images seems to happen with the WPBakery plugin active as mentioned above.
Disable WPBakery and edit the page with TD composer, make any changes you want to the page. Use your own content, the default content is only for demo purposes. Let us know if you have more questions.
Thanks
Hi,
The cloud library plugin will work only with theme versions 8.8 and above. It will work only with the tagDiv composer as well and will allow users to design post templates easily. More beautiful templates are on their way.
For adding a new post template by code there is no guide I can provide you. You could modify an existing one if required. In a loop file you can modify the structure of the template (it is possible to modify it in a child theme)
– https://www.screencast.com/t/HujVnLkOu
Depending on what exactly you want to do with the template, CSS may have to be used as well
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If you should decide to update the theme and benefit from all the fixes and additions from 8.1 until 8.8.2, this is a guide
– https://forum.tagdiv.com/how-to-update-the-theme-2/
You can see the changelog at the bottom of this page
– https://themeforest.net/item/newspaper/5489609
Thanks
Hello meri,
You should use the TD Composer and customize it yourself the page layout using that page builder. For more information about this, please check the following guide from here -> https://forum.tagdiv.com/tagdiv-composer-tutorial/
Thanks for your understanding!
Hello terrya,
You should use a category template from our Cloud Library and customize it yourself using the TD Composer and add the Author box, like this -> https://www.screencast.com/t/wOJ3a0s32
Thanks for the message!
Hello pocto,
5)Please provide some useful screenshots with your desired changes so I will be able to provide a more accurate response.
6)You should simply add a block into your sidebar from Widgets section and sort it by Latest Articles. Also, if you want to add the Widgets on your Sidebar from the page, you should edit it with TD Composer, Widgetized Sidebar element.
7)Unfortunately, the theme does not have any such an option that allows you to make some changes over that section from the panel. All the available settings for that section can be found here -> https://www.screencast.com/t/sgRJn7ig8T If you want to customize this area in another way notice that you should do it yourself through the code because we cannot provide support for untested plugins. Usually, we recommend the developers from studio.envato.com.
8)Sorry but please notice that’s the default functionality of our Smart Sidebar and it has been designed to works as expected, in that way. If you want to customize it you should do it yourself because we cannot provide support for untested plugins.
P.S I’m sorry that I have missed answering your other questions.
Thanks for your understanding!
What page builder are you using? Theme blocks or grids for example will work with both tagDiv composer and WPBakery, so their shortcodes will work.
If you maybe use a different page builder and none of the provided composers are active, then the shortcodes will not work.
In that case you could try and use shortcodes provided by your page builder instead.
Is it possible to order a revision of the theme, in the form of two blocks based on the visual composer?
Example
thanks you
but my website still in localhost i am editing homepage using TD Composer but some parts of homepage is not directly editable using TD composer for example:
latest news
and editors pick
the element option setting is not appears for this block
Hello khalil,
You should edit the homepage with TD Composer as page builder and then, you have to edit the Sidebar section. Also, you can provide your website URL so I can take a closer look at it. For more information about TD Composer, please check here -> https://forum.tagdiv.com/tagdiv-composer-tutorial-2/
Thanks for your understanding!
Hello.
I have spent the past days trying to find a way to be able to filter my posts based upon category and custom taxonomy.
Since tagdiv sadly doesn’t support custom taxonomy filtering, I was hoping that adjusting a block might do the trick.
is it possible to perhaps make 26 copies of block 10 and module 10 (doable with the api plugin example on your site https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/)
for instance block 10 A, block 10 B,.. to make an alphabetical index ?
I’d then adjust the post loop to only include posts from that taxonomy, whereas the filter in the tagdiv composer could then be set to the different categories (movies, music etc).
could you tell me if this is doable and where this query can be adjusted ?
I’ve followed literally all links you post in the replies stating have a look here, but they are always outdated or incomplete as an answer.
this is the loop argument that I’d like to include in the blocks:
$args = array(
'post_type' => 'post',
'posts_per_page' => '-1',
'meta_key' => 'keyword',
'orderby' => 'meta_value',
'order' => 'ASC',
'tax_query' => array(
'relation' => 'AND',
array(
'taxonomy' => 'alphabetical_letter',
'field' => 'term_id',
'terms' => array( '441' ), //this is by slug
),
array(
'taxonomy' => 'category',
'field' => 'slug',
'terms' => array( 'muziek-recensies' ), //this is by id
),
),
);
// The Query
query_posts( $args );
// The Loop
if (have_posts()) {
while ( have_posts() ) : the_post();
echo $td_template_layout->layout_open_element();
if (class_exists($td_module_class)) {
$td_mod = new $td_module_class($post);
echo $td_mod->render();
} else {
td_util::error(__FILE__, 'Missing module: ' . $td_module_class);
}
echo $td_template_layout->layout_close_element();
$td_template_layout->layout_next();
endwhile; //end loop
echo $td_template_layout->close_all_tags();
Hello:
I started my site design by importing say-what demo. Next am attempting to modify it to include some styling elements from other newspaper demos, including main newspaper demo.
I used inspector to determine that big grid slide is composed of (1) mx_9 and (3) MX-10, and switched category label visibiliy to ON for both those modules. But category label shows only on module MX_9, not on MX_10’s. So I guess style imported with the say what demo is overriding it?
Big Grid Slide element’s animation style in main NP demo is expand on hover. It also shows this way in my site’s tagdiv composer live view. But on the front end it does not. So I guess style imported with the say what demo is overriding it?
1. How do I set up big grid slide to look exactly like demo https://demo.tagdiv.com/newspaper/big-grid-slide/ ?
2. Where are element text styling controlled? Font, size, capitalization, etc.?
3. Where are element hover animation and styling controlled? Darken, hover, etc.?
4. Where are element category label controlled? Visibility, color, etc.?
Thank you,
Bruce
Hi Janelle. As per the tagdiv team’s advice, you should not use tagdiv composer and wp bakery at the same time. In fact, the team recommends using td composer and uninstalling wp bakery. So, if you have not created any pages with wp bakery, deactivate and delete it. Nothing will happen to td composer. (I don’t work here)
Hi, lot of magazine companies have partner ships with others and so we need show their logos….this is important….and I can not find any official way how do that. Somebody else has talked about it here and no the back of the reaction….. There are only this options:
1) Switch Off your outgoing “tagDiv Composer” and use native WPBakery Page Builder only with line format 1/6 + 1/6 + 1/6 + 1/6 + 1/6 + 1/6.
BTW your Composer editor still does not work properly for macOS!!! Editor elements are out of frame.
2) or make some block element for this, where i can show 6-8 images in original size and format.
3) or make compatibility for some 3th supplier of elements.
Sorry for my bad english and reaction I’m very upset. Thx have nice day.
kulturio.cz
I added three pictures with title by using TD Composer on dekstop. I want to see them on mobile too.
I did deactiveted mobile theme plugin, only I could see them on mobile in this way. But my website in google test not mobile friendly.
What I should do to to see my changes on mobile theme.
I’m running Newspaper v 8.8.2 and WPBakery Page Builder version 5.5.1 is showing up under installed plugins and is asking to be updated to Version 5.5.2 The plugin author’s page advises to buy a separate license even if you got WPBakery in a theme (naturally they want more sales).
Luckily I saw on this TagDiv page that we don’t need to purchase a separate license. It does however say we should uninstall the plugin: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
I’m worried about uninstalling it because I might then lose access to the TD Visual Composer? Do I need to follow the instructions at the above link to remove the WPBakery plugin? Am I ok just to do nothing and let the plugin continue complaining about needing an update? I’m assuming the next theme update would fix this.
Thanks,
Janelle
1. Disable WP Bakery Visual Composer if you have it installed. See more here https://forum.tagdiv.com/topic/bug-with-team-member-immage/
2. The four columns are made with “Title over image” element of the multipurpose shortcodes.
I just bought this theme,
I had instaled the the plugin tagdiv composer , but TadDiv composer does not load
help me please
Thanks =)
Hey guys,
1) I’ve recently installed the Raw & Wild demo theme, however, when I try to edit in TD Composer I keep getting a red notification at the top of the screen that reads “invalid data.” I’ve tried removing images to add in my own images to make the website my own, however, no matter what I do, it never loads and I get the “invalid data” notification. I was under the impression that we are able to edit demo pages and quickly turn them into our own. Is that not the case?
2) Also, regarding the Raw & Wild demo page, I love the full width picture of the tiger on the home page as well as the four columns (wild horses, lion reserve, monkey business, elk river) underneath it. Is there a way to find out what blocks those are? I’ve looked in the backend editor but it’s all just HTML text and doesn’t show what blocks were used to create those sections on the home page.
I look forward to your reply.
Justin
Flex block one does not have normal pagination. Open the flex block with TD composer and click on the filter tab. Scroll down until you see Extra>Pagination and select the kind of pagination you want from there (Next Prev, Load More, Infinite Load).
I know that custom taxonomies are (currently) not a supported filter in the tagdiv page composer. Sadly for my client this function has become quite a turning point and a critical one that I really need to solve if I wish to deliver a working finished website.
So, following a couple of suggestions on here that it might be possible, I started looking into this, only to reach partial success.
As far as I know, this custom build will be overwritten with any new update so I know that if I get this working I need to reprogram this.
So, here’s what I got so far.
The filtering is defined in the td_config file, and I have based my trials upon the category function.
(basically copying it and adjusting it to what I thought/think should work)
I have copied and then altered this code:
array(
"param_name" => "category_id",
"type" => "dropdown",
"value" => td_util::get_category2id_array(),
"heading" => 'Category filter:',
"description" => "A single category filter. If you want to filter multiple categories, use the 'Multiple categories filter' and leave this to default",
"holder" => "div",
"class" => "tdc-dropdown-big",
'group' => $group
),
into this code
array(
"param_name" => "taxonomy_id",
"type" => "dropdown",
"value" => td_util::get_taxonomy2id_array(),
"heading" => 'ABC filter:',
"description" => "A single category filter. If you want to filter multiple categories, use the 'Multiple categories filter' and leave this to default",
"holder" => "div",
"class" => "tdc-dropdown-big",
'group' => $group
),
this breaks the website.
I keep seeing td_util::get_category2id_array so I am guessing (correct me if I am wrong) that this refers to the file found in wp booster folder “td_util.php”.
In that file I found indeed the get_category2id array arguments so I performed the same trick again.
Turning this code
/**
* generates a category tree, only on /wp_admin/, uses a buffer
* @param bool $add_all_category = if true ads - All categories - at the begining of the list (used for dropdowns)
* @return array
*/
private static $td_category2id_array_walker_buffer = array();
static function get_category2id_array($add_all_category = true) {
if (is_admin() === false) {
return array();
}
if (empty(self::$td_category2id_array_walker_buffer)) {
$categories = get_categories(array(
'hide_empty' => 0,
'number' => 1500
));
$td_category2id_array_walker = new td_category2id_array_walker;
$td_category2id_array_walker->walk($categories, 4);
self::$td_category2id_array_walker_buffer = $td_category2id_array_walker->td_array_buffer;
}
if ($add_all_category === true) {
$categories_buffer['- All categories -'] = '';
return array_merge(
$categories_buffer,
self::$td_category2id_array_walker_buffer
);
} else {
return self::$td_category2id_array_walker_buffer;
}
}
into this
/**
* generates a taxonomy tree, only on /wp_admin/, uses a buffer
* @param bool $add_all_taxonomy = if true ads - All taxonomies - at the begining of the list (used for dropdowns)
* @return array
*/
private static $td_taxonomy2id_array_walker_buffer = array();
static function get_taxonomy2id_array($add_all_taxonomy = true) {
if (is_admin() === false) {
return array();
}
if (empty(self::$td_taxonomy2id_array_walker_buffer)) {
$taxonomys = get_taxonomys(array(
'hide_empty' => 0,
'number' => 1500
));
$td_taxonomy2id_array_walker = new td_taxonomy2id_array_walker;
$td_taxonomy2id_array_walker->walk($taxonomies, 4);
self::$td_taxonomy2id_array_walker_buffer = $td_taxonomy2id_array_walker->td_array_buffer;
}
if ($add_all_taxonomy === true) {
$taxonomies_buffer['- All taxonomies -'] = '';
return array_merge(
$taxonomies_buffer,
self::$td_taxonomy2id_array_walker_buffer
);
} else {
return self::$td_taxonomy2id_array_walker_buffer;
}
}
and a bit further down this
class td_category2id_array_walker extends Walker {
var $tree_type = 'category';
var $db_fields = array ('parent' => 'parent', 'id' => 'term_id');
var $td_array_buffer = array();
function start_lvl( &$output, $depth = 0, $args = array() ) {
}
function end_lvl( &$output, $depth = 0, $args = array() ) {
}
function start_el( &$output, $category, $depth = 0, $args = array(), $id = 0 ) {
$this->td_array_buffer[str_repeat(' - ', $depth) . $category->name . ' - [ id: ' . $category->term_id . ' ]' ] = $category->term_id;
}
function end_el( &$output, $page, $depth = 0, $args = array() ) {
}
}
into this
class td_taxonomy2id_array_walker extends Walker {
var $tree_type = 'taxonomy';
var $db_fields = array ('parent' => 'parent', 'id' => 'term_id');
var $td_array_buffer = array();
function start_lvl( &$output, $depth = 0, $args = array() ) {
}
function end_lvl( &$output, $depth = 0, $args = array() ) {
}
function start_el( &$output, $taxonomy, $depth = 0, $args = array(), $id = 0 ) {
$this->td_array_buffer[str_repeat(' - ', $depth) . $taxonomy->name . ' - [ id: ' . $taxonomy->term_id . ' ]' ] = $taxonomy->term_id;
}
function end_el( &$output, $page, $depth = 0, $args = array() ) {
}
}
Alas to no avail.
I know you guys don’t support the taxonomies in the tagdiv (why I don’t know) and that you simply dont have time to do this kind of custom builds, but could you help me out on this one.
What am I doing wrong or is this really the complete wrong way to try to achieve what I want ?
once again, the custom taxonomy that I have made is called “alphabetical letter”.
TD Composer – This plugin requires Newspaper v8.7.5 but the current installed version is Newspaper v7.0.1.
To fix this:
– Delete the TD Composer plugin via wp-admin
– Install the version that is bundeled with the theme from our Plugins Panel
Unfortunately, I do not use td-Composer. Just the Theme options. If you can give me the code which I can insert in the header3.php, I will do that and try.
Im having this strange error while trying to edit my main page with Tagdiv Visual Composer
I was working normally, deleted some posts and categorys and when I tried to edit the main page that error appears
What can I do?
thanks in Advance