Search Results for 'block'

Results from the Forum
simchris
tagDiv Member

FYI, what we did for a two column layout was simply use a full width block, then use normal CSS for two columns (we actually used a table 100% width, with two custom columns with a td width = 50% class). In our case we didn’t need to put modules or blocks in there (or widgets), but did use a shortcode in one, and normal plain HTML in the other.

However, yes, having a two column “row” for pure HTML would be helpful.

FabioDuranti
tagDiv Member

We are programmers and we can say that TagDiv guys have done an excellent job; our tips are for improvement and to allow system usage to all needs.
The issue of columns is important, because in some sections of some pages you do not use theme blocks, but you may need to have different columns for custom textual or other content.
It takes time to fix these things and we are sure the team will solve everything.

Fabio Duranti
Radio Radio Network – CEO

northbridge
Participant
#0

After last plugin updates, visual composer stops translate block modules!!

Please help!!

website is http://soccerplus.gr

quitifua6
Participant
#0

Blocks are not working on main page

Catalin
tagDiv Staff

Hello Branstone,

Please notice that theme panel has two options for disabling the comment count for blocks and for posts. You can turn off them from here -> https://www.screencast.com/t/dAztYvSb

Thanks.

Simion C.
tagDiv Staff

Hi,

The code will affect the second column of block 3, on the whole block top to bottom. These changes are not recommended to make, the blocks and modules depend on the fixed width of the layout. All the Css values are linked together, changing one will most likely cause problems in other places.
The module thumbnails do not adapt to these modifications. They will always be of the same initial size.
You could now set another negative margin to the whole sidebar section
https://www.screencast.com/t/MN5RIiEqKPni

.home .tdc-content-wrap .td-pb-span4 {
margin-left: -12px;
}

Thanks

FabioDuranti
tagDiv Member

Hi Simon,
Thank you for the reply.
I’m sure you will improve your composer, and that we can use it soon.
On the issue of the columns, I do not quite agree: the fact is that there may be occasions, on some pages, where the two columns can be useful.
I understand that the layout is designed to accommodate the default theme blocks, and therefore the structure is designed to work best, but in some cases it may be necessary to display the content differently (ie in two columns) without using the blocks.
For example, you can see our privacy page http://deb.radioradio.it/privacy/ with a large column at the bottom and two spoilers on two columns side by side for details, or the live radio page at http://deb.radioradio.it/diretta-radio/ with comments and live SMS messages on two columns.
All this works perfectly and is 100% responsive on all devices.
You could leave the publisher the ability to create the two columns (even within the content column) with the recommendation not to use theme blocks (only text and/or compatible content) and the warning that this would create viewing issues!
It would thus preserve every possibility for everyone.
Thanks for your attention.

Fabio Duranti
Radio Radio Network – CEO

Simion C.
tagDiv Staff

Hi,

I believe the quick edit in bulk, allow you to assign posts to different categories, but does not remove the old category. If the posts were in the Uncategorized category and you assigned some other category in bulk editing, this will still be a category for the posts.
If a post has more categories, by default the primary category will be the first one alphabetically. Unless you manually specify a category
https://forum.tagdiv.com/category-tag-on-modulesblocks/
https://www.screencast.com/t/gZR2XARZ
The primary category has to be set for each post, there is no option for bulk editing unfortunately.

Thanks

barnisayz
tagDiv Member

Thanks Catalin.

But when the instruction says;

Install both the Visual Composer and tagDiv Composer plugins.

Does it mean I have to activate the two plugin?

Simion C.
tagDiv Staff

Hi,

Some footer templates come with predefined content, like the sections you are mentioning. Other widgets that you add to the footer columns will be displayed along with this content
https://forum.tagdiv.com/footer-templates/
You can choose a different footer template (like an empty template) and add only your own content, which you can customize the way you want. If you would like to keep this footer template and modify those widget titles, you will have to modify this in the code here
https://www.screencast.com/t/gcvvHAS1N
As you can see those sections are simply a block 7 and a popular category widget, pre-added in the footer template style 2.

Thanks

Simion C.
tagDiv Staff

Hi,

You can try this code if you think this is how you want the block to look
https://www.screencast.com/t/nlsZF0JiaXQk
It will reduce the distance between the two columns of modules, only for that block

.td_block_3 .td-block-span6 + .td-block-span6 {
margin-left: -12px;
}

The code must be entered in Theme panel->Custom Css section, if you decide it is what you want.

Thanks

edlie
tagDiv Member

Still in auto select category
It only happens in the block labelling, i wonder why..
Something broken with terms / meta? I didn’t know how the block get that value.
Maybe you guys can help me with this..

*Update: I try to delete the uncategorized category, and now it’s not showing any label*, i think the database meta/terms is the cause, here’s from one of the post with wrong post label meta_value a:1:{s:14:”td_primary_cat”;s:1:”1″;}
This is the culprit

Maybe because i change the category from quick edit, and the primary category not generated?

Is there any way i can change it in a quick way, i have around 600 post like this >,<

Thank you

Simion C.
tagDiv Staff

Hi,

Thank you for your appreciation of the theme. The developer team try their best to implement new features and options with every update.
Please note that the tagDiv composer is yet from being complete, or in a final stage. In coming updates more elements will be added to this builder exclusively. The elements you mention or similar ones may be added in these updates.
A two column layout is not possible with the tagDiv composer. I believe nothing will change in this regard, in the theme. This kind of layout is possible with Visual composer, but it was never recommended. Using the suggested row layouts ensures that your blocks will look and work perfectly.
The tagDiv composer is a front-end composer, a back-end view of the website structure is not possible. The editor is not meant to be a copy of Visual composer, try to think of it objectively.
You can still use Visual composer, if for the moment the tagDiv composer does not have the options you require for your website. You can make the transition at a later time, when you consider the time is right for you.

Thanks

Amekaze
tagDiv Member

The code doesn’t work.
I use “Big Grid Full 1” on my page, and want to set the height of this block.
The height on Retina display, it is too low.

eliot1009
tagDiv Member

HI,
This is a new site https://gold.tw/
Only select [Block Header 1 – Default] font size will be maintained at 12px
Other Block Header 2.3.4.5.6 … are normal adjustable font sizes

There are currently only 2 plugins enabled
1.tagDiv Composer
2.tagDiv Social Counter

View post on imgur.com

Bogdan B.
tagDiv Staff

Hello,

I have tested the font on my end but could not recreate the issue. The block title font on every template worked as expected.
Please try to disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then test again.

Thanks.

Catalin
tagDiv Staff

Hello epicmag,

You can handle this from Block Settings, like this -> https://www.screencast.com/t/WALxNyYWnGF

Hope this helps!

Thanks for your understanding!

Richard
tagDiv Member

I am subscribing to this thread because I am having the same problem on womensgolf.com. I followed all instructions in https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/. Built a new page from scratch in tagdiv composer. saved successfully and previewed fine. but all rows/blocks had disappeared when I reopened the page in tagdiv composer. My install of visual composer is Version 5.1 but have not opened or edited the page in visual composer.
Also deactivated all non approved plugins.

  • This reply was modified 9 years by Richard.
Bogdan B.
tagDiv Staff

Hi,

In order to remove more from author you can use 2 methods:
The css method:

.td_block_related_posts .td-related-right {
display:none;
}

You can add the code in the theme panel-> custom css box.

Or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please add this code in the theme panel-> custom css box:

.td-page-content blockquote p, .td-post-content blockquote p, .wpb_text_column blockquote p, .td_block_text_with_title blockquote p, .bbpress blockquote p, .woocommerce #tab-description blockquote p, .mce-content-body blockquote p, .comment-content blockquote p{
text-transform:none!important
}

Thank you!

Catalin
tagDiv Staff

Hello Thomas,

Notice that you have 0 value in that bullets because you do not have any comments. So, if you want to remove all of these, please notice that you can do this from Theme panel, like this -> https://www.screencast.com/t/K1Pja9Aja8 and from here you can switch off all the meta info for blocks/modules section.

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

Unfortunately there is no such option in the theme at the moment. If you have found a way to insert these icons in the blocks and it seems to be working, maybe you should use it like that further.

Thanks

edlie
tagDiv Member

That’s where the problem lies. The post already moved to different category, it already grouped in the right categories, but the post label on block still showing uncategorized..

https://ibb.co/jqYHXv

Check the part that i circled with red

eliot1009
Participant
#0

BLOCKS TITLE When [Block Header 1 – Default] is selected, font size has no effect

View post on imgur.com

Amekaze
tagDiv Member

Catalin,
I didn’t mean the font size, though I want to change the size of “Big Grid full 1”.
I tried the code below, but it doesn’t work.

td_block_big_grid_ful_1 .td-module-thumb {
height: 600px;
}
.td_block_big_grid_ful_1 .td-module-thumb {
height: 298px;
}

Viewing 25 results - 24,076 through 24,100 (of 39,816 total)