Search Results for 'block'

Results from the Forum
Bawsaq
Participant
#0

Been looking through the theme panel but cant seem to find how to change the block text. I thought they would match the categories but even after customizing my categories, I still have blocks called “Android”, “Design”, “Photography” and, “Gadgets” from the demo theme.

viglioh
Participant
#0

I want to change the Block 3 and Block 12 news title’s color from black to white. How can I do this?

crocodils
Participant
#0

Hi,

1)Can I show the video length in post block when video post template selected(Style 10 or 11)? It’s possible ?
Like my example; https://imgur.com/a/oQR96

2)And I have one more question. Can I remove author name and date from grid? But I don’t want them removed from the post blocks. Just from the Grids. Can I do this ?

Thank you!

Sergey Smirnov
tagDiv Member

OK, Simon, I’ll try to play with plugins…
And can we use this tutorial?
http://upflow.co/l/TUUq/blog/2017/02/how-to-style-blockquotes-in-wordpress

Simion C.
tagDiv Staff

Hi,

Different styles of quotes can be achieved as it can be seen here, in some examples
https://demo.tagdiv.com/newspaper/blockquotes-pullquotes/
The font properties of the quotes can also be customized, in the theme panel
https://www.screencast.com/t/QNZO321vdWFW
You can use maybe custom styling for the quotes, or plugins that have or can add more design options. Try some plugins that have the options you need, and see how it goes.

Thanks

David Langer
Participant
#0

Hi,

I would like to ask you for help with some cosmetic changes. When I open my web page http://www.neverskipriding.com at mobile (Iphone 7 plus) there are few things to fix.

I add screen with 4 pictures:

https://www.screencast.com/t/ni6BnWGe

1) normal view it seems everything okey (except the socials)

2) it seems there is plenty of space on the right side of the screen, it is possible to somehow lock it to the center without the mobile theme plugin? (in the end it’s not a huge issue for me)

3) when I see web page at the mobile the blocks have very bad quality preview this is something that I really want to fix and there is a graphics under some “play buttons” as well, never seen before..

4) socials are on the left not at center but I guess its because the settings of the social bars at home page (it’s not huge issue)

I don’t want to use mobile theme plugin, it’s okey like this, just need to fix these few probs (quality preview at blocks is the main thing)

Thanks for every advice

David

Sergey Smirnov
Participant
#0

Our site is https://blog.barnsly.ru/

How can we change the style of our blockquotes to get something like this:

…or this:

Can we add own NP-friendly text box styles to TinyMCE editor?

Simion C.
tagDiv Staff

Hi,

The theme blocks and grids are designed to display posts and pages. A list can be created in text column or text with title element for example
https://www.screencast.com/t/vyNhyqGlzBoZ
https://demo.tagdiv.com/newspaper/lists/
Place the text element in the location you want in the page, and create the list. More information about the tagDiv composer here. You can create playlists as well if that is relevant to what you want to do
https://forum.tagdiv.com/video-playlist-2/

Thanks

Catalin
tagDiv Staff

Hello appiccicati,

Here is talking about Category Tags and there is an option for it in Theme panel. You can turn off from here -> https://www.screencast.com/t/pEwGODvodr according to block/module used.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello appiccicati,

I suppose that your Blocks pagination does not work, right? First of all, ensure that your theme is updated and also, check your plugin’s list to be enabled only tested plugins. Otherwise, if you are using some untested plugins, each of them can interact with the theme core files and causes a lot of unknown issues. Clear all of them with the memory caches and check the results.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello ploxx95,

Unfortunately, please notice that we do not recommend to resize any images size from your blocks because you can easily break the theme layout, sorry! Also, notice that our theme does not have any such an option that allows you to do this but notice that the theme offers you a lot of blocks which can be used on your project, like this -> https://forum.tagdiv.com/theme-blocks-modules/

Hope this helps!

Thanks for your understanding!

alexliu0317
tagDiv Member

Hello,

I have another question. For each category, I’d like to choose block to show 10 articles per page, then move on to page 2. How should I do that? It suppose to have over 50 articles per categories, so in theory, it should have 5 pages at least. However, is there any function that I can ask it to show up to page 3 and more?

In other word, if you are at page 2, you can click to choose page 2 3 or 4…rest will show up with more. If not, that is fine, I just want to limit the articles down to 10 per page. Please advise.

Thanks.

appiccicati
Participant
#0

When I add Categories blocks in visual composer, pagination (or load more button) doesn’t work, I can I fix it? thanks

ploxx95
Participant
#0

I want to resize several images blocks, why my client do not like, is there any way? or some other way to be able to edit the position of the post? , I do not know if using css code, but if so, do they have any examples? I can guide myself. Thank you

12familyde
tagDiv Member

“The goal of the block editor is to make adding rich content to WordPress simple and enjoyable.

The new post and page building experience will make writing rich posts effortless, making it easy to do what today might take shortcodes, custom HTML, or “mystery meat” embed discovery.

WordPress already supports a large amount of “blocks”, but doesn’t surface them very well, nor does it give them much in the way of layout options. By embracing the blocky nature of rich post content, we will surface the blocks that already exist, as well as provide more advanced layout options for each of them. This will allow you to easily compose beautiful posts like this example.”

This is the official description fro Gutenberg as a plugin (right now). But this plugin is meant to be hardcoded into the core of wordpress. And as YOAST writes in his post (https://yoast.com/gutenberg-alternative-approach/)it should totally kill the existing wordpress editor – and become the “new one”.

This would be more than hard word for any plugin and theme developer. Especially when you take a look into the timeline, when this editor shall be released. For me this sounds like a kind of nightmare …

Best regards
Torsten

alexliu0317
tagDiv Member

Hello,

I have another question. For each page, do I need to choose the blocks or can I use default function and apply them to all pages for each categories?

Thanks.

Simion C.
tagDiv Staff

Hi,

Maybe you have an Adblocker installed, that would cause the ads to not be displayed. I don’t think there are limitations for Thailand concerning Adsense ads. Try checking form a different computer, or browser.

Thanks

inje
Participant
#0

Hi, i’m trying to add the time right next to each post on one of my blocks.

<div class=”td-module-meta-info”>
<?php if (td_util::get_option(‘tds_category_module_8’) == ‘yes’) { echo $this->get_category(); }?>
<?php echo $this->get_author();?>
<?php echo $this->get_date();?>
<?php echo get_the_time(‘H:i | ‘, $this->post->ID);?>
<?php echo $this->get_comments();?>
</div>

The above code doesn’t work as it displays 00:00 for each post. How can i achieve this?

Simion C.
tagDiv Staff

Hi,

When you updated the theme to the latest version, the tagDiv composer was automatically activated
https://forum.tagdiv.com/tagdiv-composer-tutorial/
This composer can cause Visual composer elements or features to not work properly, so you can try to deactivate it and check the results with the hidden blocks.
The mobile theme seems to be working at the moment, I see no problem with it
https://www.screencast.com/t/Wd6uUEG3Q2J

Thanks

Simion C.
tagDiv Staff

Hi,

Pages can have featured images set, those will be displayed in blocks and grids as thumbnails, not in the actual page like posts do
https://forum.tagdiv.com/post-templates-2/
You could enter the same image in the page content and it will be displayed in the page. There is no page template at the moment that displays the featured image of a page, in the actual page.

Thanks

thinkdm2
tagDiv Member

I am having the same issue.

When I open Chrome’s Dev Tools and view the console panel, I can see a 403 Error—see below:

load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-draggable,jquery-ui-slider,j&load[]=query-touch-punch,iris,wp-color-picker&ver=4.8.2:4 POST http://70.32.90.114/wp-json/td-composer/do_job?tmp_jobId=0&tmp_blockUid=undefined&uuid=b987a889-324b-08d4-1ae8-a3d616068158&post_id=5 403 (Forbidden)
tdcJobManager.addJob – Error callback – textStatus: error errorThrown: Forbidden

Catalin
tagDiv Staff

Hello mskssk1,

Please notice that here is talking about two different ways. Notice that your images from your posts and separated from those in thumbnails which are used in modules/blocks. If you will turn off the unnecessary sizes, the images with that dimensions will not be created.

Thanks for your understanding!

Yago88
Participant
#0

I just updated my newspaper theme to 8.1 (Deactivated and deleted the theme, and uploaded and activated the updated version) and now my pages are the same in all devices. I had some blocks hide in mobile devices, and others in deskopt, but now all of them appears in both and I cant change it.

Also, I tried to install the mobile plugin to try other option, but its not working. Its installed and appear the Mobile tab in the theme panel, but doesnt work.

I deactivated all plugins to check if was something wrong, but same.

http://frikedades.com/

Latcha
tagDiv Member

Sorry, but that is still not what we need. We need to style each category title differently in the same block.

Simion C.
tagDiv Staff

Hi,

The articles will be displayed on the page as soon as you publish them, you do not have to add them manually. The blocks and grids used on pages have filtering and sorting options available.
Setting the post sort order on Latest, will display the latest posts, meaning as soon as they are published
https://www.screencast.com/t/5d1P5A2FBcP
Here you can find out more about the block settings and options
https://forum.tagdiv.com/block-settings-guide/
Please correct me if I misunderstand.

Thanks

Viewing 25 results - 22,801 through 22,825 (of 39,816 total)