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 :)
Simion C.
tagDiv Staff

Hi,

I could not say when the review system will get an improvement and more options added. I believe there are more pressing implementations at the moment, but that does not mean this will never happen. There are a lot of suggestions and recommendations, each will be looked upon and decided. We will just have to see what future updates will bring in all aspects.

Thanks

Simion C.
tagDiv Staff

Hi,

You could try some custom code in order to achieve this, as there is no specific composer element for displaying icons, at the moment.
In my example I have used an icon (128×128) like this, and set the height for it
https://www.screencast.com/t/yEaTLXUX
They will be displayed like this
https://www.screencast.com/t/iQAMLrizj
But by applying some Css they will look like this
https://www.screencast.com/t/c8NHR3DDCoXv
This may be somewhat of a solution for doing it, if you cannot find any other solution. This is the code I used, if you decide to use it, enter it in Theme panel->Custom Css. The code applies to all your single image elements, so to make it more specific you can add an extra class just to the single images you want it to apply
https://www.screencast.com/t/oG3jqZBa1u0
https://www.screencast.com/t/Epvr2YMTpwL

.vc_single_image a {
background-size: contain;
background-repeat: no-repeat;
}

Please let me know if you need any further help, or have more questions.

Thanks

Simion C.
tagDiv Staff

Hi,

There are many similar topics here on the forum with worse consequences in some cases. It is strongly not advised to update the Visual composer plugin before it is officially provided in the theme package, and supported.
Once the plugin receives an update, we will test it and include it with the theme. This will ensure a full compatibility between the two
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
https://forum.tagdiv.com/topic/visual-composer-update-21/

Thanks

Simion C.
tagDiv Staff

Hi,

It seems the code is not strong enough to override the default color
https://www.screencast.com/t/QvpyPW6S
This code will override that as well (and also change the font color, you can modify the color the way you want)
https://www.screencast.com/t/WrANiWMwnA

.td_module_mx1 .td-module-meta-info
.td-post-category {
background-color:#d3222a!important;
color:#fff;
}

Thanks

Simion C.
tagDiv Staff

Hi,

There is only one header menu in the theme. This menu will be displayed in the whole website. You could only do that with a plugin that has these options and also works properly with the theme, or by creating conditions in the header menu files.
Some useful examples for more information here
https://forum.tagdiv.com/topic/conditional-logic-for-menu/
https://forum.tagdiv.com/topic/how-to-register-a-second-menu-for-woocommerce-pages/
https://codex.wordpress.org/Conditional_Tags

Thanks

Simion C.
tagDiv Staff

Hi,

Do not edit pages created in Visual composer, with the tagDiv composer. This most likely will lead to problems as explained in the guide
https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/
Please create new pages and build them the way you like with the tagDiv composer
https://forum.tagdiv.com/tagdiv-composer-tutorial/

Thanks

Simion C.
tagDiv Staff

Hi,

Replied in your other topic.

Thanks

Simion C.
tagDiv Staff

Hi,

It is imperative that the theme system status is according to the documentation. Those WordPress and server parameters will ensure that the theme and the plugins will work properly.
If everything is set and the composer is not working as intended, a second step would be to deactivate all other plugins except this editor and clear any installed cache. Then test again.
If the problem is still present, please send us an email at contact@tagdiv.com and provide admin login information, so we can investigate.
Also paste a link to this topic in your email.

Thanks

Simion C.
tagDiv Staff

Hi,

The length of the article title displayed in the slide, can be modified in the theme panel. In the Excerpts section
https://www.screencast.com/t/HHxcrU3Uvx
You can also change it to words or letters
https://www.screencast.com/t/MbNCZMgW
This setting will affect the length of the post tile, increase it to the necessary value and the title will be displayed full. There is nothing else that can limit the post title.
I see that you are using an older version of the theme, maybe these settings are not exactly as shown in the screenshots, but I believe they should be present.

Thanks

Simion C.
tagDiv Staff

Hi,

Glad you could find a solution. Simply enter the font link in the header.php file between the head tags. This file is located in the main theme folder
https://www.screencast.com/t/YGJWc6Xm
The custom code can be entered in the Theme panel->Custom Css section.

Thanks

Simion C.
tagDiv Staff

Hi,

So you have tried to deactivate and delete the updated version, and installing the Visual composer from the theme package, with no result. Maybe something happened to the page elements with the update.
If that is the case you could only try and recreate the page, if you are absolutely sure that rolling back to the version included in the current theme package is not fixing the issue. Or restore a website backup if you have made one previously. I could not say what was damaged or what has to be done in this case unfortunately.

Thanks

Simion C.
tagDiv Staff

Hi,

The category pages and posts cannot be edited with tagDiv composer. This is a page editor, and it will only work on pages
https://forum.tagdiv.com/tagdiv-composer-tutorial/
The category pages can only be customized in the theme panel
https://forum.tagdiv.com/how-category-settings-work/
In the post pages, you can set article ads in the post content
https://forum.tagdiv.com/article-ads/
You can also place ads in the sidebars
https://forum.tagdiv.com/sidebar-ads/
Anything else will probably require to modify the theme files, or use plugins that have this options to insert ads in other places then the available ones. You could search the forum for similar topics and suggestions. Like this one for example
https://forum.tagdiv.com/topic/how-to-add-or-created-ad-block-in-category-page/

Thanks

Simion C.
tagDiv Staff

Hi,

Probably that happens because you have updated the Visual composer to the latest version. This is strongly not recommended, and it can cause problems like this
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
When an update for this plugin is released, we will first test it and then include it in the theme package when ready. Once provided in the package and officially supported, it will surely work as intended.
Try installing the Visual composer version that is currently bundled with the theme, and use it.

Thanks

Simion C.
tagDiv Staff

Hi,

The background color of the content cannot be changed through the theme panel. You could change it with some custom code however.
In order to give you an accurate solution, it would be very helpful if you could provide a link to the page where you want to make this change.
For example if it is the homepage where you want to achieve this, you could use a code like this, to change the background color of the content
https://www.screencast.com/t/M62fvhfp

.home .td-main-content-wrap {
background-color: red;
}

The theme only allows to customize the website background, by setting a color or image
https://forum.tagdiv.com/background-introduction/
The category pages can each be customized with backgrounds
https://forum.tagdiv.com/how-category-settings-work/

Thanks

Simion C.
tagDiv Staff

Hi,

If you do not want to set a custom title for those images, you can remove the white box with a code like this
https://www.screencast.com/t/PVOBUgyVhei

.td-image-box-style-2
.td-custom-title {
display: none;
}

Enter the code in Theme panel->Custom Css.

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately at the moment the videos inside the video playlist element will each have to be inserted manually
https://forum.tagdiv.com/video-playlist-2/
This element will not work with playlist links. In the posts however you can simply paste the playlist link and it should work properly
https://www.screencast.com/t/DEywb716

Thanks

Simion C.
tagDiv Staff

Hi,

The Visual composer (included in the theme package) and tagDiv composer are tested properly with the theme, so they surely are compatible. Please elaborate on this problem so we can understand better.
Check the theme system status and make modifications to the parameters mentioned in this guide, if necessary
https://forum.tagdiv.com/system-status-parameters-guide/
You can ask your hosting to make them if needed, as they might have their recommended method.
Then test to see if the composers are working as intended. The tagDiv composer is a front-end editor that can be used for pages
https://forum.tagdiv.com/tagdiv-composer-tutorial/
https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/
Please consider that in future updates more options and features will be available for the tagDiv composer exclusively, as it is under continuous development.

Thanks

Simion C.
tagDiv Staff

Hi,

Try to think of recent changes you might have made, that could have caused this issue. It couldn’t have happened all of a sudden. Maybe you have updated your version of Visual composer as there have been other similar issues. This should not be done, you should only update this plugin after it is officially released in the theme package.
Once an included plugin receives an update, we will test it and include it in the theme package
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/

Thanks

Simion C.
tagDiv Staff

Hi,

It seems to be replaced by this font in the post content
https://www.screencast.com/t/0WCalNYqi
That happens for me as well in my tests. Forcing it with custom css seems to make it apply however
https://www.screencast.com/t/xMSKyP0T
In my case I tried loading the font directly in the header
https://www.screencast.com/t/GxLmkSvjCqv
And applied it with css
https://www.screencast.com/t/a3oLjsQaVnDZ
I could not say why it gets replaced with the other font, since there is no such font available at least for me, in the theme panel. It could be a default fallback. You could try applying the font manually with css as shown for the moment
https://www.screencast.com/t/Ry54d5KA

Thanks

Simion C.
tagDiv Staff

Hi,

The author name and the date can be removed for all the blocks/modules, in the theme panel
https://www.screencast.com/t/vhCAVjUuV
If you would like to remove them just from the category page grids, you can try a code like this one for example
https://www.screencast.com/t/TZTypV0iy

.td-category-grid .td-post-author-name,
.td-category-grid .td-post-date {
display: none;
}

The code must be entered in Theme panel->Custom Css section.

Thanks

Simion C.
tagDiv Staff

Hi,

You can try a code like this one for example
https://www.screencast.com/t/LBGjRMDsvD5p
It will add the same shadow for the outer wrap, just like in the News Magazine demo that you mentioned. Enter it in Theme panel->Custom Css section

@media (min-width: 1180px) {
.td-boxed-layout #td-outer-wrap {
width: 1164px;
margin: 0 auto;
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.12);
-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.12);
box-shadow: 0 0 5px 0 rgba(0,0,0,.12);
}}

Thanks

Simion C.
tagDiv Staff

Hi,

You could change the default author base with a plugin for example
http://www.wpbeginner.com/plugins/how-to-change-author-url-slug-and-base-in-wordpress/

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide a link to your website in order to inspect the issue. The uploaded font should be displayed with priority once properly set for the chosen elements, in the theme fonts settings.

Thanks

Viewing 25 posts - 17,201 through 17,225 (of 20,681 total)