Search Results for 'block'

Results from the Forum
ouchmyego
tagDiv Member

using vlad1984’s solution worked for me. all i to do was identify which templates used which blocks.

Here is the code for the blocks:

1. File: wp-content\themes\Newspaper\includes\wp-booster\td_module.php

Add this: https://pastebin.com/KsfC74zm below the author section

2. Locate the block that you want to use (ex: wp-content\themes\Newspaper\includes\modules\td_module_17.php

Replace this:
<?php echo $this->get_author();?>

With this:
<?php echo $this->get_coauthors();?>

Ivana
Participant
#0

Hi everyone!

How can I set to see all items in my top bar menu on mobile screen? Now I see social icons, but I dont see links for pages that are visible on desktop screen… http://brendmagazin.com/

I put this custom code but nothing is changed.


@media
(max-width: 767px) {
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
text-align: center;
}}

Thanks!

Catalin
tagDiv Staff

Hello AnasTfx,

Please notice that our theme does not have any such an option that allows you to change the post pagination, sorry! If you are referring to the post pagination when you have a smart list if you want to change the pagination from that templates you should switch to another smart list template. Our theme has only number pagination for latest articles and arrow pagination for blocks. If you want to change them to another style of pagination, you should edit yourself the theme’s code with you want and also, if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

1. I see you have installed the black theme demo. Note that the demos consist of custom design as well. A custom stylesheet will be imported, when there is no theme panel option to be used.
The default background can be set like this
https://forum.tagdiv.com/background-introduction/
But the demo uses custom design instead of the default background. The general color is defined in the demo stylesheet
https://www.screencast.com/t/gbHuYuMuSW
So you could change it there if that is what you need.

2. Please check the elements present on the page. Edit the page with the tagDiv composer and inspect it. The page will not display extra elements, only what is placed in it.

Also I see there are some thumbnail issues, please regenerate the thumbnails
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Thanks

sldpsl
Participant
#0

Hello,

The theme is perfect, however I found one issue that I can’t fix.

Thumbnails in search results.

Does not matter which block is selected from the panel as the search results, those results display only thumbnails of posts with featured images.
All the other thumbnails display only a placeholder.

For example – when you try to serach for a “metro” you’ll get the posts tagged “metro” with thumbnails, but items from the media library (tagged the same way) display only a placeholder, which is unuseful, when you’re looking for images.

Below is the example:
http://ursynow.org.pl/?s=metro

In the theme settings I’ve enabled all the thumbnails sizes, so the file is present – yet it can’t be dispalyed.
Could you please help me fixing this issue?

Maciej Mazur

Simion C.
tagDiv Staff

Hi,

Seems it would take a lot of modifications to make a block display with the same design as a big grid. The Big grids are designed to have styles like that, but the block do not have the same design. If there were an easy solution I would provide it to you, sorry if this is an inconvenience for you.

Thanks

Simion C.
tagDiv Staff

Hi,

First the row has to be split into three columns, then place blocks 14 in each column (limited to one post)
https://www.screencast.com/t/LzEUm1nqv7
Next add block 9 below in each column (limited to four posts or not)
https://www.screencast.com/t/45rqPUb93
Now the demo design should provide the final addition
https://www.screencast.com/t/VlP7njbzv
This is the code used, enter it in Theme panel->Custom CSS section
https://pastebin.com/cTzkugrR
If you want to customize the the font properties for the module used on the blocks, you can do that in the theme panel. This is a list mentioning what modules each block uses
https://forum.tagdiv.com/theme-blocks-modules/
https://forum.tagdiv.com/font-customization/

Thanks

Simion C.
tagDiv Staff

Hi,

There is an issue with the responsive version of block 16, we are aware of this problem and it will be fixed in the next theme update. In the meantime as a quick fix, please enter this code in Theme panel->Custom CSS section it should fix the issue
https://www.screencast.com/t/r7zU23th2

@media (max-width: 767px) {
.td_block_16 .td-block-row [class*="td-block-span"] {
float: left;
}}

Sorry for this inconvenience.

Thank you!

Simion C.
tagDiv Staff

Hi,

1. A code like this will remove the author post count, in the author page
https://www.screencast.com/t/REyecg72Z6W6

.td-author-page .td-author-post-count {
display: none;
}

Or you could remove it in the code directly (or through a child theme if used)
https://www.screencast.com/t/SgBp0hFqpyCj

2. I could give you a CSS solution to style the block title similar to block header style 6, it would look like this
https://www.screencast.com/t/cdOrdxzw
https://pastebin.com/simQByEy

3. For the tag pages – https://www.screencast.com/t/mmAnUamqcl
https://pastebin.com/dJHvL7CN

Thanks

#0

Hello when I activate tagDiv Mobile Theme
the menu links are blocked, any solution?

obamoose
tagDiv Member

Hello Simon, Happy Holidays.

http://cgn.today/

This is my site.

The current CSS of the Big Grid Full 3 is how I’d like my Block 14 to look like.

Basically:
I want my frontpage too look like nothing but Big Grid Full 3 with endless scrolling.

abc.xyz
tagDiv Member

I resolved the block 14 that showed full width but I can’t increase the space between to make block 14 look like this https://ibb.co/b4uwc6

Simion C.
tagDiv Staff

Hi,

Glad it works, you could align it to the right like this
https://www.screencast.com/t/Dgf9jXZ7ko
Enter the property in the code, or remove it and add it again like this

.td-post-template-4 .td-post-header-holder .wp-caption-text {
display: block;
position: absolute;
top: 0;
right:0;
color: white;
padding: 5px 10px;
}

Thanks

abc.xyz
tagDiv Member

I want to display block 14 and 9 just like you have done in gadgets demo.

I added those to block but they display full width. What css effects did you apply?

Bogdan B.
tagDiv Staff

Hello,
You have to update the theme to the latest version (8.5.1) (use this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/) and please also disable and delete the multi-purpose plugin you currently have.
Then install it again from the theme plugins section but only after you update the theme.
If the problem is still there please check if admin-ajax.php is not blocked by your host.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The trending now block can be added through the page builder. It is called a news ticker: https://www.screencast.com/t/KL9xaPyzG5Xq

Thank you!

Simion C.
tagDiv Staff

Hi,

Blocks and other page building elements are available only on pages. Placing a block in the post page could only be achieved by modifications to the post template files. There are similar topics here on the forum that you could follow
https://forum.tagdiv.com/topic/single-post-how-to-place-a-horizontal-banner-right-below-the-sharing-buttons/
https://forum.tagdiv.com/topic/add-content-after-post-items-after-related-articles/
https://forum.tagdiv.com/topic/wanted-to-add-widget-belowabove-related-article/

Thanks

majorfuss
Participant
#0

1. Author page. In the author box, how do I remove the “Posts” count? http://majorfuss.com/author/joe-simon/

2. 404 page. In ‘THE LATEST’ section, how can I change the block header style from 1 to block header style 6? http://majorfuss.com/starwww

3. Tag page. How can I change the page title to block header style 6? http://majorfuss.com/star-wars/

Simion C.
tagDiv Staff

Hi,

Using ajax filters could produce such results. Try to find a filtering and sorting combination that should not produce the same results in multiple blocks.
Sort posts differently in one of the blocks, change then default Latest sort. Or maybe display different categories in the ajax filter, enter IDs in the required field.
There are combinations of settings that you can use to prevent post duplicates.

Thanks

Bogdan B.
tagDiv Staff

Hello,

That design is specific for the gadgets demo. Those are 2 blocks in fact. The one on the top is a block 14 and the one without images is a block 9

Thank you!

Simion C.
tagDiv Staff

Hi,

I could give you a CSS solution for this. Please provide some more details about what design features you would like to add to block 14, and I will try to give you a solution.

Thanks

Simion C.
tagDiv Staff

Hi,

Some post templates may not display the featured image caption. That is the case for post style 4, give n the design of the template. A possibility would be to enable it and display it on top of the featured image like this
https://www.screencast.com/t/LrhcL3F0

.td-post-template-4 .td-post-header-holder .wp-caption-text {
display: block;
position: absolute;
top: 0;
color: white;
padding: 5px 10px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

That would be the ajax filter, when filter by categories is selected by default it will show all the categories. You can choose particular categories by entering the IDs
https://www.screencast.com/t/6eomdf9kl
https://www.screencast.com/t/ly62dTkD
All the available block settings are mentioned in this guide
https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

The news ticker elements has the same filtering available on blocks, so you can filter and sort the posts as well
https://www.screencast.com/t/Y78HNXoFG
https://forum.tagdiv.com/block-settings-guide/

Thanks

horuscyclicdaemon
tagDiv Member

I probably face to the same problem: The wordpress dashboard and some part of the theme panel stay on loading or not loading, or looks like the menu (see my post https://forum.tagdiv.com/topic/problems-3/) or this one is also similar: https://forum.tagdiv.com/topic/plugin-issue/.
It helps a bit to get back to the wordpress dashboard if you block (via SFTP) plugin td-composer (for a while), but I do hope Support Team shall come with some quick and effective solution…

Martin

Viewing 25 results - 21,851 through 21,875 (of 39,816 total)