Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Calin
tagDiv Staff

Ok, if there is anything related to our theme, let us know!
Have a nice day!

Calin
tagDiv Staff

Hi IndianStartupNews,
I just got an idea, maybe you can use the ads fields to set your code for newsletter (the code that you set it in newsletter), in this way this should be seen inside the theme. Usually, this should not affect your website -> https://i.imgur.com/2aow2D6.png the results will be something lie this -> https://i.imgur.com/bt31M48.png (you can use a css to adjust the style).
This is just and solution that maybe it can help you, it is not the best way to do it, but I think that it is the only way at this moment.
I hope that may help you!
Thank you!

Calin
tagDiv Staff

Hi,
Please make sure that all theme requirements are as in our guide https://forum.tagdiv.com/requirements-for-newspaper/ also, please make a test disable all plugins except tagDiv plugin and see if there are some improvements or not.
Let us know the results!
Thank you!

Calin
tagDiv Staff

Hi,
That can be do using an extra css, for this, edit a flex block -> https://i.imgur.com/0kdmozf.png after that use a custom css like this one -> https://i.imgur.com/U6tojQw.png then the css will apply on all flex blocks that have that class set (also it can be adjusted)
.my-css.td_flex_block_1 .td_module_flex .td-module-title{
margin-left: 20px;
}
.my-css.td_flex_block_1 .td_module_flex::before {
content: '';
position: absolute;
width: 8px;
height: 8px;
background: #eb6a14;
top: 22px;
left: 20px;
border-radius: 50%;
z-index: 999;
}

This code need to be set in theme panel> custom code> custom css.
I hope this will help you.
Thank you!

Calin
tagDiv Staff

Hi Atithya, this is because you are using the mobile theme plugin for amp layout and the mobile theme layout to be faster required that the pages to be created without builders, using only the mobile editor -> https://i.imgur.com/H6fGo7X.png from the backend of page when it is opened in WordPress editor, you can check some more details in our guide from here -> https://forum.tagdiv.com/the-mobile-theme/
Thank you!

Calin
tagDiv Staff

Hi vorilask,
Most of the theme when a submenu is not displaying when this is hover it is related to a plugin conflict, it maybe be form some cache plugin or optimize plugin…. Please make a test and disable all non theme plugins and checked to see if the problem still persist, if not, enable the plugins one by one and check the menu until you find the plugin that made the problem, then check to see if this do not have some options related to css or JavaScript or simply let it disabled.
Let us know the results!
Thank you!

Calin
tagDiv Staff

Hi,
Unfortunately, there is no option for this, but I will try to help you with a custom css, like this one https://i.imgur.com/cdbdRYH.jpg
.page-nav a[href$="/2/"] {
width: 100%!important;
}
.page-nav a {
width: 45%!important;
font-size: 16px;
margin: 0 2.5%;
padding: 18px 48px;
color: #fff;
background-color: orange;
}
.page-nav a, .page-nav .current{
display: none;
}
.page-nav a:first-child, .page-nav a:last-child {
display: block;
}
.page-nav a:first-child i:before {
content: "Prev";
}
.page-nav a:last-child i:before {
content: "Next";
}
.page-nav a:last-child i:before, .page-nav a:first-child i:before {
font-family: sans-serif;
font-size: 24px;
text-transform: uppercase;
font-weight: 600;
}

Set this code in theme panel> custom code> custom css.
I hope this will help you to achieved what you want!
Have a nice day!

Calin
tagDiv Staff

Hi,
Right now we have only few elements with those options, for example if you use a post loop this has pagination -> https://i.imgur.com/rBz52Jv.png also the slide blocks is on big grid and big grid flex elements -> https://i.imgur.com/KZk8AZQ.png (unfortunately, for the moment those are all elements with those options, we hope that in coming updates, our theme to have new improvements, maybe for blocks too).
Thank you for your suggestions and understanding!

Calin
tagDiv Staff

Hi Pratikphadnis, unfortunately, I do not understand what it is the question or problem, can you please provide some more details and some screenhosts or something that can help to understand the problem.
Thank you for your understanding!

Calin
tagDiv Staff

Hi,
The subtitle code for the single post template is set on this file path wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_subtitle.php
I hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi Support Admin,
Normally, those warnings should not display if you set the theme requirements as in our guide ->https://forum.tagdiv.com/requirements-for-newspaper/ if I’m right the part responsible for that is the WP Debug that need to be set on false.
I hope this will help you!
Let us know the results!

Calin
tagDiv Staff

Hi, I just checked your website and it looks that you mange to remove it -> https://i.imgur.com/eiCNWhI.png
If there are still some problems, or you have some questions, please let us know!
Thank you!

Calin
tagDiv Staff

Hi,
It looks that right now you have those structured detected for that post ->https://i.imgur.com/6cYT3Q7.png ->https://search.google.com/structured-data/testing-tool/u/0/ also if the option from theme panel is disabled and you use another seo plugin, then it should get the schema from it, just make sure that all steps were made as in our guide from here -> https://rankmath.com/kb/rich-snippets/ after that just make sure that you have clear all cache and the new schema should be used.
Thank you!

Calin
tagDiv Staff

Hi egm_ar,
You can do that by editing with tagDiv Composer the single post template and use this option -> https://i.imgur.com/cJGliyJ.png for articles, unfortunately, for blocks for the moment there is no option to move it in the front of date, sorry!
Thank you for your understanding and sorry for the inconvenience!

Calin
tagDiv Staff

Hi libraeditrice,
What are you using for your homepage? Did you use simple text with image as in a default WordPress theme? or you are using blocks, grids and more elements from theme builder? Because when you disable the composer, will be only shortcodes on desktop and this will be actually a text that will be loaded quite fast without any queries. When the them plugins are enable the website structured is change and the layout will be much different with different elements that make each one of them and it need to make optimizations for your website. Indeed some times there are other problems interfering that can make your website slower, like a slow host, extra plugins and uploading unused code.
If you want, we can take a loot at your website and provide better advices, for this, you can contact us at contact@tagdiv.com, make a full backup for your website and database and provide wp-admin access, also include a link of this topic in email.
Thank you for your understanding!

Calin
tagDiv Staff

Hi Breinblik, maybe I didn’t understand correctly the question, but when you use the “team member” element there is no option to add an icon, only to edit the size for the icons that are associated for each social networks in part -> https://i.imgur.com/bxorLa6.png
If you want to add an element with icons, you can use the icon element -. https://i.imgur.com/hnHrqEQ.png -> https://i.imgur.com/UKZIWwJ.png
If this is not what you mean, and I misunderstand it, please let me know!
I hope this will help you!

Calin
tagDiv Staff

Hi Edged,
There is no problem, just make sure that you have set the auto ads only once, because is not allow more the 1 auto ads. As for the Gourmet Pro prebuild website this is made with cloud templates, therefore the ads need to be set with tagDiv Composer on single post content in ads tab -> https://i.imgur.com/4hfOlNm.jpg but as I said before, please use only one auto ads, do not call it more then one time, because this will be set randomly there AdSense consider that is the right place, for the rest of ads, use normal ads.
Thank you!

Calin
tagDiv Staff

Hi mikevanmoonlight, I think that you are referring to the “|” that its in the search input, unfortunately, there are no options for it in our theme, and all we can do is to help you to hide it with a css like this one
.td-theme-wrap #td-header-search{
color: transparent;
text-shadow: 0 0 0 #2196f3;
}

-> https://i.imgur.com/jpA8QIW.png
If this is not what you mean, please let us know!
Have a nice day!

Calin
tagDiv Staff

Hi Rovshan,
To make the top bar to be the same dimension, please select that row and make sure that you remove the column gap -> https://i.imgur.com/0DZy1lR.png (remove that 0 to be an empty column)in this way the results will be like this -> https://i.imgur.com/ehx9r2V.jpg also then remove the shadow from header menu section -> https://i.imgur.com/M6HKSuf.jpg after that add them on the inner row that is handle the main menu -> https://i.imgur.com/mnH6uaR.png or an alternative is a custom css -> https://i.imgur.com/hpSI955.jpg
.td-header-desktop-wrap .tdc-zone .tdc_zone:before {
width: 1164px;
margin-auto: 0 auto;
}

I hope this will help you!

Calin
tagDiv Staff

Hi dharmendra11, I just checked your website with my mobile and for me this is look to have a different menu, also this seems to work correctly, here are some screens from my mobile -> https://i.imgur.com/51wPZBs.png -> https://i.imgur.com/EPNXb1b.png
Also the footer section it is a cloud template from tagdiv Cloud library , for this you need to edit the page or cloud template with tagDiv Composer select the mobile view port and go to footer section. -> https://i.imgur.com/tjcJ7HA.png
I hope this will help you!
Let me know the results!

Calin
tagDiv Staff

Hi manciaz and Humayun,
Some times this problem it can be related to the YouTube api key (make sure that you select the same options as in our guide), and if you make a new one, and replace the one from theme panel, most of the time, the problem it get solved.
If this doesn’t solve the problem please contact us at contact@tagdiv.com and provide wp-admin as Bettina suggested.
Thank you!

Calin
tagDiv Staff

Hi,
So if I understand correctly, on that website it use the latest Newsmag theme, v4.9.6 also the WooCommerce should be 5.3.0 only those will work with the latest WordPress version (WP v.5.7 or grater).
If you use those versions and you still have some problems, let me know and provide a link to the website.
Thank you!

Calin
tagDiv Staff

Hi, for Newsmag the info for sub footer can be set only in theme panel, in this section -> https://i.imgur.com/pJ5CEeF.png
Thank you!

Calin
tagDiv Staff

Hi jzee,

I’m sorry for all those problems that you are facing with our theme and with vimeo playlist. This was already reported to our developers and I hope they will fix the problem soon. Unfortunately I do not have a quick fix for this at this moment, sorry!

For youtube playlist, this is working for me without any problems, I just set a api key in theme panel -> https://i.imgur.com/lPBqdI2.png and set some youtube id’s -> https://i.imgur.com/c77gALq.png If you want I can take a loot at your install to see what can be the problem for you, for this please make a full backup and send us an email at contact@tagdiv.com and include, provide all those details and wp-admin access. We’ll inspect the problem as quick as possible.

Thanks you for your understanding and sorry for those inconvenience!

Calin
tagDiv Staff

Hi, jihoon park, so when you activate the mobile theme and cache plugin, the mobile theme is disabled(turned off)? If is so it may be a plugin conflict or other problems, therefore please make a full backup for your website and database and send an email at contact@tagdiv.com and provide wp-admin access, also include in email the link of this conversation. We’ll inspect this situation as quick as we can.
If this is not the problem, please let me know!
Thank you!

Viewing 25 posts - 11,001 through 11,025 (of 35,335 total)