Search Results for 'block'

Results from the Forum
paologalli
tagDiv Member

The problem affect only pages not post
and seems related to some block not appearing

TagDiv can you help?

Catalin
tagDiv Staff

Hello dominikposch,

I saw that you are using the Travel Demo template which has some custom elements which come by default with the demo. Notice that the style for block titles from your example are the default, without any additional customizations. If you do not like that style, you should check the demo_style.css for travel demo and remove the style for block titles.
-> https://www.screencast.com/t/7Yl3bgnOlMyK

Thanks for the message!

#0

If you go to
https://www.cavemantraining.com/a-caveman-in-nepal/
and scroll to the bottom where the two blocks are: block 11 and big grid full 9
you’ll see the cover images are not displayed. But when including these blocks on the homepage they show fine.

Catalin
tagDiv Staff

Hello Alex89,

Try using the code below and place it in Theme panel -> Custom CSS Area.

The code is ->

.block-title span{
background-color:#399998;
}

This is a quick fix. Also, I suggest you reinstall the theme via FTP way, clear all the caches, purge CDN files and check the results.

Thanks.

Titus Sutio Fanpula
tagDiv Member

You can try to using Style2, don’t use style1.

After that you can go to the Widget Section In Appreances and Than you can add Block what you want in the footer 2 And Footer 3.

You can add block in there and set to be what you want.

I hope it works.

LEOV
tagDiv Member

How did you do this?

Update: I manage to locate problematic plugin by turning off all plugins in cpanel and later experimenting in Plugins area of WordPress.

dvorakoa
Participant
#0

Hi guys, love the theme, been using it for ages now and i’ve finally got it looking pretty after many years of hard work. (http://www.thestyledivision.com)

Homepage

When I use the search function the thumbnails don’t work but I double checked and all the images are loading fine individually.

Search Thumb

The same happens in the sidebar using Block 15

Block 15

In the ‘Block Settings’ panel everything is turned on and I’ve tried to regenerate the thumbnails to no avail. Any other ideas?

Anonymous
Inactive
#0

Hi,
The Newspaper theme works well with WPML, except the translation of my Home page or front page developed with TagDiv Composer (www.next.blue). There is no option available to translate Tag Div Composer items like blocks. There is only one Home page item I could translate: Page Builder Page 306. Any suggestions how to solve this issue?
Thanks

rapidmedia
Participant
#0

Hello,

Is there a way we can filter articles on the category pages by tags? It’s an option when you drag and drop block elements onto normal pages, but the same functionality doesn’t seem to be available for category pages.

Thanks!

lazdim
Participant
#0

Hi,
I run a test on my client’s website and I got a notification that I should minify redirects:

Remove the following redirect chain if possible:

http://marketpost.gr/wp-content/uploads/2017/09/marketpostgr-market-data-logo.png
https://marketpost.gr/wp-content/uploads/2017/09/marketpostgr-market-data-logo.png

I fixed one of them and I get another notification:
The following requests are returning 404/410 responses. Either fix the broken links, or remove the references to the non-existent resources.

http://marketpost.gr/wp-content/uploads/2017/07/footer_bg.jpg

Yes, the notification is right since in the code view I found that:
.td-footer-wrapper::before {
background-image: url(‘https://marketpost.gr/wp-content/uploads/2018/04/marketpost-footer-bg.jpg’);
}
td-menu-background,
.td-search-background {
background-image: url(‘http://marketpost.gr/wp-content/uploads/2017/07/footer_bg.jpg’);
}

.white-popup-block:before {
background-image: url(‘http://marketpost.gr/wp-content/uploads/2017/07/footer_bg.jpg’);
}

So, the theme uses HTTPS and HTTP for that same files in CSS.
Since I re-uploaded the footer background image, the HTTP verison is gone but CSS code is calling it.
How can I fix that?

paologalli
tagDiv Member

it seems that the new td composer change or eliminated some block type and all is messed up

some help from TagDiv please?

lukehodge
tagDiv Member

Hi Catalin

Yes I’ve tried deleting the cache in WP super cache and tested it on multiple devices.

The posts I’ve listed in the filter to be excluded from the block still appear on the page.

I’m trying to remove individual posts with the filter by entering them with the minus symbol in front of the post ID.

Is that how it’s supposed to be done?

Bogdan B.
tagDiv Staff

Hello,
Sorry but our theme does not provide such options. Pleas read this forum topic for a solution into adding custom ads to the category templates via php code:
https://forum.tagdiv.com/topic/place-ad-in-main-category-grid/
https://forum.tagdiv.com/topic/how-to-add-or-created-ad-block-in-category-page/
Thank you!

Catalin
tagDiv Staff

Hello daily.sg,

Sorry but please keep in mind that’s the style for that block -> https://www.screencast.com/t/6DPKqbacB0 If you want to move it to another section you should do it yourself through the code.

Thanks for the message!

Laura
tagDiv Member

Hello,

you could do this also in Theme Panel -> Modules and Block General -> Blocks/Widgets Title.

Maybe this is a solution.

Louis
Participant
#0

Hi, is it possible to stop a post being repeated on my home page?

My home page begins with a slide (with featured posts) and then has a Block 2 with latest posts.

The problem is that the latest post is often also a featured post, so it shows twice. Can I prevent this?

Bogdan B.
tagDiv Staff

Hello,

Our theme does not have any such ad spot. However, you can place an ad on a specific post template using a do_shortcode functions to call one of the ads in the theme panel ad spots. Here is an example where we call a custom ad 1 below the related articles on a post template:

code:
<?php echo do_shortcode ('[td_block_ad_box spot_id="custom_ad_1"]'); ?>

https://www.screencast.com/t/DwoJ3XNhyvc

You will have to add the code in every post template corresponding to each post style that you use on your site.

Thank you!

daily.sg
Participant
#0

Hi.

I have enabled the category tag on the module block, but it doesn’t appear on the thumbnail, but beside the author’s name instead.

Why is this the case?

Attached screenshot for reference:
https://i.imgur.com/aR82FvR.png

Catalin
tagDiv Staff

Hello Nick,

Please notice that if you have made this change you will remove that image for all block template style 6 and that’s why this image does not appear. You should use another code with the right path of your image and added it to the right section of your website. Please notice that task involves doing such additional customization and we cannot provide support for this. I have done a suggestion in this case and further, you should implement it yourself. Otherwise, please consider hiring a freelancer/developer to help you.

Thanks for your understanding!

vinavu
Participant
#0

Hi

Installed newspaper theme version is 8.7.2 and Our installed WordPress version is 4.9.5.
When we are open Home page visible menu only other details(like blocks, grid) are not visible in browser but open to edit home page it showed all short codes created by theme.

Next we opened home page in tagdiv composer to edit we get this error “Errors happened during tdcIframeData.init() -> bindViewsModelsWrappers()!”

afrerthat
1. we installed all tagdiv plugins you mentioned.
2. we deactivated all other plugins.
still we facing this error.

have some questions
1. which is the minimum php version for tagdiv composer work or newspaper theme V 8.7.2.
1. Need to upgrade tagdiv plugins or other plugins.

we need launch site immediately. please solve this issue ASAP.

Laurent_C2
Participant
#0

Good morning,

How can I change category title size ? those in white with blue background.

Thank you
Font size

cashflow24
Participant
#0

Hello Support Team,

Unfortunately I get the following error message: https://blockchain-magazin.com

Please help 🙂

Best regards
Matthias

Clecio
tagDiv Member

Hi Edward !

Thank you so much. With your information, also I find in:

Theme Panel > Misc > Block Settings > Global Block Header Template

Thanks for all !!!

Edward
tagDiv Member

Try this code:

.td_block_template_16 .td-block-title::after {
display: none !important;
}

add in Custom Code – Custom CSS section of Theme panel

Alex89
Participant
#0

Hello I have a problem with the block header color, as soon as I save my setting and then look results, the headline gets a black background, does anyone know how I change the global? Thanks in advance. Here are the pictures:
1) https://www.dropbox.com/s/fvbgzuuigxyg7yx/before%20save.png?dl=0 (as I want it)
2) https://www.dropbox.com/s/z3md5ypsfb6ti4u/after%20saving.png?dl=0 (after saving)
3) https://www.dropbox.com/s/0ynejp27nfkqiqv/css.png?dl=0

Viewing 25 results - 20,301 through 20,325 (of 39,816 total)