Search Results for 'block'

Results from the Forum
potatohead101
tagDiv Member

So, are you guys planning to anything to help everyone to be able to customize their mobile menu in the future? I wish we knew it before we started working on our project.
Instead of relying on random devs all the time, I prefer relying on you guys with a possible update in the future. Since it looks like everyone who purchased the theme complaining about not having an option to customize the mobile (which is the most important thing for any websites or blogs since people use their mobiel phones more than their desktop, such as 83%), it’d dope if you guys let everyone know about it. Also, please let me know if guys are considering this, so we’ll have a better understanding about who we have to work on a long-term. Also, we’re a bit afraid of that’d decrease our page speed because of additional CSS codes.
Also, we have come across another problem right now, right before I started typing this. So, on theme panel/blocks settings/category tags on modules, is not working even tho I cleared all the caches.It doesn’t show on the thumbnails or homepage posts.

Marie
Participant
#0

Hi,
I’d like to modify posts displayed on Block 1 feature through the API, but i don’t understand if this can be done.
Basically i would like to remove posts of a certain taxonomy.

I don’t get where and how (if ?) i can modify the parameters of the loop ?
Thanks for your help.

ImaImpact
Participant
#0

Hi,

If I add this element to my website I can see it very well on my laptop but in my cell phone I cannot see the categories but this. I also tried to insert and ad and did not see on my cell phone.

[td_block_trending_now][td_block_big_grid_1]

[td_block_16 custom_title=”Trámites y Noticias” category_ids=”1, 66″ limit=”6″][td_block_ad_box spot_id=”sidebar”][td_block_popular_categories custom_title=”Guía de México” limit=”12″]

[td_block_16 custom_title=”Escapadas y Turismo” category_ids=”89, 53, 90″ limit=”10″]

Any idea what I did wrong?
Thanks,
Fatima

LyodenEB
tagDiv Member

Only the header and some plugin are visible. And the footer is also seen. But among all that comes the name of the plugins and the codes like this:

[Td_block_trending_now] [td_block_big_grid_4]

[Td_block_big_grid_5 sort = “random_7_day]
[Td_block_24 custom_tittle = “Music” header_color “ff6600” category_id = “686” limit = “4”]

So all the time. What dou you recommend?

The problem is in responsive

appiccicati
Participant
#0

Hi, in a category block here https://www.giochibambiniragazzi.it/vendita-giocattoli-online/ i put the option load more but it works only if I don’t filter id categories. With filtered categories it doesn’t work. How can I resolve it?
thanks

IgorM71
Participant
#0

Hello!
Website http://proformu.club

1.
In some sections of the main menu of many items.
These items are arranged vertically. And do not fit on the first screen.
Is it possible to place the items horizontally, which they placed on the first screen? ..
Screenshot: https://screenpresso.com/=JOqfe

2.
When I can change “read more” button background color?
And change «Post Comment» button background color?

3.
Where to edit block Latest Articles (Visual Composer)?

4.
Widget [tagDiv] Blok 9. How to: Add Post Preview ? and remove post category?

Thank you.

angelsadvertising
Participant
#0

Helo. I have question. I can’t change color widgets on rigt slidebar. In link I included screanshot. http://www.czytasztosuper.edu.pl/wp-content/uploads/2017/03/problem.jpg
Red frame pointed elements with which I have a problem.
I tried to solve the problem of the settings panel and on css styles.

.td_uid_8_58b6d9ece4fe0_rand .block-title{border-color:#a6926d!important;}
.td_module_wrap .td-module-title {
font-family:display!important; }

Please help. Thank you.

oppus
Participant
#0

Hello team tagDiv,

I have a small request. I want to remove body and sidebar block lines around posts and widgets.

Which file should I edit and what do I need to do?

Thanks
Thomas

Simion C.
tagDiv Staff

Hi,

This could be happening when the complex visual composer elements present on your page, make multiple ajax requests under heavy visitor traffic. You should try to reduce the number of requests, like block pagination, ajax filter etc. from each of the block settings – https://forum.tagdiv.com/block-settings-guide/ Also make sure you have updated Visual composer – along with the theme update. Alternatively this can be caused by a plugin, so you could deactivate all of them if possible, except visual composer and check the results. Here are some guides to help you configure the WP Super Cache plugin – https://forum.tagdiv.com/cache-plugin-install-and-configure/ and optimize site speed – https://forum.tagdiv.com/how-to-make-the-site-faster/
Lastly please make sure the server meets the theme’s requirements – https://forum.tagdiv.com/requirements-for-newspaper/ Hope this helps and let us know how it goes.

Thanks

tagdiv-da-beast
Participant
#0

Hello,

It seems like we are hitting admin-ajax.php every time when user visits. And this causes site to go down during peak hours. this has been going on for weeks now. thought should open a ticket. As soon as we “block” admin-ajax.php (from nginx.conf), all comes back to life. the cost of blocking admin-ajax.php is that users cant comment anymore.
Running Newspaper v7.7 (was hoping issue will go away with upgrade, but…no!)
Please help!!!

thanks!

Catalin
tagDiv Staff

Hello Soothsayer,

First of all, please ensure that you are using the latest version of the theme which comes bundled with the theme packet and also, installs only the plugins that come bundled with the theme pack and rule out any conflciting plugins. If you want to exclude some categories from Blocks, yo should consult the theme panel option from our guide here -> https://forum.tagdiv.com/block-settings-guide/ Also, clear all your caches, purge CDN files and check the results.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello Assiba13,

To avoid the duplicated posts, please notice that our theme has an option for this. You should try using the Offset Features for each Block or you can try the Unique Articles. For more information about these features, please consult our guide here -> https://forum.tagdiv.com/offset-feature/ -> https://forum.tagdiv.com/unique-articles/

Hope this helps!

Thanks for your understanding!

Catalin
tagDiv Staff

Hello 24Uutiset,

Please notice that if you want to exclude some categories from your block, you can do this from Block Settings, like this -> https://www.screencast.com/t/uOkDxhr8 For more information about Block Settings, please consult our documentation here -> https://forum.tagdiv.com/block-settings-guide/ If is not what you mean and if this task will involve some additional customization through the code and if you do not have a better coding skills to do this, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Hope this helps!

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

You could use a little bit of css for this, to change the block titles only in the footer. Enter this code in Theme panel->Custom Css and modify the font size as you like

.td-footer-wrapper .block-title span {
font-size: 25px;
}

Also here is a tutorial about the browser inspector tool, so you can identify the elements on the page and their classes, to make custom code – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

itmehedi
Participant
#0

Hello,
I want to explain first that I want to do.
I have older version of newspaper theme (7+). So, Now I want to update the theme.

Here, I will do:
Go to cpanel-> Website Name folder -> Wp-content folder -> Theme Folder-> Newspaper -> Delete this folder and Upload Latest version.

I have not edited or customize existing theme code.
So, I guess, my theme will update if i follow above process. But, Here is my few query:

1) Do I need to active other theme during this process?

2) After update will it change my all existing theme setting?

3) I have installed demo version of newspaper theme(when i started the website). Later, I edited or deleted demo post and replaced with my new blog post. And also, I have changed the setting as my need(Few block also deleted from my homepage which were not necessary for me).
So, What will happen for the demo setting that I installed with older version?
(I am worry about this part please explain clearly. Because, if previous demo setting not work then I need to install demo version again with this update theme version and need lots of work to setup everything again.)

4) I do not want to change my exiting theme setting, post-page setting etc but want to update theme. So, if i follow my above step then will i face any problem? Do you have any other safest recommendation to update the theme?

Thanks

Bogdan B.
tagDiv Staff

Hello,

The title of the existing blocks can be edited from the page itself or from the widgets area of wordpress depending on the place the block is added to.
This guide should help you edit blocks: https://forum.tagdiv.com/block-settings-guide/

Thank you!

Bogdan B.
tagDiv Staff

I already provided an example above exactly for block 9. Block 9 uses module 8.

Move the get_date code above the get_title code like so: https://www.screencast.com/t/OmHOyXUzbg and then add this css in the theme panel-> custom css box:
.td_module_8 .td-post-date{
float:left;
padding-right: 5px
}

Thank you!

Assiba13
Participant
#0

Hi,

I’d like to know if there is a way to filter posts by “latest posts” without showing the 4 last posts (The 4 last posts appear into a Big grid 9, and the block “Lastest post” appears just below, so I would like the posts not to repeat into that 2 section. And I would like to find an automatic way to do that, to not have to add the “ID post” into the filter section of the block every time I write a post).

Hope I’m clear.

Thank you for your

Bogdan B.
tagDiv Staff

Hello,

The mega menu cannot be sorted ascending or descending unfortunately but the blocks on the homepage can. Please use the block settings to sort your posts inside a block in the preferred sorting order: https://forum.tagdiv.com/block-settings-guide/

Thank you!

Divemasterza
Participant
#0

When click on the location, a call to http://api.openwathermap.org is made creating mixed content resulting in the browser blocking the script.

I was suggested to remove and recreate the Widget. This has no effect as the call is hard coded in tagdiv_theme.js (min).

You can check this in the console here https://insidetravel.co.za/weather-test/ or on the homepage

Soothsayer
Participant
#0

Hello, still getting used to this theme and already several glitches coming up. For instance, under several blocks, I’m trying to prevent videos from showing up so I used the “-PostId” number, e.g. “-18” (without the quotes), and the videos still keep showing up in those blocks. The alternative is to copy all the categories I do want and that’s a pain, esp. as the theme indicates you should be able to exclude a category with the minus sign and Post ID no. Help!

ffarci
Participant
#0

Hi. I noted that in order to make bigger the size of the title of my footer (“cibarsidimarketing.it”), I also need to change the size of the widgets title (in the sidebar), because there is just one command for both the operations. Is it possible to make bigger the size of the footer’s title without change the size of the widgets title? thanks!

ffarci
Participant
#0

Hi.
I’m trying to change the post titles in my homepage (not a static page) but I can’t. However I can change the text of the content (in theme font > modules and blocks general > excerpt). thanks a lot

Simion C.
tagDiv Staff

Hi,

1. The post type filter by page – https://forum.tagdiv.com/block-settings-guide/ is used when you want to display pages on blocks, and I do not have a solution for you to show children of pages by using this filter.
2. if you want something like that you could use an image gallery element – https://www.screencast.com/t/FADB8oag where you can set links for the images by default – https://www.screencast.com/t/ITJpiqFUhttps://www.screencast.com/t/ITJpiqFU

Thanks

Viewing 25 results - 25,901 through 25,925 (of 39,816 total)