Search Results for 'block'

Results from the Forum
NateTheCyborg
tagDiv Member

Hello i have done the steps and double checked that I have in fact hit the options you outlined but the metadata for date, author are still not appearing on the blocks on my homepage. Reviews and functioning properly however.

Please Advise

Simion C.
tagDiv Staff

Indeed, that is a background image specific to this demo. By default the theme does not an option to set an image for that button, but demos contain custom design to allow this. Like Edward mentioned that is a background image. You could remove it if you don’t like it, in the demo stylesheet (remove the code that is responsible with that customization)
https://www.screencast.com/t/xjxJAesbt
Then the buttons will look as default
https://www.screencast.com/t/CWwbVfQ7jI23
Their color will be affected by the theme accent color
https://www.screencast.com/t/EcFnh2AKm
Or by the color you set for the title background in the block settings
https://www.screencast.com/t/3kW6i9QTj1zY

Bogdan B.
tagDiv Staff

Hello,

Yes, you can show multiple categories in one block by using the multiple categories filter. Please read this guide to learn how to set the blocks in our theme: https://forum.tagdiv.com/block-settings-tutorial/

Thank you!

dragoerny
Participant
#0

If i disable the author and date on the post / block setting it just leaves a black bar in the bottom of the picture.

See https://www.dropbox.com/s/yxies6rzx1bfwy6/Capture%20-%20Copy.PNG?dl=0

Any way to remove this ?

Ps. Why is it not possible to remove the category fields on block 22. The options stops on block 19. Just wonder – not a problem !!!

Amit
tagDiv Member

Hello @jericho

Add following code to custom code section in theme panel

.td-post-sharing-visible, .td-social-sharing-hidden {
display:block;
text-align: center;
}

Refer: http://prntscr.com/iuozrh

Bogdan B.
tagDiv Staff

Hello,
This is because you altered the main width of the content: https://www.screencast.com/t/qtJP2Bgk so the thumb gets stretched as well.
By default only the multi-purpose elements support the altered width on the row. The blurry images are a side-effect of changing the width on the row containing the block.

Thank you!

Simion C.
tagDiv Staff

Hi,

You could use the multiple block header styles available
https://demo.tagdiv.com/newspaper/block-header-1/
There is a title element you can place on pages with alignment options. Example
https://www.screencast.com/t/8XeCh0bh

Thanks

therookiedad
Participant
#0

I have installed the js_composer and when I am able to get into it, but the tagDiv button that I’m seeing in the videos appearing on the top bar with the wordpress stats is not showing up.

When I am getting the Visual Composer through creating a page and hitting the button under my page title name in the page editor within wordpress, the blocks and grids do not load. I drag them over to my page and all I get is a spinning wheel without anything being updated.

NateTheCyborg
Participant
#0

Hi, I am trying to get the author, review and date meta data to appear on the blocks/modules of my homepage but for whatever reason the tab under block settings that alter this setting in the theme panel do not seem to be working properly (unless I am mistaken).

The Category tag on module / blocks setting is working fine but I cannot get the meta data to function.

Please advise and thanks in advance

regio-online
Participant
#0

Hi there,

I have a newssite with 50 different regionpages. On each page the news from one region – let’s say Amsterdam (a category) is displayed in different blocks and big grids. On top the latest articles are shown in a Big Grid. But below that Grid I want to make a Block with Political News (also a seperate category) from the region Amsterdam only. So that should be categories Polical News AND Amsterdam in one block. How can I make this work? Any idea or help is very welcome. Thanks in advance!

Edward
tagDiv Member

There are some quote styles available
https://demo.tagdiv.com/newspaper/blockquotes-pullquotes/

These are located in the Formats section
https://www.screencast.com/t/24KVFSWnhWkL

Also check the quotes section of the theme panel
https://www.screencast.com/t/6zMN76Q6H

SamK
Participant
Blockquote - topic
#0

Hi,
When I use the blockquote on a passage in my post, it capitalize every letter in the passage. I was wondering if the theme is designed to behave that way. Is there a way to make the passage lower case instead?
Thanks.

Bogdan B.
tagDiv Staff

Hello,

Please also test the images here: https://demo.tagdiv.com/newspaper/block-3/
If your images are more blurry than the ones in that link, then the issue is causes by other sources. Please provide a link so we can see these images.

Thank you!

Simion C.
tagDiv Staff

I thought of making it more precise, I did not think it will affect other elements. Try it like this, it will apply only for the big grid

.td_block_big_grid_10 .td-module-meta-info .td-post-author-name a {
color: white;
}

Simion C.
tagDiv Staff

Hi,

There is a general setting for all block/widget titles font properties
https://www.screencast.com/t/bqVbwOHT
This setting will affect the sections you mention.

Thanks

Simion C.
tagDiv Staff

Hi,

Use the CSS solution then, although the code modifications should not provide 404 errors
https://www.screencast.com/t/930d6WyZp

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

Thanks

Simion C.
tagDiv Staff

Hi,

You cannot place ads inside the block structure. That is not a block feature. You can place ads above or below blocks on pages using an Ad box
https://www.screencast.com/t/WyUnvph0lwea
But not inside the actual, modules of a block or grid.

Thanks

Michalb
Participant
#0

I have a problem with blurry images on home page. Page was build with tagDIV composer using Block 3 Module. Retina is ON in Thumbs on Modules/Block section in Theme Panel –> Block Settings. I think there is something wrong with retina images management.

On retina display (27″ iMac 5k) all images are in high resolution, when I move the browser window to non retina monitor and reload the page all images on page in Block3 Module are blurry in poor resolution. Probably there is a bug and all images in Block 3 Module should be serving in higher resolution.

Could you explain me why?

Bogdan B.
tagDiv Staff

Hello,

You can try this code in your custom css box in the theme panel:

@media (max-width: 767px){
.td_block_image_box .td-image-box-span {
width: 50%!important;
float:left!important;
padding: 2px 25px!important;
}

Thank you!

Simion C.
tagDiv Staff

The problem with the ticker is that the text color applies as background, not font color. The issue will be fixed in the next theme update. You can use the code I provided to change the color of the text
https://www.screencast.com/t/LTSUVeCC
The title of the latest articles section is affected by this setting
https://www.screencast.com/t/2ETjNC8D3
Or use a code like this
https://www.screencast.com/t/d2pPPsqe

.td-ss-main-content .td-block-title span{
color:yellow;
}

designr
tagDiv Member

Yes, for functionality and customization of the page to my liking I would prefer to use blocks to build the category pages. But I was worried about the SEO implications. Will do more research on this.

About the category implementation update you talked about, when do you expect to roll it out?

mmmmarchese
tagDiv Member

I modified the parameter of the css, but the author’s name is white homepage and the author’s name is white in the article

http://i63.tinypic.com/25u1pgk.png

in demo newspaper default homepage white author name and author name black article

http://i67.tinypic.com/ngws9g.png

you need to find the specific css for blockgrid10

kev
tagDiv Member

Hi Catalin,

Please check this demo that you’ve made. The menu font size decreases when you decrease browser window size.

In addition, block font sized decrease too.

I wonder how you did that because I’ve used the same demo and front page and just made some slight modifications but the menu font size and block font sizes don’t change anymore.

Best,
Kev

Simion C.
tagDiv Staff

Hi,

The theme will load default fonts even if you do not have any font settings made
https://forum.tagdiv.com/font-customization/
These default fonts cannot be removed unless you remove them from the code. Some related topics here
https://forum.tagdiv.com/topic/do-i-really-need-to-change-all-the-text-fields-for-fonts/
https://forum.tagdiv.com/topic/gadgets-block/

Thanks

Simion C.
tagDiv Staff

Hi,

I believe you are referring to blocks/grids. All these elements can be configured to display posts from the categories you want, sorted with the available options
https://forum.tagdiv.com/block-settings-guide/

The ajax filter on top of blocks can be configured as well. If you want to show particular categories in it, enter their IDs in the required field
https://www.screencast.com/t/uSdhKhsE
https://www.screencast.com/t/sCqgRlFhX

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

Thanks

Viewing 25 results - 20,676 through 20,700 (of 39,816 total)