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,

The top grid cannot be disabled, unless you remove all posts from the Featured category so it will not appear, but that is not a good solution.
You could achieve that a different way, it will require a modification to the mobile front page template. The slider can be then placed above the top grid, like this
https://www.screencast.com/t/EdPqz4Ode
https://www.screencast.com/t/F5pmyn1oY1

<?php echo do_shortcode ('enter shortcode here'); ?>

The result would be like this – https://www.screencast.com/t/iyizmSRu0a
Some margins could be added to top and bottom if needed
https://www.screencast.com/t/TagJsncTRb
This would be the code for that, you can modify the pixel values as you wish, then enter the code in Theme panel->Mobile theme->Custom CSS code section

.rev_slider_wrapper {
margin-top:5px!important;
margin-bottom:5px!important;
}

If you want the slider to be full width (no margin left or right) that can be done in the slider settings
https://www.screencast.com/t/KBRtdV3o7y7q
https://www.screencast.com/t/IhIWzEvv
Result – https://www.screencast.com/t/sPIvQk6BdT

The top and bottom margin would be like this if you make the slider full width
https://www.screencast.com/t/866eQxCEh

.forcefullwidth_wrapper_tp_banner {
margin-top:5px!important;
margin-bottom:5px!important;
}

Thanks

Simion C.
tagDiv Staff

Hi,

I believe that is part of the analytics code you entered in the theme panel. If it is displayed on the front-end of the website, this means you have not entered it correctly. Please make sure you entered the code exactly as provided, the code must be wrapped with <script> tags by default
https://developers.google.com/analytics/devguides/collection/analyticsjs/

Thanks

Simion C.
tagDiv Staff

Hi,

The block title headings cannot be changed, unless through modifications to the theme files. This will affect all the blocks, not just blocks in sidebars.
The theme does not have any settings to change the default block title heading, at the moment.

Thanks

Simion C.
tagDiv Staff

Hi,

I believe that would be all right. As long as the sub-domain is part of the main website/project, there should be no problems.
The Envato license specifies that the theme can be used on a single end product, there are no clear indications that would not allow this
https://themeforest.net/licenses/terms/regular

Thanks

Simion C.
tagDiv Staff

Hi,

That is not possible with the current theme options. The ajax filter pull down for blocks cannot be disabled. This would require modifications to the theme files and it will probably not be an easy task.

Thanks

Simion C.
tagDiv Staff

Hi,

That is not possible at the moment. Either use a plugin that has options to insert ads, or maybe place the ad code directly in the post content. This is a similar topic with code modifications or plugin suggestions
https://forum.tagdiv.com/topic/multiple-in-line-ads/

Thanks

Simion C.
tagDiv Staff

Hi,

The news ticker title could be changed in the theme translation settings
https://www.screencast.com/t/MrlH9pCCvC12

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately I don’t understand what you would like to do. The theme has these options for custom post types
https://forum.tagdiv.com/custom-post-type-support/
These posts use taxonomies, not categories. They are treated differential by the theme. At the moment there aren’t many settings and options for custom post types, there might be more added over future updates.

Thanks

Simion C.
tagDiv Staff

Hi,

I should have seen this from the screenshot you provided. Please do not write “seconds” in the autoplay value field. Simply enter a period of time, numbers only
https://www.screencast.com/t/FGq7FsU3cvD
Then the slider will work properly.

Thanks

Simion C.
tagDiv Staff

Hi,

Try something like this – https://www.screencast.com/t/UfiN3Lol
The code must be entered in Theme panel->Custom CSS if you decide to use it

.td-header-style-12 .td-header-sp-top-menu {
float:none;
text-align:center;
}

Thanks

Simion C.
tagDiv Staff

Hi,

I could not say how you could do that. I don’t think there is an option for this in the Yoast SEO plugin, the theme certainly does not have options to control the Facebook share. I believe there will always be a description. If there isn’t one entered for each post
https://www.screencast.com/t/Jc6hp5dgw
Then I think the description text will be taken from the first paragraph found.
The post you mention does have a description from what I can tell
https://www.screencast.com/t/kgRoHcklCEP

Thanks

Simion C.
tagDiv Staff

Hi,

If the tagDiv composer is not working properly, the chances are that Visual composer will not work properly as well, at some point.
This can be caused by insufficient resources. Please check the theme system status and make modifications to the WordPress and server parameters mentioned in this guide
https://forum.tagdiv.com/system-status-parameters-guide/
Ask your hosting provider to make them for you if needed. Then check if the tagDiv composer works as intended.
Please note that over future updates there will be a considerable amount of options added for the tagDiv composer only.
You can continue to use Visual composer, if you don’t want to use the tagDiv composer.

Thanks

Simion C.
tagDiv Staff

Hi,

Remove all the code you have entered concerning the font for this module. Remove it from the Custom CSS or Advanced CSS sections. Then enter this code in the Advanced CSS desktop field

.class1 .td-module-title a {
font-size: 33px;
font-weight: 700;
line-height: 35px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide more details about what you are trying to do and what is the problem. The theme works properly with Visual composer. There should be no issues placing grids and block on pages, using Visual composer
https://forum.tagdiv.com/how-to-use-visual-composer/

Thanks

Simion C.
tagDiv Staff

Hi,

The menu is centered based on its container width
https://www.screencast.com/t/nqwTl9HK
Visually it does not appear centered because of the logo. I could give you a code to position the menu items closer to the logo, something like this
https://www.screencast.com/t/JnQg3Vf5v

.td-header-style-12 .td-logo {
margin-right: -110px;
}

Test this solution and see if it provides the desired result.

Thanks

Simion C.
tagDiv Staff

Hi,

That might not be an easy task, you could try to make modifications in this file
https://www.screencast.com/t/41RnU2ucO
But there could be need for changes in other files, this could require multiple modification. Then testing to see if it works properly.

Thanks

Simion C.
tagDiv Staff

Hi,

Then you could maybe increase the height of the featured image, in post template 7. If the image used is big enough there should be no problem. This post template has a fixed height of 700px, it could be changed with a code like this

.td-post-template-7 .td-post-header{
height:900px;
}

This code should be entered in Theme panel->Custom code->Advanced CSS, in the desktop section, so it only applies for desktop.
Post template 3 uses a thumbnail for featured image
https://www.screencast.com/t/aVt36W9y
If it would be stretched with code to full width, the image may not look properly. Try the provided code and it will increase the height of the post header image, in post template 7. Maybe experiment with different values for the height.

Thanks

Simion C.
tagDiv Staff

Hi,

Plugins can slow down the loading speed of the website. I see the issue with the socials is fixed, you could identify what exactly is causing this by enabling the plugins one at a time. Keep checking after activating each plugin.

Thanks

Simion C.
tagDiv Staff

Hi,

Check all the custom code sections in the theme panel, and the analytics section as well. You could take a look in the theme functions file, double check the header.php file for scripts. If it is not present in the theme panel, then it must be is the theme files.

Thanks

Simion C.
tagDiv Staff

Hi,

It would be helpful if you could provide a link toy your website so we can inspect it. That should not happen, it seems the post content is displayed through the sidebar.
If you use Visual composer please try and deactivate the tagDiv composer plugin, and see if this has any effect.

Thanks

Simion C.
tagDiv Staff

Hi,

The scroll to top arrow does not have any options to change it. It could be customized with custom CSS code, depending on what you would like to do to it.
A code like this in Theme panel->Custom CSS will remove it

.td-scroll-up {
display: none;
}

A code like this will align it to the left
https://www.screencast.com/t/sfpRytLmi

.td-scroll-up {
left:5px;
}

You can use the browser inspector to further customize the button, if you wish
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

Post style 7 uses a simple opacity transition for the featured image, like this
https://www.screencast.com/t/Mo5mO6vDhQh
If you would like to cancel that transition you could use a code like this

.single_template_7 .post .td-backstretch {
transition:none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

That will be the case. If the mobile theme plugin is disabled, then the same content from desktop will be displayed on all devices. The mobile theme plugins is optional, you can simply leave it deactivated.
If you choose to use it, please note that mobile page content will have to be entered through the mobile editor
https://www.screencast.com/t/OuxeGzZD6pq
The plugin comes with predefined templates for the homepage, posts, category pages etc. You can find out more information here
https://forum.tagdiv.com/the-mobile-theme/
If you would like to place a revolution slider on a mobile page, enter the slider shortcode in the mobile editor for that page
https://www.screencast.com/t/OKRydevZWSd9
https://www.screencast.com/t/YLe8R2WIAu
https://www.screencast.com/t/c7iKYrjQddP

Thanks

Simion C.
tagDiv Staff

Hi,

Sorry for misunderstanding. I have inspected and browsed the website for quite a while, both on Chrome and Firefox, I am not getting any feed displayed instead of normal content when clicking any link. There is no issue from what I can see on posts, categories, pages etc. I cannot recreate the issue you are describing.

Thanks

Simion C.
tagDiv Staff

Hi,

There is an option to customize the general module excerpt size in the theme panel
https://www.screencast.com/t/4tKzW67YRuxl
On the homepage besides the theme excerpts there seem to be a different excerpt text as well. That text seems to inherit the body font and properties
https://www.screencast.com/t/4tKzW67YRuxl
If you want to change it as well you could do it with a code like this, so you will not have to modify the whole body font
https://www.screencast.com/t/eOjt4xyP

.fpw-excerpt p{
font-size: 18px;
line-height: 25px;
}

Thanks

Viewing 25 posts - 14,576 through 14,600 (of 20,681 total)