Search Results for 'block'

Results from the Forum
Bogdan B.
tagDiv Staff

Hello,

You can add an ajax filter to all of your blocks on the front page. edit each one in the tagdiv composer and enable the ajax filter for each one.

Thanks.

Bogdan B.
tagDiv Staff

Hello,

Block 11 uses a thumb size of 218 X 150 https://www.screencast.com/t/vGlueHYVhttps://www.screencast.com/t/NkAf4VIfBh

Thank you!

Bogdan B.
tagDiv Staff

Hello,

That section is called an ajax filter and can be activated on each block in particular from the block settings. Please use this guide: https://forum.tagdiv.com/block-settings-tutorial/

Thank you!

Catalin
tagDiv Staff

Hello peopleabroad,

Yes, valid reasons in this regard would be the thing that on tablet and mobile, exists the Scroll effect which allows you to move to the top or move to the bottom very easy, right? That’s the main reason that our developers hide this functionality for mobile and tablet devices.
Another alternative for you would be to use a bit of CSS code to do this. Try the code below and place it in Theme panel -> Custom CSS area and enable this functionality.

The code is ->

@media (max-width: 767px){
.td-scroll-up {
display: block;
}
}

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

Unfortunately such row layout options are not available in the tagDiv composer editor
https://forum.tagdiv.com/tagdiv-composer-tutorial/
The blocks and other theme elements are designed to be used and display properly only with the current row and columns options. That is the case for the Visual composer editor as well. You should try and use the available row settings, to create the website.

Thanks

Simion C.
tagDiv Staff

Hi,

The thumbnail sizes that the theme uses cannot be changed. There is no option for that at the moment. This is an automatic process, it will create the necessary thumbnails sizes from the featured images you use
https://forum.tagdiv.com/theme-thumbs/
Each block module and other elements use a predefined thumbnail size, in the theme panel you can only disable certain thumb sizes from being created.

Thanks

Catalin
tagDiv Staff

Hello vasik,

Unfortunately, our theme does not have any such an option that allows you to use the Read More button for post pages, sorry! As you can see, our theme has this option implemented in some modules/blocks which use this structure. For more references about this case, you can follow the following topic here -> https://forum.tagdiv.com/topic/read-more-button-and-cant-change-title-color/
If you want to have this option on your website, you should use such a plugin with this functionality and check how it will work for you.

Thanks for your understanding!

willkar
tagDiv Member

You could separate blocks. For example, when i want to do that, i add, example, Block 12” then i add a “Ad box” then i addBlock 12” and you can achieve the same look as that.
Remember that, on “Theme Panel” you can go to “Ads” tab, and choose a custom tab, add your adsense code there, and you can even control de adsense size there. And thats it 🙂 Perfect Match!

simchris
tagDiv Member

Also worth noting, when ‘cleaning’ your site, you need to *check* all editable fields in your theme setup; this means logo, favicon, widgets, footer, custom code blocks for javascript, ad boxes, etc. — anything managed by java, or related to java, should be checked!

updated article from SECURI:
https://blog.sucuri.net/2017/09/old-themes-abandoned-scripts-pitfalls-cleaning-serialized-data.html

ashokbasnetashu
tagDiv Member

Hi, the second one is solved but the first one is still not done yet. I’ve gone through the url. But I specifically want to add VIEW ALL buttons to all blocks of front page to view all the posts to it’s category. https://prnt.sc/gjdl4j Can you please guide me?

masdi
Participant
#0

I use Slide Block on my frontpage. Now, default slide effect is move right to left. Any other options setting to change effect of slide ex. Slide move Right to Left change to Fade Effect?

driestedt
Participant
#0

Under td_config.php I change the following code. I changed the name, width and height.

Then I resized all the images per the instructions on this website.

The theme seems to be defaulting to a different size image for block 11.

Here is my site.
https://www.volyoom.fit/

Any thoughts on how to fix this? This thumb is enabled. When I changed the code, it turned off. I had to turn it on, and run the thumb resize process.

td_api_thumb::add('td_210x118',
array(
'name' => 'td_210x118',
'width' => 210,
'height' => 118,
'crop' => array('center', 'top'),
'post_format_icon_size' => 'normal',
'used_on' => array(
'Module 10, MX4, MX7, MX13, Mega menu, Related posts', 'Block 11, 15, 16, 18', 'Big grid 6'
),
'no_image_path' => td_global::$get_template_directory_uri,
)
);

jabal3amel
Participant
#0

Hi Tagdiv Team, Good day to you!

Wondering how to create Sub-Sections in Block Header. Please find enclosed pic for easy reference!

https://www.screencast.com/t/hSrf7CiO

Thanks,

sominus
Participant
#0

Hi, please help me, not working widget! (Popular (last 7 days) – theme counter (enable from panel))

What “theme counter” (enable from panel)?

computergiant
Participant
#0

Hello,
I want to replace the Featured Image with a Revolution Slider. There is a method to replace it at https://www.themepunch.com/revslider-doc/add-on-featured-slider/ utilizing the following sample code:


$total_image = wp_get_attachment_image_src( get_post_thumbnail_id() , 'total-blog-header' );
echo do_shortcode('[featured_revslider]'.esc_attr( get_the_title() ).'[/featured_revslider]');

Your code doesn’t quite match up since it doesn’t use $total_image but rather it uses:
echo $td_mod_single->get_image('td_696x0');

How can I update the loop-single.php code to incorporate the slider? I have tried the following to no avail.

// override the default featured image by the templates (single.php and home.php/index.php - blog loop)
if (!empty(td_global::$load_featured_img_from_template)) {
echo $td_mod_single->get_image(td_global::$load_featured_img_from_template);

} else {

//BEGIN SLIDER REVOLUTION FEATURED IMAGE REPLACEMENT END
if (empty($total_image[0])) {
echo $td_mod_single->get_image('td_696x0');
} else {
echo do_shortcode('[featured_revslider]'.esc_attr( get_the_title() ).'[/featured_revslider]');
}

//END SLIDER REVOLUTION FEATURED IMAGE REPLACEMENT
// echo $td_mod_single->get_image('td_696x0'); //ORIGINAL CODE IN THIS BLOCK
}

albertok
Participant
#0

Hi,

I purchased News8paper a couple of weeks ago.
I noted that Block settings – Thumbs on Module/Blocks and other menu voices dont work properly. I cannot have access to settings menu.

Lokka at the images
17-09-15 THEME PANEL - block settings

Could you help me?

taiger
Participant
#0

background site colour does not work with the middle block content

Dee McL
Participant
#0

I want to remove the author’s name from the blocks — when it is thumbnail versions. I have done it from “POSTS” but cant remove it from the many posts on the home page

Catalin
tagDiv Staff

Hi Aldemi,

Yes, it’s possible but please notice that if you want to do this, you should use the shortcodes into a Text Block where you can add your shortcodes.

Hope this helps!

Thanks for your understanding!

Blogosocial
Participant
#0

Good morning TAG DIV Team,
I have a problem with the mobile version of the site http://www.blogosocial.com. On the cellphone the site is displayed correctly but I can’t click the header menu and search buttons that are blocked and unusable. I tried to delete cache plugins but without success. What can it depend on?
Thank you
Alessandro

luchtzak
Participant
#0

Dear,

The Blockquote in the newspaper template is just too big, how do I change the size of the blockquote ?

http://www.aviation24.be/airlines/finnair/finnair-strengthens-position-germany-280000-additional-seats-2018/

regards,

Bart

Bogdan B.
tagDiv Staff

Hi,

Please use this code in your theme panel-> custom css box:
@media(min-width:1141px){
.td_block_trending_now{
display:none!important;
}
}

This code will affect every news ticker. If you want to target just specific ones, you should provide more details to which one, where.

Thank you!

Bogdan B.
tagDiv Staff

Unfortunately the issue has very different causes depending on each case in particular. Plugins were the first, then file permissions, then blocked files on the host or blocked files in the htaceess file. In some cases the theme and plugin needed to be reinstalled.

Thank you!

raymukesh
tagDiv Member

I have tried it on other themes and it works, and the weird thing is that I have tried it on newspaper theme on a local host and surprisingly it works.
Check the link https://drive.google.com/file/d/0B1Doj6gTZMI7blJxNXNQV3BmOVE/view?usp=sharing
I have switched of the ad blocker and other plugins. I am able to show other banners from hostgator. I think its a javascript banner, can you tell me any way around this?

Thanks,
Mukesh

Bogdan B.
tagDiv Staff

Hello,

For the border bottom, please use this code:

.td_block_wrap .block-title{
border-bottom: 5px solid black;
}

Thank you!

Viewing 25 results - 23,076 through 23,100 (of 39,816 total)