Search Results for 'block'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

That could be available in future theme updates, but for the moment the category pages cannot be edited and insert Blocks and other elements. All the settings for the category pages will have to be made through the theme panel
https://forum.tagdiv.com/how-category-settings-work/
On a category page there will be a Top grid of your choosing, and a loop containing posts from that category, also a chosen sidebar. The module that displays the posts can be changed by category as well.
Please check the category page layouts and module examples in the Features menu, in the live theme demo
https://demo.tagdiv.com/newspaper/

Thanks

Simion C.
tagDiv Staff

Hi,

Block 18 module requires a bigger featured image size in order to create proper thumbnails
https://forum.tagdiv.com/theme-blocks-modules/
As it can be seen that block uses the same module in all layouts. Module MX8 requires this thumbnail size
https://www.screencast.com/t/3etDVp0UX7C
That featured image is not big enough for that module
https://www.screencast.com/t/DiYOg9HeL4
The block 18 next to that one displays a proper thumbnail.

Thanks

lettogsunn
Participant
#0

Hi!

I am wondering how I can put a full width element, for example a revolution slider, at the bottom on a post page without having the sidebar going over this element when scrolling to the bottom of the page. See attached picture for best explanation of this:

https://imgur.com/a/pbiwg

Link to website: https://www.bitcoinakademiet.no?bypass=tagdiv

Thanks a lot!

Vegasrenie
Participant
#0

I purchased Newspaper 6 when it first came out, used it for a while, and then switched to “another publisher” because they had a few features that I wanted. Then along comes Newspaper 8 which has 95% of everything that I want, and after less than a day of work, my site looks terrific!

However, I do have a couple of problems. One, for some reason, the sticky sidebar won’t work. I did activate it, and the blocks I’m using are 1, 2 & 12. It does not work, so I filled it with “stuff” so that at least it’s even with the rest of the items on the page. I wish that I could use the Widgetized sidebar on my whole site!

The other problem is that I’d like to able to reduce the font size on the sidebar headings, but I can’t seem to find the right instructions.

Also, one totally unrelated question – how can I get the grid from the “Gadgets” demo? I can’t find it anywhere and that would be perfect for my site!

http://www.vegaswineaux.com

MDNM2017
Participant
Block 5 - topic
#0

I am using block 5 for my posts to appear on the home page of the website https://infomeddnews.com

How do I make the font smaller (not the title)? What custom code can I use? Thank you.

Bawsaq
Participant
#0

I want to delete some blocks at the end of my homepage however for some reason I do not get the option to delete blocks on the lower half of my homepage in the TD composer. I’m using the Gadgets Demo template. The blocks I cannot edit/delete are titled “HOTS NEWS” “APPLICATIONS” and “LATEST ARTICLES”.

Simion C.
tagDiv Staff

Hi,

This code will remove the author name and date for that grid only
https://www.screencast.com/t/mhL1CXit
Enter it in Theme panel->Custom CSS section

.td_block_big_grid_4 .td-post-author-name,
.td_block_big_grid_4 .td-post-date {
display: none;
}

Thanks

Catalin
tagDiv Staff

Hi,

I have inspected your website and I saw that you have white color for your title blocks when you hover over it and that’s why you cannot see anything. Try using the code below and place it or replace it with the code below in Theme panel -> Custom CSS area.

The code is ->

.td_module_wrap:hover .entry-title a{
color:red;
}

The result -> https://www.screencast.com/t/07VdZOXgW3k

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

That is the ajax filter on a block and the tabs Visual composer element, they are not related and do not supposed to display the same. You could inspect the tabs and the filter and see what CSS each one uses, maybe style the tabs differently. Something like this example maybe
https://www.screencast.com/t/eDyd9mVO
This the code used in the example if it is useful to you

.vc_tta-title-text {
font-family: 'Roboto', sans-serif;
font-size: 13px;
color: #777;
line-height: 1;
}
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a {
border: none!important;
background: transparent!important;
}
.vc_tta-tab.vc_active span {
color: #4db2ec!important;
}

Thanks

wedoweb
Participant
#0

I have just installed the Newspaper theme and would like to ask how I may add Block sections to Category pages.

I want to add articles from lower level categories to the pages of top level categories.

Here’s an example on this website http://guardian.ng/category/business-services/

So that immediately after the category top posts, I can have blocks showing articles by category.

Thank you.

Catalin
tagDiv Staff

Hello adrian_van_hal,

Do you want to change the font for your Blocks Titles? Notice that the only option that can be made to change this can be found in Theme panel, according to your block used by you, like this -> https://www.screencast.com/t/oyghbKJzdxau and this option will be applied for all the block selected by you. Clear all the caches and check the results.
If is not what you mean, provide more details.

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

There is a post number limit that you can set for each block in the General tab, by editing the page with the composer
https://www.screencast.com/t/2wNBmiSc2yZH
The pagination options are in the Extra tab, for each block as well
https://www.screencast.com/t/1cVKG1qEu

Thanks

Simion C.
tagDiv Staff

Hi,

The News ticker element has the same options as blocks do. You can filter and sort posts how you want
https://www.screencast.com/t/nFrqD0Xu0
Please check this block settings tutorial for more information
https://forum.tagdiv.com/block-settings-guide/
Also more about the tagDiv composer here
https://forum.tagdiv.com/tagdiv-composer-tutorial/

Thanks

dennis
tagDiv Member

I have an issue with some images overstretching on mobile devices eg –
https://www.kenyans.co.ke/news/23419-jubilee-party-speaks-iebc-chairman-wafula-chebukatis-resignation
https://kenyannews.co.ke/news/nasa-supporters-block-city-roads

yet i have implemented this code under custom code – custome css —
.single .article-image {
width: 100% !important;
}

Simion C.
tagDiv Staff

Hi,

The posts can be split in categories, that is default behavior. You could create pages where you can assign categories that contain posts in Chinese only, for the grids and blocks, and other pages that contain the rest of the posts. Or mix the content on the same pages, grouped in blocks.
For example create a menu item called “Chinese” and add it to the menu, linking to a page you create
https://www.screencast.com/t/lmxHaP7M
Create that page where you will use only blocks and grids that display posts in Chinese, so when the user clicks on that menu item, it will be directed to the Chinese page
https://www.screencast.com/t/9bkEnHIV
Or you could use multilingual plugins, here is some more information
https://codex.wordpress.org/Multilingual_WordPress
http://www.wpbeginner.com/beginners-guide/how-to-easily-create-a-multilingual-wordpress-site/

Thanks

Simion C.
tagDiv Staff

Hi,

If you mean the block title, the background color and text color can be customized for each block as you like, by editing the page with the composer
https://www.screencast.com/t/fio3VpC2gw2
If you mean the post titles in these blocks, you could use a code like this to change the text color just for them
https://www.screencast.com/t/QoLbKm0cIL
This is the code used, it must be entered in Theme panel->Custom CSS if you will use it

.td_block_3 h3 > a,
.td_block_12 h3 > a {
color: yellow;
}

Thanks

Simion C.
tagDiv Staff

Hi,

1. That is not possible with the theme options, there is no setting that would allow that. Maybe you could do it through a plugin if there are any that have that option, to display the video duration.

2. The general option will remove that from all the grids and blocks on pages. However this could be done for that grid in particular. Please provide a link to your website where the grid is present and I will give you a solution. Or specify the grid used.

Thanks

Simion C.
tagDiv Staff

Hi,

Please enter this code in Theme panel->Custom CSS section and the issue should be fixed
https://www.screencast.com/t/N9bpULeU0

.td_block_list_menu .td-element-style {
z-index:-1;
}

There is an issue with the background application on some page builder elements, this will be fixed in the future update. Sorry for any inconvenience caused. Let us know if there still is a problem.

Thanks

Simion C.
tagDiv Staff

Hi,

1/2. That is not supposed to happen, the page should not display like that on mobile. Something is not functioning properly. Please send us an email at contact@tagdiv.com and provide admin login information so we can take a look at the page structure. Also paste a link to this topic in your email.

3. When setting a featured video the thumbnails are created automatically for that video, and then displayed on block modules. There is no quality processing by the theme. A screenshot from the video will be taken, an the thumbnails will be created from that. If the results are not satisfactory, you could replace the image with a featured image of your choosing, of a higher quality.

4. The mobile theme plugin is optional, you can choose not to use it. The main theme is fully responsive, there will be no issues.

Thanks

barronlau
tagDiv Member

Hi,
Yes I uderstand its just simple block. I want to use the prebuilt block but there is no content populating in the block that is the issue.

adrian_van_hal
Participant
#0

Hello,

I created some pages with the tag composer and used for the text the block ‘text with title’.

However, how do I change the font for these blocks so that it will be changed on every page (side wide)?

Setting the font via the Theme Panel > Fonts > Page does not seem to change the fonttype of the ‘text with title’ block.

Thank you.

adrian_van_hal
Participant
#0

Hello,

What is your advice to manage full-width, responsive images on a page? An image put into a textblock, or imageblock is resonsive, however, on a mobile it should be shown in a different scale (most of the times it should be cropped so the scale is 16:9 or something like that).
Should I use revslider? Doesn’t it slowdown speed to much?
Or is is it possible to ad some code in the imageblock?

Thank you so much.

Best regards,

Ad

zeeodesk
tagDiv Member

Hello barronlau,

Please notice that the Pick Editor is just a simple block which is automatically added with the Footer Template. I’ll recommend you to use another Footer Temple, like Template Style 5 because there you can add every block you want and place it in Footer 1,2,3, according to our documentation here -> https://forum.tagdiv.com/footer-templates/ Also,
if you mean how you can change the string name of this footer block, please notice that you can do this from TRanslations setting in Theme panel, like this -> https://www.screencast.com/t/4RuHHVYg -> https://www.screencast.com/t/wFO8QYcjEhP

Hope this helps!

mkmazid
Participant
#0

Hi,
When activating the time/date in the block from theme control panel, I see all the post date in the same date which is not correct. see below image
https://ibb.co/neQDmG
could you please help me to fix?

nastygoblin
Participant
#0

Hey guys, I am planing to run a Subreddit on reddit.com for my site and I would like it to be shown in my social counter block. Is there any option to implement this?

Greetz

Viewing 25 results - 22,776 through 22,800 (of 39,816 total)