Search Results for 'block'

Results from the Forum
urbandigital
Participant
#0

Hey, I’d like to remove the last “Latest Posts” section on my website, but for some reason I can’t remove it as all the other blocks…
I’m using the default theme template.

LG
Participant
#0

I’ve seen the enable/disable breadcrumbs globally in the Theme Panel, but is it possible on a page/post basis? Also, I can’t find anything about turning the main menu on/off for pages/posts.

I haven’t dabbled with the page builders much yet and have mostly been using the default Blocks Builder. Are either of these things possible, or does it require additional CSS?

Many thanks!

Gul Klud
Participant
#0

I have inserted some script in the raw html block and now I can’t click the block again and re-edit it or for that matter delete the block. I can’t click the actual element, so how do I access it. Only a dotted line shows in the editor, but the html-block is shown on the live page.

limez
Participant
#0

Hello, I want to know if how can I manually add div tag on each Adsense ads shown on AMP pages. I tried editing the backend at plugin > tagdiv composer > mobile > includes > shortcodes > td_block_ad_box_mob.php and added this code and it worked. However, it’s not what I really wanted.

Upon checking the source code, I found that all the amp ads are now wrapped with the same tag, which is not my main goal. I want to wrap each spot of AMP ads with a different tag. One tag for each spot on AMP ads version. I want to know how can I wrap each amp ads with different tags like this.

Calin
tagDiv Staff

Hi,

What you can do is to use flex blocks on responsive version of the theme and set those flex blocks on each device layout -> https://www.screencast.com/t/OzVL0rhkNg -> https://www.screencast.com/t/2kQdy6NBZNY
Also in the last version of the theme v9.7.4 if you are using the mobile theme plugin , now you can show the responsive version using the new option https://prnt.sc/oh6r2s

Hope this will help!
Thank you!

Calin
tagDiv Staff

Hi @MadhurKotharay,

If you are referring to a widget as Most popular, then you should look in the Appearance>Widgets -> http://prntscr.com/olfi3c or if this section is on the page and the page was build using tagDiv Composer then you can edit the page using this builder, click on the element and check the filter tab http://prntscr.com/olfo9v -> https://forum.tagdiv.com/block-settings-guide/ if the Filter block is missing that means that the block can not be filtered.

Hope this will help you!
Thank you!

Vlad S
tagDiv Staff

Hello !

Here is the css code in order to remove it: .footer-text-wrap .block-title {
display:none;
}

The code must be pasted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Vlad S
tagDiv Staff

Hello !

Unfortunatelly the only way to filter them in blocks is only what you find in the Filters tab of the blocks.

We are sorry for the inconvenience !

Thank you !

ancuta_ciubotaru
tagDiv Member

I think FB has the ability to disable those buttons anywhere they like, its their code. I have some fb issues right now. many things got blocked of fb for me at the moment.

Calin
tagDiv Staff

Hi,

The count of the comments from the authors list show the comments that this author was written; also I’ve check the author name link and this is working normal, please make sure that you do not have a plugin conflict.

If you want to customize the td_block_authors.php in child theme you’ll need to do it according to our guide https://forum.tagdiv.com/the-child-theme-support-tutorial/ the author files is in wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_authors.php, in child theme you need to make two sub-folders http://prntscr.com/oldziv and set there the file.

Thank you!

Simion C.
tagDiv Staff

Hi,

Thank you for choosing our theme. I will do my best to help you with your questions.

There are multiple types of blocks and grids provided by the theme. There is quite a variety of blocks designed by us that can be imported with the cloud library plugin
https://cloud.tagdiv.com/#/load/Blocks
Here is some more information about the cloud plugin – https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Those blocks are based on the flex blocks and grids available in the composer
http://prntscr.com/oldw8m
So for example if you wish to use one you can load it directly while editing a page in the composer – http://prntscr.com/oldyjhhttp://prntscr.com/oldyto

There are also predefined blocks, grids and full grids
https://demo.tagdiv.com/newspaper/block-1/
https://demo.tagdiv.com/newspaper/big-grid-1/
https://demo.tagdiv.com/newspaper/full-big-grid-1/
Their layout is predefined and they don’t have as many settings as the flex elements.

You can add as many of them as necessary in any page. There is no limit for how many elements can be placed in a page.

Please let me know if you have more questions.
Thanks

Calin
tagDiv Staff

Hi,

The H is apply only on the custom title of the flex block http://prntscr.com/oldmc3 if you just let that filed for custom title empty there will not be display any h on block title.
If this is not what you mean, please provide some more details and some screenshots if is possible.

Thank you!

Vlad S
tagDiv Staff

Hello !

Unfortunately the only way to “lock” something in a block is by setting the filters of that block. There is no other way to have the articles locked or to change them.

Thank you !

Calin
tagDiv Staff

Hi,

Please make sure that you clear all cache and you do not have a plugin conflict, after that you can try again to hide the comments.
Also please notice that non of the grids do not have pagination, only the blocks;
If there is still a problem, please provide me a link where I can inspect this problem with comments.

Thank you!

Simion C.
tagDiv Staff

Hi,

That would be the relatively new wordpress Gutenberg editor, introduced officially in the WordPress 5 update
https://wordpress.org/support/wordpress-version/version-5-0/
https://developer.wordpress.org/block-editor/contributors/faq/

If you do not want to use, wordpress provides a classic editor plugin that will disable it
https://wordpress.org/plugins/classic-editor/
Once you install it Gutenberg will be disabled and replaced by the classic editor, the plugin also provides a few options here
http://prntscr.com/olby4j

Thanks

MadhurKotharay
tagDiv Member

I have a similar question:

I am able to filter out categories in the ‘block’ widgets. However, I want to do the same in ‘Popular Categories’ or ‘Category’ widgets, which are simply the lists of categories and the count of posts in them.

Most of my posts have two categories: ‘type of article’ and ‘type of disease’, you can say. I want to eliminate the 5 categories that are for the ‘type of article’ in the categories list. And, have the categories list display only ‘type of disease’ articles.

If it helps, my website is: healthsachet.com

I know the 5 IDs to remove. But, don’t know where to type them, with a minus sign before them? Can I use some css code for this?

Thanks in advance.

shandule
Participant
#0

I would like to display pages dynamically with blocks and grids. I have figured out to filter them by setting Post type as page. The problem is I will have pages which need to be loaded dynamically with blocks and grids and ones which are static pages. I guess there will be a lot of those static pages, how can I exclude them without typing IDs of each and every one of them?

ABMedia
Participant
#0

Hello,

when I am using Column text block on DivTag composer I can not use Edit Content Button. The WP Editor window is shown but it is empty.
Errors on JS console are:
Uncaught ReferenceError: tdConfirm is not defined
at wpeditor.php:318
wpeditor.php:335 Uncaught ReferenceError: jQuery is not defined
at wpeditor.php:335
wpeditor.php:340 Uncaught ReferenceError: jQuery is not defined
at wpeditor.php:340
wpeditor.php:1623 Uncaught ReferenceError: jQuery is not defined
at wpeditor.php:1623
wpeditor.php:1653 Uncaught ReferenceError: jQuery is not defined
at wpeditor.php:1653
at wpeditor.php:1759
mce-view.js:762 Uncaught TypeError: Cannot read property ‘shortcode’ of undefined
at mce-view.js:762
plugin.min.js:1 Uncaught ReferenceError: getUserSetting is not defined
at i.onPostRender (plugin.min.js:1)
at i.a (plugin.min.js:1)
at dp.c.fire (tinymce.min.js:2)
at i.fire (theme.min.js:1)
at i.postRender (theme.min.js:1)
at i.postRender (theme.min.js:1)
at i.postRender (tinymce.min.js:2)
at i.<anonymous> (theme.min.js:1)
at Object.jt [as each] (tinymce.min.js:2)
at i.each (theme.min.js:1)
chrome-extension://baejfnndpekpkaaancgpakjaengfpopk/js/contentscript.js:54 <body onload=​”loadIframe()​”>​…​</body>​
wpeditor.php:132 Uncaught ReferenceError: jQuery is not defined
at window.loadIframe (wpeditor.php:132)

nishi_9057
Participant
#0

I have installed the Newspaper theme successfully. Now i want to customize it, what I want to do is create horizontal blocks of particular categories like How to, Apps, etc. How many blocks i can add in the homepage?

fairlis
tagDiv Member

Hi Calin,

thanks for your fast reply!

Is there a way to configure the flex blocks without title tags?
Currently i can only choose between H1-H4, but not disable the title tag.

Particularly on a single post page it takes the focus from the main content if you have a lot of off-topic titles arround it. So it´s harder for google to understand the relevance of the main topic of the content.

Best regards,
Falk

PacificWalkers
Participant
#0

Since last week, images on posts are suddenly not properly shown. There are two problems.

1. ‘The image #1 could not be loaded’ shows if you click an image on a post except for a featured image.
2. The size of images is shrunk with any blocks whether it’s on homepage or sidebar widget or related posts after an article on each post. Even icons with the theme are not shown properly sometimes.

The theme was perfectly Ok until I updated some plug-ins. After having trouble with images, I deactivated all the updated plug-ins. But that doesn’t improve the problems yet.

I have two sites, one with the latest version, the other with 9.6 version. The latest version one has #1 problem, 9.6 has both.

Do you have any idea why it happened?

mateusnds
tagDiv Member

Hey, calin.

Can you help me to auto show icons in my custom template?

Check here please my example:

https://livecoins.com.br/como-construir-uma-blockchain-hyperledger-primeiros-passos/

I need to show icons without click on the plus button:
How I need:
http://prntscr.com/okv5d1

How is now:

http://prntscr.com/okv5jp

rajpunjabi
Participant
#0

Hi,
We are using the Header Style 9 (no template) and we would like to change icon and bg color for mobile header.
We’ve changed the menu bar background color and menu bar icon colors under theme colors. But the menu bar and icons are still displaying incorrectly when viewed on iphone. It looks like this piece of code is blocking it:
@media (max-width: 767px) {
body #td-top-mobile-toggle i,
.td-header-wrap .header-search-wrap .td-icon-search {
color: rgba(0,0,0,0.9) !important;
}
}

Can you please help?

Thanks,
Raj

smehr
tagDiv Member

@rrystrom digging into this further, each of the blocks throughout the theme use ajax, so having filters in blocks, etc. will cause a spike. Since I’m only seeing this impact one of our site (oncozine.com), I went through and made sure we are disabling all features on blocks and category pages that use ajax. The only filter we were using was on the Category page, so I disabled that. @tagDiv any other steps I can take? Sorry for error in my original post I meant TagDiv Composer, not Visual Composer.

pablodlf
Participant
#0

I want to change the h3 tag since I don´t have any h2 tag in my page.
https://www.screencast.com/t/WHDJvWDZMuH5

Viewing 25 results - 14,726 through 14,750 (of 39,816 total)