Search Results for 'block'

Results from the Forum
Lucian
tagDiv Staff

Hi,

Please see this tread: https://forum.tagdiv.com/topic/theme-speed/#post-900 and this this:

– make sure that you have APC installed or another op cache for php. We have receive some reports that accelerator has some problems in specific configurations with our theme and Nginx. This will reduce your server response time.

Also make sure check this without plugins which might cause slow loading.

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you use featured image for those posts as I can see that a image appear on that block: http://screencast.com/t/jPLNF9nt Also please try without any plugins active, leave just Visual Composer active and empty cache.
Our documentation may be useful: https://forum.tagdiv.com/newsmag-documentation/

Provide your site URL if you still have this issue so I can inspect this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Buna,

Stim de aceasta problema, este pe lista noastra si incercam sa o reparam in viitoarele update-uri. Ne cerem scuze pentru asta!

O solutie ar fi sa folositi excerpt pentru posturile cu aceasta problema: http://screencast.com/t/g5vGRXERiv
Astfel excerpt-ul va fi afisat in block-uri pe pagina.

Mersi!

Alin [tagDiv]
tagDiv Staff

Hi,

Blocks was designed to work properly with posts, but there is an option in block settings to add page: http://screencast.com/t/JSI6frAwYmP
Result: http://screencast.com/t/XxTwZQ6mP
It works but I suggest to use this only if is necessarily, because you won’t have many options in block settings to work with pages, for example sort order will be “Latest”.

Thanks!

Gary73
tagDiv Member

What sites are you using them on? Curious to see other applications of it.

I’ve spent an embarrassing amount of money over the years chasing the “perfect” theme. Huge HUGE fan of the layout options. There are times when I don’t mind having the sidebar, but longer posts, like the fact I can dump it if I’d like to do so.

The one thing I liked about NewsMag right off the bat was how the front page blocks look. Not sure why there’s the centering issue with NewMag. Might have to try a dev site to tinker with it, rather than running it on my live site and work out bugs.

And I really really hate those layout borders.

Also a huge fan of their support – by far the best I’ve ever seen from a theme purchase.

winnieji
tagDiv Member

the title code I used in header.php is :

<title><?php if ( is_front_page()) { bloginfo(‘name’); ?> – <?php bloginfo(‘description’); }elseif(is_single()){wp_title(”);?> | <?php $category = get_the_category();echo $category[0]->cat_name;?> | <?php bloginfo(‘name’); }else {
echo trim(wp_title(”,0));
if ( $paged >= 2 || $page >= 2 )
echo ‘ – ‘ . sprintf( __( ‘绗�%s椤�’ ), max( $paged, $page ) );
echo ‘ | ‘ ;
bloginfo(‘name’);
} ?></title>

I know adding a sentence like”If it is featured,show original cateory” or something will do the magic.Just don’t know what exactly it is:)

Gary73
Participant
#0

I don’t want to have to go through and remove all the layout borders for every single block. Unless I have to. Is there a way to remove ALL the layout borders? I didn’t pay close enough attention when I bought the theme to notice those, apparently. I’d like to remove them if possible.

Alin [tagDiv]
tagDiv Staff

Hi,

Please use Chrome and inspect blocks/modules that you want to change: http://screencast.com/t/Kqn6OMhPM

For example like above block 14: http://screencast.com/t/Vc2v5mcs

.td_module_mx1 .td-module-thumb a:last-child:before{
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 90%);
}

Thanks!

robt020
Participant
#0

How can I include Pages inside Block 11 instead of Posts?

Thanks!

fixthisbuildthat
tagDiv Member

Sorry, Alin, that was just referring to the title background padding.

I still haven’t figured out how to apply the css to module MX1 or module 1, 2, 3, etc.

Can you provide the correct tags for editing any of the modules/blocks? Similar to this…bolded part is what I need.

.td-big-grid-overlay:after{
opacity: 0.7;
}
.td-image-gradient:before{
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 90%);
}

thanks!
Brad

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this without any plugins active, leave just Visual Composer and SEO by Yoast active, also clear cache and purge your files if you use CDN.
Also please provide more details about the pagination issue as I checked your site and found any issues with that:
-block pagination: http://screencast.com/t/fF37Lpzxr6yYhttp://screencast.com/t/8iE9JweX2W
-latest articles: http://screencast.com/t/MzMh6riOtNYt

Thanks!

#0

Hi, how do I get hold of the Youtube and Vimeo playlist blocks, they dont appear in my visual composer.

Oliver

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the infinite scroll pagination cannot be set for category as this pages cannot be build using the page builder and the infinite pagination only works and can be added on blocks.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and I didn’t found that issues for all browsers is the same page:

Chrome – appear Trending Now block, no breadcrumbs: http://screencast.com/t/DUiqaPf1o
Mozzila: http://screencast.com/t/a4Sl7BqBiAP

If you use a cache, please clear it.

Thanks!

bennie
Participant
#0

Hi

Is it possible to show the navigation (next-prev) at top and the bottom of block4?

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

1. I guess that you want these changes only for category’s pages, because you can change excerpt for module 2 from Theme Panel > Excerpt: http://screencast.com/t/ILsoSEbV6bc but this will affect also block 1 that use this module.
So you will need to hide excerpt using css code in Theme Panel > Custom Css: http://screencast.com/t/Den403FY9

.category .td_mod2 .td-post-text-excerpt{
display: none;
}

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

2. For module 7 you have to make some custom modification, because is an extension of module 1. Please edit td_module_1.php add an extra class and remove excerpt code like this: http://screencast.com/t/h99qVRHRZyTj
Now please use css code with that class to hide meta and subtitle: http://screencast.com/t/ui1Y1Ode

.category .module7{
display: none;
}

Unfortunately this css(categories and subtitle) it will be applied also on module 1, so if you use module 1 to display articles on a category page, meta and subtitles will not be displayed also there.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Please try this custom css for comments: http://screencast.com/t/2mjuxKFjo

.post .entry-comments-views {
display: inline-block;
}

2. The author can be enable from Theme Panel > Post Settings: http://screencast.com/t/r34vUetklX
If you don’t want to show author on modules/blocks please comment this line from modules: http://screencast.com/t/iylmubj8Ct

Newspaper 5 will be released approximately in 2 months…I can’t provide you an exact date as we still work on it.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you added an featured image to your posts: http://screencast.com/t/WahCTxD5uhttp://screencast.com/t/646FvXqj5JVhttp://screencast.com/t/2BTWUuH8F56X
Result: http://screencast.com/t/OtnplwgF
Page’s blocks: http://screencast.com/t/4JsM7NjPO

Please also follow our documentation: https://forum.tagdiv.com/newspaper-documentation/

Thanks!

Alin [tagDiv]
tagDiv Staff

Buna,

Meniul din dreapta va apare de doua ori deoarece folositi acelasi sidebar in pagina in block-ul Widgetised sidebar – http://screencast.com/t/jxRl0GhfHtN cat si pentru Latest Articles – http://screencast.com/t/CanJZjfM3wv
Daca nu doriti Latest Articles puteti folosi un template de pagina fara Articole recente: https://forum.tagdiv.com/page-templates/
De asemenea puteti crea un sidebar custom pentru pagini: http://screencast.com/t/hhLlDiZy adaugati widget-uri din Appeareance > Widgets: http://screencast.com/t/xgakQ4X8epOThttp://screencast.com/t/esqpnhcgRqxL si setati pentru a aparea in block-ul Wigdetised sidebar sau pentru Latest Articles.

Multumesc!

Frydenborg
tagDiv Member

In your theme panel, block settings and then “thumbs on modules and blocks”

fixthisbuildthat
tagDiv Member

Awesome, thank you! What are the equivalent (.td-big-grid-overlay and .td-big-grid-post) entries for the blocks? Is it something like .td-block-15-overlay?

thanks for the support!
Brad

aditya92
tagDiv Member

HI
Extra Content Blocks not appear in my visual composer, what’s the solution?

Alin [tagDiv]
tagDiv Staff

Hi,

1. Yes you can create your own custom block/modules, but this is not an easy task. Please take a look which modules are used to build block: https://forum.tagdiv.com/modules-and-blocks/ and how the blocks are made http://screencast.com/t/TyzzN6A6czlW
Also if you search on forum you can find some information like:
https://forum.tagdiv.com/topic/visual-composer-how-to-add-custom-moduleblock/
https://forum.tagdiv.com/topic/customizing-blocksmodules/

2. Unfortunately the theme doesn’t have an option for this, you can only hide them via css for screen width.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Those are block’s titles, please edit your page and go to the block settings and change it like this: http://screencast.com/t/ZZ3rnuCa

Please also follow our documentation: https://forum.tagdiv.com/newsmag-documentation/

Thanks!

EmilioNavilo
Participant
#0

Hello, I would like to know if there’s a possibility to control the length of the teaser shown on Block2. My problem is that somehow the teaser length changes for each post (sometimes it shows 3 lines of the text, at other times 4 lines…), so my layout on the front page becomes messed up. I hope you can help me!

Viewing 25 results - 36,801 through 36,825 (of 39,816 total)