Search Results for 'block'

Results from the Forum
Bogdan B.
tagDiv Staff

Hi,

Not in .td-footer-wrapper
In the td_block_wrap. The code you mentioned above.
You are missing a dot and a closing bracket as well.
You code should look like so:

.td_block_text_with_title {padding-bottom:0;} .td_block_wrap{padding-bottom:0;}

The line with the red x is the line of code that is wrong.

Thanks.

wuche
Participant
#0

Note: I disabled the “Mobile theme” plugin because I would rather the mobile version of the website be based on responsive web design.
The website with issues:

wuche.gg

Issues with responsive web on mobile (Android, but presumably iOS as well)

1. On the front page Big Grids, the offset posts feature works on desktop browsers but does not work on mobile browsers. All Big Grids are set to sort by -Latest-.

2. I’m using custom css for the module title fonts on Big Grid Full 1 & 2 because the option to change it via module on Theme Fonts isn’t implemented yet.

.td_block_big_grid_fl_1 .td-module-title a{
font-family: ‘Source Sans Pro’, sans-serif;
font-weight: 600;
font-size: 42px;
line-height: 44px;
}
.td_block_big_grid_fl_2 .td-module-title a{
font-family: ‘Source Sans Pro’, sans-serif;
font-weight: 600;
font-size: 26px;
line-height: 28px;
}

It works perfectly, but I want it to be responsive as well and downsize the font when below a certain width. So I added this code also to Big Grid Full 1 just to test out:


@media
(max-width: 767px) {
.td_block_big_grid_fl_1 .td-module-title a{
font-size:30px!important
} }

@media
(max-width: 767px) {
.td_block_big_grid_fl_1 .td-module-title a{
line-height:32px!important
} }

And while it works this works perfectly on desktop, it does not work on mobile.

3. I deleted/changed the background image for mobile menu / search background, but it still persists.

Whenever I make an update, I clear the cache on Google Chrome on my Android phone. I also empty the cache via WordPress, and I also have disabled the WP Super Cache plugin just to triple check.

Any help would be greatly appreciated. Please and thank you!

Hitnned
Participant
#0

Hi Team,

I’ve just updated my newspaper theme sent by themeforest. Before that, I was using v7.7.1. I did have Background color set to Grey. After updating to v7.8, my blocks on homepage are become on edges which are clearly visible that there is no padding between the Grey background color and block’s title, content and thumb images.

It seems too ugly now. Please help me how to correct it/add padding or something wrong I’ve done?
I am also using Child theme, where there are lot of customization I already have.

Thanks,

sasquatters
Participant
#0

Hello,

I believe I have finally designed a layout I like. There are a few small things that I cannot figure out how to remove…

How can I remove the comments icon from each post on the main page?
Comments Icon

How can I remove the author from each post?
Author Box

I added “Popular Posts” to the side bar but had to do 3 separate widgets so that I could have them display large images rather than 1 large and the rest smaller as the widget does. Is there a way to remove the preview text from them and only display title and date?
Popular Posts

How can I have this style of section rather than just a line with plain text.
Block Section Text

I cannot get the popular posts to show in the footer exactly like you have in the default theme settings. When I use the popular post widget (like on the side bar) it wants to show 1 large image and the preceding images smaller.
http://sasquatters.com/

Thank you. 🙂

holdgaard
Participant
#0

I can´t remove article block under videoblock on my home page. I have imported the full news magasin demo, and using it as my template. The article widget has been deleted, but the block is still showing on the site.

Bogdan B.
tagDiv Staff

Hello,

You will have to enable the thumbnail for those images to show up. The thumbnails can be found in the theme panel under block settings. The thumb you are looking for is: 485×360: https://www.screencast.com/t/qU3URg44JV0

Thank you!

Simion C.
tagDiv Staff

Hi,

The theme automatically creates the thumbnail sizes required for the different modules and blocks from the featured images. Each module has a defined image size that will be displayed if it is enabled in theme panel.
If you have existing content you must use the regenerate thumbnail tool in order to recreate the thumbnails required for these modules. Please try the regenerating tool provided above and the requirements mentioned in that guide. And remove any modifications you say were made. Also clear any caching installed after the regeneration process is complete.
If you tried this method and with no results, please provide a link to your website so we can inspect it.
You can see all the blocks and big grids used in the theme in the demo
https://demo.tagdiv.com/newspaper/block-1/

Thanks

Bogdan B.
tagDiv Staff

Hello,

Please make sure you add the proper content for them in the block settings: https://forum.tagdiv.com/block-settings-guide/
Also please only use biog grids on 3 columns otherwise an error message will appear.

Thank you!

Simion C.
tagDiv Staff

Hi,

But that is how it supposed to be displayed on the ajax filter, in my case also – https://www.screencast.com/t/0Qoe2jf9t
The featured category does not display as a tag on blocks and modules – https://forum.tagdiv.com/featured-posts-2/

Thanks

Simion C.
tagDiv Staff

Hi,

You could change the excerpt font color in general like this – https://www.screencast.com/t/soiFHE2fNWUg or by module or block for example like this – https://www.screencast.com/t/iIc5waAyPpeB
Here is a tutorial about using the browser inspector to identify the elements used on a page and their classes and create custom code, that you can use in the Custom css section in theme panel
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

kem06bo08
Participant
#0

Hello,
I see that by default setting, the title of an article is limited to around 50 characters when showed on blocks. It will display an ellipsis (…) if this limit is reached.

So if I want to change this limit, say, from 50 to 70 or 75, which setting should I go to?

Thank you!

MamasLT
tagDiv Member

Hey. Yes it is entered correctly, just with no description, as in your image.
It does place the articles in Featured block at the top of the page, but the problem is that this category appears at other blocks top, like this:
https://ibb.co/kgA1fa

Any ideas? Thanks

Simion C.
tagDiv Staff

Hi,

I have tried this as you are doing it – https://www.screencast.com/t/MEF5LRD1Hp8 and I was able to modify the font for the article content from the text block, in theme panel where there are a multitude of fonts available for each setting
https://www.screencast.com/t/rCSx6dqtr with the proper result – https://www.screencast.com/t/N4Zfy6xvPWuy
Please try changing the font properties for the post page through the theme panel, because it should work as intended. If the modifications do not apply after being made, try clearing any caching installed. If you still have no result, please try to disable all your plugins except Visual composer, clear the cache again then check to see if everything is in order.

Thanks

Bogdan B.
tagDiv Staff

Yes, you are missing a dot in front of td_block_wrap{padding-bottom:0;}
That will cause all your css to break below this code
Thank you!

Bogdan B.
tagDiv Staff

Hello,

The travel demo image was added as a full width row and a background image set to that row. The the block beneath was customized with css to position over the image. Basically if you want to replicate the travel demo, you will have to install the travel demo as there is no simple way of replicating it on another demo. Each style has a unique custom design that is created specifically for that particular demo. It can ve replicated on another demo if you have the proper css skills though.
Here is a related topic where I explained how this can be done:
https://forum.tagdiv.com/topic/parallax-setting/

Thank you!

Simion C.
tagDiv Staff

Hi,

Please follow this topic for a solution in this case – https://forum.tagdiv.com/topic/icon-on-blocks-title/

Thanks

Simion C.
tagDiv Staff

Hi,

I am sorry for misunderstanding. Please try and regenerate your thumbnails – https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ and take note of the required specifications for the server as well.

Thanks

mayaguez
tagDiv Member

No it does not display a red x in front. I copied & pasted it. However now that u made reference to the red x I do see one on a previous code not related (I believe) to this issue. THis is the code .td_block_text_with_title {padding-bottom:0;td_block_wrap{padding-bottom:0;}

??????

  • This reply was modified 9 years by mayaguez.
David Langer
tagDiv Member

1) Yes, thank you – it is much better now.

2) It seems that problem is in Really Simple SSL Plugin that I use for prrof my page.. I will try to figure out somehow.

just on last question about the Weather block – It’s in english but the days are not in english, it’s probably because I use Wp-admin in Czech, can I change the days also in english somehow? Thanks!

MamasLT
Participant
#0

I changed the name of Featured Category by mistake, I have changed it back, but now ‘Featured’ appears on blocks. How do I reset this category to be hidden and only show the posts on top of the home page as it is intended?

Thanks

jmaurice
Participant
#0

Im using block 4 specifically with visual composer and i cant seem to add an icon in the title of the block, is this possible?

Edward
tagDiv Member

We are experiencing some technical issue, but the Newspaper theme will be available again soon! We estimate this may take an hour or two, depending on Envato team.

Please rest assured! We are developing, updating and supporting this theme and we don’t plan to give up on it.

I’m sorry for any inconvenience this surprising situation might have caused you!

Thank you for understanding!

https://forum.tagdiv.com/topic/newspaper-theme-was-removed-from-themeforest/#post-165841

  • This reply was modified 9 years by Edward.
Simion C.
tagDiv Staff

Hi,

I can confirm that I do not use Adblock on the Chrome browser or the Firefox browser that I used for testing. At the moment I do not see any ads on any of the websites you provided
https://www.screencast.com/t/X9acPEOy1mPK
https://www.screencast.com/t/qgRHmhbuW
Just an ad title and an empty space where the ad should be displayed. Also there seems to be a CDN permission error present – https://www.screencast.com/t/r9kA4cXc maybe that is related to the ads not being displayed.
You could try to disable all your plugins except the ones bundled with the theme, clear any caching installed and purge CDN files, maybe there is a conflict that is preventing the ads from appearing.

Thanks

muhsin
tagDiv Member

Dear Team,

i am getting the image size like this because of there is mentioned the sizes

<b>block</b> image

<b>block</b> admin

my question was i need to make changes this image sizes how its possible to do.

Regards,
Muhsin

Catalin
tagDiv Staff

Hello nktheme,

I’m not sure exactly what implementation is needed for your affiliate code. Please ask the code provider about an implementation method as we have not tested this type. Add it inside a simple text block and see if it works. Please notice that we cannot provide custom services at the moment, but only we can provide support for basic theme settings.

Thanks for your understanding!

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