Search Results for 'block'

Results from the Forum
Calin
tagDiv Staff

Hi,

You can set the image height in flex blocks 5 -> https://www.screencast.com/t/mbmQmIP2AcC

Hope this will help you!
Thank you!

Simion C.
tagDiv Staff

Hi,

If you use an actual blog page – http://prntscr.com/nahun7 there will be no control in terms of filtering the posts that appear. All the posts will be displayed, sorted by latest (publish date).

However if you use a static page (built with the tagDiv composer)
https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
https://tagdiv.com/how-to-create-homepages-with-newspaper-theme/
The content can be displayed in blocks, grids etc. These have options for filtering
https://forum.tagdiv.com/block-settings-guide/

There are ready made homepages that can be imported with the cloud library plugin
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
https://cloud.tagdiv.com/#/load/Homepages
Also there are block and grid designs, sections and many other templates that can be imported and used.

If you have a category named “”Funnel” that category page will only show posts with that category. If you want to also create a page to show these posts, you can do that. Enter blocks and grids in it, filtered by that specific category.

If you need help or you have more questions, let me know.
Thanks

pageoneph
Participant
#0

Hi Guys,

On my website, http://c6d.7ba.myftpupload.com, the photos on the blocks are not appearing.

I thought I did something wrong so I created a duplicate of the website and reinstalled the theme. but the results are the same.

Help!!!

chugs
Participant
#0

I am trying to add a new category top section style
https://forum.tagdiv.com/td_api_category_top_posts_styleadd/

using the plugin method
https://forum.tagdiv.com/the-plugin-method/

My plugin folder structure

td-api-plugin

– td-api-plugin.php

– includes
– – category_top_posts_styles
– – – td_category_top_posts_style_77.php

– images
– – panel
– – – category_templates
– – – – icon-category-top-77.png

My td-api-plugin.php code

<?php
/*
Plugin Name: td-api-plugin
Plugin URI: http://tagdiv.com
Description: tagDiv API plugin
Author: tagDiv
Version: 1.0.2
Author URI: http://tagdiv.com
*/
class td_api_plugin {
    var $plugin_url = '';
    var $plugin_path = '';

    function __construct() {
        $this->plugin_url = plugins_url('', __FILE__);
        $this->plugin_path = dirname(__FILE__);

        add_action('td_global_after', array($this, 'hook_td_global_after'));

    }

    function hook_td_global_after()    {

// Add a new category top posts style
td_api_category_top_posts_style::add('td_category_top_posts_style_77',
    array (
        'file' => $this->plugin_path . '/includes/category_top_posts_styles/td_category_top_posts_style_77.php',
        'posts_shown_in_the_loop' => 1,
        'img' => $this->plugin_url . '/images/panel/category_templates/icon-category-top-77.png',
        'text' => 'Style 77',
        'td_block_name' => 'td_block_big_grid_77'
    )
);

    }

}
new td_api_plugin();

td_category_top_posts_style_77.php code

<?php
class td_category_top_posts_style_77 extends td_category_top_posts_style {
function show_top_posts() {

parent::render_posts_to_buffer();

if (parent::get_rendered_post_count() == 0) {
return; // die here
}
?>

<div class=”td-category-grid td-container-wrap”>
<div class=”td-container”>
<div class=”td-pb-row”>
<div class=”td-pb-span12″>
<?php
echo parent::get_buffer();
?>
</div>
</div>
</div>
</div>
<?php
}
}

I am able to see the addition of the new category top posts style in the panel. I am able to select it and save the settings but get the following error on the category page.

wp_booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block is not set.
…/wp-content/themes/Newspaper/includes/wp_booster/td_api.php

Any pointers to were I am going wrong would be helpful.
Thanks.

ancestrycounts
Participant
Modules - topic
#0

I’m new and I need help with modules. Where do you set the modules or know which modules you are using? I see references to modules, for instance ThemePanel/Block Settings/Category Tags on Module and Blocks: There is a list of of modules, but I don’t know which module I’m using or where that is set.

Sorry for what probably seems like a silly question.

Stacey

dragonstreet
Participant
#0

Hi,
coming from the standard WPBackery visual builder from my previous theme, I desactive and uninstall/delate it, and install the TagDiv specially made WPBackery visual builder.
Everything look in place in my post, except that my images (in their block) are like zoomed (I can’t adjust them by editing). Also I use to have an outline line turquoire around my images which disapeared. (But still set in the WBBackey option block)
Is that a bug ? Or a featured desativated from the standard visual composer to the tagDiv one or a regeneration images problem ?
Thanks a lot for your help
David

Jose
tagDiv Member

I don’t know how to make the photo below (Flx Block 5) equal to the one above (block 5).

Simion C.
tagDiv Staff

Hi,

A time ago or last modified format is possible within a cloud post template
http://prntscr.com/naeul3

For modules there is a modified date setting only – http://prntscr.com/naeuyh and not a time ago, at the moment.

There are various topics that you could try, but note that modifications made to the plugins will be lost after a theme update
https://forum.tagdiv.com/topic/implementing-the-time-ago/
https://forum.tagdiv.com/topic/changing-the-date-to-x-time-ago/
https://forum.tagdiv.com/topic/the-time-ago-in-block-3-is-correct-but-another-block-is-wrong-time/

Thanks

Jose
tagDiv Member

Hello Calin,

I’ve used block 5 in columns of 4: https://bit.ly/2GgFvLT

And also in columns of three: https://bit.ly/2G5Gtt0

And the result is excellent, but in columns of two, it doesn’t work well.

What similar alternative can I use?

I just need to show the product photo (not rectangle) and below or above the product title (the product is a post).

The Flexk Block also adds a brief description (that I need to remove).

Thanks

jansuo
Participant
#0

Hi!
Can you tell me what is these (custom?)fields names:
Primary Category
Subtitle
Quote on blocks
Source Name
Source URL
Via Name
Via URL

I’am importing articles via WP AllImport plugin and first of all I need to put primary category from xml feed.

Calin
tagDiv Staff

Hi,

Indeed you have some ads in posts -> https://www.screencast.com/t/XbMwVBFKX2L -> https://www.screencast.com/t/r2SmEqdf
I found a possible cause for this to happen
https://www.kerstner.at/2014/09/multiple-google-adsense-ad-blocks-on-same-page-are-causing-error-400-bad-response/

Here are some similar topic
Topic Tag: 400 Bad Request -> https://wordpress.org/support/topic-tag/400-bad-request/
400 Bad Request Error: What It Is and How to Fix It -> https://airbrake.io/blog/http-errors/400-bad-request

Thank you!

Calin
tagDiv Staff

Hi,

If you are using widgets for your sidebars, than you’ll need to go in Appearance > Widgets and edit the blocks that you have set in that sidebar -> https://www.screencast.com/t/deKuiHMbVo9 -> https://www.screencast.com/t/n9wkMj21yP

Thank you!

Calin
tagDiv Staff

Hi,

Unfortunately the blocks do not have a good flexibility, that is way is recommended to be use only with the firs link of layout -> https://www.screencast.com/t/RGWTvdhDQIE , we recommend to use some flex blocks, for example you can try the flex block 5 -> https://www.screencast.com/t/iez5Krhwam -> https://www.screencast.com/t/yUmpLIXGC9mu

Thank you!

Calin
tagDiv Staff

Hi,

You can get the most of the fonts in the Theme panel>Theme fonts -> https://www.screencast.com/t/GAFCPgKVwc
But you say that you want to “Change default font for all types in child theme”, and in order to do that you need to set the code css for those elements that you want to change in child theme.
The style of theme can be found in wp-content/themes/Newspaper/style.css -> https://www.screencast.com/t/I6mOye5L
But the easyest way will be to use the Theme panel for general fonts and tagDiv Composer for individual fonts.
Block settings guide -> https://forum.tagdiv.com/block-settings-guide/

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Notice that what you want to achieve is a custom work for an option that our theme already have it ( time ago options ) for post and modules/blocks.
Your time ago need to have some class set like those from td_module.php ( this is the parent module for all modules ) -> https://www.screencast.com/t/9qQ3glTzytVF you need to add to your code those classes.

Thank you for your understanding!

viatxtLG
Participant
#0

I have just bought Newspaper and am just getting to grips with the basics
My first real issue is when i select add element I can only see as far down as block 13 and can’t scroll down any further than that. So I can’t see anything else in the composer below.

I have a macbook air and I have tried safari, chrome and firefox
Any Ideas

aditya58singh
tagDiv Member

I tried and removed that block of code… now it is not showing as feature image but the 1 image is not coming in a post now… the 2 image in the smart list is fine.
AS the first image is changing to feature image and we have deleted the code for that.

Jose
Participant
#0

Hello,

I created a double row. I have inserted a block 5 in each of them, and I have centered it. The text is centered, but the image is not center. What am I doing wrong?

Row / column and element have “H. aling = center” but imagen isnt center.

URL: https://bit.ly/2G4Rmvi

Thanks

Calin
tagDiv Staff

Hi,

You can try a custom css for this -> https://www.screencast.com/t/R2VrpyTyGy
.td_module_flex_1 .td-post-category {
width: auto;
display: inline-block;
float: right;
margin-top: -27px;
}

Thank you!

Simion C.
tagDiv Staff

Yes, when installing a demo without content pages will not be provided. On the other hand if it’s installed with content, the pages will be imported and they will display demo posts. I should have mentioned this previously, sorry for this.

Create pages or import them from the cloud (these can be edited and modified). Configure each element inside them to display the content you want, then set it as homepage.

There are many elements in the cloud, like block and grid designs, sections etc. These can be used to quickly create pages and templates.

Please let us know if you have more questions, we will help you as best we can.

Calin
tagDiv Staff

Hi,

Unfortunately you can not do this settings, our theme is build to adapt the layout to the screen automatic, you can not redesign the row manually.
Please try to use some flex blocks, those have functionality to can be change on each device ( like you want to do with the row).
On desktop: https://www.screencast.com/t/6HKNJjl35i
On mobile: https://www.screencast.com/t/Ik42eacS3DgK

Thank you!

Calin
tagDiv Staff

Hi,

You can save that block as element -> https://www.screencast.com/t/JHOz0c66cq5 -> https://www.screencast.com/t/2cRi96KoedfQ -> https://www.screencast.com/t/7GTwKnRHm2 after you save the block, you can set it with tagDiv Composer in other pages/templates.

Thanks!

LenFI
Participant
#0

Hi guys,

I am using a Flex Block 1 on my home page and I used some alterations to make it appear as a list.

Now I want to also display the category tag in the list, but adding this shows the category under the topic title.

See:
Flex Block 1

What I want is to have the category tag to appear on the right side of the blok on the same level as the title. Like this:

Flex Block Category

Any tips or help to get me in the right direction?

Cheers,

Len

Simion C.
tagDiv Staff

Hi,

Should display the logo that is set in the theme panel, menus as well, with the header template chosen in the panel.

What if you set a new page as homepage – https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
You can build a new page with the tagDiv composer or import one and configure it
https://tagdiv.com/tagdiv-composer-page-builder-basics/
Demo homepages designed by us can be imported with the cloud library plugin
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
https://cloud.tagdiv.com/#/load/Homepages

The blocks, grids and other post displaying elements will show posts according to the filtering set for each – https://forum.tagdiv.com/block-settings-guide/

Ads can be set in the theme panel predefined spots, or the ad codes can be inserted in an ad box element in the composer directly – http://prntscr.com/n9zjyu

We could take a look first hand to see what is happening, so we can understand better. Please send us an email at contact@tagdiv.com and provide admin login. Include a link to this topic in the email.

Let us know.
Thanks

Calin
tagDiv Staff

Hi,

If you want to set a post to be show all the time in your homepage you need to add a block and set the post id in that blocks filter -> https://www.screencast.com/t/LbMX6PsK1 -> https://www.screencast.com/t/jXoa8iH6hg0 -> https://www.screencast.com/t/zkOy1XnS

Please check our documentation for Block settings guide -> https://forum.tagdiv.com/block-settings-guide/

Thank you!

Viewing 25 results - 16,001 through 16,025 (of 39,816 total)