Search Results for 'block'

Results from the Forum
Minoumax1967
tagDiv Member

Hi, the template is the one that comes by default (Default Pro) but I don’t see where that option is to delete that block. Theme Panel options?

Thanks!

Anamaria
tagDiv Staff

Hello,

Please edit with tagDiv Composer, select that menu and verify if you have this option “Drop menu items in More” checked, please unchecked it https://i.imgur.com/pbbUXwW.png
The blocks are not aligned because the length of the titles differs.
You can change the excerpt to letters and in this way is possible to achieve what you want -> https://forum.tagdiv.com/excerpts-introduction/

Thank you!

kabbolig
Participant
#0

Hi,

I´m trying to find the file where I can edit the aria-label=”load_more” to my native languange (Danish).
This for optimizing accessibility. Can you help me locate this file?

class="td_ajax_load_more td_ajax_load_more_js" aria-label="load_more" id="next-page-tdi_74" data-td_block_id="tdi_74"

Anamaria
tagDiv Staff

Hi,

Please try to add a new block and see if the problem persists.

Thank you!

Calin
tagDiv Staff

Hi elitechronicle, for that you need to set first for your post the specific categories that you want to use -> https://i.imgur.com/fjAcsIl.png after that on page you need to use tagDiv Composer to edit the page, set a row and drag a flex bloc (or block), then check the filter tab and set the category that you want to be display on that block -> https://i.imgur.com/crrjKKq.jpg ->https://i.imgur.com/iMBXgqt.jpg ->https://i.imgur.com/62pvO3t.jpg -> https://i.imgur.com/mAadmEl.jpg -> https://i.imgur.com/IOI6xYi.png
I hope this will help you!

Anamaria
tagDiv Staff

Hi,

Please check if this code is missing from your .htaccess: https://www.screencast.com/t/iN0R93dD3p from our requirements https://forum.tagdiv.com/requirements-for-newspaper/ this requirement is not displayed in System Status.
Usually, after you set the code in .htaccess the WP editor works well.
Please do a test using only tagDiv plugins and try to open the WP Editor.
Please check the console if you have any errors when you try to open the wp editor, maybe is possible to be from the firewall or security module which blocks the admin-ajax.php request, which usually 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 that blocks this.
If you use a plugin like Wordfence please set it in learning mode.
Also, if you are using Cloudflare, please make sure that is set as in our guide https://forum.tagdiv.com/cloudflare-cdn/, you need to disable the Rocket Loader.

Thank you!

Bettina
tagDiv Staff

Hello @cmamarkets!

If you need a category tag in your blocks, then you can enable/disable it from Newspaper -> Theme panel -> Block settings -> Category tags on modules/blocks.

Thank you!

cmamarkets
Participant
#0

I can’t find a way to make the tags appear next to the description or author name.

I’m using block 4

I would love to include the tags on this page: https://news.safras.com.br/es/blog-espanhol/
Can you help?

dimitrisv
tagDiv Member

Here is the video: https://1drv.ms/v/s!Akul2ygARwfdh5V5kkO9ycjQcun5mw?e=23j3NK

And here are the settings in function.php to optimise the performance of woo commerce.

/** Disable Ajax Call from WooCommerce on front page and posts*/
add_action( 'wp_enqueue_scripts', 'dequeue_woocommerce_cart_fragments', 11);
function dequeue_woocommerce_cart_fragments() {
if (is_front_page() || is_single() ) wp_dequeue_script('wc-cart-fragments');
}

/** Disable All WooCommerce Styles and Scripts Except Shop Pages*/
add_action( 'wp_enqueue_scripts', 'dequeue_woocommerce_styles_scripts', 99 );
function dequeue_woocommerce_styles_scripts() {
if ( function_exists( 'is_woocommerce' ) ) {
if ( ! is_woocommerce() && ! is_cart() && ! is_checkout() ) {
# Styles
wp_dequeue_style( 'woocommerce-general' );
wp_dequeue_style( 'woocommerce-layout' );
wp_dequeue_style( 'woocommerce-smallscreen' );
wp_dequeue_style( 'woocommerce_frontend_styles' );
wp_dequeue_style( 'woocommerce_fancybox_styles' );
wp_dequeue_style( 'woocommerce_chosen_styles' );
wp_dequeue_style( 'woocommerce_prettyPhoto_css' );
# Scripts
wp_dequeue_script( 'wc_price_slider' );
wp_dequeue_script( 'wc-single-product' );
wp_dequeue_script( 'wc-add-to-cart' );
wp_dequeue_script( 'wc-cart-fragments' );
wp_dequeue_script( 'wc-checkout' );
wp_dequeue_script( 'wc-add-to-cart-variation' );
wp_dequeue_script( 'wc-single-product' );
wp_dequeue_script( 'wc-cart' );
wp_dequeue_script( 'wc-chosen' );
wp_dequeue_script( 'woocommerce' );
wp_dequeue_script( 'prettyPhoto' );
wp_dequeue_script( 'prettyPhoto-init' );
wp_dequeue_script( 'jquery-blockui' );
wp_dequeue_script( 'jquery-placeholder' );
wp_dequeue_script( 'fancybox' );
wp_dequeue_script( 'jqueryui' );
}
}
}

But the behaviour is the same, regardless of them being present or not.

altdenis
tagDiv Member

Hello. I also disabled Ajax in blocks, the problem remained, Ajax scrolls through 6 records (not pages).
Thank you in advance.

Bettina
tagDiv Staff

Hello @geoforum!

You should edit the file of the module flex 1: wp-content\plugins\td-composer\legacy\Newspaper\includes\modules, to change the design of the block.

Thank you!

Bettina
tagDiv Staff

Hello @Kingoferrthang!

Please re-add the block in the category content zone, so it will appear only on categories pages. If you mean anything else, then please provide more information about the issue or what you need to achieve, screenshots or a video.
A solution for sending a screenshot/video is this:
Download, capture, send: https://www.techsmith.com/jing-tool.html
After making the screenshot, you will have a link, paste it here.

Thank you!

Calin
tagDiv Staff

Hi,
Now the thumb size that are used are those https://i.imgur.com/xb3F3hG.png and it can be selected using tagDiv Composer -> https://i.imgur.com/nT6grSa.png -> https://i.imgur.com/5o90wSX.png
The flex blocks can be adjusted and you can choose the thumb size, just to make sure that you have enable that thumb in the theme panel and to regenerate the thumbs.
Thank you!

Calin
tagDiv Staff

Hi Mainzer1050,
Did you checked the console? Because I think that it can be the same situation, the admin ajax it is blocked by a security element.
If you want we can check it for you, but for this will need wp-admin access. This can be provided via email at contact@tagdiv.com.
Thank you for your understanding!

Calin
tagDiv Staff

Hi altdenis,
I see.
Yes, you can contact us via email at contact@tagdiv.com you can provide there there the website link as private and please also include the link of this topic to can identify you faster.
About the ajax. If this option it is on blocks, then it need to be disabled using the tagDiv Composer -> https://i.imgur.com/avHFU4n.jpg
Thank you!

Anamaria
tagDiv Staff

Hello Roger,

Please let me know what version for mobile you use -> https://forum.tagdiv.com/topic/mobile-version-not-working-properly-2/
Also, if you have a mobile responsive or mobile page, please check the block Filter -> https://i.imgur.com/CF2sQUi.png and set it on what filter you want.
Also, the text is the excerpt?

Thank you!

howmanywon
Participant
#0

Theme: Royal pub
Wesbite URL: howmanywon.com

1. Logo on mobile

Although I was able to update the logo on the desktop using the global header, it isn’t updating on Mobile:

https://imgur.com/undefined

2. Blocks under the first section on mobile

There is a dark grey and cream block after the first section on mobile

https://imgur.com/nDDBZnW

3. White gaps between sections on mobile

Can I remove these black space gaps on mobile?

https://imgur.com/SpVbn9T
https://imgur.com/tNJ04oB

4. Featured image showing on post/article on mobile

Can I remove this? I was able to on desktop

https://imgur.com/hKduAYZ

5. Large blank white space on desktop

On desktop, before the ‘Greatest golfers’ section there’s a large white gap I’d like to remove the size of.

https://imgur.com/JNLs0QG

Thank you for your help!

mmcafe
Participant
#0

I am trying to use newspaper theme for the first time. Thanks for the great design.
I am currently using Version: 11.4. Think of a beginner user.

I would like to get two help.

1. When writing an article, the color of the text block is on the right. However, I want to change #fcb900 to #ffcc00 among the 12 text colors provided by default. Tell me how to do it. Or if you have a tutorial, give me a link
2. I want to change the font setting and color setting value of the quote block. please tell me how

howmanywon
tagDiv Member

I have some more issues following on from the above:

1. Logo on mobile

Although I was able to update the logo on the desktop using the global header, it isn’t updating on Mobile:

https://imgur.com/undefined

2. Blocks under the first section on mobile

There is a dark grey and cream block after the first section on mobile

https://imgur.com/nDDBZnW

3. White gaps between sections on mobile

Can I remove these black space gaps on mobile?

https://imgur.com/SpVbn9T
https://imgur.com/tNJ04oB

4. Featured image showing on post/article on mobile

Can I remove this? I was able to on desktop

https://imgur.com/hKduAYZ

5. Large blank white space on desktop

On desktop, before the ‘Greatest golfers’ section there’s a large white gap I’d like to remove the size of.

https://imgur.com/JNLs0QG

Thank you for your help!

Piotrk87
Participant
#0

Hi Team!

How could I possibly make roudned corners (radius) to thiese type of blocks? The border option does not work properly.

https://ibb.co/7b9QKMZ

Kingoferrthang
Participant
#0

Hello, I am using Newspaper theme on my website https://sportpersons.com/

Today, I deleted the block grid that’s available at the top of category pages and when I publish new articles they are hidden on category pages.

The new articles I publish do appear on the homepage though.

Please can someone help me out? My site is https://sportpersons.com/

dimmisel
tagDiv Member

I asked you if I can overrdie this template in child theme.

We want to add more data in mobile menu, such as logo and a html block.

Can we do this with a cloud header?

Thanks!

michaeldef
tagDiv Member

And here is my Grid Block setting (General) – https://imgur.com/a/UaNSl9k
Can anything be overriding the CSS change?

AndyMoD
Participant
#0

Hi all,

Is it possible to set the category box colours (currently black) in this latest story block:

To the same colours I set here in the setting (ie. Junior posts are green boxed):

Instead of them just being those colours in the single post page?

Thanks

Andy

Calin
tagDiv Staff

Hi,
Please try this custom css -> https://i.imgur.com/i59VRkc.png
body .td_block_template_8 .td-block-title:hover a{
color: red!important;
}
body .td_block_template_8 .td-block-title:hover a:before {
background-color: red!important;
}

I hope this will help you!

Viewing 25 results - 7,351 through 7,375 (of 39,816 total)