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 rest of the icons are different then this custom one. This is a background image set on the icon, and you can not change the color of an image while hovering. The normal icons use a font for the icons
https://www.screencast.com/t/6De1leOmsG that allow to set a color when hovering. But for an image is not possible.

Thanks

Simion C.
tagDiv Staff

Hi,

This is a weird issue indeed. Please check the Visual composer settings, it should be like this
https://www.screencast.com/t/1PccALD7
Also maybe a plugin could be interfering with Visual composer, please try to disable all your plugins except Visual composer, clear any caching installed and check again. On a default theme with the latest version using only the plugins provided, I can confirm the option is present. You could check any modifications you have made to the theme, or a child theme if you are using one.

Thanks

Simion C.
tagDiv Staff

Hi,

This is a weird issue you are having, and I have not seen it before. I found a possible solution online in this topic – https://wordpress.org/support/topic/visual-editor-missing-15/
Maybe you can try the suggestions and the fix mentioned there, and hopefully get to the bottom of this or identify what is causing this problem. You could try to deactivate all your plugins and clear any caching installed to see if this has any effect. Also you could switch to a default WordPress theme to see if the option is available then, but I do not think the theme is causing this.
The theme has these requirements for the server
https://forum.tagdiv.com/requirements-for-newspaper/
And modifications made according to this guide if needed
https://forum.tagdiv.com/system-status-parameters-guide/

Please let us know how it goes
Thanks

Simion C.
tagDiv Staff

Hi,

Maybe you can try the suggestions mentioned in this topic – https://forum.tagdiv.com/topic/font-on-mobile-version/ because there are no theme options to change the font displayed on mobile.

Thanks

Simion C.
tagDiv Staff

Hi,

Please note that the mobile theme is tested and working properly on this device, with a default theme and using only the plugins provided with the theme. Usually this is caused by theme customization, custom code or problematic plugins. You should let the mobile theme active and disable all the other plugins, clear the cache and check the website on mobile.
If the issue is still present you can send us an email at contact@tagdiv.com and provide admin login information so we can take a look. Also paste a link to this topic.

Thanks

Simion C.
tagDiv Staff

Hi,

I have tested the weather widget function, but everything is working properly. Please try as a test to disable all your plugins except the ones provided with the theme, remove the weather widget from your page and clear any caching installed. Then add the widget again and check to see if it is working properly. Please let us know how it goes.
If the problem is still there, maybe you have not made the necessary modifications when moving to https
You could check these few resources for more information
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/
You can also check our forum for some insight on ssl:
https://forum.tagdiv.com/topic/moving-to-ssl/

Thanks

Simion C.
tagDiv Staff

Hi,

On the sticky menu you can display the mobile logo or the main header logo
https://www.screencast.com/t/QPOt1CLJ5
One of these options has to be chosen, or you can disable the feature and not display a logo at all.
Please note that when the header affix is present, meaning the sticky menu, the logo will be reduced in size by default.
For the revolution slider, you should use the auto slide layout when using a background
https://www.screencast.com/t/kihE2B0bgf3
https://www.screencast.com/t/BW5pq0OXy
https://www.screencast.com/t/iU1bJqcgbs

Thanks

Simion C.
tagDiv Staff

Hi,

The category tag displayed on the post page, gets the category link automatically, and it is a complex process. It would be difficult to implement a custom link for each of the categories when the tag is clicked, instead of the category page.
This is the code where this is happening – https://www.screencast.com/t/Ww9U6BnJrD if you would like to achieve such a customization.

Thanks

Simion C.
tagDiv Staff

Hi,

Please note that the theme does not influence the plugin in any way with custom styles within the theme code. Your content will be displayed exactly as the plugin provides it with it’s own style, the same as before. We will investigate and see if any problems using the latest version of the plugin are present on our end.

Thank you for understanding!

Simion C.
tagDiv Staff

Hi,

The whole purpose of having a child theme is to not lose your main theme customization by updating. If these modifications are not working anymore after a theme update, the code used needs to be checked and adapted.
If you would kindly provide more details about what your suggestion, and the improvements it may add to the theme we will take it into consideration.

Thank you for understanding!

Simion C.
tagDiv Staff

Hi,

I have inspected you website and it seems to load poorly indeed. From what I can tell the website is taking a lot of time loading the cache you are using – https://www.screencast.com/t/DxOwNzhYt7x and almost half a second for each image on the website. Adding those together results in the present situation.
Basically these are the theme requirements – https://forum.tagdiv.com/requirements-for-newspaper/
What you could try is use the recommended cache plugin with the settings specified here
https://forum.tagdiv.com/cache-plugin-install-and-configure/
You can try a fresh theme install with the latest version using one of these methods
https://forum.tagdiv.com/how-to-update-the-theme-2/
Then install only the plugins provided in the theme package. Also take a look to the guide about improving page speed, provided above. Please let us know how it goes.

Thanks

Simion C.
tagDiv Staff

Hi,

I think I understand now what you are trying to achieve. Maybe it is something like in this example
https://www.screencast.com/t/NtQrgSVkV
If this is what you want you can use this code and experiment with different height values, for other post title lengths to achieve the look you want. Or adapt it for other blocks and modules if you want.

.td_block_4
.td_module_2
.td-module-title {
height: 50px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

The background color for the ad box element comes with this particular demo style. You could remove it with a code like this
https://www.screencast.com/t/gBDxWXnW7abl
This is the code used, you must enter it in Theme panel->Custom Css – https://www.screencast.com/t/xrwhhLZf

.import_video_ad_bg {
background-color: transparent;
}

You could also remove it from the demo stylesheet directly if you want to, like this
https://www.screencast.com/t/hchTTT6XTj

For the header section you can set a background in theme panel, like this
https://www.screencast.com/t/Oo7xmCagL

Thanks

Simion C.
tagDiv Staff

Hi,

You can change that that respective text from the footer section in Theme panel->Translations
https://www.screencast.com/t/f1ovE5bHl

Thanks

Simion C.
tagDiv Staff

Hi,

You could try a code like this, to make the titles on that particular block header style, in the footer, have a specific background color – https://www.screencast.com/t/f4AQBS8r
This is the code used

.td-footer-wrapper .td-block-title span {
background-color: #ff3c1f !important;
}
.td-footer-wrapper div
.td_block_template_4
.td-block-title > *:before {
border-color: #ff3c1f transparent transparent transparent;
}

Thanks

Simion C.
tagDiv Staff

Hi,

The smart lists are available only for posts – https://forum.tagdiv.com/smart-lists/
On pages you can use the page builder or create a page structure using the Visual composer editor, with the elements available.

Thanks

Simion C.
tagDiv Staff

Hi,

All the information and options regarding block settings or filtering, is available in this tutorial
https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

The theme creates the thumbs displayed on the blocks from the featured image set on posts
https://forum.tagdiv.com/featured-image-or-video/
And uses the cropping system specified here
https://forum.tagdiv.com/featured-image/
The thumb sizes needed for each of the modules are mentioned here
https://forum.tagdiv.com/theme-thumbs/
Maybe you are using a plugin that is automatically resizing your thumbs, and this can cause interference with the theme and cause unexpected results. If you could provide a link to your website pointing to this issue, I will inspect it and see if there are any problems in this matter.

Thanks

Simion C.
tagDiv Staff

Hi,

I could not say for sure if that plugin, or in fact what plugins other then the official ones are fully compatible with the theme. You will just have to try to install it and see if it is working properly. If it is not you can try other plugins with the same capabilities. Please note that not all plugins are compatible with the theme,but this is the case for all the wordpress themes.

Thanks

Simion C.
tagDiv Staff

Hi,

If you would like the code to apply for all the devices, you must enter it in Theme panel->Custom Css
https://www.screencast.com/t/ebAfi4MQu
Or for specific device resolutions in Theme panel->Advanced Css
https://www.screencast.com/t/JN9nBOuhL

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide more information where do you want to make these changes, in what section if there is no theme option for them I will try to give you a solution if possible. There are options to set a hover color on Theme panel in multiple cases, for the social icons
https://www.screencast.com/t/wkGIbOM6Ap
https://www.screencast.com/t/rVGnNDtZEyoF

Thanks

Simion C.
tagDiv Staff

Hi,

If you are using a comment plugin that is inserting the comments after the post content, I could not give you a solution. The methods mentioned work only for the default state. Maybe you can configure the plugin where in the page to display the comments, from it’s settings if it has such options. It all depends on how the plugin works and how it is inserting itself in the post.

Thanks

Simion C.
tagDiv Staff

Hi,

You should try to make the width modification in the iframe code that you are using for the embedding
https://www.screencast.com/t/BLtB65cTb8A
This will make the sidebar not overlap the image, but for the said image I can not think of a way to modify it with custom code.
Another method you could try in this situation would be to make the sidebar drop below the content as it would on smaller devices only earlier, between the resolutions in which this occurs
Without the code – https://www.screencast.com/t/PuMD4lSaW
With the code applied
https://www.screencast.com/t/a1SdIogp7
https://www.screencast.com/t/zu9cAl6lz

This is the code used if you should decide to try it, you must enter it in Theme panel->Custom Css

@media (max-width: 1018px) and (min-width: 768px) {
.td-main-sidebar {
clear:both;
width: 100%;
}
.td-main-content, iframe {
float: none!important;
width: 100%;
}}

Thanks

Simion C.
tagDiv Staff

Hi,

This is what I am seeing when hovering the Big grid – https://www.screencast.com/t/Dc5f1fiaF
There is no more zooming effect on hover for the image. Only a slight gradient effect is present. If you would like to remove this gradient as well and have a simple image without any modifications, you can try this code that must be entered in Theme panel->Custom Css – https://www.screencast.com/t/ONloT2Zi27O

.td-grid-style-1.td-hover-1
.td-module-thumb a:last-child:before {
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

The Ad box element added in the page structure with a custom ad used, will display the content entered in Theme panel->Ads
https://www.screencast.com/t/9WTmjgo30u
https://www.screencast.com/t/IWiLdRWt

Thanks

Viewing 25 posts - 19,076 through 19,100 (of 20,681 total)