Search Results for 'block'

Results from the Forum
Lucian
tagDiv Staff

Hi,

I have tested once again this just like you said using just 12 articles, got the exact the expected result, 7 articles in block 7 and 5 in block 8 using the unique articles feature and theme’s last version 4.1.
This time I have used the blocks and the Homepage-blank template like this: http://screencast.com/t/JHT7iRaRc1oi

Result: http://screencast.com/t/ZlWzKkBmEgQ
Should work fine, try to update your theme and make sure you don’t use any other block or slider on your page that could use the posts, in that case the posts appear there and not in the block when using the unique article feature.

Thanks

Lucian
tagDiv Staff

Hi,

If you want to divide/separate the sidebar content for main content the best solution in this case would be to use a different block in the sidebar, I noticed you use block 3 in the sidebar, maybe it should look much better to use block 5 or 4.
You can also do it using css and use the display: none; property on block images but I would not recommend that.

Thanks

Nitish Saxena
tagDiv Member

Same result with Block 2 as well. Any updates on this?

mehedi
tagDiv Member

Hi

I used this before:

<?php
 do_shortcode('[vc_row][vc_column][td_block6 limit="5"][/vc_column][/vc_row][vc_row][vc_column   width="1/1"][/vc_column][/vc_row]');
?>

But didn’t work. Any idea?

Lucian
tagDiv Staff

Hi,

Use page builder to create and customize your block then move to classic mode get the shortcode and add it using the do_shortcode function in which template you like.
You can search the forum or the web on how to add the shortcode using this method.

Thanks

mehedi
tagDiv Member

Hi,

I fixed it already.

Thanks anyway!

Please check this: https://forum.tagdiv.com/topic/bug-4-2-responsive-ad-divs-doesnt-work-on-tablet-tp-and-mobile/ and https://forum.tagdiv.com/topic/how-to-use-shortcodes-on-theme-files-to-display-blocks/

They’re very urgent, would be great if you kindly help me 🙂

zelatech
Participant
#0

hi, i don’ use visual editor (blocked from function.php).. can you give me all shortcodes for blocquotes? (normale, left, center, right)

thanks

friskyoo
tagDiv Member

Hi Christopher.

We have tried that and nothing. The images were previously generated on the 700×357 size.

Our doubt is to know where the block 1 take its picture from, why it takes one size in one version and another size in the other version?. If the thumbnails sizes on functions.php are intact and the sizes on the media section of wordpress too, were can it be?

thanks

Lucian
tagDiv Staff

Hi,

That border it’s made via css by adding content after the menu using the :after selector like this: http://screencast.com/t/re2f76Kx6N

This is the css code:

.td-full-layout .td-menu-background:after, .td-boxed-layout .td-menu-wrap:after {
position: absolute;
bottom: -16px;
left: 0px;
display: block;
content: '';
height: 12px;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAJFBM…AIElEQVR4XmNgYBBgUGAwYHBgCGBIYChgaGCYwLCAYQMAH7gEIQV1/xQAAAAASUVORK5CYII=') repeat-x;
pointer-events: none;
} 

You have to select every block you want and add this using the :after selector.

What you want is not an easy task and needs custom work, you could do it yourself or hire a freelancer to do it for you.

Thnaks

simchris
tagDiv Member

Hi!
Basically you will likely want to run the regenerate thumbnails plugin to redo the images to fit the images used by this theme.

You can see all the sizes used by various modules in the documentation, as so:
https://forum.tagdiv.com/modules-and-blocks/

The theme will pull the size that matches the size used in the module, presuming it exists.

vdifortuna
Participant
#0

Hi! can you tell me please how to configure the theme to show a full post in the home and the rest of the post like excerpt (for example block 9)

I want to have something like that:
https://www.dropbox.com/s/nnfpze7bw3806s1/EXAMPLE%20HOMEPAGE.jpg

thanks!

#0

My Site: http://www.droidgobl.in

If you scroll down, you’ll see a section called “Apps” that I have setup using Block 1. I don’t know why but it isn’t showing all posts from the category. Only after a few clicks back and forth on the sub-categories does it refresh.

I have no cache-plugins installed. Disabled all external plugins, but the issues persist.

simchris
tagDiv Member

Hey!
check the docs, here… under thumb sizes.

basically look at which modules you’re using, and the sizes you’re actually using on your homepage, sidebar, footer, etc.; remove those sizes you’re *not* using:
https://forum.tagdiv.com/modules-and-blocks/

You can also do the trick from my past posts of making sure that the small/medium/large defaults from the WordPress settings panel (not theme panel), match the three sizes you most use; this way you’re not doing theme sizes *and* WP default sizes!

mehedi
tagDiv Member

Thanks everyone for the support 🙂 If you guys can, please help me with this: https://forum.tagdiv.com/topic/how-to-use-shortcodes-on-theme-files-to-display-blocks/

alturic
tagDiv Member

The theme uses all the sizes technically. That’s why they are in the functions.php. The question is what sizes are >YOU< using based on your block setup and such.

vdifortuna
Participant
#0

Hi!
I want to know how to set up a image border for the differents blocks and modules?
for example a border for the slider and the post, or in the homepage for the blocks and modules

https://www.dropbox.com/s/gmh0efnvkefivos/shadow-border.PNG

https://www.dropbox.com/s/qg6ebt99mrz3xh7/shadow-border-example.PNG

like the image border you set up under the main menu in the theme

thanks!

prose976
tagDiv Member

Thanks for your help Radu, but I disabled everything (except Bakery) and result was the same. Don’t know if it’s because I have arranged the blocks in vertical columns next to each other in the same row or if there is something else going on.

I am using the Blank Homepage Template.

I even put a different block in there and cleared all my caches.

For now I am using a workaround (Random Posts in one block and Most popular in another so that both blocks load content.

Let me know if you have any other ideas that may help to fix this since I would still like to use the Unique Article Feature if possible.

Philip

paulberrow
tagDiv Member

It’s still on local host, i can show you this on the pic http://webfile.ru/ad8e121baa29785e2f0586eb0d2add37
Maybe i can make these pics look smaller with CSS or with any block or something?

mehedi
Participant
#0

Hi,

I would like to display blocks using shortcodes on theme files (on any template files). I want to show 6 posts from any category but filter them with tags (on block 6) . Here are the settings: http://screencast.com/t/hpbYMRYom

Please provide me the PHP code.

Regards

Radu A
tagDiv Member

hi,
I did exactly what you said :

page with : http://screencast.com/t/Jvi7dIo8
block 7 (All Categories, Random Posts, 7 articles): http://screencast.com/t/HtrFwN70I
block 8 (All Categories, Random Posts, 9 articles): http://screencast.com/t/Q2WsDkUNvVX

result:
1) http://screencast.com/t/AlgV0z4KJ
2) http://screencast.com/t/g3NN7q3CN8wN
3) http://screencast.com/t/4mLE0qXpYEAN
4) http://screencast.com/t/uftghGVm

worked like a charm,

please try to disable the plugins, so no conflicts may occur.

Thanks for you message.
Radu A.

Lucian
tagDiv Staff

Hi,

To change the big slider and normal slider color font use this css:

.iosSlider .td-sbig-title-wrap a, .iosSlider .td-sbig-title-wrap span {
color: red !important;
}

To change the mete info/category color use this css:

.iosSlider .slide-meta a, .iosSlider .slide-meta span {
color: red !important;
}

If you don’t want to change the date color also, remove the .iosSlider .slide-meta span

For the tag widget use this:

.widget_tag_cloud .block-title span {
color: red !important;
}

The size of the tag widget is determined by the amount of tag displayed there, so you can’t re-size it only if you reduce the size of the tag container. Use this css to do that:

.widget_tag_cloud .tagcloud a {
padding: 0px 5px 0px;
font-size: 11px !important;
}

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

You can hide them via CSS. Can you please send me an URL to your page so I can see which block you want to display without images?

Thanks

Lucian
tagDiv Staff

Hi,

You can use a block to display the posts without image from that category and then use css to remove the space of the image, like i did here:

before: http://screencast.com/t/R1bVDUV9tP
after: http://screencast.com/t/9xSOuQMd

Using this css:

.page .td_mod9 {
margin-bottom: 15px;
min-height: 100%;
}

.page .td_mod9 .item-details {
margin-left: 0px;
}

I used block 6. I have removed the space for the image. You can do the same for your page.

You can use the same css in your case or you can customize your own block.
Add the css in Theme Panel > Custom CSS.

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

Use this CSS to disable link:

.td_block7 .block-title {
pointer-events: none;
cursor: default;
}

Replace the .td_block7 with the class for the block you are using.

Hope this helps
Thanks

prose976
Participant
#0

Hello,

Hope you’re having a good day. I have blocks 7 and 8 on my Home page but cannot get the Unique Article feature to work on the page.

When I turn on Unique Articles, block 7 is showing articles and block 8 shows none. I have 12 published articles right now and both blocks are set to All Categories, Random Posts, No filters. Block 7 is set for 7 articles and block 8 is set for 9, so it seems that I should be getting 7 unique articles in block 7 and 5 in block 8.

What am I missing? Hope you can help me find the solution.

Philip

Viewing 25 results - 38,551 through 38,575 (of 39,816 total)