Search Results for 'block'

Results from the Forum
Tihulu
tagDiv Member

Here is something that might help you narrow down the cause as to why the Google+ button description isn’t appearing for me (and probably other people as well) Marius / Radu.

While I was adding widgets to the sidebar, the Google+ button description would sometimes appear after adding a block and then it would disappear after adding or removing another widget.

giacomoarmando
Participant
#0

Hello Radu.
I would like to include in a block only one category while avoiding its child categories.
And ‘possible?
Thank you.

Marius
tagDiv Staff

Hi all,
We have this on our todo list from the first release :), we will try to make something but not in the next update, is a little difficult, because this will increase the CPU usage on servers.

Thanks for the message!

barosi
Participant
#0

Hello,

I have a problem with Mega Menu. My menu appears on some pages but not on others.

For example, Mega Menu is visible on the home page but not on this page.

I noticed that this bug also prevented using the search engine and blocks pagination widgets.

Have you ever encountered this problem?

Thank you for your help.

murattopak01
tagDiv Member

Minify your css and html, I think it will add at least 6-7 points.
But can I ask how you did remove render-blocking javascript files, because that’s my only problem in pagespeed.

http://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.thenerdmag.com%2F&tab=mobile

You can minify your css and html via W3 cache. I’d be glad if you could say how you dealt with javascript files.

madrindie
Participant
#0

Hello

The similar article block is very big for me. Can i change the module of Similar article blocK?

Thanks

madrindie
tagDiv Member

I need it too. Please, exclude the pages.

ntoulios88
Participant
#0

I would like to advice you for your next update to add the choice in the newspaper blocks and modules options the :

1) Popular of the day posts &
2) Popular of the month.

You already have popular of the week and all time. I think popular of the day will help me a lot and of course many other news-blogs. If you already had provide these choises I would have definately have used that.

Thanks

Marius
tagDiv Staff

Hi,
You can hide the ALL via CSS, hope will work, use this CSS, add it in Theme panel -> Custom CSS

.block-child-cats li:first-child {
    display: none;
}

About the sorting order, now is alphabetical sorted.

Thanks!

damianoser
Participant
#0

Hello, I want to know if there is a way to display only categorries in Block 1 without the “ALL” tab.
For example, here to display only “BEAUTY”, “GET INSPIRED” and “HEALTH & DIET” tabs, with BEATY tab appearing first by default.

mehedi
tagDiv Member

@jim did it worked for you? my one isn’t showing the blocks properly instead, it is showing [vc box] and stuff. how did you do that?

thanks!

marglinka
tagDiv Member

Hi,
Add this code:

<div class=”alignleft”><?php previous_image_link() ?></div>
<div class=”alignright”><?php next_image_link() ?></div>
like here: http://screencast.com/t/hBPGJRf05j

Thanks!

What I need to do is add these two lines to the file attachment.php? After the change does not display next/prev. What do I do wrong?
Mariusz

Radu
tagDiv Staff

Hi,
add this at the begining of the footer.php file:


    <div class="container">
        <div class="row">
            <div class="span12">
                <?php
                // show the header ad spot
                echo td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'custom_ad_1'));
                ?>
            </div>
        </div>
    </div>

after this you can use the custom ad 1 spot to show footer ads. The ads may need a little bit of css to be better centered.

Radu O.

Marius
tagDiv Staff

Hi, I see that you have managed the issue by using the CSS provided.

Thanks for the message!

Marius
tagDiv Staff

Hi,
The theme use multiple fonts, like:
– Ubuntu for menu
– Roboto condensed – for titles, block titles,
– PT Sans – for body text
– Open sans

Thanks for the message!

Radu
tagDiv Staff

Hi,

add this to the css section in the panel.


.td_block_inner .entry-date {
    display: none;
}

or if you want to disable the date site wide use this from the panel:
http://screencast.com/t/RzfP1Nxsu

  • This reply was modified 12 years by Radu.
caltex
Participant
#0

Is there a way to exclude the date from showing up in blocks?

Thank you!

murattopak01
tagDiv Member

Thanks Christopher, you are absolutely right about not minding this stuff first, but it has turned into an obsession for me. I will try to do what sticky thread says, thanks again.

simchris
tagDiv Member

murattopak01

you should fix everything else FIRST, then worry about the “render blocking” thing last. This is sometimes very hard to fix.

Fact is most sites need “some” elements to load first for page to render. You might visit the sticky forum thread on pagespeed to make sure you have expires heads, caching, fonts, external elements, all sorted first, as the render blocking only counts for a very few points — all the rest count for 20-25 points and easy to fix without using a cloud system.

murattopak01
tagDiv Member

This is exactly what I’m suffering from. I can’t find any differences between the demo page (demo.divtag) and my website regarding js and css files. But somehow my score is about 70 for mobile whereas they are almost 100. Are they using cloudflare?

Steven
tagDiv Member

Yes

yoluca
tagDiv Member

the free version ?

Steven
tagDiv Member

CloudFlare will help…

yoluca
Participant
#0

would like to know how to do this … < Eliminate render-blocking JavaScript and CSS in above-the-fold content >

no luck with google … i did found a nice article … but failed …

http://www.wpcub.com/eliminate-render-blocking-javascript-and-css-in-above-the-fold-content/

any idea ?

adhi
tagDiv Member

before i’m ask to you… that css i’m try before… and not working on sidebars.. just working on last articles like you look on my web Big Bike Motorcycles

may be.. if not believe… please you can put and capture screen shoot for me..

Thanks

Viewing 25 results - 38,951 through 38,975 (of 39,816 total)