Search Results for 'block'

Results from the Forum
Catalin
tagDiv Staff

Hello ffarci,

Unfortunately, the Facebook page plugin from Jetpack is not tested with our theme and we have no idea about the theme behavior with this, sorry! You should use the Facebook from our Social Counter plugin because it is fully compatible with our theme and still working fine.

The code is ->

.widget_facebook_likebox .block-title a{
background-color:#a33225;
}

The result is here -> https://www.screencast.com/t/DD2z5atv

Thanks for the message!

Catalin
tagDiv Staff

Hello Chito,

Do you are referring to display the featured image only on modules/blocks and not on the post pages, right? So, if you want to do this, you should use a bit of CSS code to hide the featured image in the post content.

The code is ->

@media(max-width:767px){
.postid-78 .td-post-featured-image{
display:none;
}
}

The result is here -> https://www.screencast.com/t/GLPcCcCTCqh

You should use the certain post ID, like in the above example.

If is not what you mean, please provide more details so I will be able to provide a more accurate response.

Thanks for the message!

ayra03
tagDiv Member

Thank you. I use main theme, no child. I disabled all plugins,deleted custom code, cleaned cache, and did all you have told but nothing happened. I still cannot update when I put block in Visual Composer in main blog page.

Maybe there is problem because I use this options within your theme: https://s24.postimg.org/fd319zp1x/image.png (I have to choose something) My main blog “Novosti” is set as static blog page.

When I go to Visual Composer I have to add block to filter categories. So, there isn’t same as your M10 (article display) so I use this https://s23.postimg.org/wymttca57/image.png

Then I can filter categories: https://s30.postimg.org/jrcweclip/image.jpg

But when I click on update https://s30.postimg.org/41i8cof9t/image.png all what I did is deleted and I get this:
https://s28.postimg.org/ckh317yal/image.jpg (like in the beginning).

In my “second blog” I don’t have this problems, probably because it’s not set as main blog.

However, if I cannot do anything I leave as it is. Thank you one more time for patient and great help!

mayaguez
tagDiv Member

P.S. Error! Above should read:
Sorry, but I can’t figure out why there are 3 ad boxes under the Social Counter within/next to my Most Popular block? There should only be 2 ad boxes as per the set-up in the Home Page (Visual Composer).
. How do I correct this to display only 1 ad box not 2 ad boxes
2. Also How I delete the text FeedJit whcih displays under Follow Us. I added this widget here but later changed location further down on the page but the titled still remained here. How do I delete?

Thanks

Simion C.
tagDiv Staff

Hi,

Sorry that I misunderstood what you wanted, an example or a screenshot would have helped. If you want to hide it with css on a specific block or module, you can add it’s class before the code like this example

.td_block_12 .td-read-more{
display: none!important;
}

Thanks

Bogdan B.
tagDiv Staff

Hello,

Please check the block settings for the weather element as you can change from c to f
https://www.screencast.com/t/ZryRB3Pf1I
And the colors: https://www.screencast.com/t/c7nKYjGd9s

Thank you!

magedmagdy
Participant
#0

Hello,
I need to add the tabbed row which appears in the Newspaper demo to the default theme as shown here:

View post on imgur.com


I managed to add it but I cannot add the custom styling like hovering colors, bold text, etc
here’s my trial:

View post on imgur.com


I wonder if there’s a method to find the ready made block without installing the newspaper demo !
Thanks

Catalin
tagDiv Staff

Hello m0re,

Please keep in mind that each post page displays the post author, underneath the post content. If you want to remove the author box for a certain post you should use a bit of CSS code to do that.

The code is here ->

.postid-217 .author-box-wrap{
display:none;
}

The result is here -> https://www.screencast.com/t/xl2sOy3A

Also, if you want to display all of your authors on a page, you should use the Block Author Box from Visual Composer.

If is not what you mean, please provide more details so I will be able to provide a more accurate response.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

The blocks you create will display posts from the category or categories you choose based on the sort order you choose on each blockhttps://www.screencast.com/t/AQISEmuFPhttps://www.screencast.com/t/phNPp42pl8Yvhttps://www.screencast.com/t/xIy5Vm92Z1u result – https://www.screencast.com/t/Jl4DpJi0 Also that is the way you can check what posts are currently displaying, by default it’s set to All categories – Latest
All this is explained in this tutorial – https://forum.tagdiv.com/block-settings-tutorial/
I hope that I understood what you want.

Thanks

Edward
tagDiv Member

Please keep in mind that the “Trending Now” is just a simple block which displays only the posts title which can be filtered in several ways, like this -> http://screencast.com/t/bLYCdawIC3WC All the settings for this block can be found in Visual Composer -> News Ticker because this is a simple Visual Composer element. Check the Block Settings and there you should find all the available settings for this. You can consult our documentation here -> https://forum.tagdiv.com/block-settings-guide/ We have a useful tutorial which teaches you how you can correctly use the Visual Composer, like this -> https://forum.tagdiv.com/how-to-use-visual-composer/

Hope this helps!

Thanks for your understanding!

https://forum.tagdiv.com/topic/how-insert-and-configure-trending-now-step-by-step/#post-144828

  • This reply was modified 9 years by Edward.
David Henry
tagDiv Member

Thanks Catalin,

I’ve already configured that, I need to know how to set the content block to show only posts from the current author, ie. if on David Henry profile, I need to limit the posts to only David Henry.
As this sidebar is used across all Authors, it needs to be smart enough to know which is the current author, just like on your demo;)

David

Simion C.
tagDiv Staff

Hi,

Please follow this tutorial – https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ and regenerate your thumbnails and see if that fixes it. The logo is placed on the left in Header style 1 that you are using, you can find all the header styles here – https://forum.tagdiv.com/header-styles/ and choose a different one if you want in Theme panel.

Thanks

Bogdan B.
tagDiv Staff

Hello,

Here is a list that might help you decide which block to use: http://demo.tagdiv.com/newspaper/block-1/
Our theme provides 25 blocks to choose from. I’m sure one of them will fit your needs.

Thank you!

Catalin
tagDiv Staff

Hello krismali,

Please keep in mind that by default, the theme does not show up the top bar menu, but only for the desktop version. So, if you want to display it, you should try using the code below and place it in Theme panel->Custom CSS Area

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

The result is here -> https://www.screencast.com/t/8eOusSuF73j

Thanks for the message!

Shawn
Participant
#0

Hi We need a shortcode for related posts we want to put in other page how to do

example :[td_block_15 custom_title=”Related News” category_id=”Related category id” limit=”10″ ajax_pagination=”load_more”]

Thanks you.

Catalin
tagDiv Staff

Hello krismali,

You should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-grid-style-1 .td-tiny-thumb .td-module-meta-info{
display:block;
}

The result is here -> https://www.screencast.com/t/hwfmBvYqD

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

The code from above center aligns the title text so it fills the column better but it also depends of the length of the words (if they can not fit in the row space they will appear on the second row). By default the title has no alignment, that is one of the differences between the modules that those block use as you can see in the demo – http://demo.tagdiv.com/newspaper/block-9/http://demo.tagdiv.com/newspaper/block-10/ of the blocks on one column.

Thanks

josflachs
tagDiv Member

= You should limit access to such people ?
I agree, but he is the owner…

= I’m not sure exactly what is going on with your block settings but you should start from the top. Make sure each post is in it’s proper category and check the category parents from the category section of wordpress.

Done that.

= Next, check the blocks on the homepage and see if the settings for them had been changed. You can use this guide to see what each setting does: https://forum.tagdiv.com/block-settings-tutorial/
Unfortunately you are the one that has to investigate as we have no idea of how the site/blocks were set before the ‘gnomes’ came in.

Okay. Here are the settings for Featured:
Big Grid 7, Post ID filter: blank, Category filter: Featured [id: 145]

Now the first block (the others are the same)
In Thailand = Block 1
Post ID filter: -145 <— This does not seem to work
Category filter: Thailand – [id:38]
Ajax filter: Filter by categories

As I understand, the Post ID filter can exclude a category. -145 should exclude (in my site) the Featured category. But it show up anyway.

jos

orlando
Participant
#0

hi,

1. I have some problems with your td-speed-booster plugin version 4.5 does not work with plugins Cache Enabler and WP CDN Rewrite. Creating gaps post to google and GoogleNews.

I also tried Wp Super Cache, but caused a website blocking.

I want to bring in the footer deguenti file:

https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700&ver=4.7.2

https://fonts.googleapis.com/css?family=Roboto%3A400%2C300%2C700%2C700italic%2C400italic%2C300italic&ver=4.7.2

https://static.site.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css

https://static.site.com/wp-content/themes/Newsmag/style.css

https://static.site.com/wp-content/themes/Newsmag/js/tagdiv_theme.js

With your plugin could do it, I would need a code to be entered in the file function.php

otherwise you will have another solution with another plugin ??

2. Then another question, I can minimize the following files, on the advice of google speed, or cause errors:

/wp-content/themes/Newsmag/style.css

/wp-content/themes/Newsmag/js/tagdiv_theme.js

I look forward to new about and do not tell me I need a technician, otherwise return thema and I turn to others and make you a bad publicity.

Lucade
Participant
#0

I have too many of this file Executions: /wp-content/themes/Newsmag/images/icons/newsmag.woff

Solve Can you come? Siteground me is blocking the site

David Langer
Participant
#0

Hi,

I want to modify the Video News demo in Newspaper Theme. My idea is to have all in black so I need to change two grey parts at the homepage to black (first part is under header menu and video slider, the other one is under a block) I am not able to find it in theme panel.

Screenshots: http://leteckaposta.cz/505912133

Maybe is better to add this two parts by myself to default theme and customize. Can you tell me some codes how to make this background color like it is on the screenshot? I add the page so you can see it http://www.shredder-magazine.com

Thanks!

mayaguez
Participant
Ad Boxes - topic
#0

Sorry, but I can’t figure out why there are 2 ad boxes under the Social Counter within/next to my Most Popular block? There should only be 3 ad boxes! See http://hispaniclatinonewsandevents.network
1. How do I correct this to display only 1 ad box not 2.
2. Also How I delete the text FeedJit whcih displays under Follow Us. I added this widget here but later changed location further down on the page but the titled still remained here. How do I delete?

Thanks

ffarci
Participant
#0

Hi!
I need to:
1. modify the font of the text logo. I tried modifying the css, as you told in this forum …
(“Hello ….,
If you want to change the text for your second line of your header logo text, you should do it from Theme panel, like this -> http://screencast.com/t/yDp2uMHI8Tkg
Unfortunately, our theme does not have any such an option that allows you to change the font for Logo text from the theme panel, sorry! If you want to change it you should use a bit of CSS code to load the new font for this section. For example, you can use the code below and place it in Theme panel->Custom CSS area:
.td-logo-text, .td-tagline-text {
font-family: ABeeZee;
}
Also, notice that the ABeeZee font should have to be loaded in your theme from the panel if you want that the code to be applied.)
…but I didn’t have the hope result!
2. I also need to reduce the size of the text logo on mobile, but I don’t know how to do.
I tried as you told in this forum…
(“Unfortunately the font family and font style can only be changed with css as the mobile theme has no font customization at the moment. You can use this method to load a new font with css: https://forum.tagdiv.com/topic/how-to-change-font-for-text-logo/
and then use this css to set the font family and size for the quotes on mobile:

@media
(max-width:767px){
.td-post-content blockquote p{
font-family:mycustomfont!important;
font-size:25px!important;
}} “)
changing 25x with lower size, but any effect has sorted.
How to do? thanks a lot

krjain123
Participant
#0

Hello –
Purchased new theme .. Have old site which has almost 1500+ posts with images in content & NO Featured image.

In your newspaper theme , it works on featured image / placeholder image.
How to show image from content in case there is no featured image in the contents…..

As soon as I activate the newspaper theme , most of the blocks are showing blank images.

Is there an easy way to show the content image if featured image is not part of the content. (This is for all the old content)

Thx for your help

visioneer
tagDiv Member

For all, works with this code, but for all blocks / moduls:

.td-read-more{
display:none!important;
}

Viewing 25 results - 26,401 through 26,425 (of 39,816 total)