Search Results for 'block'

Results from the Forum
rnbjunk
Participant
#0

Hello, I’m new

I’m trying to test the theme on a closed website. As soon as i switch on newspaper theme, all my custom post-types disappear, is there a support for custom post types and also for multi-block posts?

Thanks

Lucian
tagDiv Staff

Hi,

The images are set responsive via css using the width:100% property. Unfortunately I can’t recommend you a plugin for this as we haven’t tested any plugin for that. You could try to find one that dose that or use css to set a max-height on small screens, like this:

@media (max-width: 500px){
.td_block_big_grid .td-big-grid-post-0 .entry-thumb {
width: 100%;
max-height: 200px;
}
}

You could also use custom css to change the font sizes for slider title which I noticed that are quite large for small screens widths devices.

@media (max-width: 500px){
.td-big-grid-post-1 .td-sbig-title-wrap a, .td-big-grid-post-0 .td-sbig-title-wrap a {
font-size: 13px !important;
}

.td-big-grid-post-2 a, .td-big-grid-post-3 a {
font-size: 12px !important;
line-height: 12px;
}
}

Thanks

Lucian
tagDiv Staff

Hi,

1. Use this custom css for block title links: http://screencast.com/t/brUkUktp
2. The custom css from above will also change the sidebar’s widgets title.
3. Not sure what issues you have with this footer title, if it’s the same issue note that the css from above also changes this title: http://screencast.com/t/u6T1kCl134h
Just add this css to theme panel > custom css:

.entry-title > a:hover {
color: #00BCB0 !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

1. This is the menu: http://screencast.com/t/WhP5E5Ny an you can set a background color for it from theme panel > theme colors, like this: http://screencast.com/t/ATvlTvxVB
2. That happens because of the height of the logo which needs to be at 80px maximum height. You can fix this via css and use the css from below in theme panel > custom css filed: http://screencast.com/t/JNxk7GFpql

Use this css to fix the third problem:

@media (min-width: 1200px) { .td-header-style-8.td-affix .td-style-8-logo-wrapper .td-logo {
max-height: 80px !important;
}
.td-header-style-8 .td-style-8-logo-wrapper .td-logo {
max-height: 80px !important;
}
.td-header-style-8 {
height: 76px !important;
}
}

/* responsive landscape tablet */
@media (min-width: 1019px) and (max-width: 1200px) {
.td-header-style-8.td-affix .td-style-8-logo-wrapper .td-logo {
max-height: 50px !important;
}
.td-header-style-8 .td-style-8-logo-wrapper .td-logo {
max-height: 80px !important;
}
}

/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
.td-header-style-8 .td-style-8-logo-wrapper a img {
max-width: 140px !important;
}
.td-header-style-8 .td-style-8-content-wrapper .td-head-style8-logo-desktop {
display: block !important;
}
}

/* responsive phone */
@media (max-width: 767px) {
.td-header-style-8 .td-style-8-content-wrapper .td-head-style8-logo-desktop {
display: block !important;
}

.td-header-style-8 .td-menu-wrap {
height: 48px !important;
}
}

Thanks

acko_fon
tagDiv Member

Hi,

This code you give me is not working for me. You can see here> http://delcevodenes.mk/

Its not changeing post excerpt color.

Can you tell me css code for not showing post excerpt on home page, on this two blocks. I tried with this one, only put display:none, but its not working.

Best regards

Lucian
tagDiv Staff

Hi,

You can use custom css to target only the homepage and change the excerpt only for block 1 and 2, like this: http://screencast.com/t/59Z8fzwIGrC

.home .td_block2 .td-post-text-excerpt, .home .td_block1 .td-post-text-excerpt {
color: red;
}

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately there is no block/module which you can use to have only the post title and excerpt on your page. You could edit the td_module_2.php file though and remove the image function, like this: http://screencast.com/t/bn19XO49Gt then use block 7 on your page. You will get this result: http://screencast.com/t/LYtOfKfBEL2g
If you only want to have the title of the post you can use block 10.
Hope this helps!

Thanks

simchris
tagDiv Member

It can take awhile to sync. It will also fail sometimes due to FB API being overloaded or times out or if your IP is blocked for some reason from their system. You can use their debugger tool to check one of your post pages to see if you have a conflicting element, also.

Danijelmo
Participant
#0

what i have to do to my carousel block work? to look like here https://forum.tagdiv.com/modules-and-blocks/(gallery), i put block and click to show my post and its look terrible.

paulberrow
tagDiv Member

Yes, but this is for the whole footer.
The footer consists from 3 blocks and i need to customize these blocks, to change their width in order to make them to fill all the width of footer.
These blocks in my html are <div class=””span4 wpb_column column_container custom>.
CSS for their width is
.row-fluid .span4 {
margin-left: 4.47761%;
width: 24.3483%;
}
But if i change the width, it changes the width of my sidebar. So i need to change only width of these blocks in footer. I added custom class to these conteiners <div class=””span4 wpb_column column_container custom>, but nothing is changing…

acko_fon
Participant
#0

Hi, i have problem with excerpt in block 1 and 2 on homepage. I want to change color of excerpt only on homepage, but I dont know how to do that? Can you tell me?

Thanks

paulberrow
tagDiv Member

I’ve done it, but i didn’t help, unfortunately. Theme version is 4.2.2
It seems i found why it happaned. Long time ago i changed the width of my content part, so now .row-fluid .span4 width is not 30.3483%, but 24.3483%. I need it coz for my site basic content width is too narrow.
Looks like this is the reason.
How can i change width of blocks only for footer? Custom class or something?

Lucian
tagDiv Staff

Hi,

Thanks Christopher!

@BHSSagamore

This section: http://screencast.com/t/D8cwdaLIe5h7 is the “latest articles” area as you are using the homepage with articles list template you have this section and you can customize it from here: http://screencast.com/t/EczSSlvEt6f and chose a category filter/offset/author filer just like on blocks.

Thanks

Lucian
tagDiv Staff

Hi,

I have checked your site and found no issue with it, what do you mean it jumps a line? From what I have seen you set block 7 to show 10 posts and infinite loading which will show 10 posts each time loads.
You can set your page at full width and use the widgetised sidebar element to set you sidebar and block 7 at full width to display 3 columns and infinite load, like this: http://screencast.com/t/OGnogjaouin
Result: http://screencast.com/t/UrzD8o59P

Thanks

simchris
tagDiv Member

Basically to choose the stories you want, you can’t use “most popular” module as that sets the posts based on how many times they’ve been read.

You need to create a new category like “Editor’s Picks” then choose five stories and on the post page FOR EACH STORY you want to be in that new category, check box for “Editors Picks” category; then on front page create a new content block and name it “editors picks” and choose the editors picks category to load stories from. Viola! You can name the category whatever you want. I did one the other day “from the vault” …. but I like “editor’s picks” myself. Basically you’re creating a second ‘featured’ category, technically.

  • This reply was modified 11 years by simchris.
uregnander89
Participant
#0

Hi,

We are getting a 404 Page Not Found Error in the post when clicking on the post block from the front page or each individual page.

We had set the permalinks to “Custom”, the error message goes away when we change the permalinks to “Default”, but we can not have 180 pages site display default permalinks that makes no sense to the users.

How can we make this work with custom permalinks and at the same time get rid of the error message another way?

Thank you!

Steven
Participant
#0

I’ll like to know if there will be a fix for the video playlist to work with https sites..making a video playlist with the end codes of the video DO NOT WORK ON HTTPS SITES..

Websites that use HTTPS might generate a “mixed content” warning if a video isn’t embedded with HTTPS since not all parts on the webpage are secure, which is why you might select the “Use HTTPS” option under the embed code.

Lucian
tagDiv Staff

Hi,

Unfortunately there is no option for displaying the categories on modules/blocks.
You can use and try this method to get the categories on modules: https://forum.tagdiv.com/topic/show-categorie-name-in-latest-articles/
Please note that if want categories on block 1: http://screencast.com/t/fUO8c748 you need to edit and modify module 2 and 3 files to get the categories like this: http://screencast.com/t/bwersazWF
Hope this helps!

Thanks

zambianastronaut
tagDiv Member

Lucian,

Many thanks for the swift reply. I have done all the procedures you ask of including a full purge in my CDN along with the local caching plugin. I then deativated all plugins and reuploaded the site in it’s entirety but unfortunately, to no avail.

The theme was installed a built fresh and then populated but upon hovering over the menu or clicking on the post slider icons to move more posts into the block, the page just moves to the top and shows an ‘#’ after the toplevel domain.

I have these errors in my console which for me are undoubtedly the cause however I can’t find anything on Google about the Ajax one.

http://imgbin.org/index.php?page=image&id=20857

Just these two little things to sort otherwise the Template is awesome.

Thanks

website
http://eduncovered.com

Danijelmo
Participant
#0

I created a page called VIDEO, and i want in it put youtube playlist block. Is it possible to paste in youtube playlist block ID of channel or my playlist in youtube. So every time i upload my video in youtube i can see it on my page VIDEO?

paulberrow
tagDiv Member

Yes, i’m using exactly this footer and 3 widgets, 1 widget in 1 block, but it looks weird on my site

Lucian
tagDiv Staff

Hi,

You can use block 3 for this layout and set it using page builder like this: http://screencast.com/t/oLXZlyumB6
Unfortunately you can’t set this layout for your latest articles section as even settings it at full layout you will get posts to be displayed on 3 columns at this is the basic layout of theme’s grid.
Hope this helps!

Thanks

paulberrow
Participant
#0

Hi!
I use 3 blocks footer and i’d like to place these blocks on the level, but now they are all float to the left. Could you help me with it?

aces231
Participant
#0

I am trying to display a categories posts a a specific page. I would like the page to display the latest 9 posts with the option to load more upon the users request.

I am using the blocks feature and have set Limit post number: to 9 and Pagination on: Load More Button, Infinite load show ‘Load more’ after x pages: 9.

Currently this is not working the way I envisioned.

Example:
http://stonerthings.com/culture/pictures/

Limit Posts

rsa2000
Participant
#0

How to create a horizontal block for a specific category like shown here http://www.screencast.com/t/vuIF5RVU1JV

Viewing 25 results - 37,651 through 37,675 (of 39,816 total)