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

Hi,

I think that the problem is that when you edit with tagDiv Composer, you want to set the filter for Category template and not single post -> https://i.imgur.com/WgwFeXO.png the category-Current category is use for category templates not post templates, you need to use the Single- Related by category filter, this will display related posts by category.

Thank you!

Calin
tagDiv Staff

Hi,

You can try a custom css, but this is only for standard post templates ->https://forum.tagdiv.com/design-post-pages-using-default-templates/
.single .td-container{
width: 950px;
}

The code need to be set in theme panel> custom code> custom css.

Thank you!

Calin
tagDiv Staff

Hi,

Please provide me a link where I can inspect the problem with text size, in this way I will be able to provide a solution.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

If you are using a cloud header from tagDiv Cloud Library, you can edit it using tagDiv Composer, click on menu and check on Show submenu in composer -> https://i.imgur.com/IrX4Gza.jpg after that down in general tab you’ll find some settings form sub menu that you can adjust -> https://i.imgur.com/SFFld9y.jpg

Thank you!

Calin
tagDiv Staff

Hi,

For me the category description is displayed -> https://i.imgur.com/SHtljOW.png -> https://i.imgur.com/xcsZ9YL.png -> https://i.imgur.com/nFNrVeE.png
Please let me know the settings that you have made.

Thank you!

Calin
tagDiv Staff

Hi Sr1ram,

This was a recommendation to use a plugin that has been tested with our theme and we know that is working, you can use other plugins or methods that can work, unfortunately we can provide support only for tested plugins -> https://i.imgur.com/2KaIxRD.png

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

In order to customize the menu and search from mobile -> https://i.imgur.com/1PyoDVk.png you need to edit your homepage with tagDiv Composer -> https://i.imgur.com/t2FujNW.png set the mobile view port and click on icons -> https://i.imgur.com/uyrTuaj.png -> https://i.imgur.com/IzWOOit.png
The background color can be set for mobile from here -> https://i.imgur.com/UzKmnIe.png
Also the fonts for mobile menu can be set from here -> https://i.imgur.com/E1p9aH6.png
Unfortunately for the moment fore these sections https://i.imgur.com/LQ7tGBX.png are only few settings.

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

If you don’t use a security plugin, please ask your host about this, maybe you have a security module which blocks this.
If you use a plugin like Wordfence please set it in learning mode.

If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel. We will take a look. Include a link to this topic in the email.

Thank you!

Calin
tagDiv Staff

Hi,

If you want to use youtube playlist you mast set first the youtube api key , also the playlist can be set using our guide from here -> https://forum.tagdiv.com/video-playlist-2/

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi nicholasyou,

The sliders from our theme can be find in tagDiv Composer (when you edit a page or cloud template with the theme builder) -> https://i.imgur.com/3Cnf0G4.png -> https://i.imgur.com/pR3Pa0q.png
The Revolution Sliders can be get from the theme package that you download from your account on themeforest.

Thank you!

Calin
tagDiv Staff

Hi tizian-ffm,

Our theme do not have an option for this, you can try a custom css, but this will work only inside the post/article, on modules/blocks will not work, for example -> https://i.imgur.com/T5gKFIf.png -> https://i.imgur.com/EJMH9iX.png
As a hint you can use in child them functions.php a code that identify the category id something like this

if (get_category('53')){
echo '<style>
.entry-title a::before {
content: "test";
margin-right: 10px;
}
</style>';
}

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi Hannahelw,

If you want just to change these values, then you can do it manually. The view counter can be change, stop or reset, also you have the possibility to set manually the number of view, go in posts and enable the custom fields -> https://i.imgur.com/NavHTFn.png after that down in post will appear the the custom field options -> https://i.imgur.com/waKZBHe.png chnage it -> https://i.imgur.com/NAFEi9p.png and check the results.
Also this option like most of theme are set in database converted and is not an easy way to find it.

Thank you!

Calin
tagDiv Staff

Hi,

If I understand correctly, when you try to remove a row or element you get the above error.
If is so please make sure that you do not have any 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.
After you have only theme plugins try again to remove the element, if the problem persists, please provide some screenshots and some details about the element you want to remove.

Thank you!

Calin
tagDiv Staff

Hi,

If you’re seeing only NAVER please make this adjustment in the tagdiv composer plugin:
https://www.screencast.com/t/HGX40TlcJgb
Then hit a save in the theme panel and then revert the code back to original, this will make the social icons appear properly again.
Or you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel. We will fix the problem. Include a link to this topic in the email.

For search problem, please use this custom css -> https://i.imgur.com/FPGjN0G.png
.td-header-wrap .td-drop-down-search {
left: 0;
}

The code need to be set in theme panel> custom code> advance css> IPAD

Thank you!

Calin
tagDiv Staff

Hi,

I just made a request to developers team to provide a deadline for the fix for Instagram problem. When I will get the response I will post it here.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

The “Modified Date” is a new sort options for modules, in order to use it you need to enable this option -> https://i.imgur.com/V0KS1np.png to display the modified date on modules and the order option “Modified Date” will by display in sort section for blocks.
Also please note that there is no need to make changes in theme files for this option, now our theme has the last modified date for posts too, if you use single post templates from tagDiv Cloud Library and edit it with tagDiv Composerhttp://prntscr.com/nqygjo

Hope this will help you!
Thanks

Calin
tagDiv Staff

Hi,

Unfortunately this file can not be set in child theme, the root theme is wp-content\plugins\td-standard-pack\Newspaper therefore you can set in child theme the files from there, from wp-content\plugins\td-standard-pack\Newspaper\parts and wp-content\plugins\td-standard-pack\Newspaper\includes also for tagDiv Composer root (wp-content/plugins/td-composer/legacy/Newspaper), wp-content/plugins/td-composer/legacy/Newspaper/includes and wp-content/plugins/td-composer/legacy/Newspaper/parts

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

You need to use a size that is disposable of ads, I’m not 100% sure, until now I do not see adsense ads set to 500×250px, please try one of the ads size from above link/guide.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

You need to let only the svg log, the image logo or text logo need to be remove https://i.imgur.com/YH6ohGw.jpg.
Unfortunately I do note quite understand this part “Is there a way to remove the title text without losing the the title completely?”

Thank you!

Calin
tagDiv Staff

Hi baki222,

Unfortunately there is no general option where to set in one page the website width and this to bee apply on full website. Using our theme you can stretch the rows using tagDiv Composer, what you can do is to stretch the -> https://i.imgur.com/PLxgXZt.png after that you need to set after that you need to set some margin left right to achieve the width you want -> https://i.imgur.com/mtXmKNI.png or you can let the row stretch on default and in css tab you can set 950px and set margin left and right auto -> https://i.imgur.com/8NCFHWN.png you can do this on pages and cloud templates.

Thank you!

Calin
tagDiv Staff

Hi,

If you set the video as featured video then the video should be display on full width content, but as I can see in your screenshots, you are using a small video, that is under the post content width, this can be centered using custom css, if you need help with this, please provide me a link to that post with video.

Thank you!

Calin
tagDiv Staff

Hi,

Please provide some more details about what exactly do you want to achieve, in this way I will be able to provide an working answer.
Also the child them must be use as in our guide from here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

1. This problem is usually a plugin conflict from untested plugins, 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.

2. The background color from the menu can be change only using custom css -> https://i.imgur.com/iLv4qEP.png

.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > .current-category-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover > a {
background-color: green;
}

This code need to be set in theme panel> custom code> custom css.

Thank you!

Calin
tagDiv Staff

Hi,

Please make a test and disable the sticky column from single post template -> https://i.imgur.com/nsLe6No.png and check if the problem persists.

Let me know the results.
Thank you!

Calin
tagDiv Staff

Hi,

If you are using mobile theme plugin, please use this custom css:
.single .td-post-featured-image{
display: none;
}

The code need to be set in theme panel> mobile theme > custom code> css.

Hope this will help you!
Thank you!

Viewing 25 posts - 16,351 through 16,375 (of 35,335 total)