Search Results for 'block'

Results from the Forum
SonyCentric
tagDiv Member

Can I do the same for “Recent posts” whereby it should be red, #e11e30 the above info was really useful and worked.

EDIT: Nevermind, I worked it out

.widget_recent_entries .block-title span {
background-color: #e11e30;
}
.widget_recent_entries .block-title {
border-color: #e11e30;
}

lucie_barragan
Participant
#0

Dear,

Inside theme panel they are lot of style customisation which one is related to .td_block_text_with_title blockquote p ?

thanks

NP Comm
tagDiv Member

The additional parameter is surely required. All is working now. Thanks!

Add these to your blocks for them to register with TDC:
‘map_in_td_composer’ => true,
“tdc_category” => ‘Blocks’,

Side Notes:
When using TDC the list of elements gets quite long, perhaps the ability to minimize by the category would be a good UX function.

Thanks again!

lucie_barragan
tagDiv Member

So it is solved, I have copied includes/block_templates/td_block_template_1.php
and change the hardcoded h4 to h2:

106c106
< $buffy .= ‘<h4 class=”block-title”>’;

> $buffy .= ‘<h2 class=”block-title”>’;
112c112
< $buffy .= ‘</h4>’;

> $buffy .= ‘</h2>’;
159c159
< }
\ No newline at end of file

> }

pedroarmindo1
Participant
#0

Hello,

I need align AD top to left, and the text envolv this block. My website https://eusouandroid.co

https://prnt.sc/gcwdgm

Thanks.

Simion C.
tagDiv Staff

Hi,

Sorry for misunderstanding. That block (block 15) has some custom styling applied to it, specific to the Business demo. That styling can be seen by examining the demo stylesheet
https://www.screencast.com/t/GmTLjZVolh
If you would like the same styling for the block without installing this particular demo, you can use the custom styling from the demo stylesheet.

Thanks

lucie_barragan
tagDiv Member

Ok so if I copy td_block_template_4 and edit it into my child theme.
Is it enough or Ishould to go to tagdiv composer and save the page ?

thanks

Simion C.
tagDiv Staff

Hi,

Both elements are displaying the same source image, this one
http://thecarindia.com/wp-content/uploads/2017/08/formula-e-race-car.jpg
There does not seem to be any CSS on the images that would affect image quality. The difference might come from the implementation of the image.
The Visual composer element is setting the image as a background
https://www.screencast.com/t/MSMbGyh1Z
While the theme creates thumbnails from the featured image
https://forum.tagdiv.com/theme-thumbs/
I believe that is why there is a difference between the images, they are implemented differently in the grid versus block.

Thanks

Simion C.
tagDiv Staff

Hi,

Yes that seems to be the case. Block titles are using h4 and article titles are using h3. There is no option in the theme at the moment to allow you to change the headings for these elements. It would require modification to the theme files to modify them.

Thanks

glcadmin
tagDiv Member

Hi,

Here is the screenshot:

https://prnt.sc/gcvdao

Here is the response from my provider:

I have tried to trace the execution process of the admin-ajax.php call from the screenshot you have provided earlier and it appears the timeout is caused by the following connection attempts:

1503659135.910982 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 6 <0.000013>
1503659135.911012 connect(6, {sa_family=AF_INET, sin_port=htons(443), sin_addr=inet_addr(“192.0.78.26”)}, 16) = 0 <0.000016>
1503659135.911055 getsockname(6, {sa_family=AF_INET, sin_port=htons(54504), sin_addr=inet_addr(“107.6.150.10”)}, [16]) = 0 <0.000009>
1503659135.911085 close(6) = 0 <0.000011>
1503659135.911114 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 6 <0.000010>
1503659135.911141 connect(6, {sa_family=AF_INET, sin_port=htons(443), sin_addr=inet_addr(“192.0.78.27”)}, 16) = 0 <0.000010>
1503659135.911172 getsockname(6, {sa_family=AF_INET, sin_port=htons(43979), sin_addr=inet_addr(“107.6.150.10”)}, [16]) = 0 <0.000010>
1503659135.911203 close(6) = 0 <0.000010>
1503659135.911255 alarm(0) = 10 <0.000013>
1503659135.911296 rt_sigaction(SIGALRM, {SIG_DFL, [], SA_RESTORER, 0x7f6388f4bca0}, NULL, 8) = 0 <0.000012>
1503659135.911344 clock_gettime(CLOCK_MONOTONIC, {5931313, 470648253}) = 0 <0.000010>
1503659135.911377 clock_gettime(CLOCK_MONOTONIC, {5931313, 470678223}) = 0 <0.000009>
1503659135.911404 clock_gettime(CLOCK_MONOTONIC, {5931313, 470705582}) = 0 <0.000009>
1503659135.911432 clock_gettime(CLOCK_MONOTONIC, {5931313, 470733258}) = 0 <0.000009>
1503659135.911460 socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 6 <0.000013>
1503659135.911504 setsockopt(6, SOL_TCP, TCP_NODELAY, [1], 4) = 0 <0.000014>
1503659135.911548 fcntl(6, F_GETFL) = 0x2 (flags O_RDWR) <0.000011>
1503659135.911581 fcntl(6, F_SETFL, O_RDWR|O_NONBLOCK) = 0 <0.000009>
1503659135.911608 clock_gettime(CLOCK_MONOTONIC, {5931313, 470909492}) = 0 <0.000009>
1503659135.911635 clock_gettime(CLOCK_MONOTONIC, {5931313, 470936432}) = 0 <0.000008>
1503659135.911664 connect(6, {sa_family=AF_INET, sin_port=htons(443), sin_addr=inet_addr(“192.0.78.26”)}, 16) = -1 EINPROGRESS (Operation now in progress) <0.000071>

For some reason, those are timing out and I couldn’t find out where exactly the connection is established.
It doesn’t appear as though the connection is being blocked by the server, however – most likely, the problem is that the destination host is either offline or unreachable.

I may suggest trying to contact the theme’s support team and ask them to check the matter on their side.

Simion C.
tagDiv Staff

Hi,

Some modules do not display the author name. In this case, if you would like to display then author name for block 7, it would require a modification to the module that this block uses.
Edit this file from the theme and remove the comment disabling the author name
https://www.screencast.com/t/atPdwYB8e
https://www.screencast.com/t/h52b3quypd
The author name will be visible for this module, after making this modification.

Thanks

Glenn
Participant
#0

Hi.
The site http://www.theCar.no is not fully responsive when opening the site on a mobile phone. For instance, some articles overlay each other, especially when using block no. 12 (which many the articles use).

Best,
Glenn

Simion C.
tagDiv Staff

Hi,

Please enter this code in Theme panel->Custom CSS section, and the scroll icon will be displayed

@media (max-width: 767px) {
.td-scroll-up {
display: block;
}}

Thanks

Glenn
Participant
#0

Hi.
I have a problem with image quality showing up with different quality for a block and masonry. Go to http://www.theCarIndia.com to see the difference in image quality for the article ‘The future of racing is also electric’ (the site is under construction). I have been in contact with the host, and they refer me back to the template provider. This problem does not appear on the site http://www.theCar.no, which uses the same images as articles.

Best,
Glenn

Simion C.
tagDiv Staff

Hi,

We will update the documentation in this matter as soon as possible. Sorry for any inconvenience this has caused for you.
Please make the modification mentioned by Bogdan and also this one
https://www.screencast.com/t/6VyUquDo4Z
The blocks should be displayed as an option in the tagDiv composer after making this modification.

Thanks

Simion C.
tagDiv Staff

Hi,

There are no theme options that would allow ads to be displayed inside the blocks, between the modules. If you would like to achieve something like this, you could maybe try some ad inserting plugins that might have these options. On pages ads can be placed by using Ad boxes
https://www.screencast.com/t/aRW1S6taD
In the Ad box you can select from the custom ad spots in the theme panel.

Thanks

Simion C.
tagDiv Staff

Hi,

The background color for the Social counter widget, can be customized in the widgets section
https://www.screencast.com/t/cD1egW6oMB
Check the sidebar you are using for the post, and make the modification to the background color in the Social counter widget inside the sidebar.
For the categories widget you can try a code like this and set a similar color as on the homepage
https://www.screencast.com/t/esns6zfryB
Enter the code in Theme panel->Custom CSS section

.widget_categories .block-title span {
background-color: #c3cf2e;
}
.widget_categories .block-title {
border-color: #c3cf2e;
}

Thanks

lucie_barragan
Participant
#0

Dear,

Currently on my home page I have :
– h1 for the name of my website
– h3 for article title from td_block_grid_X
– h4 the title of td_block_grid_X

First they are no h2, and the title of the group of articles has a higher heading number it is not logic, no?

I exected, some thing like:
– h1 for the name of my website
– h2 the title of td_block_grid_X
– h3 for article title from td_block_grid_X

Below the headings map (firefox’s extention):
Heading map

thanks for your help

masdi
Participant
#0

I want to show author at block 7 and etc. How can i do for setting it?

Simion C.
tagDiv Staff

Hi,

There is no option to achieve something like that. By the looks of it it would probably require major modifications to the way theme block work, if even possible at all.
There is only one limit that can be set for blocks, and this will remain the same regardless of screen width
https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

Please check with the browser inspector while trying to open that section of the theme panel, if there are any errors. Press F12 to bring up the inspector, then go to the console tab
https://www.screencast.com/t/ENQ5a8CB8
The admin ajax process could be blocked by the server, in which case you need to contact them and explain the situation, and maybe provide them with a screenshot of the error.
Please let us know the results.

Thanks

My925LLC
Participant
#0

Hi there,

I want to show adsence in posts loop on TD Composer created page, you can say after first post or after second post. Here I have created a page with tagdiv composer and I want to show ad after first post in loop which has created with Block 22, please check screenshot: http://prntscr.com/gcs71x

Please help me on this, I will really appreciate your help on this.

Best Regards.

Alin [tagDiv]
tagDiv Staff

Hi,

The tagdiv blocks were designed on 1,2 and 3 columns so there is not option for this, sorry! – https://forum.tagdiv.com/tagdiv-composer-tutorial-2/https://www.screencast.com/t/LdOjgrDcsz
Even if you use Visual Composer the recommended row settings are the same – https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/

Thanks!

lucie_barragan
Participant
#0

Dear,

I see on my website that if width is smaller or equal to 1018px all td_block_grid_X are rendered normally with a width equal to 1068px.

But with a screen width upper or equal to 1019px the grid as a wrong alignment!

The good One
screen width <= 1018px

The bad One
screen width 1019px

The strange thing is that problem do not appear from tagdiv composer !

To check the website: https://www.beart.fr
Thanks for your help

janamtrup
tagDiv Member

When I updated to the new theme version, and as well the latest WP, half the sites was not working. Ultimate Addons created a mess as well. 1/4 rows moved to 1/1 rows and so on…

I solved it by DEACTIVATING TD composer, reinstalling newest VC and had to do some margin corrections in VC CSS block, and all is running again…

Jan

Viewing 25 results - 23,376 through 23,400 (of 39,816 total)