Search Results for 'block'

Results from the Forum
sportm
Participant
#0

Hi

Is it possible to add widgets such as the blocks and the big grids after the article post. Like after the comments and I will title the grid “also check out these”

Thanks

lumasweb
tagDiv Member

Sorry, I found it in the panel, so many options, a little confusing but anyone else who’s looking at this, go to “Block settings -> meta info on Modules/Blocks”

daraghos
Participant
#0

Hi

I am trying to get the links to posts/pages in grid blocks to open in new tabs. Is this possible?

Thanks

Daragh

GusV
tagDiv Member

Hi,
sorry for the previous broken link, I have managed to ad element in block 4, http://vards.net/coin-study/ however, I still keep seeing this post on hompage? http://vards.net/ please scroll down, I just want this post to stay in category Coin Study – [id: 282] without apearing on home page.

Thanks.
Gus

Simion C.
tagDiv Staff

Hi,

I could remove the margin set there – https://www.screencast.com/t/I8leqn1QrBbw

But you also have some invisible titles there
https://www.screencast.com/t/fBXaEyxC
These seem to have the same color as the background so they are invisible. I believe they take the color set here
https://www.screencast.com/t/3Sh9MCYS8WsM
I could include a color change in the code if you don’t want to change the footer background or that setting
https://www.screencast.com/t/kV5lLFQx

Use the codes if you wish, enter them in the phones section if you want them to apply only on phones
https://www.screencast.com/t/IspRbg9j

.td-footer-bottom-full .td-pb-row>div {
margin-bottom: 0;
}

.td-theme-wrap .td-footer-bottom-full .block-title > span {
color: #ffd100!important;
}

Thanks

Simion C.
tagDiv Staff

Hi,

The theme grids and most blocks are predefined, so they will always look in one way only. All types can be seen here
https://demo.tagdiv.com/newspaper/block-1/
https://demo.tagdiv.com/newspaper/big-grid-1/
https://demo.tagdiv.com/newspaper/full-big-grid-1/

The exception are flex blocks, these have a considerable amount of options to modify even the slightest thing. A single flex block can look in endless ways
https://demo.tagdiv.com/newspaper/flex-block/
Try to experiment with a flex block, see what can be achieved with it. .

Thanks

Simion C.
tagDiv Staff

Hi,

None of the page content will show on mobile if you activate the mobile theme
https://forum.tagdiv.com/the-mobile-theme/
If you want to display the same content from desktop on mobile, deactivate the optional mobile theme plugin.

The mobile theme is intended to be used if you want to display a different version of the website on mobile, a simpler and lighter version with no blocks, grids etc.

You will have to create two versions of a page. One for desktop with the page builder or in any way possible. Also one for mobile, this is limited to the mobile editor and it’s simple capabilities
https://www.screencast.com/t/jeHTSQZauy

Thanks

mayaguez
tagDiv Member

P.S. I just did the same as above for Module 4 td_block-1 and obtain the desired results but it does not show the “Read More”.
See Luxurious Properties on my home page sidebar.

MaximePavie
Participant
#0

Hey,

I’m trying to build a nice travel blog, but one important part for this is how post block appear with nice title, nice summit, nice button ” read more ” …

When i choose a grid, can i customize it ? i mean make the tittle different, change space between element, change the button ( translate it ) and mode ?

i didn’t find the block on theme panel to customize this. I can only choose some grid and change them with 6 different styles, but can we do more ?

Thanks for helping.

Max

Simion C.
tagDiv Staff

I tried that like this – https://www.screencast.com/t/vucdgeVb
Result – https://www.screencast.com/t/pyn9sJAOnX

Code used

do_shortcode ('[td_block_ad_box spot_id="custom_ad_2"]')

Simion C.
tagDiv Staff

Hi,

That page you provided leads to a 404 page – http://prntscr.com/kdr9ze

Filtering the content displayed by blocks in pages would not be a difficult task considering the many options available.
Check which categories each block is set to pick posts from. Edit the page with the composer and click on the blocks. See what categories are used
http://prntscr.com/kdrbgv
If 2 blocks have the same filtering the posts will be the same.

The reason a post is showing in a block is because it belongs there according to the filtering you use. It is included in a category used in the filter.

Thanks

Danielle
Participant
#0

Can someone pls help our website is not showing the video block on mobile/cellphone.
but showing on desktop.

And our lead gen subscription block through thrive leads shows well on desktop but not on mobile.

Appreciate your response at the soonest.

https://thebusinessblueprintme.com/

https://thebusinessblueprintme.com/subscribe-today/

TheLuckyGuy
tagDiv Member

I want that the whole center block moves to the left.

As I refer to the website in this image. The website content is moved to the left site in order to ad ads to the whole right site.

https://imgur.com/a/pASHAkX

Regards,

Lukas

Simion C.
tagDiv Staff

Hi,

The author can be enabled in blocks/modules here
https://www.screencast.com/t/sAP8SEAlx6L
For the post page and author box here – https://www.screencast.com/t/2Th20ub0
Without displaying these the website visitors would have no way of reaching the author page.

The redirection issue happens in most cases if the author archives are disabled in the Yoast settings here
https://www.screencast.com/t/wRDIQDWeLEl
Please check if that is the case.

The code you mention is required by Google to be available in the post pages. If not loaded you will have structured data errors
https://kb.yoast.com/kb/fixing-hcard-author-error/
The theme loads all the necessary structured data by default.

Thanks

Simion C.
tagDiv Staff

Hi,

That is possible, for example a code like this will remove only the slider meta
https://www.screencast.com/t/Ahalhw7qp6g

.td_block_slide .td-module-meta-info {
display: none;
}

Try it, it should work. Let me know if this is not what you wanted.

Thanks

  • This reply was modified 8 years by Simion C..
share24
Participant
#0

I’m trying to add a background image to my front page behind Block 5. See the screenshot.

The problem is the image is really pixelated. I’m using an image that is 4000 pixels wide.

Other settings:

General Tab
Vertical Align: Top Setting
Row Stretch: Stretch Row and Content (but I’ve tried them all)
Extra Class: td-travel-header

CSS Tab
Background Style: Cover
Background Position: Center Center
H. Align: Center
Display: Show

All the other settings are default.

LINK

tangy
tagDiv Member

It doesn’t seem to work for me.

I am trying to load custom ad 2 starting from the second page. Here is the code I am tried using…

if ($current_page > 1) {
$buffy .= td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘custom_ad_2’));
}

Here is my smart list 6 page code…

<?php

class td_smart_list_6 extends td_smart_list {

protected $use_pagination = true; // set this to true to use rela pagination on this template

protected function render_before_list_wrap() {
if(td_global::$cur_single_template_sidebar_pos == ‘no_sidebar’) {
$td_class_nr_of_columns = ‘ td-3-columns ‘;
} else {
$td_class_nr_of_columns = ‘ td-2-columns ‘;
}

$buffy = ”;

//wrapper with id for smart list wrapper type 2
$buffy .= ‘<div class=”td_smart_list_6’ . $td_class_nr_of_columns . ‘”>’;

return $buffy;
}

protected function render_list_item($item_array, $current_item_id, $current_item_number, $total_items_number) {
//print_r($item_array);
$buffy = ”;

//creating each slide
$buffy .= ‘<div class=”td-item”>’;
$buffy .= ‘<div class=”td-number-and-title”><h2><span class=”td-sml-current-item-nr”>’ . $current_item_number. ‘</span><span class=”td-sml-current-item-title”>’ . $item_array[‘title’] . ‘</span></h2></div>’;
$buffy .= ‘<div style=”text-align: center; font-size: 10px; margin-bottom: 5px;”><span style=”color: #666666;”>ADVERTISEMENT</span> </div> <div style=”border-top: 1px solid #e9e9e9;text-align: center; margin-bottom: 12px;”></div><!– Ezoic – TS-SL-728×90 – under_page_title –>
<div id=”ezoic-pub-ad-placeholder-105″>’;
$buffy .= ‘<div class=”adsense”>’;
$buffy .= td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘custom_ad_4’));
$buffy .= “</div></div>”;
//$buffy .= ‘<div style=”border-top: 1px solid #4DB2EC;text-align: center;color: #56565A; margin-bottom: 8px;”></div></div>’;

//get image info
$first_img_all_info = td_util::attachment_get_full_info($item_array[‘first_img_id’]);

//get image link target
$first_img_link_target = $item_array[‘first_img_link_target’];

//image caption
$first_img_caption = $item_array[‘first_img_caption’];

//image type and width – used to retrieve retina image
$image_type = ‘td_696x0’;
$image_width = ‘696’;

if(td_global::$cur_single_template_sidebar_pos == ‘no_sidebar’) {
$first_img_info = wp_get_attachment_image_src($item_array[‘first_img_id’], ‘td_1068x0’);
//change image type and width – used to retrieve retina image
$image_type = ‘td_1068x0’;
$image_width = ‘1068’;
} else {
$first_img_info = wp_get_attachment_image_src($item_array[‘first_img_id’], ‘td_696x0’);
}
if (!empty($first_img_info[0])) {

//retina image
$srcset_sizes = td_util::get_srcset_sizes($item_array[‘first_img_id’], $image_type, $image_width, $first_img_info[0]);

// class used by magnific popup
$smart_list_lightbox = ” td-lightbox-enabled”;

// if a custom link is set use it
if (!empty($item_array[‘first_img_link’]) && $first_img_all_info[‘src’] != $item_array[‘first_img_link’]) {
$first_img_all_info[‘src’] = $item_array[‘first_img_link’];

// remove the magnific popup class for custom links
$smart_list_lightbox = “”;
}

$buffy .= ‘
<figure class=”td-slide-smart-list-figure td-slide-smart-list-6’ . $smart_list_lightbox . ‘”>



</figure>
<figcaption class=”td-sml-caption”><div>’ . $first_img_caption . ‘</div></figcaption>
‘;
}

$tds_smart_list_6_title = td_util::get_option(‘tds_smart_list_6_title’);

// ad smart list 6
//$buffy .= ‘<div style=”text-align: center; font-size: 12px; margin-bottom: 6px;”><span style=”color: #666666;”>ADVERTISEMENT</span> </div> <div style=”border-top: 1px solid #4DB2EC;text-align: center;color: #56565A; margin-bottom: 12px;”></div> <!– Ezoic – TS-SL-728×90-2 – under_first_paragraph –>’;
$buffy .= ‘<div class=”adsense”><div id=”ezoic-pub-ad-placeholder-106″>’;
$buffy .= td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘smart_list_6’, ‘spot_title’ => $tds_smart_list_6_title));
//$buffy .= ‘<div style=”border-top: 1px solid #4DB2EC;text-align: center;color: #56565A; margin-bottom: 8px;”></div>’;
$buffy .= “</div></div></div><!– End Ezoic – TS-SL-728×90-2 – under_first_paragraph –>”;
$buffy .= “<!– google_ad_section_start –>”;

//adding description
if(!empty($item_array[‘description’])) {
$buffy .= ‘<span class=”td-sml-description”>’ . $item_array[‘description’] . ‘</span>’;
}

$buffy .= ‘</div>’;

// render the pagination
$buffy .= “<!– google_ad_section_end –>”;
$buffy .= ”;

$buffy .= ‘<div id=”ads” style=”clear:both;padding-top:15px;”><div style=”float:left;”>’;
$buffy .= ‘<!– Ezoic – TS-SL-336×280 – bottom_of_page –>
<div id=”ezoic-pub-ad-placeholder-107″><div class=”adsense”>’;
$buffy .= td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘custom_ad_5’));
$buffy .= ‘</div></div></div>
<!– End Ezoic – TS-SL-336×280 – bottom_of_page –>’;
$buffy .= ‘<!– Ezoic – TS-SL-336×280-2 – bottom_of_page –>
<div id=”ezoic-pub-ad-placeholder-108″><div class=”adsense”>’;
$buffy .= td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘custom_ad_3’));
$buffy .= “</div></div>
<!– End Ezoic – TS-SL-336×280-2 – bottom_of_page –>”;

$buffy .= ‘<div id=”ezoic-pub-ad-placeholder-117″>’;

$buffy .= td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘custom_ad_1’));

$buffy .= ‘</div>’;

// render the pagination
$buffy .= $this->callback_render_pagination();
//$buffy .= $this->callback_render_drop_down_pagination();

$buffy .= ‘<div style=”text-align: center; font-size: 12px; margin-bottom: 2px;”></div><!– Ezoic – TS SL Native Bottom – native_bottom –>
<div id=”ezoic-pub-ad-placeholder-194″>’;
$buffy .= td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘custom_ad_2’));
$buffy .= “</div><!– End Ezoic – TS SL Native Bottom – native_bottom –>”;

return $buffy;
}

protected function render_after_list_wrap() {
$buffy = ”;
$buffy .= ‘</div>’; // /.td_smart_list_6 wrapper with id

return $buffy;
}

}

rox
tagDiv Member

drimlo.com

Home page dark top should like like the home page dark top of video news demo. We have selected row strech option of the block row in composer, we still have a white background band between menu and block row as you can see at the top of our home page.

Simion C.
tagDiv Staff

Hi,

How would I access the author page, except looking through the page source? You seem to removed author name for blocks and also from the post pages, there are no author boxes as well.
Do you use the Yoast SEO plugin or a SEO plugin with author archive settings?

NBak18
tagDiv Member

Hi and thank you for your reply.
I will follow your suggestion.
Can you inform me about which BlocK is used to Latest Articles and If my developer will be able to change that to Block 5 (I want full screen photo for mobile)?
Thank you.

Simion C.
tagDiv Staff

Hi,

The flex block does have an option to display the whole post meta above the thumbnail
https://www.screencast.com/t/pHYtwWPk
You could use flex blocks instead of predefined blocks. Doe to their flexibility, one can build entire pages with flex blocks
https://demo.tagdiv.com/newspaper/flex-block/

The subtitle can be positioned anywhere in the single post page. Drag and drop it in the location that you want
https://www.screencast.com/t/BQWfdagWzlZl
That is easily done with the cloud library plugin and tagDiv composer, post template can be design in many ways
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
More beautiful templates will be added in coming updates, for posts as well.

Thanks

Simion C.
tagDiv Staff

Hi,

So you want to display custom post types in a page? Blocks can display custom post types, this is specified in the block settings guide
https://forum.tagdiv.com/custom-post-type-support/

All you have to do is to enter the post type name in the required field, example in my case with the default CPT plugin
https://www.screencast.com/t/rgCYhbKSfyKK

meithjain
Participant
#0

I have recently installed Newspaper theme and kept the Article Display view on Module 4.
Also, I have enabled 324X235 Module 4 in Block Settings, but when I preview it shows to enable 324X160 Size in Block Settings.
Can you please kindly help me solving the problem. I want to keep it as Module 4 view, also i have attached screenshots below:

Screenshot 1: https://imgur.com/a/bLX6iar
Screenshot 2: https://imgur.com/a/UUqh04z
Screenshot 3: https://imgur.com/a/nTp1Opv

Thank You, waiting for your response

adrian_van_hal
tagDiv Member

Many thanks.

How to disable the meta info? – only on a particular ios-slider? I persume I have to add some css in the block itself?

Many thanks!

Catalin
tagDiv Staff

Hello mjehangir,

Try to use the code below and place it in Theme panel -> custom CSS area.

.home .td-footer-wrapper .td_block_template_3{
display:none;
}

The result is here -> https://www.screencast.com/t/9Ul5xx236Bx

Thanks.

Viewing 25 results - 19,051 through 19,075 (of 39,816 total)