Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
ytre77
tagDiv Member

Thank you, works. Can I change this in td_api_plugin? After updating the theme, I will have to edit this file again …

ytre77
tagDiv Member

  • This reply was modified 7 years by ytre77.
ytre77
tagDiv Member

I’m sorry, what the picture is the view of the widget not block. Which file should I edit?

ytre77
tagDiv Member

I understand. Thank you for your answer.

ytre77
tagDiv Member

Thank you, it is better but not perfect, because the shape of squares has changed to rectangles, will you be able to restore the squares?

ytre77
tagDiv Member

The page contains the password, the password is: ytre77 Type it in the input and click “Zatwierdź”.

ytre77
tagDiv Member

I quickly created something:

http://www.tvmazovia.pl/testpage/ password: ytre77

  • This reply was modified 9 years by ytre77.
ytre77
tagDiv Member

The target page with such buttons does not exist for the time being. It is being created. I want it to look like at 2 sites:

Now it is like this:

Html Code Widget
<div class="td_block_wrap td_block_social_counter td_uid_5_5947db83cdb04_rand td-social-style5 td-social-boxed"><h4 class="block-title"><span>Społeczność</span></h4><div class="td-social-list"><div class="td_social_type td-pb-margin-side td_social_facebook"><div class="td-social-box"><div class="td-sp td-sp-facebook"></div><span class="td_social_info">1,245</span><span class="td_social_info td_social_info_name">Fani</span><span class="td_social_button">Lubię</span></div></div><div class="td_social_type td-pb-margin-side td_social_youtube"><div class="td-social-box"><div class="td-sp td-sp-youtube"></div><span class="td_social_info">185</span><span class="td_social_info td_social_info_name">Subskrybujący</span><span class="td_social_button">Subskrybuj</span></div></div></div></div>

  • This reply was modified 9 years by ytre77.
  • This reply was modified 9 years by ytre77.
ytre77
tagDiv Member

Thanks. Does the do_shortcode() method match me, just which file do I edit? This one in the link to the screen is one entry I guess? Need to check first in some loop of the number which in the order in the list is the entry and if 4 is followed by it do_shortcode ();
like this:
<?php
$postnum = 0;
while(have_posts()) : the_post();
if($postnum == 3) {
echo do_shortcode (‘[td_block_ad_box spot_id=”custom_ad_1″]’);
$postnum = 0;
}
//view another category entry
$postnum++;
endwhile;
?>

PS. Sorry for my bad english.

Viewing 9 posts - 1 through 9 (of 9 total)