Search Results for 'block'

Results from the Forum
partha
Participant
#0

Hi,
I used tagDiv composer to design a page with a specific block design to display posts from a specific category. However, when there are no records found, I would like to display – “NO RECORDS FOUND”. Right now it is a blank when there are no records.

How can I do this? If there some conditional IF statement that will allow me to display a message when there are no posts to be displayed?

THanks
Partha

Bettina
tagDiv Staff

Hello!

Try to add this CSS code in Newspaper -> Custom code -> Custom CSS:

.tdc-footer-wrap .td_block_template_5 .td-block-title > * {
padding: 0 !important;
border-width: 0 !important;
}

Let me know about your results!

Thank you!

Anamaria
tagDiv Staff

Hi,

Unfortunately, I don’t know that.
As I said above, you can use another block such as flex block 1 and you can get the same appearance, where you can apply filter => https://www.screencast.com/t/AJOg9AlIWzZn

Thank you for your understanding!

KarinaB7
tagDiv Member

https://drive.google.com/file/d/1fh-yVxEPiSQv4JjdpFAyxAEhDCQsTnSa/view?usp=sharing

https://drive.google.com/file/d/1IAWnQtJS9fNwCnJk7g9Q63eBAln_Ryn4/view?usp=sharing

https://drive.google.com/file/d/11-YMdzBMg8RobfC9fdCHkg-fqAkKj2kx/view?usp=sharing

Here are the captures, the block I had already had for months but a couple of days ago I observed that it does not work, the block is static and does not show videos, I already changed the api key yesterday and I cannot show the videos.

BioEcoGeo
Participant
#0

Hello, I created a mobile specific page for the homepage, it is not the same as the desktop page of the site.

How do I link the mobile to the regular HOMEPAGE?
My goal would be that on desktop you see a HOMEPAGE setting, when you see it on mobile you see it differently with different blocks.

Thanks for the help

giannisgiat
Participant
#0

i use a default font style with color in intro text and i would like to display that color in the block . But it displays text with grey font color and not the color i have in the post. Is there a way to make it bring the style in the homepage block or is there any other way to display color text i am using block 16

Bettina
tagDiv Staff

Hello!

You can add an element with TagDiv Composer plugin called “Flex block” and you can filter the posts by writing there the ID of the category which you want to include and you can write -ID for the one you want to exclude.
Please check this screenshot: https://www.screencast.com/t/UbXegeIBXEg
Unfortunately, it is not possible to exclude by their slug.

Thank you!

d-xter
tagDiv Member

Hi again,

Ah okay, that’s unfortunate..

Will there ever be an implementation of excluding categories in this block?

Thank you.

Anamaria
tagDiv Staff

Hello,

You can replace the Gutenberg gallery block with slider revolution, here is a example how to make a gallery
-> https://www.screencast.com/t/gz5L6Gjo
-> https://www.screencast.com/t/lULmo9IPF
-> https://www.screencast.com/t/OP0KGwRZp
-> https://www.screencast.com/t/8xzRSWT50p
-> https://www.screencast.com/t/nAgnPJdY
-> https://www.screencast.com/t/aQvuPQicrF
After that, you make the gallery all you need to do is to copy the shortcode and paste it in the place when you want to display.

Hope this helps you!

Thank you!

secnat
Participant
#0

Greetings,

I would like to ask for your help regarding a conflict we are troublehshooting between CookiePro (our GDPR plugin) and Theme’s menu. The website mentioned is http://www.secnews.gr (Actually the plugin is now deactivated as the top menu becomes totally unresponsive, so you will not be able to replicate the issue right now). CookiePro has an autoblock feature which deactivates certain functionality until the user provides consent for cookies.

After investigating we have concluded to the following:

In the tagdiv script, which controls the menu (http://www.secnews.gr/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=10.3.7) the initialization isn’t run when autoblock is running.

See below the breakpoint doesn’t run when autoblock runs.

https://imgur.com/a/PG15cnh

But we also don’t see anything related to jQuery or tagdiv that is getting blocked by autoblocking, only seems to be Google Ads stuff that’s getting blocked with autoblock.

We would like to have more insight on how the script works for initializing the menu? We need more information on this to further troubleshoot.

domino
tagDiv Member

wow, you did find something… it’s not fully fixed but you surely found a clue.
Look into this screen capture:
https://tinyurl.com/yx8raht9

The Post that I’ve marked with the orange squares had a first image in the post that included this caption:
30/01/21 – Auckland (NZL)
36th America’s Cup presented by Prada
PRADA Cup 2021 – Semi Final Day 2
Luna Rossa Prada Pirelli Team

I deleted the caption and then this happened: the “farevela logo” showed up.
I set this in:
Newsmag – Theme panel > Block Settings > Thumb Placeholder

So, now, what would you do?
1. How can I fix this “caption issue”?

2. Why do you think the Feat Image doesn’t get saved in the Post?
3. And what plugin would you recommend to push a Feat Image using the first image in the Post automatically (when no Feat Image is selected)?

Thanks again for all your help.

Calin
tagDiv Staff

Hi,
What you can do is to use a regenerate thumb plugin that is deleting the an use thumbs.
Also you can make a test and try to replace the old blocks with the flex block element, this have more options and it can be adjusted after your needs, you can choose the image size too -> https://i.imgur.com/cBHEFuF.png you can check this documentation for Flex block -> https://forum.tagdiv.com/flex-block-settings-guide/
Also make sure that you have enable only the thumbs that you use.
Thank you!

Anamaria
tagDiv Staff

Hello @AasifGanaie,

Because you have a Prebuilt Website Pro, the changes from the Theme Panel for fonts will not apply, to change the font on widgets you can edit with tagDiv Composer, select the block/widget and in Style, you can change the font => https://www.screencast.com/t/sUE7ug4UIAR5

To add the last update you can use the “Single Post Modified Date” change the additional text and you can enable time ago to display how many hours it has been changed => https://www.screencast.com/t/ruU4XSeyne

Hope this helps you!

Thank you!

rajjha
Participant
#0

Hi, I’m trying to use a shortcode generated by a WP plugin inside a block in Newspaper.
The plugin (typing effect) generates a shortcode like this:
https://www.dropbox.com/s/c04w0aodm9u922e/2021-02-09_1938.png?dl=0

If I try to use that shortcode inside a TagDiv block it doesn’t work when published to the site. Like this:
Where I’m pasting it: https://www.dropbox.com/s/jpgpycyvh4bm0b7/2021-02-09_1942.png?dl=0
How it looks when live: https://www.dropbox.com/s/ionih7lcof7afdf/2021-02-09_1943.png?dl=0

The raw code of the shortcode appears, rather than the code executing.

The code works fine inside a post body.

How can I have the shortcode execute inside the TagDiv block?

Playground Lda.
tagDiv Member

debug code:

Fatal error: Uncaught Error: Class ‘td_style’ not found in /home/mozneg5/profile.co.mz/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_title/tds_title1.php:9 Stack trace: #0 /home/mozneg5/profile.co.mz/wp-includes/template.php(730): require_once() #1 /home/mozneg5/profile.co.mz/wp-content/plugins/td-composer/legacy/common/wp_booster/td_autoload_classes.php(42): load_template(‘/home/mozneg5/p…’, true) #2 [internal function]: td_autoload_classes->loading_classes(‘tds_title1’) #3 /home/mozneg5/profile.co.mz/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_column_content.php(130): spl_autoload_call(‘tds_title1’) #4 /home/mozneg5/profile.co.mz/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): tdm_block_column_content->render(Array, ”) #5 /home/mozneg5/profile.co.mz/wp-includes/shortcodes.php(343): td_global_blocks::proxy_function(Array, ”, ‘tdm_block_colum…’) #6 [internal function]: do_shortcode_tag(Array) #7 /home/mozneg5/profile.co.mz/wp-includes/shortcodes in /home/mozneg5/profile.co.mz/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_title/tds_title1.phpon line 9

Topfgartenwelt
Participant
#0

So, in the last three weeks I was searching and searching why I have a CLS on my page and no tool like Page Speed Insights or GTMetrix showed the CLS, just the Extension for Chrome Browser. Now I tried a new one and I found the CLS the whole layout (all the blocks) is shifting on the load: https://imgur.com/a/pY1X9Rd (CLS is everything in orange) and if you reload the site the CLS is gone, because the site is already in the browser cache. How can this problem be solved? I need help urgently!

Here are all the affected files: https://imgur.com/a/NCHN0HA
div.vc_row.tdi_25_6d0.wpb_row.td-pb-row
div#tdi_60_124.tdc-row
div.td_block_wrap.tdb_header_logo.tdi_35_c67.td-pb-border-top.td_block_template…
div.vc_column_inner.tdi_33_c06.wpb_column.vc_column.container.tdc-inner-column…
div.vc_column.tdi_54_797wpb_column.vc_column_container.tdc-column.td-pb-span12

It is the whole layout, everything that was designed with TagDiv-Composer.

Greetings Kathrin

Elperiodicodeyecla .com
tagDiv Member

Is possible that we have a number visited too longo and Google block connect.

Other cuestion about counter social plugin:
Instagram is possible auto update number follow.

And We have a Facebook data error.

Wheter Twitter and You tube is ok.

suffolk_nick
Participant
#0

Hi,

I can’t get the share icons to appear on posts, I have added at bottom of post content in the main column in the ‘Single Template’. They icons show on the example page when editing the template but do no show on live posts/post previews.

I have checked within a live post pages code and the following is included (I added the padding incase the share block was being cover over some how but this has made no difference):

<div class=”td_block_wrap tdb_single_post_share tdi_126_672 td-pb-border-top td_block_template_1″ data-td-block-uid=”tdi_126_672″>
<style>

/* inline tdc_css att */

.tdi_126_672{
padding-top:20px !important;
padding-bottom:10px !important;
}

</style></div>

But nothing is displayed, are there other settings elsewhere I need to make?

webtuscany
tagDiv Member

I have an old site with many many images. I have a layout with many block/grid and customer ask me to don’t change it. How can I do? How can I readuce number of images created on disk?

tstamenic
tagDiv Member

I still haven’t solved the problem.
Every time I check the LightBox and when I try to correct the post again I get a message “this block contains unexpected or invalid content”.
For images where LightBox is not marked, I do not get this message.

I have one more problem.
I set the modal image enable in theme panel -> http://prntscr.com/q5fpll
But that doesn’t work with images in posts where LightBox are not marked?
I use Gutenberg editor.

Thank you!

Vlad S
tagDiv Staff

Hello !

DOMs are all the elements that are on your website. A block, an image, every element active on your page is a DOM.

My suggestion is to reduce the emoji element and fix this one: https://www.screencast.com/t/fqhBSqml

Thank you !

Anamaria
tagDiv Staff

Hi,

Is possible to be from the firewall or security module which blocks admin-ajax.php request. Please verify the console for error while saving the settings on the Theme Panel, usually, it displays a 403 or 404 error.
If you don’t use a security plugin, please ask your host about this, maybe you have a security module which blocks this.
If you use a plugin like Wordfence please set it in learning mode.
Also, make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Hope this will help you!

Thank you!

Anamaria
tagDiv Staff

Hello,

You use a Pro Prebuilt Website, and you can edit the home page with tagDiv Composer => https://www.screencast.com/t/MwO8tDMwX select the title on the block you want to edit like this => https://www.screencast.com/t/XCEhy3n8e

Hope this helps you!

Thank you!

Anamaria
tagDiv Staff

Hello,

I just checked your website and seems you have an empty space is a block, but you need to check the block filter because this return no post => https://www.screencast.com/t/ymcsLDBf
Also, the images and menu looks fine on desktop => https://www.screencast.com/t/GsQNkAZM , but I saw for the mobile you use the mobile theme plugin, and you need to enable the thumbs from Theme Panel -> Block Settings -> Thumbs on modules/blocks => https://www.screencast.com/t/0kxFnONl9eyZ

Thank you!

Anamaria
tagDiv Staff

Hello,

Unfortunately, to have the same size for modules the only option is to set the title and excerpt length. => https://forum.tagdiv.com/excerpts-introduction/
Those are the only ways to adjust the dimension on blocks.

We are sorry for the inconvenience!

Thank you!

Viewing 25 results - 10,001 through 10,025 (of 39,816 total)