Search Results for 'block'

Results from the Forum
Catalin
tagDiv Staff

Helo,

If you want to achieve the white color and the same font-family, please try to use a bit of CSS code to do that. Please try the code below and place it in Theme panle->Custom CSS area.

The code is ->

.td-post-template-3 .td-module-meta-info {
color:white;
font-family:Verdana;
}

The result you should see here -> http://screencast.com/t/LhG8uv2N

For your second request, please notice that if you want to change your Blocks, you have to alter the code from the modules which forming the specific block. Here -> http://screencast.com/t/DPz0E8KfBD1R you can see the list of our modules which are used to forming our blocks and then for each module you have to alter the code like this -> http://screencast.com/t/Sla5IKHO

Hope this helps!

Thanks!

pradeeppathak07
Participant
Headline - topic
#0

Hi team,

I have made new homepage of my project and the link is http://uttaranchaltoday.com/hn/hnew/ . if you see the link you’ll see incomplete text in each headlines. The block is replacing (…) dots there. Could you please tell me how can I show complete headline there like my current homepage.

Second tell me how can I show weather on masthead. I want to show weather of Uttarakhand which is in India.

Thanks in advance.

Pradeep pathak

bestword1
Participant
#0

Hi there,

I’ve been having trouble getting the Amazon Affiliate programme’s Responsive Search Widget to display on my site: https://affiliate-program.amazon.co.uk/gp/associates/promo/search-widget.html

An example page where the widget is embedded can be found here: http://bestforcats.co.uk/guest-posts/guest-post-surefeed-products-make-mealtimes-easier-cats/

Has anyone managed to get this working on their website? I don’t think this is a problem with the theme as such, but I’d be grateful to hear from other Newspaper users as to how they got it to display.

As it stands I’m (unsuccessfully) using the Ad Inserter plugin which is added as a widget on the sidebar, but the raw JavaScript block in Visual Composer failed to display the Amazon widget either.

Thanks in advance!

gzelasco
Participant
#0

Slide block in the right sidebar dont appears (Blank) in the live version

aph100
Participant
#0

Hi
On page http://www.modburyteam.org/all-hallows-church/
The second block down on the left seems to be slightly indented and is not aligned to the block above.

Can you advise me why please?

Thanks

stephanwhelan
Participant
#0

Folks – is there a way to create a custom sort order in a Page block? At the moment i’m mainly using “Latest” sort order but in some cases I want an “Oldest” sort order – i.e. the oldest posts appear at the top of the block.

Is something like that possible?

Thanks,

Stephan Whelan
Founder
DeeperBlue.com

Chito
Participant
#0

Can you give us little inside how I will be able to add excerpts for td_block_9?

nycinsider
Participant
#0

When I go to VC – Grid Builder Templates, there are none. Not sure if there are supposed to be any with the default theme? To be honest..I’m not even sure what “blocks” are. Both this template and VC are new to me.

So here: https://forum.tagdiv.com/block-settings-tutorial/ it says to look here: http://demo.tagdiv.com/newspaper/big-grid-1/

am I supposed to have access to all those big grids as templates? Is there some basic documentation on what is a block, how it’s used, if either NP theme or VC already have templates, etc?

Thanks,

cangnt
Participant
#0

I have a “Don’t Miss”/”LIFESTYLE NEWS” block i go to Theme panel > Excerpts > Module 2 (td_block_2; td_block_4) and limit the CONTENT LENGTH to 10 but it don’t work on td_block_2, only work on td_block_4 ??? how to make it also work for td_block_2

My site: http://wp.motosaigon.vn

lbinternet1
Participant
#0

Hi

Where can I find the option to update the plugin to the latest version. I am trying to update the WPBakery Visual Composer, the current version I have is the 4.6.2. I want to be able to change it so I can edit my block page at the moment I am not able to see that option when I am doing my writing.

Regards

Sally

rjohansen
tagDiv Member

For instance if you do a follow up on a certain topic for a while, you might wan’t a special “page” for that tag. If possible to make a page for a tag though – then you could also use static blocks – by using page builder.

alierhan
Participant
#0

Hello,

Can I add certain topics as a block to the homepage?
From BBpress or any other forum/community addon?

Best Regards

DwayneHoward
Participant
#0

HI. I need to find a way to make visible pagination arrows for my blocks. I’m using mostly Block 2.

I sort by Ajax. The forward/back arrows are so thin I can’t see them.

1) how can I modify the font used to make the box thicker and make the arrows bold
2) If I decide, how can I replace these arrows with image icons.

Thank you.

Navito
Participant
#0

There’s a dark hue on the images of Block 14 that make the images appear slightly darker than they should. How can this be removed?

Dhananjay
Participant
#0

Hello,

I was replacing the date function under the post title in template #3, with human time diff function. But it is somewhat misaligned. I used the inspect tool, and finally gave an edit to .td-post-meta-info, but that seems to apply to the complete meta info, even on the homepage. So now, I am looking forward to just adjust the specific function, and only in this specific template. Any guidance please?

I want the colour of it to be white, to match the other functions. Plus, I am also willing to adjust its font size and want to realign it.

One more thing, how do I replace the same on the following blocks and grids on my homepage.
Block 5
Block 20
Block 1
Big Grid 5
Big Grid 4

Regards
Dhananjay

Andrei L.
tagDiv Member

Hi

Use this css in theme panel > custom code > custom css: http://screencast.com/t/Sgpqqx9rTR8

.td_block_big_grid_6 .td-module-thumb a:before, .td_block_big_grid_7 .td-module-thumb a:before {
background: transparent !important;
}

Thanks!

Catalin
tagDiv Staff

Hello Natasha,

Please notice that if you want to change the link for each featured image that will be displayed in your block, it is not a simple task because the theme behaviour it is that this link to take you to the post page link. If you want to change the structure of this feature, please notice that is not a simple task and require to do a lot of additional customizations through code that involves custom work. If you want to display more levels in our theme and you are not aware of the steps which you are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
In conclusion, our theme does not have such an option to offers you the way to replace the URL with another custom URL for each featured image from your block, sorry!

Thank you for your understanding!

Catalin
tagDiv Staff

Hello,

This error -> http://screencast.com/t/XW2ZouO2hQe comes up in the search/block 21/module 16 when a post has no featured image set to it. This is the case because the search uses the default WP thumbnail. We are working on a fix for this and until we can implement it, you can use this workaround:

You need to edit td_config.php and add this code:

td_api_thumb::add('thumbnail',
array(
'name' => 'thumbnail',
'width' => 150,
'height' => 150,
'crop' => array('center', 'top'),
'post_format_icon_size' => 'normal',
'used_on' => array(
'Big grid 1, 3, 7 - small image'
)
)
);

It should look like so: http://screencast.com/t/RTkWKH6me
Basically, you are just adding another thumbnail to the list in between the existing ones. Then the error will not display anymore.

I recommend you to change the module for Search from Theme panel, like this -> http://screencast.com/t/I0AmPRbybZZN

Hope this helps and let us know how it goes!

Thank you for the message!

Bogdan B.
tagDiv Staff

Hi,

1) In order to add the code besides the author name in the bottom author box, then you need to add it to this file: http://screencast.com/t/ccOh7k2G

2) In order to implement facebook comments, you have to disable the theme comments and then place the facebook comments shortcode in the template files here: http://screencast.com/t/oTnWURqrAb3

You have to do this for every post style you use on your site. every post style has it;s own file.

3) You can use this css to activate the top menu on the mobile version.

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

Thank you!

Natasha
tagDiv Member

Its the posts featured on in the blocks on the front page which I would like to link directlty to another site

i.e http://hagg.la/ I would like the post to link to a different site (custom url) rather than: http://hagg.la/apple-server-most-powerful-rack-optimized-server/

Natasha
tagDiv Member

Hi,

Thanks again for your reply.

I am still unable to do it. I would like it so the image displays in the blocks on the front page but when you click on the image, it takes you to a different site. At the moment when I click on it, it leads to a post page but I would like it to link to a completely different site.

I look forward to hearing from you.

Thanks in advance

N

aph100
tagDiv Member

Hello Catalin

Thank you for that, and I now see how this works – thank you for your help

With regard to the question regarding the rule, I apologise my terminology was not clear. I do not want to add a new rule to the block title, I simply wanted to also change the colour of this where tabs are present.

If I create a normal block – e.g. block4 and I can change the background and text colours of this through the block settings. If I change the colour of the background, then the line that forms part of the Block Title also changes to the background colour.

I am now able to change the colour of the tabs so that they match the colour of the other block titles on the same page. However I am not sure how to change the block title rule that is part of the tabs header. Please see http://www.modburyteam.org and look at the tabs – you will see that although the tabs background matches the colour of the other block titles, there is still the default blue line under the tabs titles. Is is this that I am trying to change as well.

I apologise for the misunderstanding easier

Thanks

Alex

Bogdan B.
tagDiv Staff

Hi,
Unfortunately our theme has no such option. Our blocks were not designed to show extra information on hover.
You can add the bottom gradient in big grids if you chose a different style for the block: http://screencast.com/t/doqorJXJa
You can activate it with css on other blocks that use the title on top of the image:

.td_module_mx1 .td-module-meta-info, .td_module_mx8 .td-module-meta-info, .td_module_mx1 .td-module-meta-info{
background-color: rgba(0, 0, 0, 0.25);
}

Add the code in the theme panel->custom css box.
Thank you!

Andrei L.
tagDiv Member

Hi

You can change category id depending by post’s category using this cod: http://screencast.com/t/lEWHIm5y4x

    <?php
    $category_detail=get_the_category($td_mod_single->post->ID);//$post->ID
    foreach($category_detail as $cd){
       $cat_name = $cd->cat_ID;
    }
    echo do_shortcode('[vc_row][vc_column width="2/3"][td_block_13 category_id="' . $cat_name . '" limit="2"]                       [/vc_column][/vc_row]');
    ?>

This code insert post’s category id inside shortcode and should work fine.
Thanks!

  • This reply was modified 10 years by Andrei L..
Bogdan B.
tagDiv Staff

Hi,

This modification cannot be made from the theme panel. You need top access the theme files via ftp and edit the code like the screenshots showed in the topic:

Unfortunately the theme doesn’t have an option for this and you will have to alter the code, just add this order in td_block_mega_menu.php file – http://screencast.com/t/1Kk6ybz4C so you can order subcategories by slug – http://screencast.com/t/NpeWAblchttp://screencast.com/t/hOubcKikgUE

‘orderby’=>’slug’

Thank you!

Viewing 25 results - 30,276 through 30,300 (of 39,816 total)