Search Results for 'block'

Results from the Forum
Bogdan B.
tagDiv Staff

Hi,

You have that space because you use the blocks in Tabs so there is the default block bottom spance and it is added also the Tab space. Please try this css and see how it works out:

.vc_tta-container .td_block_wrap, .vc_tta-container .vc_tta-panel-body {
padding-bottom: 0px !important;
}

Google chrome’s inspector is much better at these tasks and you can use a chrome extension to test your css called “live css editor”. it’s easier that way.

Thank you!

Mosamlife
Participant
#0

Hello everything works great except google font or webfont don’t know why it blocks other resources to render ??

check the given link and check font.googleapies.com and fonts.gstatic.com blocking time on waterfall?

https://gtmetrix.com/reports/www.movzio.com/wt2eQJJ1

looking forward you views on this 🙂 i am using nginx server

AilyRoot
tagDiv Member

Hello

I did try firefox to find those CSS and change it and also yours but not working!

I am not really asking for custom works but to ask how to make block distance become normal like others

View post on imgur.com

and as you said
“The tabs shortcode was renamed by the Visual Composer developers from version 4.6 and unfortunately the css code from theme doesn’t apply on tabs block

what should I do to make tab menu block ‘s distance just “like your other blocks”

thanks

petrus74
tagDiv Member

Hallo Bogdan,

the problem is not in the menu but in the numbers near footer.

Please check my homepage and test “1, 2, 3 avanti… ” down the block “Castelli della Baviera”.

Thanks,

Peter

AilyRoot
Participant
#0

Hello

We want to make pagination on homepage under block content from left to right

View post on imgur.com

and also where to tweak his css? we want to make its bordera bit darker

also, could you please tell how to make block distance (shown as “B” on snapshot ) closer to each other?

thanks

Aily

Alin [tagDiv]
tagDiv Staff

Hi,

Every block has a bottom space so you can try to inspect this using the browser inspector tool to target those and remove the margin or padding bottom – http://screencast.com/t/YjorLPjnWmhttp://screencast.com/t/7UUGAF3tz2u
I suggest to hire a freelancer to do this for you if you don’t have basic css/html experience as the time doesn’t allow us to provide custom work at this time, sorry!

Thanks!

Andrei L.
tagDiv Member

Hi

Usually that gray space appear when the image is smaller than the thumb in which it’s displayed, because WordPress won’t enlarge images, only crops them. To avoid that you can use a portrait image at least by the big grid thumb’s size. Also try to regenerate thumbs: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
To add a new big grid you can use theme’s API: https://forum.tagdiv.com/td_api_blockadd/ but this is a complex task and requires good coding skills, as you will need a custom css for its layout and depending by your needs maybe a new module. My advice is to look for a developer from sites like: http://studio.envato.com/ to help you with that, as we cannot offer any type of custom work at the moment.
If this is not what you mean please provide more details and your site’s url so I can inspect this isuee.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the top-bar was not designed for mobile device and it is hidden. You can display the sign in widget on mobile using this custom css in Theme Panel > Custom Css – http://screencast.com/t/XmLAEEm65m

@media (max-width: 767px) {
.td-header-top-menu-full, .td-header-top-menu-full .td-header-sp-top-menu {
display: block !important;
}
.td-header-top-menu-full .td_data_time, .td-header-top-menu-full .menu-top-container, .td-header-top-menu-full .td-header-sp-top-widget {
display: none !important;
}
}

If the code doesn’t work please provide a link so I can inspect this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi JCAires,

You can simply add a text block to your page where you are able to place an h1(title) and some text content(description) – http://screencast.com/t/vo7rnIvDi3
Or you can use Pagebuilder with title template – http://screencast.com/t/8MwGVO2MqG the page title has the h1 tag – http://screencast.com/t/yVWkkEdW

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I guess that you refer to a page. The media library(Add media) can be accessed only when the default Visual Editor is used. When the Visual Composer is used, your page is created using the pagebuilder so it is supposed to use text block(for example, also some VC elements) to add images and text to the content, so you can access the Media Library from there – http://screencast.com/t/qEqFir8M94z

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Each paragrapf has a bottom space – http://screencast.com/t/CKDIybVUVQ I have checked your post and did not found any issues.
2. Please check documentation how you can set the blocks – https://forum.tagdiv.com/block-settings-tutorial/ Also we have some video tutorials on our youtube channel, for example how to create a page – https://www.youtube.com/watch?v=rgWqozuqmJk
3. You can translate Trending Now from Theme Panel > Translations – http://screencast.com/t/r0qDYaPF3M
4. You have to edit the top menu, add you link and set it to open in a new window/tab – http://screencast.com/t/2bAkxbxlMcnG
5. I’m not sure how did you added the image, but it seems that it looks fine now – http://screencast.com/t/oKKXupKT

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked this in text block also in a Raw Js(Visual Composer element) and it works on my side – http://screencast.com/t/EXFuFdfflDIahttp://screencast.com/t/Al9zEpG3h4xk
Also on Raw JS – http://screencast.com/t/YfX0RidQcoQhttp://screencast.com/t/HPNcpcO7
So please check this only with Visual Composer active, disable all other plugins and see if it works.

Thanks!

Andrei L.
tagDiv Member

Hi

Replied you here at first question: https://forum.tagdiv.com/topic/remove-author-and-date-for-blocks-on-front-page/
Regarding the second question please check our documentation about post templates: https://forum.tagdiv.com/post-templates/

Thanks!

Andrei L.
tagDiv Member

Hi

You need to install Thumbnail Regenerate plugin to have that option available, here you can find more details in this regard: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Thanks!

Bogdan B.
tagDiv Staff

Hello sineros,

The font settings from the panel will not be applied if you use Visual Composer as the theme supports Visual Composer but doesn’t have css for it. You will have to use inline css or add an extra class to the text block and use custom css to change the font. The panel settings will be applied only if you create your articles/pages using the default Visual Editor (No Visual Composer)

Thank you.

AilyRoot
tagDiv Member

and it is much wider than space between normal blocks

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked you site on Chrome and Firefox and did not found any issues – http://screencast.com/t/C0nzeiKA Also on Safari (Mac) – http://screencast.com/t/iZry0GywZ Please clear cache maybe it is a caching issue – http://screencast.com/t/iZry0GywZ
I have checked the the load more block pagination and did not found any issues(Mac or Widows browsers) – http://screencast.com/t/QAbN2bgisffe

Thanks!

Alin [tagDiv]
tagDiv Staff

Salut,

Am verificat pagina ta si folosesti template-ul cu latest articles(Pageduilder with latest articles) – http://screencast.com/t/XxCXuGwwUn
Acesta nu este un block adaugat cu Visual Composer, ci este un loop unde sunt afisate toate articolele tale recente in functie de setarile pe care le ai. Daca vrei sa folosesti un block in schimb, poti sa treci pe template-ul default de pagina(fara latest articles) si sa adaugi un block folosind Visual Composer.

Mersi!

Alin [tagDiv]
tagDiv Staff

Salut,

Cred ca te referi la ajax filter (categories probabil). Te rog citeste acest topic – https://forum.tagdiv.com/topic/display-subcategories-on-blocks-head/#post-63557

Mersi!

Andrei L.
tagDiv Member

Hi

Make sure you set the image added into post content to be full width http://screencast.com/t/hmgWdQ4kPJjThttp://screencast.com/t/dFQpilMm For pages the theme uses thumbs to display images in order to keep the page size as low as possible, so the image is cropped at thumb’s size. To display a full width image on the page you can use a single image block from Visual Composer: http://screencast.com/t/KqaAAtPO

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You will need custom modification for module 16(used to make block 21) – http://screencast.com/t/yaFPcCSKE
Please check this topic – https://forum.tagdiv.com/topic/legend-in-the-titles-of-the-homepage/#post-60754

Thanks!

jdmeier
Participant
#0

How do you implement the Latest Article, like the Newspaper Demo?

It does a nice job of showing just the post images and title.
Below it, it shows the number of pages (1-14), so you can jump to a specific page or page next.

I tried adding the Block 3, which is a simple grid, and turning on pagination, which is close, but it does not do the nice list of pages to jump to, or the page count.

It just shows a forward and backward arrow.

JD

paty0323
Participant
#0

Hi i am trying to get a better perform on the website but this keeps coming up

“Eliminate blocking JavaScript and CSS display the contents of the upper half of the page newsmag” I know the speed booster should do this authomatically, i´ve already check and is activated but seems not working.

Also do you recommend something to minify css and java i´ve tried some plugins but all have issues like loosing complete format, images not showing even though i change some options to stop that to happen.

Thanks for the help
site url: http://www.tierrapermanente.com

imc67
Participant
#0

Hi,

it seems that the Popular Categories text is not translated in Dutch but also not available in the translation list in Theme panel (only the singular version: POPULAR CATEGORY). Translations section: http://screencast.com/t/hhr9sUBh and result on every footer: http://screencast.com/t/LcUJKJgy

I’m not very experienced in coding but when I look into the code in td_footer_template_2.php it shows:

echo td_global_blocks::get_instance('td_block_popular_categories')->render(array(
'custom_title' => __td('POPULAR CATEGORIES', TD_THEME_NAME),
'limit' => 9

Does this means indeed that it calls POPULAR CATEGORIES label or is this hard coded?

Thanks!

techmarketnow
Participant
#0

Hi,
My Site is http://www.southindiafashion.com/. I am creating home page with Pagebuilder+Latest Articles+Pagination. But, it shows recents at the end. But, I would like to put latest articles at the top and page builder content after the pagination. Please suggest.

-Header, Menu
-Recent Posts with Pagination (page numbers-like the way it shows in my blog http://www.southindiafashion.com/ home page now) with sidebar to the right
-After recent posts(or below the recent posts), I would like to the place page builder content (blocks modules etc.,).
Please let me know if you need more information.

Thank you

Viewing 25 results - 34,226 through 34,250 (of 39,816 total)