Search Results for 'block'

Results from the Forum
Eric V
tagDiv Member

Hai Simion,

I added the code, but nothing happen.

I want every hyperlink i make in posts and pages to have a specific color. Just like this:

https://www.google.nl/search?q=hyperlink&source=lnms&tbm=isch&sa=X&ved=0ahUKEwj1i9PWmbPWAhUHK1AKHdPFAKoQ_AUICigB&biw=1366&bih=638#imgrc=dSQD2xEmslrUgM:

Also, i set my blocks to show 5 articles, but if there is more i want it to show a button that said ‘more’ (to let people know there is more) Is that possible?

Bogdan B.
tagDiv Staff

Hello,

You mean the thumbnail for the block. You will get 3 images on a split row when a sidebar is used. We added the 3 posts per row as a content with sidebar is the most popular layout used. Split your row in a 2/3 + 1/3 layout and there will be only 3 images in the main content.

Thank you!

Simion C.
tagDiv Staff

Hi,

You can simply edit the page with the composer and change the block template header style, to the one you want for each block on the page
https://www.screencast.com/t/3R8S16sWrc
Here you can see all the available block header styles
https://demo.tagdiv.com/newspaper/block-header-1/
Also more useful information about the block settings and options here
https://forum.tagdiv.com/block-settings-tutorial/
Please let us know if you need further help.

Thanks

David
Participant
#0

Hey there.

I have tried many different themes for a small newspaper site we’re launching and yours is by far the best I have encountered.

There is one stumbling block: how do you recommend that I create About Us and Upsell pages? You have amazing options available for curating entries/posts but I’m struggling to find good shortcodes or elements for creating compelling About Us (author profiles, company history, timeline elements, photos) or Upsell (link boxes, etc) pages.

Being new to the platform, this is probably a limitation of my own knowledge. Do you have any examples or documentation for how to best create these pages?

Thanks for your time!

Edward
tagDiv Member

See here:

Theme panel – Block Settings – Meta info on Modules/Blocks

Josuesantana
Participant
#0

How can i add a box before the title block?
like this: http://www.screencast.com/t/iheqpLVQo0H

Le Journal Montfort
Participant
#0

This is a new installation. I am going through each items of the theme panel to set up my site, and when I get to “Block settings/Thumbs on modules/blocks”, the content of the pane does not show; it searches and searches for content, and seems stuck on an infinite loop. Please advise.
Screen capture:
https://hopitalmontfort.com/fr/file/2017-09-18123121-newspaperthemeblock-settingsthumbs-modulepng

Eric V
Participant
#0

Hello,

I wanna change only the colours of my hyperlinks in my posts and pages. I found some codes here posted by the TagDiv staff, but they change the color of everything (block titles ect).

My colourcode is #E84E1B.

Thank you!

Eric V
tagDiv Member

Hello,

I wanna change only the colours of my hyperlinks in my posts and pages. I found some codes here posted by the TagDiv staff, but they change the color of everything (block titles ect).

My colourcode is #E84E1B.

Thank you!

Chief Nation
Participant
#0

Hi,

I’m using your theme with visual composer and I have a question about the “block” elements.. When I drag and drop one of those blocks the layout shown in the visual composer is different of what I see when publishing the page. For example I drag a block that shows three images per row but when I publish the page it shows 5 images per row. See attached images.

Screenshot

Is there any setting I’m missing?

Thanks.

Simion C.
tagDiv Staff

Hi,

Each block title can be customized the way you like. Simply edit the page with the composer and change them
https://www.screencast.com/t/TvZe42giKXHU
Widgets in sidebars can be customized in Appearance->Widgets section
https://www.screencast.com/t/gDlDq1Kfoe
More information about the available block settings and options here
https://forum.tagdiv.com/block-settings-tutorial/

Thanks

afratus
tagDiv Member

No block. Slider is the first one.

eaf90
Participant
#0

Hi!
I installed the Architecture Demo in my site, but I want to change the Block Title design.
Now, the Technology block title is: https://image.ibb.co/ik1BM5/Captura_de_pantalla_2017_09_19_a_la_s_09_23_01.png and I want it looks like the Newspaper Default: https://image.ibb.co/mQw6ok/Captura_de_pantalla_2017_09_19_a_la_s_09_32_00.png
I tried some changes in custom html/css and edited the .css files of architecture demo, but nothing has worked.

Thank you!

Catalin
tagDiv Staff

Hello joselcab,

Please notice that our theme does not have any influence on the loaded images in Media Library. Regarding on images, notice that the theme will only crop the images depending on the thumb used by the block. For more information about these things, please check the following topic here -> https://forum.tagdiv.com/theme-thumbs/

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

If the post has multiple categories these will all be displayed as classes in the article code. For example
https://www.screencast.com/t/DCo48fb1mVo
So if the category you want to hide this element, is present in the article classes, the next/prev will not be displayed and will be affected by the code. This could be done by using the post Id specifically, or by post template maybe
https://www.screencast.com/t/EyxZnpQ34
https://www.screencast.com/t/L1G2tsrHGa
The second code you mention will remove the related posts section on all posts. It should be like this to apply on a specific post

.postid-450 .author-box-wrap,
.postid-450 .td_block_related_posts {
display:none;
}

Thanks

mmariani
Participant
#0

Hi. I can’t succeed to change the content of my block headers, on “Local Newspaper” template.

For example, I would like to replace “BUSINESS” or “FOLLOW US” (like in screenshot at tis link : http://hpics.li/cbff3bb), but I can’t find the place to do it in the admin.

Thanks for your help.

Reiter2309
Participant
#0

Hi,
I tried to hide some elements for a specific Category in Articles.
bands = title form

I used this css code:
.single .category-bands .td-post-next-prev-content {
display:none;
}

The code works but it disable the element on all Articles.
I tried also to disable the elements in only one specific Article by using the post-id:
.postid-450 .author-box-wrap, .td_block_related_posts {
display:none;
}

Same result. Can you help me?

Simion C.
tagDiv Staff

Hi,

Each block module used by the theme has a predefined thumbnail size. These thumbnails are created from the featured images you set for posts automatically
https://forum.tagdiv.com/theme-thumbs/
There is no option to modify these sizes, only by code modifications but that is not recommended.
Please try and use the grids and block that are available, each block is different and uses a different thumbnail
https://demo.tagdiv.com/newspaper/block-1/
https://demo.tagdiv.com/newspaper/big-grid-1/
https://demo.tagdiv.com/newspaper/full-big-grid-1/

Thanks

Catalin
tagDiv Staff

Hello shajalal,

Please provide your website URL So I can take a closer look at it and also, please provide some useful screenshots so I can exactly understand where you mean. I guess that here is talking about the block filter and that why your news is changing for every refresh. Probably, your block filter is setup on Random and that’s why it’s happened this case.

If is not what you mean, please provide more details.

Thanks.

Simion C.
tagDiv Staff

Hi,

1. This code will remove the background when the social menu items are hovered

#td-header-menu .menu-item-824 a:hover,
#td-header-menu .menu-item-825 a:hover,
#td-header-menu .menu-item-826 a:hover{
background-color: transparent;
}

You could color the icons when hovered if you want, by adding this to the code
https://www.screencast.com/t/AuOxxhKi
Use any color you want in the code.

2. The header search icon color could be changed like this
https://www.screencast.com/t/xdgFNnwZ

.td-header-wrap .header-search-wrap .td-icon-search {
color: green;
}

3. For that specific element there is no theme font setting. You could change the font properties with CSS if you want to
https://www.screencast.com/t/oonTVYHjEuML
Use the properties you want in the code

.header-search-wrap .result-msg {
font-size: 20px;
font-style: normal;
}

4. The category tag can be removed for all the modules in particular
https://forum.tagdiv.com/category-tag-on-modulesblocks/

Thanks

Bogdan B.
tagDiv Staff

Helo,

1) Please add this css in your theme panel -> custom css box:

.td-art-creek .td_module_mx4 .td-post-category, .td-art-creek, .td_module_related_posts .td-post-category{
margin-top: 0!important;
}

2) It seems you have an empty block element above the slider. Please edit your page and remove the empty element.

Thank you!

Simion C.
tagDiv Staff

Hi,

That should not happen, all the blocks have to function properly
https://demo.tagdiv.com/newspaper/block-19/
Please provide a link to your website here in the topic if possible, so we can take a look.
As a first step you can try deactivating all plugins except theme plugins, and clear any installed cache. Usually plugins are the cause for most issues. Or maybe if you made modifications to the theme files, or used custom code that might interfere with the theme functionality.

Thanks

ppbub
Participant
#0

Hello,

having an issue using this block. When I try to filter content by category the cursor just jumps to the top of the page. The page does not change. almost

Is there somewhere I can send you a link to show you what’s happening?

thank you.

techoutsg
tagDiv Member

Hey Bogdan, I got an issue with the “remove render-blocking css”. It says in your tutorial to add a script to the functions.php file in wp-admin. But I don’t have that file. I have enabled “show hidden files too”.

Any ideas?
Thanks!

dinahmight
tagDiv Member

Hi Simion,

thanks for your reply. I understand that normally the pages are meant to be built with the offered templates, blocks, elements, etc. But in this case I definitely need a customized solution, because I just need the design (HTML & CSS) to make a dynamic page look like template 8.

The homepage one top post is very similar to what the page should look like – that’s great! I just need to figure out how to fill the content dynamically – the functionality offered within the homepage one top post via page builder does not fulfill my needs.

But this will be my task, I fully understand that you can not support individual customization requests.

Thanks for your suggestions.
Dinah

Viewing 25 results - 23,051 through 23,075 (of 39,816 total)