- Apitd_api_header_style::delete
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
- Apitd_api_header_style::add
- ApiAPI – Header style – Introduction
- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_top_bar_template::add
- ApiAPI – Top Bar Template – Introduction
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
- ApiAPI – Single Template – Introduction
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_footer_template::add
- ApiAPI – Footer Template – Introduction
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_smart_list::add
no problem, but is there any css code to change shape of header of blocks,,, i Mean rectangle to trapezoid, or any custome shape.
Hi, I was editing one of my blog post, the smartlist option is just amazing. But the only thing that I don’t like about it as it arranges my images and text in it’s own way once it’s enabled.
For example: I write something like this
1. Heading (H3)
2. Table
3. text
4. Image (left side to the text)
Then I enabled the smarlist (style-2), after viewing the page. It was appearing something like
1. Heading
2. Image
3. Table
4. Text
Is there any option which give me a full control to adjust everything in my own way?
Because in the current view it re-arranges everything which I don’t like.
Or if you can do something like just give a numbering to the header but don’t do any other changes to text and image.
I will be waiting for your reply. Thank you 🙂
Hi,
If I understand correctly you want to add image in header of blocks -> https://i.imgur.com/xC39xpk.png unfortunately this is not possible with our theme, sorry for the inconvenience!
Thank you for your understanding!
Hi,
Please notice that replying multiple times will refresh the topic date and move it to the back of the line, we answer from oldest to newest. Also please note the allocated support hours mentioned in the top banner.
I think that you set the content for homepage in you cloud header from tagDiv Cloud Library, header zone -> https://i.imgur.com/hSe6GPy.jpg content zone -> https://i.imgur.com/HLEGk4J.jpg
If you have other questions related to our theme, just let me know!
Thank you for your understanding!
Hi,
From what I can see the Montserrat font is in a cloud header on text logo -> https://i.imgur.com/NNhPdpM.png
If you want, , you can send us an email at contact@tagdiv.com and provide admin login. We will take a look. Include a link to this topic in the email.
Hope this will help you!
Thank you!
This is your idea of support for a paid product? No ticket system, but a public forum? Are you kidding me? We came here for tech support, but perhaps we should simply request a refund instead.
New install, theme installed, demo content installed. Try to change header style, spins endlessly. Server is running php 7.3, 512MB for wordpress. Not a great first impression.
I know what the problem is now. The block has integrated with Header Template 10 – ANY page I create now has the same first block as my homepage. How do i resolve this?
Hi,
From what I see you invert the header with footer.
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you!
Hi,
You’ll need to edit the cloud header with tagDiv Composer, click on the inner row and set in css tab the margin to “-10” -> https://i.imgur.com/ThgaHNx.jpg -> https://i.imgur.com/nnnAnS0.png
Hope this will help!
Thank you!
Hi,
If you are using a standard header, then you’ll need to set the code in theme file, you can try to set it in this file -> wp-content/plugins/td-standard-pack/Newspaper/parts/header/top-menu.php or if you are using cloud template then you’ll need to insert your code in some cloud elements from header, you can set it in on of the files from this folder -> wp-content/plugins/td-cloud-library/shortcodes/header
Unfortunately this is all I can do for this custom work.
Hope this will help!
Thank you!
Hi,
All elements have different settings, so is very possible to can not achieve the exact layout.
You can reduce/remove the extra space if you set and “-20” margin left right -> https://i.imgur.com/zIvH4Ry.png for title please check this section -> https://i.imgur.com/7pUZEKr.png for the block header, just make sure that the margins are set well (if is need you can adjust it) -> https://i.imgur.com/amYtJKg.png
Thank you!
Thanks Calin,
I managed it with the cloud header and import template thank you 🙂
Hi,
That is because you still have http on your website, there should be all link https, you should be able to fix this using some plugins for ssl -> https://wordpress.org/plugins/really-simple-ssl/
The tagDiv Composer is a builder for pages and templates only, not for post, only for post templates, so if you want you can use it on a single post template from tagDiv Cloud Library.
You can use a cloud header from tagDiv Cloud Library and you can set the search icon and logo in the place you want. -> https://i.imgur.com/rA7fxVB.png
Please notice that you can edit only the single post from tagDiv Cloud Library, this one -> http://prntscr.com/qcl2jiis a standard post style/template -> https://i.imgur.com/Wn7j9RP.png
Let me know the results!
Thank you!
Hello !
In order to have full access with tagDiv Composer we suggest you to setup your Header template. Find out more about it here: https://forum.tagdiv.com/header-manager/
Also please note that different templates may have different hovering styles.
Thank you !
Hi,
I am trying to add some custom code in the header of posts but I am not getting it.
The idea is to show the share buttons on the meta info module at header posts (at the same line as the author, date and the number of views) like this: https://wetransfer.com/downloads/97a6ed20f76efeaf357d3cc3d4e9548f20191218190955/374b39/preview/fc5fa00cd1b8ee1f25223d742758de7d20191218190955
How to add custom code in the same meta info module at header posts?
or How to create custom tagDiv element to put in there?
Hi,
I am trying to add some custom code in the header but I am not getting it.
The idea is to show the price of the dollar after the date in the header top bar menu, like this: https://wetransfer.com/downloads/9f62ae37424597efe69f69c3d7f6901220191218185025/0e4098
How to add custom code in header top bar menu?
or How to create custom tagDiv element to put in there?
Thanks!
[Dollar quote from a third party:]
<!-- COMIENZO codigo cotizacion personalizado -->
<style type="text/css">
/* color de la moneda */
.cotizacion_personalizada {color:#dedede; }
/* color de valor de la moneda */
.cotizacion_personalizada A {color:#ffffff; text-decoration:none}
</style>
<span id="cotizacion_personalizada" class="cotizacion_personalizada">
Dólar ${dolar_c} / ${dolar_v}<br>
</span>
<script src="http://www.dolarcito.com.ar/scripts/cotizacion_personalizada.js" language="javascript" type="text/javascript"></script>
<script language="javascript" type="text/javascript">show(s_cotizacion_personalizada)</script>
<!-- FIN codigo cotizacion personalizado -->
I’m looking to do 2 rows and 3 cols of images. I wish this to display buttons within them that a user can click and go to an external url.
I first tried using Image Box but was
limited. So I decided to go with Image Info Box which gave way more options to configure. But I really like the look of Image Box. I need help making the Info Box look closer to Image Box. Examples can be seen here: 
Also as I have typed on the screen shot, the title (Block Header 18) is cut off and I can’t seem to fix that.
This is the error coming in customized cloud template please help
Fatal error: Uncaught Error: Call to a member function format() on boolean in /home/customer/www/vicharkranti.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php:672 Stack trace: #0 /home/customer/www/vicharkranti.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php(796): td_module_single_base->get_item_scope_meta() #1 /home/customer/www/vicharkranti.com/public_html/wp-content/plugins/td-standard-pack/Newspaper/loop-single.php(63): td_module_single_base->show_item_scope_meta() #2 /home/customer/www/vicharkranti.com/public_html/wp-content/plugins/td-standard-pack/Newspaper/single.php(26): require_once(‘/home/customer/…’) #3 /home/customer/www/vicharkranti.com/public_html/wp-includes/template-loader.php(98): include(‘/home/customer/…’) #4 /home/customer/www/vicharkranti.com/public_html/wp-blog-header.php(19): require_once(‘/home/customer/…’) #5 /home/customer/www/vicharkranti.com/public_html/index.php(17): require(‘/home/custome in /home/customer/www/vicharkranti.com/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php on line 672
Hi,
how can I reduce size of my footer logo on AMP ? I would like it to match with the size of my header logo.
Thank you
Kind regards
Hi Vlad,
Thanks for your response.
The menu is in the header section so it will not allow me to edit in the tagDiv Composer – unless I just can not find it.
Can you offer any further guidance?
Thanks
https://graystarfish.com/ or https://graystarfish.com/ww/
Fatal error: Uncaught Error: Call to undefined function get_post_datetime() in /volume1/web/graystarfish/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php on line 671 Error: Call to undefined function get_post_datetime() in /volume1/web/graystarfish/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php on line 671 Call Stack: 0.0008 400880 1. {main}() /volume1/web/graystarfish/index.php:0 0.0013 401168 2. require(‘/volume1/web/graystarfish/wp-blog-header.php’) /volume1/web/graystarfish/index.php:17 1.6623 44488160 3. require_once(‘/volume1/web/graystarfish/wp-includes/template-loader.php’) /volume1/web/graystarfish/wp-blog-header.php:19 1.6921 44539888 4. include(‘/volume1/web/graystarfish/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_5.php’) /volume1/web/graystarfish/wp-includes/template-loader.php:78 2.1334 44787696 5. require_once(‘/volume1/web/graystarfish/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-5.php’) /volume1/web/graystarfish/wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_5.php:28 2.1506 44805752 6. td_module_single->get_item_scope_meta() /volume1/web/graystarfish/wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-5.php:57
Please tell me the solution.
Hi,
Make sure that you enable the sticky sidebar in edit mode mode -> https://i.imgur.com/yDuUo5k.png in this way the sticky header will be display.
Thank you!
Hi,
So if you are not using the mobile theme plugin and the settings from theme panel do not apply, that means that you are using a cloud header from tagDiv Cloud Library, this one can be edit with tagDiv Composer like this -> https://i.imgur.com/5JrElE9.png if there is still a problem, please provide me a link where I can inspect the menu.
Thank you!
Hello !
In order to switch from standard pack to the new layouts you will have to do some design adjustments.
First of all we recommend you creating a backup of your website !
You can try, deactivate the Standard pack and see what elements are left in your composer. You may see many shortcodes but don’t worry, that is normal.
Deactivating standard pack means that all the functionality from theme panel will be moved in the tagDiv Composer, so basically the theme panel will have only 2-3 functions. Everything you want to customize you will have to do it via tagDiv Composer.
You can either install a pro demo ( which will apply all the necessary templates ) or install the templates one by one.
For Pages / Footer Page:
First step to set up your new page is to go into Cloud Library – Add New, choose the design you want and import it into your theme. In order to edit your template you will have to go into Pages – Choose the page and select “ Edit with TD-Composer
If you want to use your own page design and not import a new one, you will need to replicate your existing blocks with the new flex block elements replacing the old blocks and grids. There are many block designs available already created with the new implementation so you do not need to start from scratch, You can find theme here: https://www.screencast.com/t/qShqAhycqqBW . All of the Standard Pack elements can be replicated using the new Flex Blocks and Grids.
For the Header, 404 Page, Attachment Template, Author, Category, Date, Search, Single Post and Tag templates:
First step to set up your Tag template is to go into Cloud Library – Add New, choose the design you want and import it into your theme. In order to edit your template you will have to go into Cloud Template – All Templates – Hover over Header Template and select Edit Template
I personally would recommend you to create a localhost or a test site where you can activate your theme and start making the modifications there first so you won’t face issues on your live site.
I hope this was more helpful !
Thank you !