Search Results for 'block'

Results from the Forum
Catalin
tagDiv Staff

Hello Ryansmccain,

In the future, before starting to create your project, I recommend you reading all of the theme’s documentation to get familiar with what the theme can do and how the theme works. Regarding on footer section, I have inspected it and I saw that you are using the Footer Template Style 1 which is default footer template which contains 3 blocks for Editor Picks, Popular Posts, and Popular Category. The first block will display you all the posts which are contained in Featured Category. Otherwise, will not bring anything. The popular posts widget do not display any image because your posts do not have any featured images set up, sorry! COnsult our documentation regarding on Footer templates from here -> https://forum.tagdiv.com/footer-templates/ and for Featured images, like here -> https://forum.tagdiv.com/featured-image/

Hope this helps!

Thanks for your understanding!

sunnydream
Participant
#0

Hi, I can’t find the setting to adjust the width of block 1 from TagDiv Composer. There is an option to adjust the column layout to full length, or 1/3 & 2/3, etc, but this changes the entire page instead of just block 1. Thanks!

tom2020
Participant
#0

Hey Guys,

Looking to remove the lower half of the Latest articles under my video block. Seems it does not show up in the TagDiv editor or on the back end in WP.

Lower Half

I assume its code i need to remove from a sheet, any help or a quick tip on how I could do it would be greatly appreciated. Still getting used to the theme.

Thanks

ataoglu78
Participant
#0

Hi i write my costum mobule as below. I need to index number for loop. How do i get index number. how to find more option for usin this api

class td_module_77 extends td_module {

function __construct($post) {
//run the parrent constructor
parent::__construct($post);
}

function render() {
ob_start();
$count = 0;
?>

<div class=”<?php echo $this->get_module_classes();?>”>
<div class=”td-module-image”>
<?php echo $this->get_image(‘td_324x160’);?>
<?php if (td_util::get_option(‘tds_category_module_1’) == ‘yes’) { echo $this->get_category(); }?>
</div>
<?php echo $this->get_title();?>

<div class=”td-module-meta-info”>
<?php echo $count;?>
<?php echo $this->get_author();?>
<?php echo $this->get_date();?>
<?php echo $this->get_comments();?>
</div>

<?php echo $this->get_quotes_on_blocks(); ?>

</div>

<?php $count++;return ob_get_clean();
}
}

savunmahatti
Participant
#0

Hello,
i use this block type in my home page.
https://cdn.pbrd.co/images/GRkXlhH.png

But i have a problem. Because our some title single line and some title double. I want all the titles to appear in two lines. If it is not two lines, I want a space at the title bottom. So I think that the up / down shift of the module is a solution to the problem. How can I do that?

Catalin
tagDiv Staff

Hello d85,

Please check our useful documentation here -> https://forum.tagdiv.com/newsmag-header-ads/ and also, make sure that you are not using the Ad Blocker to your browser.

Thanks for the messager!

Catalin
tagDiv Staff

Hello poporil,

I guess that you are referring to the Random sorting which is available in BLock Settings, like this -> https://forum.tagdiv.com/block-settings-guide/

Thanks.

Catalin
tagDiv Staff

Hello Ryansmccain,

If you want to display the most popular posts on your website notice that you have to use a block filtered by popular posts according to our documentation here -> https://forum.tagdiv.com/block-settings-guide/

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,

If you want to change the default theme implementation, you can find the author function here: https://www.screencast.com/t/trMzx7hyMDo and the title function here: https://www.screencast.com/t/LeGP2zblzWx
Each block uses 1 or more modules like mentioned here: https://forum.tagdiv.com/theme-blocks-modules/
The module files are found under includes/modules
Unfortunately we cannot provide a solution for your request as we cannot offer any custom work at the moment.

Thank you!

themaker67
Participant
#0

there is a way to have a single block to show latest article from a fixed category?
I need to have 9 fixed places (3×3) with fixed categories where to show latest articles from each cat.

Simion C.
tagDiv Staff

Hi,

At the moment category pages cannot be edited with the composer, like normal pages. All the settings have to be set in the theme panel
https://forum.tagdiv.com/how-category-settings-work/
You can choose a category template, top posts grid style, module used to display the posts etc. All these in the theme panel. Placing a block in te category page could only be done by manually editing the category files. These are some similar topics
https://forum.tagdiv.com/topic/category-top-posts-style-featured-posts/
https://forum.tagdiv.com/topic/trending-now-on-category/

Thanks

Bogdan B.
tagDiv Staff

Hello,

Sorry but plugins will not be able to do that. The pagination in our blocks is custom made and the blocks cannot have the standard wordpress pagination. There is no plugin that can do it. You will have to hire a freelancer to do it for you if you need standard pagination on blocks.
If blocks are not where you want the pagination. please provide more details

Thanks

Bogdan B.
tagDiv Staff

Hello,
Please make sure you increase your memory allocation like so: https://forum.tagdiv.com/system-status-parameters-guide/
Also please test without any plugins active. Please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Also please check with your host and the htaccess file for any blocked content on your site.
The https/ssl implementation also can influence the theme panel if not done properly.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Sorry but unfortunately our theme modules and blocks will work with a custom post type but not with custom taxonomies. There is no simple solution to filter custom post types by their custom taxonomy in our theme blocks.

Sorry for the inconvenience.

Simion C.
tagDiv Staff

Hi,

That would require modifications to the mega menu block, and remove the default pagination and replace it with a different functionality
https://www.screencast.com/t/ltNzHWKEMGKt
Something like that will probably not be so easy, as it would require to get and create the link for each category.

Thanks

Bogdan B.
tagDiv Staff

Hello,

Sorry but the theme does not offer any category ads. If you want to place ads inside the category content, you will have to do it custom. Here is an example:
https://forum.tagdiv.com/topic/advertising-block-in-category-page/

Thanks

Bogdan B.
tagDiv Staff

Hello,
Please add this code to your theme panel-> custom css box:

.page-template-default .wpb_text_column .w2dc-listings-block :last-child{
margin-bottom:0!important
}

Thanks.

Simion C.
tagDiv Staff

Hi,

The regeneration process will recreate all the necessary thumbnails needed for the theme modules. If you have regenerated the thumbnails and there is still a problem, please take note that the GD library is required to be installed on the server
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
You could check with the hosting provider if it is installed. Then there should be no problem with the thumbnails.
If possible please provide a link to your website so we can inspect it, if the issue is still present.

Thanks

Simion C.
tagDiv Staff

Hi,

Sorry for misunderstanding, indeed it seems the social counter elements breaks when adding the icon class. It is happening for me as well
https://www.screencast.com/t/wvEskNARbhxI
This code should fix it – https://www.screencast.com/t/vRtTywg4B

.td_block_social_counter.fa {
display: block;
}

Thanks

CurioSfera
Participant
#0

I can’t insert any blocks (block 3, block 15, etc) in a categories?
Why? is possible?

dannynoordin
Participant
#0

Hi,

I can’t seem to edit the text in TD Composer when I hit the EDIT CONTENT button. It will try to load up the window and stays that way.

I have tried to delete the block and install a new one and the same thing happens. Please help quickly. Thank you.

I’ve just sent an email to contact@tagdiv.com

alexliu0317
tagDiv Member

Hello,

To give you more clues and info, under category fashion i have style and frame. If I choose to display only the contents in frame, it’s perfectly fine. If i choose style , same thing happens. however, that block is supposed to run all articles combining the two …and show be showing from latest as i am trying to build a news media website.

it would be odd if i cannot show them from latest.

thank you.

jOOc
Participant
#0

Hi,

Display the category in blocks work with normal posts but not with custom taxonomy.

Here is what I did as a easy test:

1. Create a normal post with “Category” : news
2. Upload and active your “td-custom-post-type.zip”
3. Create a new book with a new “Genre”, example: horror
4. Create a new page “BOOKS”
5. Edit with “TagDiv Composer”
6. Add a new “block 12” section
7. Change “Post Type” to include “td_book, post”
8. Save
9. Verify you have these settings in the Newspaper theme
Block setting -> Category tag on Modules/Blocks -> Module 11 = ON
CPT & Taxonomy -> Books -> Category Spot Taxonomy = Genres
10. Go to your new page “BOOKS”

The category “news” is shown on the normal post, but the category/genre “horror” is not shown on the book post.

Am I missing anything or?

josecarlos
Participant
#0

Hi, I am having a problem, when I insert a block below the Big Grid 2, it appears an extra post below the Grid.

Any ideas on how can i fix this or why is it happening?, I attach the images from the Visual Composer and of the Grid itself

Thanx!

sector
tagDiv Member

Hi,
i have a same problem and also i tried to “Regenerate All Thumbnails”(https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/) but problem still continue.
How could i solve this?

Viewing 25 results - 22,526 through 22,550 (of 39,816 total)