Search Results for 'block'

Results from the Forum
Merkucio
tagDiv Member

Hello garydee1977,

They aren’t pages, they are posts. They just look like pages.
You will not be able to use this template for pages.

I simply duplicated another cloud template for these posts, called it a Page Template, deleted all blocks I didn’t need and assigned it to a specific category – Pages. All of these posts and not pages as you thought, belongs to this category, so I don’t have to manually select that template for each post.

  • This reply was modified 2 years by Merkucio.
  • This reply was modified 2 years by Merkucio.
  • This reply was modified 2 years by Merkucio.
  • This reply was modified 2 years by Merkucio.
  • This reply was modified 2 years by Merkucio.
  • This reply was modified 2 years by Merkucio.
  • This reply was modified 2 years by Merkucio.
Merkucio
tagDiv Member

WOW, just noticed, I can’t remove .td-hero-block because save option doesn’t work in this case.

I’m able to save this change if only I edit .td-hero-block for example to .td-hero-block-1. In this case save option works.

Strange things going on with save option in your theme, you know?
It’s not the first case.

Same issue was with social icons links too.

BUT ANYWAY, the change of % value gives nothing.

  • This reply was modified 2 years by Merkucio.
  • This reply was modified 2 years by Merkucio.
Merkucio
tagDiv Member

Hi,

Well, I imported the demo when I started working on this site, but now I couldn’t find this piece of CSS code, so I added it:
.td-hero-block .td_with_ajax_pagination .td-next-prev-wrap {
position: absolute;
right: 0;
top: 95%;
padding-right: 25px;
}

@media (min-width: 1019px) and (max-width: 1140px) {
.td-hero-block .td_with_ajax_pagination .td-next-prev-wrap {
top: 92px important;
padding-right: 20px;
}
}

in Newspaper/Theme panel/Custom CSS and even in Appearance/Theme/Custom css

I changed both % values but nothing happens.
Then I removed .td-hero-block like on your screenshot, but again nothing happens.

What to do next?

  • This reply was modified 2 years by Merkucio.
  • This reply was modified 2 years by Merkucio.
m
Participant
#0

Hi,

I have an unusual problem.
In Theme Panel, I have changed Post Settings -> SHOW POST VIEWS from ON to OFF. It didn’t affect the frontend page, so I turned it back ON. After I save the setting and reload the page, the setting is OFF again. I can’t turn the setting ON.
I haven’t tried changing any other settings because I’m afraid to break the page and can’t change it back.

I have approached hiding Post views through Editing single post template with TagDiv editor. I have set the post views block to Hidden in CSS. It works as expected, but when I tried to change it to Show, I can’t because the block is not visible in TagDiv composer. How can I access blocks that are hidden if I can’t click on them and select them to load the options and Unhide them?

Thank you for your help and ideas.

Anamaria
tagDiv Staff

Hi,

The demo has a css that made the previous and next icons to look like that, there is the code, and you need to change the value for top to align as you want the icons. https://i.imgur.com/NqOjrGN.png

You can delete the extra class on the block and will look like this https://i.imgur.com/WVTYPMo.png

Thank you!

Calin
tagDiv Staff

Hello,

1. To adjust this on footer you can use a custom css like this one:
html[lang="ar"] .td_block_popular_categories a{
display: flex;
flex-direction: row-reverse;
width: 100%;
}
html[lang="ar"] .td_block_popular_categories .td-cat-name {
order: 2;
}
html[lang="ar"] .td_block_popular_categories .td-cat-no {
order: 1;
}

This css should be set in the theme panel > custom code> custom css.

2. Please use tagDiv Composer to edit the page then use the right click on the sign element and click on delete – https://i.imgur.com/t5gPFGR.png

3. Yes, the child theme can be used. For this you can triger the language to apply that css on on that language, like this html[lang=”ar”] or on rtl like this [dir=”rtl”]. Now , most of element have options that allow you you to set the text from RTL to LTR and vice versa, but there are a few elements that do not have this option and need to be used a css.

4. Yes, the templates can be set as global per language and for each language it will be used the one set as global.

5. This is a strange situation, also that one is a page get from cloud library and it can be get for each language, but is not a page template. In that situation if you want to use that page as homepage, then you can assign it using the WordPress option from Settings > Reading – https://i.imgur.com/kxRD8Dh.png

I hope this will help you!

Anamaria
tagDiv Staff

Hi,

Do you want to filter the block right? If yes, then this can be implemented only with custom work.

Thank you!

Anamaria
tagDiv Staff

Hello,

So, you want to filter a block using the tdcf_price? Or can you provide more details about what you want to achieve?

Thank you!

Merkucio
tagDiv Member

Hello Anamaria,

First of all, my images are not the same size, but they look that in every block except this main block. And without any changes in the CSS code from my side.

How does this happen? Apparently, you simply did not do for the main block what you did for all the other blocks. Therefore, in all blocks all images look the same size, but in the main block they do not. This is why the navigation buttons jump.

Secondly, from your answer it is absolutely unclear to me exactly what changes I should make to the CSS code.

Could you please just copy the required piece of the code here?

  • This reply was modified 2 years by Merkucio.
  • This reply was modified 2 years by Merkucio.
Anamaria
tagDiv Staff

Hello,

Please delete the offset on the block -> https://i.imgur.com/Bpy83yO.png let the field empty.

Thank you!

Anamaria
tagDiv Staff

Hi,

Please block /wp-json/tdw/save_css
If an attacker wants to target this URL /wp-json/tdw/save_css they can do so. Even if the website uses a different theme, the attacker can still try that URL. We could add an option to be able to enable/disable the Live CSS, it will be considered. But for now in order to remove it this can only be done with a modification to the composer plugin. I think that all that removing it requires is to comment this line of code – https://prnt.sc/RtwvL5Nc4ikR -> https://prnt.sc/ymZmhdUfp57U But as I mentioned, the attacker can still try to access the URL.

Thank you!

Anamaria
tagDiv Staff

Hello,

The tagdiv Standard pack is deprecated, so I recommend choosing cloud templates and flex blocks instead of blocks 1 to 25 or big grid blocks https://tagdiv.com/why-tagdiv-cloud-library-is-a-better-alternative-to-the-standard-pack/

Thank you!

vic-2
Participant
#0

Hi,

I am experiencing an issue with the Tagdiv Composer being blocked by the TagDiv Cloud Library plugin. After extensive troubleshooting, I identified that deactivating the TagDiv Cloud Library plugin allows the composer to function correctly. However, I need the templates provided by this plugin, which are currently unusable.

Has anyone encountered a similar problem or have any suggestions on how to resolve this conflict?

Any assistance would be greatly appreciated.

url: slovakmonitor.com

Thank you,
Vic

Alex
Participant
#0

Hi Calin,

On Custom Post Type, there seems to be a bug in the Breadcrumbs block – in the Taxonomies section hover title is always displayed as ‘attribute’.

Looks like it is hard-coded and does not change to the respective Taxonomies name.

< a title=” attribute ” class=” tdb-entry-crumb ” ….. >

(!) As previously discussed, this post is only for Calin.

Other TD team members, please do not respond.

Thank you.

EDtimes1234
Participant
#0

Hello Team,

This is a very serious issue , in the TAG DIV PAGE BLOCK , there is an filter to select CATEGPRIES from which u need to show the post.

For example: If i select Entertainment as post categories – then only posts from entertainment should show and not anything else

But if you see now on our URL : https://edtimes.in/tagdiv-composer-draft/

In this page for example there is a BLOCK named POLITICS : In that post from fashion, social opinions and other categories are showing – it should have only shown posts from POLITICS CATEGORY – we have set this POLITICS CATEGORY in the filter also in block.

Same issue in all blocks – the category filter is not working

This is a basic feature of the theme and it should have work

Please help and solve this – this is super urgent – if this feature dont work – we have to shift to a new theme because we want this feature

Also one more important thing – a plugin named – https://wordpress.org/plugins/whp-hide-posts/

This is a very good plugin to hide all post only on homepage from a particular category – we have noticed that – on your theme this plugin dont work – the theme should be capable to work with all plugins – please solve this also

We will wait for urgent reply

codefixr
Participant
#0

I have installed prebuilt demo and firs 2 sections on the home page are showing on all pages, how can I hide them?

ComicsBeat
Participant
#0

How do I change the font color of the metadata in this block? The grey type doesn’t show up well at all in the mobile theme. I’ve looked at the style paine but don’t see any color options.

Anamaria
tagDiv Staff

Hi,

Do you have the same template for both cpts? You need to set them differently because you need to set the CPT for each block in the archive template.

Thank you!

Anamaria
tagDiv Staff

Hi,

Inside the post content or on the blocks? On the blocks you can set the image radius https://i.imgur.com/xq0PPoV.png and in the post content you need to use this code .wp-block-image img {
border-radius: 10px;
}

Thank you!

Anamaria
tagDiv Staff

Hi,

No, because there are different pages, like about or contact, and this prebuilt doesn’t have them. You need to create a new page here -> https://i.imgur.com/CyWUvSq.png -> https://i.imgur.com/OBO6wA2.png
The page templates can’t be global on each page, and it is not working as a single template, for example.
Create a new page in Dashboard -> Pages, press the publish button, and view. Edit it with the TagDiv Composer: https://prnt.sc/gGw1zq0zdf3r and start customizing it as you like to add text, image using the elements from tagdiv Composer. You can import from the Cloud Library sections, blocks, etc. already designed.
There is not need to have the pages in cloud templates, because you can see the pages in the section for pages.

Thank you!

Calin
tagDiv Staff

Ok, in this situation to use the code only on blocks, then replace the custom css with this one:
.td_module_wrap .td-post-date {
display: none;
}
.td_block_2 .td_module_wrap .td-post-date {
display: inline-block;
}

Thank you!

Alastair Dixon
tagDiv Member

Thanks Calin,

Can I ask why normal numbered pagination isnt working with the Flex loop builder? Isn’t this a newer flex block that’s more widely recommended by tagdiv nowadays?

Anamaria
tagDiv Staff

Hello,

You can set filters on the blocks. Please check our guides -> https://forum.tagdiv.com/flex-block-settings-guide/ -> https://forum.tagdiv.com/big-grid-flex-settings/

Thank you!

andrea.turco
Participant
#0

Hello, I’m customizing the Newspaper Center Pro template. The desktop structure of your demo is ok for me, but I’d like to change the order of some Flex blocks in mobile devices. As you can see here https://tinyurl.com/2h23fpce the blocks order in mobile is 1, 2 and 3, but I’d like to get 1, 3 and 2, without changing desktop order. Is that possible?

Calin
tagDiv Staff

Hi Alastair Dixon, indeed this behavior is related to the “flex loop builder block” so to resolve this situation you’ll need to replace it with posts loop or post loop 2 element, but not flex loop elemnts.
Thank you!

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