Search Results for 'block'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

In category pages there is no option at the moment to place ads. You could edit the category template files where you want tot display the ads, and manually insert the ad through a shortcode.
Please see this topic for more information
https://forum.tagdiv.com/topic/how-to-add-or-created-ad-block-in-category-page/#post-174098

Thanks

Simion C.
tagDiv Staff

Hi,

Please try it like this and the top menu should be displayed
https://www.screencast.com/t/eR5De12bRr7

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

It will not be displayed in the AMP page, that is a totally different page not controlled through the theme.

Thanks

WarpZoneME
Participant
#0

I am using BLOCK 15 on my main page and I have two questions:

1 – How to change font size for post titles on Block 15?
2 – How to change the max number os blog posts per row?

Thank you,

Glenn
tagDiv Member

Hi.
Thank you for the feedback. I have looked at the two images through the links, and I cannot see any difference between the two. To me, they both seem equally sharp. I also have an US site – http://www.theCarUSA.com – where your template works well with this image. However, for the site in India – http://www.theCarIndia.com – the image is sharp for the masonry, but not for the blocks.

I have been in contact with the host in India – hostgator – but they argue that it is not a mistake by them. I understand that your template is supposed to only crop the image, but something is disturbing the images for the block on this site – theCarIndia.

I do not use any optimizing plugins for images or videos.

Best,
Glenn

IRC77
Participant
#0

Hi.
I am the owner of the website Villaviciosadigital.es

Two days ago I updated the theme version from 8.0 to 8.1. Today I checked that the page does not load at all and stays in block. Also, it does not allow clicking anywhere.
I just deleted the TagDivComposer plugin and left only the Visual Composer, but it still does not work.
Can you tell me how to solve this problem?

protoryan
tagDiv Member

Thanks for your reply Bogdan,

With regards to the Related Articles I was meaning the other one.

https://www.woodfloordoctor.com/learn-the-top-8-best-methods-to-hardwood-floor-cleaning/

The one below the content and ABOVE the pagination. I’ve widdled it down to just 3 text blocks but there doesn’t seem to be a way to remove them completely. Settings > Reading > Related Posts

paologalli
Participant
#0

In my actual home page I’m using the slide category block

what have I to use in tagDiv composer to substitute it?

thanks
Paolo

fatih-2
tagDiv Member

I tried what you mentioned simon.

It works; partly.

Still the images are not mobile friendly. I use 3 difrerent ads in 1 row. Each block carrying 1 custom ad but on the mobile version they’re not placed next to each other. It lists them from top to bottom.

Simion C.
tagDiv Staff

Hi,

The top menu will not be displayed on mobile, it is not supposed to display. It can be made to appear. I see that you already made some modifications. Try adding a code like this
https://www.screencast.com/t/EEsOvws2iD
It may require additional modifications. I see that you are also using an AMP implementation for your website on mobile. That could also interfere with the top menu, and how it will display, if you choose to make it visible.

@media (max-width: 767px) {
.td-header-style-8 .td-header-top-menu {
display: block;
margin-left:auto;
width:auto;
}}

Thanks

Catalin
tagDiv Staff

Hello aqimz91,

Unfortunately, I do not exactly understand what you mean but please notice that our theme does not have any such an option that allows you to make some changes at our blocks but only if they will be made through custom code.

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

The article title can be customized for each module or in general, in the theme panel
https://www.screencast.com/t/7aVlic5gNW
The excerpt font as well
https://www.screencast.com/t/7gNvwhr0
If you would like to change the font properties just for the article title only for a particular block, you can use a custom class just like I believe you are doing now.
The code should look like this
https://www.screencast.com/t/sMw2Wg6pllN

.class13 .td-module-title a{
font-size: 22px;
line-height: 26px;
font-weight: 700;
}
.class13 .td-excerpt {
font-size: 12px;
font-family: 'Open Sans', arial, sans-serif;
margin-top: 9px;
}

It will affect only the article title, and the excerpt for the blocks that have the custom class added.

Thanks

Simion C.
tagDiv Staff

Hi,

There is no option to change the article title color on the block modules. However this can be done with some custom CSS code. If you could provide a link to your website and more details about what exactly you would like to change and how, I will give you a solution.

Thanks

Simion C.
tagDiv Staff

Hi,

Please correct me if I misunderstand, but I do not see a block 7 in the content of the page. Please provide more details about the location of this block, so we can inspect the issue.

Thanks

Simion C.
tagDiv Staff

Hi,

If the theme system status is according to the documentation there should not be any problems to save theme panel settings
https://forum.tagdiv.com/system-status-parameters-guide/
Please check in the theme panel while saving settings, if there are any errors in the browser console. Press F12 to bring up the inspector window and then open the console
https://www.screencast.com/t/ENQ5a8CB8
Check if there are any errors in this console. The admin ajax process could be blocked by the server, because of the multiple requests that it makes. In this case you can contact the hosting provider and explain the situation or provide a screenshot with the error.
They should be able to fix it.
Please let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

Sorry about that, I should have made the code more specific. Right now it applies to all the widgets of the same type, like the one in the footer.
Please remove the code and use this one, or modify it like this (use the color you want)
https://www.screencast.com/t/feBlQUEb
https://www.screencast.com/t/2Mz4ypwDCg
It will not extend to the footer and apply only to sidebar widgets, in the post page

.single .td-main-sidebar .widget_categories .block-title span {
background-color: #c3cf2e;
}
.single .td-main-sidebar .widget_categories .block-title {
border-color: #c3cf2e;
}

Thanks

Bogdan B.
tagDiv Staff

Hello,

Please disable the photon feature of jetpack and then use this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Thanks.

Simion C.
tagDiv Staff

Hi,

It doesn’t seem to be happening anymore, from what I can see on the page. It was supposed to happen above 1019px
https://www.screencast.com/t/My7OgL39Z
https://www.screencast.com/t/rxnFc7GuqOU
The theme already has conditions like you mention for the blocks elements
https://www.screencast.com/t/Q15rlpFDgHbl
https://www.screencast.com/t/PrWVcv92Mzo
There should be no such problem with how the module thumbnail or meta display in any layout settings. Please check again, the issue is not happening anymore. Check if you have custom code in the theme panel related to the block or module, or if you use a child theme. This should not happen, but it can be caused by custom code.

Thanks

aqimz91
Participant
#0

Hye team support,

May i know, it’s possible to insert custom number (css or image) in front of block 13.

Thanks

simchris
tagDiv Member

Simple hit counter doesn’t use a ton of resources.
The 7-day sort option adds some extra complexity, though.

Be sure to test your posts with F12/console for ajax errors, as that can impact it.
Also try, clearing your browser cookies/cache, disable any ad blockers, etc., and refresh your post couple of times, see if increments in the custom fields on that post.

llucson
Participant
#0

I have included custom code in some blocks to modify the title font size, but at the same time that change the title, also change the category label in the module. How can I make the size of the category label remain in its default size?

below, de custom code.

.class13 .td-module-title a, .class13 a{
font-size: 22px;
line-height: 26px;
font-weight: 700;
}
.class13 .td-excerpt {
font-size: 12px;
font-family: ‘Open Sans’, arial, sans-serif;
margin-top: 9px;
}

arjun234
Participant
Profile - topic
#0

Hi, I’m stuck on how to upload a custom profile picture for an author outside of Gravatar

I’m also stuck on how to insert new paragraphs in an author description. It always shows the entire bio in just one big block of text.

antasitepu
Participant
#0

hello, i have use Block 1 in homepage but limit number of post doesn’t work like this http://prntscr.com/gdj4qa any one can help me please

afratus
Participant
#0

I don’t know whats happening with block 7 thumbnails. They seemed to be working fine, but now it’s a mess. I already regenerated thumbnails twice, and still nothing. Can you please help?! The site is dev.topensandoemviajar.com

prashanth
Participant
#0

Hi,

On homepage it automatically renders a grid which contains featured posts and a latest posts section.

My mobile theme page does not renders grid! Please see the attached screenshot.

This template appears only if a static page is used, for this check the wp-admin Settings->Reading section.

It’s already selected. Here is my site link Info Inspired
infoinspired newspaper mobile theme
Regards,
Prashanth

protoryan
Participant
#0

Hey,

Two questions about the same area:

Take this page for example: https://www.woodfloordoctor.com/product-review-steam-mops-on-wood-floors/

At the bottom of the content text there is a “related post” – not the one below the Pagination the one above it.

In Settings > Reading > Related Posts
you can ADD features here, but the most you can widdle it down to is 3 text blocks. You can’t remove it! So how do you remove this.

Second question is the Pagination. How do I position this ABOVE the (Theme Panel > ADS > Article bottom ad). It makes sense to have your pagination directly below the words in the article. I want the ad below the Pagination.

Thanks.

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