Search Results for 'block'

Results from the Forum
Radu A
tagDiv Member

hi,

try looking over the documentation : http://www.simplelib.com/?p=480

Thanks for you message.
Radu A.

axonic
Participant
#0

Hi,
I would like to change the content element block with 3 column, how to do that?
I’m having the 2 blocks, I think it’s too large, how to make it 3 column?

Rodrigo Lopes
Participant
#0

Hi.

I used the Regenerate Thumbnails plugin to rebuild thumbnails of featured images. However, it didn’t work fine with me (yes, the theme was activated).

As you can see HERE, the slider is awful (probably because the images are too small) and there is a gray bar on the posts pages.

I only have tested with a couple of images and I want to know if there is any way to fix, at least, the images of posts.

Since my slider has two columns, if I use the size 700×357 for future images it will work fine ?

Other two quick questions:
1) It is possible to have two sliders on the same page ?
2) There is any trick to have more than a block with articles filtered by author (it only show me the Admin but I have two more authors) ?

Regards

cybergetro
tagDiv Member

Hi, ocbin.

I installed and looks nice but I have no clue how to change the ADS on Header, since the code must be inserted in the Theme Panel.

Do you know how to proceed in this matter?

Thanks for your answer.

ocbln
tagDiv Member

@cybergetro: You can use the Plugin ‘Simple Ads Manager’. With ‘SAM’ you can show or block Ads by page, post, category, author, tag, rotate ads etc. Plugin works fine with Newpaper Theme an with the Ads Panel there (add shortcode and it works).
BTW: I’m not the author of this plugin.

  • This reply was modified 12 years by ocbln.
Marius
tagDiv Staff

Hi,
That image size 1074 x 483 is used only on Slide on 3 columns, see here a guide: https://forum.tagdiv.com/modules-and-blocks/ Point 3.

If you want you can disable that resolution(image to be cropped at that size), just delete this line in function.php http://screencast.com/t/X7YSOuiEYks

Thanks!

ToniLaird
tagDiv Member

Hi Radu

What I meant was that each post has a H1 Title and followed by some H2 titles. I noticed that the Static home page doesn’t have this. What I did to bypass this was to add a text block and then add an H1 title and H2 Is this the best way? 😉

Home page link is funeventsasia.com

Regards

Toni

  • This reply was modified 12 years by ToniLaird.
Radu A
tagDiv Member

hi,
theme Magazinly is a different theme then Newspaper, and it doesn’t have Block 9.

Thanks for you message.
Radu A.

cybergetro
tagDiv Member

Hi, Radu.

I don’t have needs to remove the post from the loop. I just need to prevent Google Ads appears in the post.

Do you have any clue?

Thanks,
CyberGetro

poncedesigner
tagDiv Member

mmm actually the theme says:

Theme information:
Theme name: Magazinly
Version: 1.9
Author: tagDiv
….

but i get the theme like a 5 days ago.

Marius
tagDiv Staff

Hi,
What version you have? Are you sure you have the latest version 3.6? Check in Appearance -> Themes

Radu A
tagDiv Member

hi,
you need to take the id of the post outside of the loop, then in the areas where the ads are showed you need to test to see if the post id is the adult one. if yes then don’t shoe the ad. use if else for this.

the theme was not created like this, and is not easy to do this.

hope this help.

Thanks for you message.
Radu A.

poncedesigner
Participant
#0

I install the theme and work fine the first time, i could saw all the bloks (9) (the exact amount like in this page http://demo.tagdiv.com/newspaper/block-9/ ), but today i can only see 5 blocks.

I install the same theme in a local host with a clean wordpress instalation, but i still only see 5 blocks.(block 1,2,3,4,5)

im not edit any file.

I tried with the demo xml, but nothing change.

can someone help me plis

cybergetro
Participant
#0

Hi,

I have some adult posts in my site and I must to block Google Ads only on these articles.

My site is about movies, so the block can’t be by category. I think the best way to do this is by tag. My big problem is the Header and Article Ad.

Do you know excerpts or custom CSS to do this?

Regards,
CyberGetro

Dean Lockheart
tagDiv Member

Oh for the background I know how to do! I just change the line “margin-bottom: 53px;” for exemple 150 px and no problem with the background anymore (with 10 sub-categories)

.td_mod_mega_menu {
width: 22.0703125%;
float: left;
margin-bottom: 53px;
padding-top: 21px;
margin-left: 2.34375%;
}

No need to add height here:
.td_block_mega_menu .td_block_inner {
height: 350px;
}

academicdigital
tagDiv Member

Oh yeah – there was another post somewhere with that.

I think

.td_block_mega_menu .td_block_inner {
height: 350px;
}

should do it (changing the height to whatever you need of course).

Cheers,

Martin

saggel
tagDiv Member

this isn’t disqus bug. i test it on my old theme and the popup appears. With newspaper theme, the popup blocked for some reason.

BrsMncr
tagDiv Member

Hi,

I had same problem but solved. Htaccess code blocked my Facebook meta tags. You should check the .htacces file. I opened a thread on WordPress Support Forum. You can look at this: http://wordpress.org/support/topic/facebook-share-problem-help

Perhaps it can help you to solve the problem.

Marius
tagDiv Staff

Hi,
Yes, blocks are built using modules, if you change a module that module is possible to be used in multiple blocks.

Module 5 is used in Block 8 and Block 2.

What you can do is to duplicate the module 5 as module 5b and use it in Block 8(your customized block) and then Block 2 will not be affected.

They are located here: http://screencast.com/t/S52t8FJ9E

Hope this help!

Marius
tagDiv Staff

Hi,
That is used to build the layout on the grid.

As you know the grid work like:

<div class="wpb_row">
   <div class="span6"></div>
   <div class="span6"></div>
</div>

This will create a row with 2 columns.

This $buffy .= $td_block_layout->open_row(); will open a row, will echo: <div class="wpb_row">

This: $buffy .= $td_block_layout->close_row(); will close the row, will echo a </div>

This $buffy .= $td_block_layout->open6(); will open a span6 and $buffy .= $td_block_layout->close6(); will close it.

Is a little tricky.

Hope this help!

Bryson T
tagDiv Member

And what a difference a couple of days away makes…

Module 5 is apparently used by a lot of the blocks as any showing the medium sized thumbnail on the home page now show no featured image – affecting far more than the status posts originally intended for this behavior.

Additionally, the changes to the excerpts from words to characters, though set at 250, shortens every slider title to about 10 characters. Those titles aren’t long enough or wide enough to fill the space they have on a default setup.

Now, how do I get the desired effect with screwing over the entire home page and without directly editing block 8 forcing me to replicate the changes with each new version released? I see child themes cannot replace blocks, correct?

I could do this another way but I need to know what modules blocks 1 and 2 use. I currently blocks 1, 2 and 8 on my home page. Check my development site where I’m working on this if you need to; http://wp.me/P4vfUC-2so.

Anonymous
tagDiv Member

Hey Radu! Can you give me an explanation of these:

$buffy .= $td_block_layout->open_row();
$buffy .= $td_block_layout->close_row();

and this: (could apply to 4/6 etc)

$buffy .= $td_block_layout->open6();
$buffy .= $td_block_layout->close6();

Thanks! If you help me with this I’d be happy to make a video explaining it to others so that we can have a better understanding of how users can create custom blocks! Thanks!

I have it partially working but it throws a PHP Fatal Error of too many nestings in l10.php

Anonymous
tagDiv Member

RADU! THANK YOU! *that* is what I was looking for!!! Let’s see how it goes!!

Radu A
tagDiv Member

hi,
also be sure to add your new module here: http://screencast.com/t/uUOKHHJq5Ixk

Thanks for you message.
Radu A.

Marius
tagDiv Staff

Hi,

Is possible, if you want to add a simple AD you can paste the code directly in file or if you want to use the AD system(responsive) you can use this code:

echo td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'custom_ad_1'));

This will use the Custom Ad 1.

For the category add the code here: http://screencast.com/t/Z1ckWyQhDTp6 and set the size of the Custom AD 1 like you want instead of default sizes: http://screencast.com/t/WgRDEwZe

—————————————————

For tag pages put the code here: http://screencast.com/t/Mfglm5kp

—————————————————

About the slider on TAGs page is a little complicated, here is the slider for the category if you want to take a look on the code and play with it.

Thanks for the message!

Viewing 25 results - 39,101 through 39,125 (of 39,816 total)