Search Results for 'block'

Results from the Forum
Alin [tagDiv]
tagDiv Staff

Hi,

1. Please try this custom css to hide Big Grid 7 on category page – http://screencast.com/t/YgJALv5T

@media (max-width: 767px) {
.category .td_block_big_grid_7 {
display: none !important;
}
}

2. Yes, just take the category id and add it in Latest Articles section with minus like in the multiple categories filter description – http://screencast.com/t/mS4QYWaM

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css:

.td_block_slide .td_module_slide {
visibility: hidden !important;
}
.td_block_slide .td_module_slide:first-child {
visibility: visible !important;
}
.td-js-loaded .td_block_slide .td_module_slide {
visibility: visible !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you have a demo installed and you have changed some settings, when you uninstall it the default settings will be loaded and you will lose also your changes. If you don’t want to uninstall the demo, you can only manually change the font. Roboto font is a default theme font used for article title on modules,block title – http://screencast.com/t/ZNq7BpWryhttp://screencast.com/t/vLXPJc5O

Thanks!

anastasios
tagDiv Member

Dear Alin,

Thank you fo your response and help.

1. I read and implemented everything included in the suggested threads but no good results for me. After I add the slide in the stretched row and did all the cuztomizations suggested (margins etc) the slide doesn’t show on the page, just a blank white space. See here: http://you.greekreporter.com/files/2015/07/Screen-Shot-2015-07-20-at-11.40.02-PM.png

2.Thank you!

3.Thank you!

4. Thank you for the code. It works, but it also turns our slider’s title black. Is there a specific way to overwrite this just for the slider or a specific block so the title there stays white, lets say grid 2?

I appreciate your help.
Anastasios

forestrich
tagDiv Member

Update:

I think it is an issue with my Visual Composer as I am unable to add any blocks or edit the columns. The same happens, an empty box opens up that sticks to the bottom of my screen and only has close and save changes buttons.

Thanks for your time and help,

Rich

Steven
tagDiv Member

It will be nice if this theme can work with CF rocketloader because with out CF rocketloader the site is not well Optimize and i not going to stop using rocketloader because if i do my site score drop really low and site become slow as well…what makes this theme fast and well Optimize is using CF…

Rocket Loader improves page load times by:

Decreasing the number of network requests by bundling JavaScript files, even third party resources, to avoid slowing down page rendering

Asynchronously loading scripts, including third party scripts, so that they do not block the content of your page from loading immediately

Caching scripts locally (using LocalStorage, available on most browsers and smart phones) so they aren’t refetched unless necessary

Rocket Loader can improve load times for pages that include JavaScript. Your search engine ranking may be improved by reducing page load time.

  • This reply was modified 11 years by Steven.
forestrich
Participant
#0

Hi Team at tagDiv,

The problem I am having is that the block settings will not load when I click to edit a block. For instance, I load up my homepage, click on the edit button for a block and a box opens up but it is completely blank with just 2 options to close or save changes. The box also sticks to the bottom of my screen and when I drag it up, it returns to the bottom immediately.

Do you know why this might be happening?

Thanks for your help,

Rich

5sv7
Participant
#0

Hi! After upgrading from Newspaper 4 to Newspare 6 I miss all blocks in Visual Composer:
missing blocks newspaper 6
Only content, structure elements and WP widgets are available for selection 🙁
In addition, on the old pages, I can only move the blocks, but not edit them:
changes unavailable

How can I repair this defects?
Thank you for your help.

Bryson T
tagDiv Member

1. The only plugin I have on my setup that affects formatting is TinyMCE Advanced, which I just disabled for testing. The results remained the same with and without that plugin activated. See output: http://i.imgur.com/JnN3Nd5.png

As I was testing this I found that the behavior isn’t consistent.

  • The first block of text in a smart list item is not in <p> tags
  • An empty <p> tag appears after the first block of text
  • Subsequent blocks of text after the 2nd one are formatted properly in a <p> tag
  • Attempting to manually add additional spacing to separate the first two blocks of text causes the output to act normally (See below screenshots)

Here’s my visual editor entry with normal spacing:

Here’s the front-end smart list output of normal spacing:

If I try to double that spacing, either by pressing enter (carriage return) or shift+enter (line-break), then everything acts normal, which still isn’t the desired result. Here is a sample of the visual editor input demonstrating this:

And here is the output:

Makes no sense to me unless the theme (smart list) is trying to play with the <p> tags and getting it wrong. Haven’t found any way to explain it though.

2. The image in my screenshot is 188×300 at medium. I tried setting it to full size, which exceeds 300px in both directions and that did not help. It happens with other images too. Landscape and portrait images are doing it though that portrait image is showing the most spacing to the right, one of which is 275×183 at full size. Not finding a common denominator there.

It would seem that the image must be of an exact proportion ratio to avoid this problem, but nothing is documented of the sort. That’s a bug in my mind. I say that because it’s obviously inconsistent with respect to orientation and pixel dimensions. Any ideas?

Andrei L.
tagDiv Member

Hi

By default the theme hide the top menu on mobile devices, but you can display it using custom css, like I’ve already suggested above:

@media (max-width: 767px) {
.td-header-top-menu {
display: block;
}
}

Notice that the top menu elements don’t have style for mobile devices so you may need custom css for them.
If this isn’t working like you want it please provide your sites url and more details about this and I’ll have a closer look at it.

Thanks

SaL
tagDiv Member

I added:

‘tag__not_in’=> ‘6725’,

to

‘category_ids’ => ”,
‘category_id’ => ”,
‘tag_slug’ => ”,
‘sort’ => ”,
‘limit’ => ”, /*’limit’ => 5,*/
‘autors_id’ => ”,
‘installed_post_types’ => ”,
‘posts_per_page’ => ”,
‘offset’ => ”,
‘live_filter’ => ”,
‘live_filter_cur_post_id’ => ”, //this is auto generated by the block render ( add_live_filter_atts ) only when it’s needed – it’s the current post id
‘live_filter_cur_post_author’ => ” //auto generated – author_id of current post

Still no luck with having those expired tagged posts being removed from category.

  • This reply was modified 11 years by SaL.
Andrei L.
tagDiv Member

Hi

You can delete block title from Visual Composer like here: http://screencast.com/t/qXHVe0XZQEs but notice that if you’re doing any modification after, the title will be put back and you must delete it again, this is a known issue for which we will try to find a solution as soon as possible.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. You will have to stretch the row and add the background color/image, please check this topics – https://forum.tagdiv.com/topic/make-block-full-width/https://forum.tagdiv.com/topic/change-background-color-of-the-big-slide-under-nav/#post-54593
2. Please check this topic for zoom effect – https://forum.tagdiv.com/topic/big-grids-style/ and also this for gradient – https://forum.tagdiv.com/topic/big-grid-8-colors/
3. Try to use !important tag – http://screencast.com/t/Tra36gNjMQ
4. Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/mJbZgzMeehei

.td_module_wrap .entry-title a:hover {
text-decoration: underline !important;
}
.td_module_wrap:hover .entry-title a {
color: #222222 !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The Big Grid blocks were designed to be displayed like this on mobile devices – small thumbs will work like a slider on mobile – http://screencast.com/t/yyN6il0yhttp://screencast.com/t/JpLxXbjHXT
You can use Big Grid Slider it will be displayed like in version 4 on mobile devices(just set post limit to at least 8) – https://forum.tagdiv.com/topic/homepage-issue-with-big-grid-3-style-1/#post-55259
Also if you want to hide it on mobile you can use media queries via custom css – http://screencast.com/t/wnbKRocOC

@media (max-width: 767px) {
.home .td_block_big_grid_1 {
display: none !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Thanks Chris!


@Thalisson
please check theme’s documentation – https://forum.tagdiv.com/how-to-use-visual-composer/https://forum.tagdiv.com/block-settings-tutorial/
Also check our youtube channel for some video tutorials(we will add more) – https://www.youtube.com/user/tagdiv/videos
You will have to create your homepage using pagebuilder and also you can set it as frontpage from Settings – http://screencast.com/t/oBu9XYk7

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure how you want to do this, you can check our demo and see how tagdiv blocks can be used and how they look on 1,2 or 3 columns. You can test this using Visual Composer rows and also limit articles for each block so maybe you will achieve the look that you want.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately there is no tutorial about this, but you can inspect pull quote center paragraph and see how it was designed – http://screencast.com/t/pwnaeAeGihttp://screencast.com/t/UknMTzAHXGas and modify the default blockquote. You will have to add :before and :after to blockquote paragraph to add double qoutes and the font you can change it from Theme Fonts – http://screencast.com/t/Vg3S0mefEt

Thanks!

Lucian
tagDiv Staff

Hi,

Theme’s wp_booster is built in the theme and it customizes WordPress’s booster.
Not sure what you mean, the theme not only adds customized blocks, but those blocks are built using modules and so on. You can edit the post templates or other templates and the blocks and read the comments to find out how the code is structured and you can sue theme’s child theme system or API to customize some files without having the main theme files altered, here is a guide on this: https://forum.tagdiv.com/child-theme-documentation-newsmag/
Hope this helps!

Thanks!

anastasios
Participant
#0

Dear Tagdiv team,

We recently updated from v4 to v6 and need some help.

1.Can you please let me know how we can achieve this (background image/color sitewide only around the big grid?) The background option in the widget gives only a boxed background. Here is what we want to achieve: http://you.greekreporter.com/files/2015/07/Screen-Shot-2015-07-18-at-10.09.28-PM.png

2. How can we disable the “zoom effect” and “dark fade” on the big grid?

3. How can we add a color background on all sidebars?
Is there a way to have the same background across all the sidebar columns? We tried the code below we found in the forum but this works only on the front page sidebar.
.wpb_widgetised_column, .td-main-sidebar {
background-color: #dddddd;
}

4. We want all linked titles of posts across all blocks to underline instead of changing color. How can we achieve to have them black as original and underlined on hover?

Thank you so much!
Anastasios

Alin [tagDiv]
tagDiv Staff

Hi,

I have added this on our list and it will be added as soon as possible, thanks for reporting! Meanwhile you can paste this code in td_page_builder_widgets.php file – http://screencast.com/t/E1tPbyWDs6vz

class td_block21_widget extends td_block_widget {
    var $td_block_id = 'td_block_21'; // change only the block id, the rest is autogenerated
}

add_action('widgets_init', create_function('', 'return register_widget("td_block21_widget");'));

Thanks!

RaymonRK
tagDiv Member

Hi!

Thanks for your reply.

I know it works in te post itself but thats not what I mean.
I would like to make it work on the modules/blocks. Is there any way to enable html in the modules/blocks title? Can you fix this in the next update?

jamierwag3
Participant
#0

Does anyone know how I edit or remove the titles on these type of blocks?

They were loaded with the dummy data

TIA
block heading to remove

View post on imgur.com

TechRanker
tagDiv Member

WordPress does not support alt tags by default, not a theme issue.

I define alt tags for all of my media files. Newspaper is not using them in all of the thumbnails, which leads to a high percentage of empty alt tags. This IS a theme issue.

H1 tags can easily be added to home page to setup a desired blurb about your site…

True but H1 should not be missing in the first place. Many Newspaper users are unaware that their home pages and archive pages are getting penalized by the theme’s missing H1 and H2 tags.

Yoast has had more SEO problems than TagDiv…

The recent TagDiv page title issue was worst than anything I’ve experienced with Yoast.

The best SEO is still ORIGINAL content, posts between 800-1200 words are the “Sweet Spot” — avoid short posts and copycat of other site content and images; avoid posts with a YouTube video and one paragraph about it, etc.

The best SEO is achieved with content AND with leveraging known signals. By ignoring proper use of H1, H2 and other non-content related on-page SEO, you unnecessarily penalize your own content.

Also, I see one-paragraph posts ranking all the time.

Newspaper is an awesome theme. If I didn’t believe this, I would have just moved on already. These SEO issues need to be fixed, not defended.

doucare1971
tagDiv Member

When editing the sites page for the sidebar in visual composer click the green edit pencil symbol for editing the widgetized sidebar. Select the sidebar for which one you want to use, if you haven’t.

Edit

If that is already done, then go to the widgets for that sidebar selected, and at either block 7 or 8 widget and add the category that you want, and that article has to be in that category. You can’t just put a specific article in the article by name it has to be done by category it is under. They don’t have any title options for just articles available, that I have seen.

Most of the settings are in the widget and are kind of long. So you have to play with the settings.

ZTWP
Participant
#0

In Newspaper 4, a slide block could be defined also when it only contains 1 post. In Newspaper 6, it is not shown any more. It needs at least two posts to be shown.

The reason is the following line in td_block_side.php:
if ($this->td_query->have_posts() and $this->td_query->found_posts > 1 )

If it is replaced by
if ($this->td_query->have_posts())
old behaviour is restored.

In fact, the change does not make sense to me. It could always be that you start a new page with a slide, and at the beginning there will be only 1 post for a tag, but more will come.

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