Search Results for 'block'

Results from the Forum
Bogdan B.
tagDiv Staff

Hello,

Our theme offers more blockquotes than the default one from the mce editor. Please check the formats tab: http://screencast.com/t/MGJwVEa1PJ2h
If you still want to alter the default quotes, your code does exactly what you want it to:
before: http://screencast.com/t/qOPoNRTcHc after: http://screencast.com/t/8WIRlfDf0Yf0
PLease check your custom code in the custom css box and verify that the code above this one is properly closed.
Also clear cache afterwards.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The block titles are one of the demo-specific elements. There is no setting in the theme to change the block titles. They are hard-coded in each demo style that you choose. The default has one style for the headers, news magazine has a different one…and so on.
You can only replicate the style using css.
The colors are set from the block settings -> http://screencast.com/t/XYXUsBmeP1d
And for the header style, you can add a transparent background color to the header using this code:
.block-title span{
background-color: rgba(171, 140, 73, 0)!important;;
color: black;
font-size: 18px;
padding-bottom:5px;
padding-left:0!important;
}

result: http://screencast.com/t/iUYPncMouruX

Thank you!

capiraso
Participant
#0

Hi, the embedded contents (introduced by WordPress since version 4.4) doesn’t work. The template show it as a blockquote. Could you please help me? http://avellino-calcio.it/anticipi-e-posticipi-serie-b-avellino-salernitana-il-24-12-alle-ore-15-00

The preview (in back-end) it’s perfect, but when we publish the post, the embedded contents becomes blockquote

Bogdan B.
tagDiv Staff

Hello Stewart,

Please use this guide to learn how to properly use the blocks filter: https://forum.tagdiv.com/block-settings-guide/ You can filter any category you want ion the blocks. Please note that if a post has multiple categories set to it, it will show up anywhere one of it;s categories is specified.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately there is no perfect size I can recommend. It will depend on the theme elements you use on your site. Here is a list of thumbs used in our theme: https://forum.tagdiv.com/theme-thumbs/ That image size should fit properly in our theme elements but you may experience a thumbnail issue. Please follow this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Thank you!

Surfaceru
Participant
#0

Hello! I need your help.
I need to visually change the block 12 (module 11). I have changed the location of the Title in the file themes/Newsmag/includes/modules/td_module_11, but css styles are not designed for this.
Please, tell me how to set the style.css and td_module_11
image

shivateja
Participant
#0

How to change Block’s Text Colour?

One can only change the title text color of a block and there is no option for changing text color. How to change?

I have observed that only while creating a page or post, we can change the text color of a given block and while creating a sidebar one cannot actually change the color of a block.

Why does this happen?

Is there any CSS to change the block’s text color?

Catalin
tagDiv Staff

Hello sushilk,

Please notice that your code is a bit of different because you are using another header style. Try the code below and place it in Theme panel->Custom CSS area.

@media (max-width: 767px){
.td-top-menu-full {
display: block;
text-align: center!important;
}
}

The result you should see here -> http://screencast.com/t/ybrYb6Gr

Thanks for your understanding!

Dan18392
Participant
#0

I’m not sure how to change the width of block quote.

I have left-centered block-quotes of quotes with translations underneath, and the spacing is all messed because in the editor I have to press enter to get the text I want below the block quote (the text renders to the right of the block quote instead of below it).

Dan18392
tagDiv Member

I should clarify: this changes the first block quote, but ONLY the first block quote.

Dan18392
Participant
#0

I tried this, using !important. Did nothing for font-style or font-weight; it’s still italic.

.td-post-content blockquote p{
font-style:normal!important;
font-size: 15px;
line-height: 20px;
font-weight: normal;
text-align: center;
text-transform: capitalize;
color: red;
}

Any help appreciated. Thank you.

ki64qw3
tagDiv Member

OK I worked it out. You also need to go to;

Theme Panel > Block Settings > Meta Info On Modules/Blocks

and disable Author Name.

deelv
Participant
#0

I have been setting up the categories and like the custom styling you have but the problem I’m running into is there is not a way to select which content shows up there. On blocks for instance I can pick a page or a post and customize them to my liking. I seem to be limited on my options for categories. Is that true or is there a way to customize it with a developer? Thanks!

Jane Boursaw
tagDiv Member

Thanks so much! Ok, I did as you instructed, and it worked – but ONLY if, in the pagebuilder, I check the box to “show title” at the top of the latest articles block. If I try to hide the title, the ad doesn’t show up.

How can I make the ad show up without showing the “Latest Articles” title at the top of the block?

Also, is there a way to rotate that ad block between 3 custom ads?

Thank you.

rjdtramirez
Participant
#0

Hi,

Is there a guide on images? What I would like to do is that I only want to follow one resolution/size of picture perfect for all blocks and modules. Currently I have this settings:
Home
Home page

Home page layout
Home page layout

For example. I’ll upload a 1024px x 720px in the featured image. I want that be perfect at for Facebook post, perfect size in Home page’s big grid 5, and block 11 sections..

Thanks! I need enlightenment on here.

thykhin
Participant
#0

Hello,

How do I Eliminate render-blocking JavaScript and CSS as suggested by google page test

The instruction TEXT was followed. The person I hired to help, said the jquery files that needs to be deleted weren’t there.

We are not sure how to fix that as suggested in your guide.

Alin [tagDiv]
tagDiv Staff

Hi,

Just create a new page and import the Homepage-Sport template – http://screencast.com/t/OxYgeWglhttp://screencast.com/t/56pAvDCWfn and you will have the same layout like the Sport Demo – http://screencast.com/t/kzuH4T6T Then check each block’s settings and add your own filter options, please follow block settings tutorial(note that it is a common tutorial for our themes, some blocks may not exist for Newsmag theme) – https://forum.tagdiv.com/block-settings-tutorial/
Let us know how it goes! If you still have issues or questions and you want to provide wp-admin access you can do this via email at contact@tagdiv.com

Thanks!

Catalin
tagDiv Staff

Hello Bilah Hisan,

Please ensure that you are using the latest version of the theme and also, make sure that you use only the latest version of required plugins which come bundled with the theme packet. Also, if you are using some untested plugins, please try to disable all of them and install only the plugins that come bundled with the theme and rule out the conflicting plugins. If you are using the lazy load effect you should turn of it, clear all your caches and check the results. -> http://screencast.com/t/Q2HIfuAGb9 Also, use this guide to fix the images: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Hope this helps!

Thanks for the message!

Catalin
tagDiv Staff

Hello astronyu,

Yes, you should consult the Block Settings according to our documentation here -> https://forum.tagdiv.com/block-settings-guide/ -> http://screencast.com/t/9Wk9MzltTMDw

Thanks for the message!

Bogdan B.
tagDiv Staff

Hello,

If you have version 7.5 of the theme you can use the new authors block element in visual composer: http://screencast.com/t/tptcDXkLLY

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately the “more” tag is ignored by our theme blocks and modules. There is only a single module that can show the more tag, and that is module 15 that can be added on category pages, tag pages, and other templates that do not use visual composer. On posts it will not show up, sorry.

Thank you!

Catalin
tagDiv Staff

Hello vachos,

Unfortunately, the hover effect is only available for Big Grids and not for Blocks/modules, sorry! If you want to implement it for blocks you should do it yourself because this is not a simple task and involves custom work, sorry! If you want to develop your theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for the message!

Bogdan B.
tagDiv Staff

Hello,

Here is how the filtering settings work .on your first load there will be all posts that contain tag 1 as you filtered the block to show tag 1. On the ajax filter you will show all posts from tag 2 and tag 3, but they do not have anything to do with the first tag on the filter tab. Here is another example so you will understand this better. If we use categories instead of tags. If i filter a category in the filter and another in the ajax filter…what happens then? should the ajax filter not show anything because I filtered another category. That is why on elements of the same level meaning tags or categories, the ajax filter will be separate from the block filter. If you filter tags from a certain category it will work but if you filter tags and other tags, then on your first load, you will see posts from tag 1 and in the ajax filter you will see posts that have tag 2 and tag 3.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You change a block title from the block settings, not from translations. Please use the block settings to change anything on a block including the title. https://forum.tagdiv.com/block-settings-guide/

Thank you!

maks
tagDiv Member

Multiple categories filter not working in Don’t Miss block(Block 1). Please solve this problem Sir.
Thank you.

Viewing 25 results - 27,426 through 27,450 (of 39,816 total)