Search Results for 'block'

Results from the Forum
burakk
tagDiv Member

Hi,

Thank you for your help. I added this code into two different places. One of them is Theme panel > Custom Code > Custom CSS. https://imageshack.com/a/img924/9059/OEdTCD.png (did not work)

The other one is with the help of TD Composer; Home Page > TD Composer > Block-22 (Fitness).
https://imageshack.com/a/img923/9232/Pojt6u.png
and
http://imagizer.imageshack.us/a/img924/6899/e01u48.png (did not work)

After adding, I clear all the caches.

Thanks.

Simion C.
tagDiv Staff

You could create some additional design for that next/prev navigation, like this maybe
https://www.screencast.com/t/LQBeEb7v

.td_block_wrap .td-next-prev-wrap a {
width: 50px;
line-height: 28px;
color: #111111;
}
.td_block_wrap .td-icon-menu-right:before {
content:"Next";
font-size: 15px;
font-family: Roboto;
}
.td_block_wrap .td-icon-menu-left:before {
content:"Prev";
font-size: 15px;
font-family: Roboto;
}

Or use some colors and increase them to be more noticeable
https://www.screencast.com/t/xUdxcaxhRWc

.td-next-prev-wrap a {
background-color: red;
font-size: 20px;
line-height: 45px;
width: 50px;
height: 50px;
}

You can modify these codes or create different ones
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Simion C.
tagDiv Staff

Hi,

In the theme’s blocks and grids that would only be possible if you manually enter the post IDs in the post ID filter
https://www.screencast.com/t/aTEDrTiPk1
Or maybe create a category with only selected posts and filter by that category
https://forum.tagdiv.com/block-settings-guide/

Thanks

Demir
tagDiv Member

Hi,

Thank you for your response.
I already use “Next Prev ajax” in the block settings. However, the “<” and “>” shapes shown under the block can not visiable easily. At least it would be better to write a text close to them. Or if the color and background visibility could be changed.

Regards.

Bogdan B.
tagDiv Staff

Hello,

Maybe you have a cdn server that is not properly set or your host provides a hosting side cache you are not aware of. You should contact your host and ask about it.

Also please mind the offsets you use on your blocks as if you have an offset you will not be able to see new posts in each block: https://forum.tagdiv.com/block-settings-guide/

Thanks.

Simion C.
tagDiv Staff

Hi,

Numbered pagination is not available for blocks. Blocks have these forms of pagination
https://www.screencast.com/t/ylpih4W0oVkC
https://forum.tagdiv.com/block-settings-guide/

On that page the page template with latest articles and pagination is used
https://www.screencast.com/t/IrEe0U4Gmljt
That section will display a numbered pagination.

Thanks

lucaapellegrini
tagDiv Member

i’m resolving some of the issues removing a lot of un-used plug in, but i cannot understand why if i publish a post for 13:00 .. it didnt show in the block4 on the top of the page and under with the new released post.. both are set up with the lastest published filter on all article/category on the website
it’s a pretty new thing of these days. i’d say 10days tops ago since.

Simion C.
tagDiv Staff

Hi,

I see now what you are referring to, the color set for the post meta, for block 22 in the health blog demo
https://demo.tagdiv.com/newspaper_blog_health/
By default that block looks like this
https://demo.tagdiv.com/newspaper/block-22/
Bust most demos contain custom design for theme elements, that default color can only be changed with CSS.
A code lie this will allow you change that color for that block
https://www.screencast.com/t/4sybDsWupra7
Use the color and opacity you want in the code, then enter it in Theme panel->Custom CSS (it will affect all blocks 22, unless made more specific)

.td_block_22 .td_module_17 .td-module-meta-holder {
background-color: rgba(185,60,44,.7);
}

Thanks

nasimnazanin88
Participant
#0

Hi,
I have updated newspaper from 7 to 8. Before I used 800*500 as image size but after updating the theme I see a blank space on the right side of the image block.
I have a second issue after updating. The single image element from WP Bakery doesn’t work on my home page and when I use it the images are not shown.
http://iranneda.org/

Simion C.
tagDiv Staff

Hi,

So the problem was with thumbnails not displaying properly on Safari. The thumbnails created by the theme are of specific fixed sizes for each module
https://forum.tagdiv.com/theme-thumbs/
It would be somewhat impossible that the images would display in different sizes across browsers. Unless maybe you use a CDN for the images, plugins for image optimization or plugins that could affect images, optimization coding etc. If the thumbnails would have a problem it would be displayed on all browsers.

Most thumbnail issues (like not being of the same size) are fixed by regenerating them
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Let us know if there still is a problem, provide a link to it and we will take a look.

Thanks

Bogdan B.
tagDiv Staff

Hello,

The numbers you see here: https://www.screencast.com/t/A7YrpshU3 are the comment counters for the block. These can be activated from here: https://www.screencast.com/t/5txiZnpzcXtd

Thank you!

Simion C.
tagDiv Staff

Hi,

I don’t quite understand exactly what you want to do. On pages you can display any of the elements available in the tagDiv composer
https://forum.tagdiv.com/tagdiv-composer-tutorial/
https://forum.tagdiv.com/block-settings-tutorial/
Blocks can have limits for the number of post displayed, you can display 5 (value set by default) if that is what you want. The latest sorting is also selected by default.

Thanks

AlexSoyer
tagDiv Member

Hello !

– It was already created with TagDiv
– I tried with a new page (green block still no showing)
– Disabling all plugins did not help
– I can add any new Element on page, but a can modify / duplicate current

Can I provide you credentials ?

Thanks

Simion C.
tagDiv Staff

You must have had the WPBakery page builder active as well, if none of the composers are active, only shortcodes will be displayed. The theme blocks and grids will be displayed by either tagDiv composer and WPBakery page builder.

This problem you are having is most unusual, the tagDiv composer is faster than the WPBakery page builder, so if this is not a hosting limitation then the results should be accordingly. Can you check what processes are consuming all these resources?

If you can, please install make a copy of the website on a sub-domain and install the latest theme version there. Check if the same thing happens. Use the duplicator plugin for example.

Bogdan B.
tagDiv Staff

Hello,
Sorry but our theme does not have any such ad spot. IT can only be done by altering the php code for the post templates. You can use a do_shortcode function: https://developer.wordpress.org/reference/functions/do_shortcode/ like so:
<?php echo do_shortcode ('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
You have to place yur ad code in the custom ad 1 spot and it will show up where you place the do_shortcode function in the theme template files.

Thanks.

Demir
Participant
#0

Hi,

I want to put page numbers at the end of each blocks of my pages as it is in the attached page.
How can I do that?

Ps: This page has been taken from the newspaper demo pages.
Thanks in advance for your help!

Regards

Simion C.
tagDiv Staff

Hi,

That seems to be a block 11 set to display in ten page. Blocks do not have numbered pagination, they only have these forms of pagination
https://www.screencast.com/t/P5wcaNse
https://forum.tagdiv.com/newsmag-block-settings-tutorial/
If you want a latest articles with numbered pagination, use the latest articles page template
https://www.screencast.com/t/QQCczcNh
https://forum.tagdiv.com/newsmag-page-templates/

Thanks

Simion C.
tagDiv Staff

Hi,

I believe you are referring top the ajax filter displayed on blocks, which you configured to display categories. By default all the categories are shown in the filter, if you want specific categories to show there, use the ID filter
https://www.screencast.com/t/GgfMdklK
You can enter category IDs there and only those will be shown in the filter
https://www.screencast.com/t/pKwKEo7AcGMt
Please correct me if I misunderstand something.

Thanks

cosmofl
Participant
#0

Hello!

I purchased three of your newsmag’s about 2 – 3 years ago.
I am finally getting around to figuring them all out. 🙂

QUESTION: (wish i could send attachment) Using Newsmag theme panel, row, column Block 1, I have a category + 3 sub-categories. There is a little dropbox that says “ALL.” I played around with the filters and Ajax. How do I restrict to only the 1 category + 3 sub-categories, and not “ALL” categories displayed?

There was a learning curve even with the videos and documentation.

Thanks!

Mike

Alin [tagDiv]
tagDiv Staff

Hi,

All the theme elements can be found in a list using tagdiv composer pagebuilder – https://www.screencast.com/t/okJgGNH9 If you want to copy the shortcode and use it somewhere else, you can add it to the page content using tagdiv composer, save the page and then check the backend editor. For example block 1 – https://www.screencast.com/t/fVawWAPdcYshttps://www.screencast.com/t/HzJp1y6x9yar

Thanks!

meri
tagDiv Member

Hi,

I found the solution: I disabled all Retina option in Newspaper Theme Panel > Block Settings. After regenerating all thumbnails it works fine now.

But there is still something weird: the General Modal Mode if off (in NP Theme Panel AND in images’ settings when you look at them in a post) but it seems to still be working online.

Thought this problem was going to be solved with the new update…

Could you kindly help?

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have an option to include an ad in a block or loop, sorry!
You will need custom modifications and it is not an easy task.

Thanks!

evilspyboy
Participant
#0

Just did the update as prompted and now instead of my nice looking boxes with follower count I see…

[td_block_social_counter custom_title=”” style=”style8 td-social-boxed td-social-font-icons” facebook=”geeksocietyau” facebook_app_id=”307790729623666″ facebook_security_key=”0d84485d6de66af76e35849ffd9e6a77″ facebook_access_token=”307790729623666|iRn4pKM6igopo-_3y9j9ZjcRLhU” twitter=”geeksocietyau” instagram=”geeksocietyau” open_in_new_window=”y”]

It’s on geeksociety.com.au on the front page on the right hand side if you want to see yourself. It was fine before the theme update.

Simion C.
tagDiv Staff

Hi,

If you use the WPBakery Page Builder provided with the theme, there is no need to register anything
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
The block title text color and background color are not available in the WPBakery plugin. Only the tagDiv composer has these option. Our composer will be further integrated with the theme and it will receive more features over future updates.

Thanks

Catalin
tagDiv Staff

Hello flclazio,

Please notice that our theme uses some thumbnails for each block used by you. Very important is that your images to be HD if you want to achieve more accurate results. If you will check here -> https://www.screencast.com/t/gSvIpCki you will see what kind of size is used for each block used by you.

Thanks.

Viewing 25 results - 19,826 through 19,850 (of 39,816 total)