Search Results for 'block'

Results from the Forum
Simion C.
tagDiv Staff

Try it like this, see if it works proeprly

[vc_row][vc_column width="2/3"][td_block_15 custom_title="Anzeigen im Schaufenster" category_id="63" limit="6" ajax_pagination="next_prev"][/vc_column][/vc_row]

Achimzwo
tagDiv Member

Hi Simion,
it should be displayd on the ARTICLE BOTTOM AD.
Block 15 on a Page is no Problem.
Screenshot Page
But it looks like this:
Screeshot Article
The setting in Admin Panel is this:
Screenshot Admin Panel

Thank You

Achimzwo

Simion C.
tagDiv Staff

Hi,


@hari
The inline single image is a different element than a block. These are blocks
https://demo.tagdiv.com/newspaper/block-1/
The inline single image is a multi-purpose element
https://www.screencast.com/t/LdQxMnMIbm4
So an inline image element cannot be inserted in a block element. Please correct me if needed and also provide more details if possible, for a better understanding.

Simion C.
tagDiv Staff

Hi,

Where exactly do you want to display that block? I also tried that with a custom ad for example, in a page
https://www.screencast.com/t/KYKjPiLAbxqp
https://www.screencast.com/t/JU97u0EUYjvV
https://www.screencast.com/t/87iN6wbra

Thanks

Hari
Participant
#0

I was trying to insert an inline image in a block. It says invalid.
It is working perfectly in localhost

Hari
tagDiv Member

Not able to insert inline image in a block

mdeleon
Participant
#0

Newsmag is creating 22 copies of each image I upload in several different sizes. I know some sizes are needed for the different thumbnails for blocks, but is there a list of the sizes I absolutely have to have and is there a way to remove the others. I’m running out of disk space on my server. I searched the forum and looked in my functions.php file and the option is not there.

Achimzwo
Participant
#0

Hello,
in the Theme Panel, Ad section I´ve set this Code [td_block_15 custom_title="Anzeigen im Schaufenster" category_id="63" limit="6" ajax_pagination="next_prev"] to get an Block as Ad. But it shows only 2 Columns. It is space enough for 3 Columns.
How can I fix it?

Thank You
Achim

Catalin
tagDiv Staff

Hi,

If you want to change the font for your sidebar for Block 3, try using the code below and place it in Theme panel -> Custom CSS area.

.td-ss-main-sidebar .td_block_3 .td-module-title a{
font-family:Arial!important;
}

Notice that the font family you display it should be loaded from the Theme panel.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

Use the suggestion provided by a theme user in this topic
https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
A minified js will be served by the theme by default.

For moving resources you need a render blocking plugin, such as the speed booster
https://forum.tagdiv.com/how-to-make-the-site-faster/
Note that the speed booster will be deactivated if it detects plugins that are not part of this list
https://www.screencast.com/t/TqHrzrA6y
This check could be disabled and the booster will always be active, you can then make check if everything works properly
https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/

There would be other render blocking plugins or solutions online, maybe you can also test others.

Check the theme requirements here, we notice that for many users a 256M memory limit is sufficient, if allowed by the hosting
https://forum.tagdiv.com/requirements-for-newspaper/
Use PHP versions up to 7.2 with the theme, 7.1 or so would be best.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme will create thumbnails from images, so all those thumbnails would have to be compressed when displayed. The sizes that will be created can be disabled if needed, in the theme panel
https://forum.tagdiv.com/theme-thumbs/
Each module uses a predefined thumbnail which cannot be changed unless code modifications are made.

The new flex blocks are becoming quite popular, because one can use the same block to achieve many results, while also selecting the thumb size
https://demo.tagdiv.com/newspaper/flex-block/
For example this demo homepage is built with one block, the flex block
https://demo.tagdiv.com/newspaper_crypto/

Thanks

Catalin
tagDiv Staff

Hi,

Notice that for the first element, you can try using a Title element and then, notice that you can choose more Block Header, like this -> https://www.screencast.com/t/cgV4PLYQkr

Thanks for the message!

Simion C.
tagDiv Staff
Hi - reply

Glad you could solve that. Try to set a global block header template in the theme panel, that should apply to those widgets as well
https://www.screencast.com/t/CgSWH4BR8N

mark17
Participant
#0

Hello,
I understand the need to insert each video playlist code one by one into the short code on [td_block_video_youtube playlist_title=”” playlist_yt=”” playlist_auto_play=”0″]

Is there any way to use the actual playlist with multiple videos from a channel and set max # of videos to show?
That way the block will automatically show the latest video from that set channel playlist, so it’s set and forget.

thalesbrandao
tagDiv Member

Catalin, thanks.
I do not want to create a new block. I need to include other categories in the existing block. how do I do that?

Lewesch
tagDiv Member

Hi Catalin,

Once again thank you for you answer. The website is: https://www.gamebruh.com. When you scroll down on the homepage, you wil see the newsblock. And here is a picture of how the element>filter settings look in TD Composer atm: https://ibb.co/nFDaE8

I’ve updated everything to the latest version. I am happy to provide additional information or screenshots if needed!

Thanks again!

MikeyWallis
Participant
#0

Hi guys

Just bought newspaper and loving tagdiv composer! I’m having some trouble with one of the blocks, namely block 1. When I drag it in it only spans 8 of the 12 cols (checked in the inspector). Most of the other blocks appear to go over all 12 with no problem.

What could I be doing wrong here?

Jode
Participant
#0

I’m trying to change the block color but did not have success.

I tried to change this block but could not change all elements.
print screen

I used this at custom CSS:
.teste .td-block-title > *{
color:white!important;
background-color:#8224e3 !important
}

.teste .td-read-more > *{
color:white!important;
background-color:#8224e3 !important
}

Should I keep trying to change each element or there is some way to change everything at once?
If i have to change one by one, how to change the other elements?

tangy
tagDiv Member

I am using block 3 and I want to change the font of the links in block 3.

Thomas
Participant
#0

Hello
To compress all photo, I use Imagify.
But, in admin, for now all images in Tumbs module/blocks.
But when I put a new photo, Imagify have to many job to compress all resizes images and the server slow.
So I have to deactivate all none use thumbanil.
My question is how to now which ones is use on all the site?
Is there a simple way to obtain the list without searching all the site?
Regards

Simion C.
tagDiv Staff

Hi,

Our composer does not have a similar element to that. There is a tag cloud widget but that is a simple looking widget it would require additional design.

In our theme tags can be displayed on top of blocks, as a live filtering option. Users can filter the block by the tag they want. This is called the ajax filter, it can show tags as well
https://www.screencast.com/t/sBy6Lfb5adW
The filter may display differently depending on block header style used
https://demo.tagdiv.com/newspaper/block-header-1/

More about block settings here – https://forum.tagdiv.com/block-settings-guide/

Thanks

Catalin
tagDiv Staff

Hello ananas,

Sorry, but the theme does not have any such an option for it. You should do it yourself through the code for the certain block.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

You are currently using the default WordPress blog homepage, from what I can see. The blog page will display the latest articles, the module used to display the posts can be selected in Theme panel->Template settings->Blog and post template
https://www.screencast.com/t/OoWyH0DML

The category page module can be selected per category. Search for the category you want and select the module. Example
https://www.screencast.com/t/xhS6lPJixuw
https://www.screencast.com/t/42kM8xih4

There are many modules to choose from, pick the ones you like.

You can also create a static page with the tagDiv composer, set that as homepage
https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
https://forum.tagdiv.com/tagdiv-composer-tutorial/
https://forum.tagdiv.com/block-settings-tutorial/

If the posts have no featured image set, a default placeholder will be displayed
https://forum.tagdiv.com/featured-image-or-video/

Let us know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

I don’t quite understand what you mean, some more details would be helpful. The news ticker has the same filtering and sorting as a block. So it can display the same content as a block.

tangy
Participant
#0

How can I change the font of the news article title? https://imgur.com/a/eL3Wt7D

Viewing 25 results - 19,351 through 19,375 (of 39,816 total)