Search Results for 'block'

Results from the Forum
Lucian
tagDiv Staff

Hi,

Please make sure that you have enabled all thumbnail images that for the modules & blocks and then regenerate thumbnails like this: https://forum.tagdiv.com/existing-content/
Please let me know!

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,
Please try this code:
@media (max-width: 767px) {
.td_block_wrap.td_block_16 {
display: none;
}
}

Lucian
tagDiv Staff

Hi Christopher,

1. Please note that we know about this matter and we have it on our todo list as a bug and we will try to fix it as soon as possible.
You could use the offset feature for the ticker and set it as the first x posts not to be included in the ticker and appear on slides/blocks.. until we fix this.

2. Yes, you can but only if you add it in the template as using shortcodes as you wrote and edit the post template file. I have posted about this on this tread: https://forum.tagdiv.com/topic/a-few-questions/
You could also try to enable VC on post pages and add the ticker via pagebuilder on posts that you want it on.

Hope this helps, please let me know!

Thanks

Lucian
tagDiv Staff

Hi,

You can do it via custom css, target your blockquotes and apply this css, like this: http://screencast.com/t/9sFd3IKK

.td-post-content blockquote {
margin: 0px 0px 29px 0px;
background-color: #FCFCFC;
border-left-style: solid;
border-width: 2px;
border-color: #4db2ec;
padding: 15px 23px 0 23px;
position: relative;
top: 6px;
}

.td-post-content blockquote p
{
font-family: 'Open Sans', arial, sans-serif;
color: #777777;
font-size: 13px;
line-height: 21px;
text-align: left;
padding-bottom: 16px;
margin: 0px;
text-transform: none;
font-weight: normal;
font-style: italic;
}

Thanks

Hamzah
tagDiv Member

Thanks, its work. I also want to hide block 16 from my mobile view, do you have any code?

Thanks
Hamzah

simchris
tagDiv Member

I don’t think the “page navi plugin” will work with the home page when “blocks” are used, as it doesn’t use the latest story “loop” (blog style “latest posts” loop), so it can’t figure out what stories to show on second page.

  • This reply was modified 11 years by simchris.
simchris
tagDiv Member

Adding more bloat and features I/we (our company) don’t need slows down the theme and adds more complexity of code. When speaking of “our” I am speaking for our news network (we have a 32 year old publishing/information business NEOTROPE®). So we have news portals appearing in Google news since it launched in beta; and sites online 10-15 years. “Our” refers to “our company,” not me personally.

For example to make the theme full width requires additional @media classes to resize things to fit the viewport. This adds more CSS, and/or more JS to the theme elements loaded for every page load, even if cached.

Newspaper got a little complicated with the 200 feature requests, mostly for things we didn’t need around here like WooCommerce support, and various other things which bloated the code a bit (generally a “newspaper” isn’t a “store”); but many folks loved the theme and kept piling on “hey can we do this?” and the team kept adding things, and still do so, which is awesome. But it’s got a lot more code than it did a year ago. Not a bad thing, just a little further away from a pure “newspaper” solution, which was its original intent, and hence our original purchase, and support.

Just my thought. Your mileage may vary.

You can certainly modify the theme to change the CSS, or hire a developer, but I doubt they will add “full width” capability, just as they removed the “fixed width” capability from Newspaper (and upset some people); this theme was answer to having a fixed width theme for those who want it. Just an observation, and possibly completely incorrect 🙂

I don’t speak for the company in any way, although quite a bit of my feedback and expertise as a 10-year WordPress user have made their way into some elements of themes and the docs, which is great to help contribute to since we (our company) use both TagDiv themes.

I DO AGREE ON HOME PAGE:
I do agree that it would be cool having the top image bar element full width as an option, although you’d get some issues with the images having to be responsive and both the images and the VC “block” would need to be set to fill the divs, and this means the images used would never be their “actual size” and hence you’d get a warning from PageSpeed about the images being resized (not an issue for us since we use mod_pagespeed to cache “resized” images based on the resized format) – which some people obsessed with pagespeed score might not like. But yeah…. I’d love to see that particular module you’ve identified have a full width option – many sites like news.com, and other have similar element.
So, I do agree on home page; disagree on post pages.

  • This reply was modified 11 years by simchris.
BrianCT
tagDiv Member

For our use, we’re hoping they don’t add full width options, but that’s just me

Why? How would a full-width option affect you at all? Even if you didn’t personally want this feature, how would the option of having it impede you in the slightest?

I’m genuinely curious.

This doesn’t seem like a rational standpoint whatsoever.

And who’s “our?” Are you speaking for all Newsmag customers? I’d be interested in how you justify this claim. After all, it’s plausible that fans of Newspaper would want Newsmag due to it’s improved features (floating sidebar, header options, etc….). So did all (or most) Newsmag customers purchase the theme strictly because they didn’t want full-width options?

I’m confused. Please clarify.

  • This reply was modified 11 years by BrianCT.
simchris
tagDiv Member

Its almost impossible to solve render blocking issue with complex wordpress themes… You can still get a 90+ score by following all the suggestions in the theme docs.

dexter
Participant
#0

My websites speed insight is very poor and this is due to third party plugins that i have installed to help my the functionality of the site. I read about the the page Speed Booster plugin den installed it, but after doing exactly how you instructed, and refreshing the pagespeed insifht, nothing changed. The render blocking scripts are all still there. Please i need help on how to tackle this. http://nimb.ws/J0MruU

itgrapes
Participant
#0

Hi Guys,

I can’t find block 14 in Visual Composer using Newspaper Theme. Isn’t it there or am I missing something somewhere?

Thanks!

Taher.

iha
tagDiv Member

+Add this block too ^_^ .
http://prntscr.com/5gg7ef

Michael
Participant
#0

I didn’t found anything about here, so my questions is how do I do for remove all borders and top lines? I found something about the edit the blocks, but it’s incomplete for to solve my problem. Thank you.

ns85gs
tagDiv Member

My wishlist for version 5:

– Smallist from Newsmag

– Multi column mega menu

Block without image like block 9 on newsmag

– Float option for all ad banners

– Menu with icons.

javirescalvo
Participant
#0

Is there any feature to change the theme from block to full page? Or the only way is hard coding the style myself?

Thank you! Great theme by the way!

-Javier

Lucian
tagDiv Staff

Hi,

Use this css and set the font size as you like: http://screencast.com/t/iyyFsrFgC0Y1

.td-post-content .span12 .td_block3 .entry-title a {
font-size: 10px
}

Thanks

Lucian
tagDiv Staff

Hi,

You can change this heading tags to h1, like this: http://screencast.com/t/4cogMoDbZerP
Please note that this will change the heading tags for all blocks not just ion your homepage.

Thanks

jb
Participant
#0

How can I change the standard “blockquote”-style to “td_quote_box td_box_center”?

I have many old posts with standard blockquotes and can’t change every old article to the shortcode…

orcn
tagDiv Member

@Lucian
I have one more question. I didnt open a new title.

I would like to add link to whole text block.
For example; http://www.surprizim.net/dogum-gunu-hediyesi-fikirleri/
In that link, there are 4 text blocks. I just put link on photos and titles. Even i click on space in border, i want to go to the other page. How can i do ? thanks.

Lucian
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have an filter option so that you can filter posts by ID.
If you only want one post on a specific block you can do it by adding that one post into an new category then use the filter by category and chose that category which will display just that one post.
If you also need more posts like this on other block you can use the same category and also set the limit to 1 post and use offset to jump trough posts and display just the one you want into that block.
You can remove the related articles form panel and add using the do_shortcode() function a block customized with visual composer as you like.

Thanks

Lucian
tagDiv Staff

Hi,

That padding to the top was added to the block when used with tabs as the tabs title are to close to the top of block and don’t look well so you would have to not use background for that block as the 14 block it dose not have an background this is a special case in which the padding is need to add some space between the tabs and block. You could also use css and set padding to 0 and add margin which will not show the background anymore: http://screencast.com/t/LKIS0DnJT1

.wpb_tabs .wpb_tab .td_block_14 {
padding-top: 0px !important;
margin-top: 20px;
}

Thanks

morganaq
Participant
#0

So, I’m attempting to use the Theia Sticky Sidebar plugin with this theme and to set it up, it says this:

Sidebar CSS selector

This is the selector used to identify the sidebar(s). It’s usually something like “#sidebar” or “#secondary”. You can add multiple selectors by separating them with a comma “,”.

Container CSS selector

This must identify the element that contains both the sidebar(s) and the page content. It’s usually something like “#main” or “#main-content”.

I’m using a right sidebar on the posts. Can anyone tell me what I should write in the “Sidebar CSS Selector” and the “Container CSS selector” text boxes?

Thanks!

jadelin
Participant
#0

little problem if block 14 inside visual composer tab

block 14 background default is gray (http://postimg.org/image/t8bi41eub/ i change to red for easy to see)

left: block 14 background is covered
rigth: block 14 background which not fit to the right

other block with

sorry my english 🙂

kevinpro84
tagDiv Member

Hi!
I creat “LATEST ARTICLES” before the post = pages with block 3. How to change font size of ” Latest Aricles”. You see picture.
http://www.screencast.com/users/kevinpro/folders/Default/media/0b9eeabe-6b6a-4a12-b984-bcd80373acff

ieanea
Participant
#0

Adding a background color to the header causes IE to wrap blank space. It appears the space for the add is a block and causing it to wrap.

Here is a screen shot of the header without a background color: https://www.dropbox.com/s/ccnx4wrtr0z86db/header-no-background-color.PNG?dl=0

Here is a screen shot of the header WITH a background color: https://www.dropbox.com/s/i1rneex60py9d81/header-with-background-color.PNG?dl=0

This only seems to be a problem with IE (11)

Ideas on what is causing this?

Viewing 25 results - 37,426 through 37,450 (of 39,816 total)