Search Results for 'block'

Results from the Forum
neakriti
Participant
Blocks - topic
#0

Hi, two quick questions regarding blocks.

1) Can I create my own custom blocks and register them to the available ones?
2) Can I define different block number depending on the screen dimensions? (tablet or phone or desktop). In other words if I can display lets say block 1 for a specified area when I am in desktop and block 2 when I am in phone.

Alin [tagDiv]
tagDiv Staff

Hi,

Please use this css code: http://screencast.com/t/GlwTVEUz28mt

@media(max-width:479px){
.home .td_block_big_grid{
display: none;
}
.home .td-grid-wrap {
padding: 0px !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use this custom css: http://screencast.com/t/msttUAx5

.td-header-main-menu.td-affix .sf-menu {
display: block !important;
margin-left: 21px !important;
margin-right: 38px !important;
}

Thanks!

lovelyfake
Participant
#0

Hi, great themes!! Would like to know if somehow I can shows up the category name at homepage for my website for every single post. You can view it at http://www.buzzcapt.com .. I would like to enable it like the big slider title block. Is it possible to do that? Hope you can help me with it.

Thanks a mill!~

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately blocks have only 3 types of pagination, that you find out. You have this of pagination for Latest Articles if you use “Pagebuilder + Latest Articles + Pagination” page template.

Thanks!

fixthisbuildthat
Participant
#0

Hi, I searched the forum/documentation a lot and couldn’t find an answer to this. In the blocks that have the titles overlaid on the picture (Big Grid, Block 14, etc.) there is a shading gradient so the white post title text can be read. Unfortunately this really dulls down the pictures and makes them look dark. Especially when compared to a non shaded block like Block 5.

Is there a way to stop the gradient from going so far up the pic and just be behind the title or a way to just have a solid color background for the text?

thanks!
Brad

parinyana
tagDiv Member

I try block 7.
<b>Block</b> 7

simchris
tagDiv Member

Maybe try block 7 ?

parinyana
Participant
#0

Why Block 4 is 3 colum ? I need 2 colum.
Why Block 4 is 3 colum ?

I want is

Sayeed
tagDiv Member

hi again!

when i use this code… it hides the 3 slider columns but it leaves a gap between the big slider and the content block


@media
(max-width: 767px){
.td-big-grid-post-1,.td-big-grid-post-2,.td-big-grid-post-3{
display: none !important;
}
}

what should I do? to fix it?

mvtimes
tagDiv Member

Hello, TagDiv,

Our VC doesn’t allow us to rearrange blocks. For example moving a Block 10 results in a js error:

Uncaught TypeError: Cannot read property 'length' of null
../wp-content/plugins/js_composer/assets/js/backend/composer-view.js?ver=4.3.4 line 570

The block container expands, but blocks cannot be re-arranged.

Thoughts?

Thanks — Patrick

kestasve
Participant
#0

Hi, how i can change page navigation from load more to 1,2,3,4 etc ?
I checked block 3 settings but there is no option for this..
http://prntscr.com/68x21q
website: http://beast.lt
thank you

Frydenborg
tagDiv Member

Hi Lucian. The URL is http://www.podcasts.dk
User:User3, pass: user33.

Note how the different the samme images are handled as thumbs at the middle of the page, block 7 and block 16.
Working fine at block 7. Also problems with block 12. I have tried to renegerate thumbnails.

Alin [tagDiv]
tagDiv Staff

Hi,


@shoutershub
You can’t add 2 sidebars to the Latest Articles if you use Page with Latest Articles.
But you can use this solution:
-set page template to Default and split the row like I said above: http://screencast.com/t/jDQQtAI9
-use a block with pagination to display Latest Articles: http://screencast.com/t/eNra5Ii2ghttp://screencast.com/t/lMr0eIG40tjzhttp://screencast.com/t/gwNnhhxccqQ

Result: http://screencast.com/t/dk6l0aG36

Hope this helps!

Lucian
tagDiv Staff

Hi,

The render blocking JavaScript and CSS notifications are solvable using the speed booster plugin and the guide you’ve mentioned (4-th point).
This is recommended for advanced users only so if you don’t have php knowledge I suggest you get someone to help you with this.
The guide provides all the info you need to do this, you have to use the function provided in the tutorial, you could try to play with the priority, some plugins may load after it and that’s why it doesn’t return all js – http://screencast.com/t/7fhfjttAT8
http://codex.wordpress.org/Function_Reference/add_action

Regarding the second issue, that usually happens when using the speed booster plugin as this plugin moves the css and js automatically to the bottom of the page.
I suggest you update the theme to the latest version and also update the speed booster plugin then let me know if you still have this issue.

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css:

@media(max-width:479px){
.td_block_big_grid{
display: none;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Block 10 use module 10, so please edit this module and add excerpt’s code like in modules that use it: http://screencast.com/t/It3HD7nD

Result: http://screencast.com/t/6y0lBHMrQ6O

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

You can set block’s title color from here: http://screencast.com/t/yqwKQlIS
Result: http://screencast.com/t/qJi8yrme
But if you want set background to entire width of h4 you can use css code: http://screencast.com/t/2HVaoYUkFeQ1

.td_block1 .block-title{
background-color: red;
border-bottom: 2px solid black;
}
.td_block1 .block-title span{
background-color: red;
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

If you use Homepage with articles you can create a custom sidebar: http://screencast.com/t/52yLvSn8I add widgets to it: http://screencast.com/t/tUjeCu0Z4
And use Widgetised Sidebar block to display it: http://screencast.com/t/pmxFUUAfLE
Result: http://screencast.com/t/sdJSfFcf

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to add an extra class to that block(text block) that you are using: http://screencast.com/t/fQhD1Ye2O

And use css code to hide it on mobile in Theme Panel > Custom Css: http://screencast.com/t/awayBCam

@media(min-width:767px){
.author{
display: none;
}
}

You can also add an extra class to the column, if on block settings don’t have extra class field: http://screencast.com/t/mMyiDOZN4YZ and css to hide it.

Thanks!

Frydenborg
Participant
#0

In some of my modules, fx Module 16, the correct sized thumbnails are not shown.
However, I have checked in folder at server, and they correct size thumbnails to use in block 16 have actually been created, they are not just used by theme.

What might be the issue, I have also checked that thumbnail size for module 16 have been correctly set.

shogunteam
Participant
#0

Hello,

I have a problem. I installed the WP Job Manager plugin and I cant see the ads in Internet Explorer and Firefox (you can check this out: http://dojczland.info/praca-w-niemczech/). There is an error: Uncaught ReferenceError: td_block is not defined
site.js?ver=4.5d:1224 Uncaught ReferenceError: td_ad_background_click_link is not defined
site.js?ver=4.5d:814 Uncaught ReferenceError: tds_more_articles_on_post_pages_distance_from_top is not defined

If anybody know how to fix it, I would be glad for an answer!

Best regards,
Adam

promotes
Participant
#0

I would like block 10 to show excerpt of posts in it. how can i add this future?
Or first – which modules is block 10 made from? I checked this: https://forum.tagdiv.com/modules-and-blocks/ but there isn’t block 10 on the list…

Raffaela Frezzotti
Participant
#0

In blok1, blok2, etc. you can set on the admin panel the background color of the title, but this is assigned to the a tag . I wish that were assigned to the background h4 tag so that it extends along the length of the block. Will you help me do this?
In the block can not be assigned a unique class so that I can give the background h4 with css?

Sayeed
tagDiv Member

Thanks Emil for the reply…

Could you please help me to solve this issue?? this is giving a really hard time….

I have two other issues that i would like to have your support.

1. Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 2 blocking CSS resources. This causes a delay in rendering your page.
None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.
Optimize CSS Delivery of the following:
http://www.magscroll.com/…y-social-share-buttons.min.css?ver=2.0.3
http://fonts.googleapis.com/css?family=Roboto%3A400%2C700&ver=4.1.1

I tired this guide i am not sure what to do? as i am not so good with technical knowledge

https://forum.tagdiv.com/how-to-make-the-site-faster/

2. When I load the site it loads 3 – 4 times of different fonts before it actually loads the the font that i have selected for my website… i feel that it’s also taking time and making the site slower… is there any just to load one type of font which is selected from the backend?

Thanks!

Viewing 25 results - 36,826 through 36,850 (of 39,816 total)