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,

Their is a padding set on the whole container, like this
https://www.screencast.com/t/mmSSmO3nazFy
If it was removed it would look like this
https://www.screencast.com/t/EvLNYHXR
The gallery will break in this case and would require modifications. This padding cannot be removed only for the gallery and images, it will have to be removed for all the content.

Thanks

Simion C.
tagDiv Staff

Hi,

Seems that Font awesome has updated their icon set, they made modifications to the icon classes, that is why they do not work anymore.

Please use the previous icon versions, they should work properly
https://fontawesome.com/v4.7.0/icons/

Thanks

Simion C.
tagDiv Staff

Hi,

You could follow optimization suggestions and configurations from these topics
https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/

Or try using different plugins and make tests. Or even disable the speed booster compatibility check, making it be always active and test like his
https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/

Thanks

Simion C.
tagDiv Staff

There is none unfortunately, at the moment. We try our best to implement trending features and most requested user features. All the suggestions and recommendations are placed on a list and considered carefully. However it is hard to decide what has priority and what is delayed.

Simion C.
tagDiv Staff

Please check the block settings for each block, there you can set colors for block title, border color for block header style 16 etc
https://www.screencast.com/t/BHRHZsb7H8

Simion C.
tagDiv Staff

Glad you could solve it, also thank you for posting the solution. It may be helpful for other users.

Simion C.
tagDiv Staff

@gpldev So you want to customize the category tag by actual category name, instead of module or block. That would be possible but somewhat difficult, the code would have to take into account the category name. Try something like this where in the same block, each tag is customized by category name
https://www.screencast.com/t/ajIMHgY1kMuH
You can modify the code to be more precise if needed, this will affect all the website (every instance of the category tag).
This is the code used in the example if you would like to use it (use your own category names in it)

.td-post-category[href*=""]{
background-color: yellow;
}

Thanks

Simion C.
tagDiv Staff

Hi,

I have tried uploading a svg file in the media library, but this is not allowed by WordPress by default. I had to use a function in order to be able to upload it
https://css-tricks.com/snippets/wordpress/allow-svg-through-wordpress-media-uploader/
I then uploaded a random svg image in the library, it appeared like this
https://www.screencast.com/t/62qY6T8jIg
Then I tried setting it as logo, seems to work for me
https://www.screencast.com/t/4EXNt6ZbRfG
https://www.screencast.com/t/ZwEIR7vccdw
https://www.screencast.com/t/MMltiMFYUc

Maybe try it as I did and check the results.

Thanks

Simion C.
tagDiv Staff

Hi,

Unless you use the mobile theme plugin, then the same menu from desktop will be displayed on mobile.
Only when the mobile plugin is active you can set a different menu for mobile devices
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Simion C.
tagDiv Staff

Hi,

The theme does not have such settings, once inserted in the theme panel the ads will show on all pages. Also hiding Adsense ads with CSS is not recommended by Google.

You could instead use a plugin to display ads on the website. Maybe try teh Adrotate plugin, this is recommended by our users if you want to have more advanced ad settings and control. Some guides here if you would like to give it a try
http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
https://ajdg.solutions/manuals/adrotate-manuals/

Thanks

Simion C.
tagDiv Staff

Hi,

The images seem to be accurate at the moment from what I can see
https://www.screencast.com/t/3HV9F0utuIL
Could have been a caching issue, however it seems to work now.

Thanks

Simion C.
tagDiv Staff

Hi,

If all the theme panel ad sections are empty, then there should be no ads displayed. The theme does not display any ads, unless manually adding ad codes.

If you are using disqus plugin, that this recent article may be of interest for you
https://kinsta.com/blog/disqus-ads/

Thanks

Simion C.
tagDiv Staff

Hi,

Now this is unusual, so you cannot set a menu in either WordPress settings and also theme panel. Please provide some more details about what exactly is happening when you try to set a menu, some useful screenshots if possible.

Try as a test to switch to a default WordPress theme and see if you can set a menu in that case.

Simion C.
tagDiv Staff

Hi,

The system status seems to be set properly. You could try deactivating all plugins as a quick test, leave only theme plugins active. Check to see if this has any effect.

If there is still a problem, we could take a look. Send us an email at contact@tagdiv.com and provide admin login information and FTP access. Also include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi


@cklein404
I have inspected the website, the social sharing icons seem to display properly at the moment
https://www.screencast.com/t/Fzs2KLEju
That is how the sharing displayed in older versions, only in version 8.6 they have been redesigned and also more were added.

Thanks

Simion C.
tagDiv Staff

Hi,

There were some issues between the theme and the WordPress update a few updates ago. These were fixed a while ago in version 8.2. It is recommended to always update theme and WordPress, not just one.

Please try and update the theme to the latest version available
https://forum.tagdiv.com/how-to-update-the-theme-2/
The FTP method is the most recommended. Then check if the issue is still happening. a thing to note is that after updating the tagDiv composer will be automatically activated. This can cause issues with specific Visual composer elements,

If it is, go through all these steps. Deactivate all plugins except theme plugins, clear all caching and CDN files if used. Switch to the main theme in case you use a child theme. Temporarily remove custom code added in theme panel or theme files, do not enter any code in theme files. While going thorough these steps, keep checking if the issue is still present.

Thanks

Simion C.
tagDiv Staff

Hi,

I couldn’t say if there are any plans to make changes to the theme colors section. There might be changes in future updates but it is not certain. I believe there are more important priorities at the moment.

You can use the browser inspector to style particular elements differently, if desired
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

You can install any demo you want and modify it as you want. If you like the cars demo install it
https://forum.tagdiv.com/installing-demos/
It can be installed with content (will include homepage and dummy data which ca be replaced with your own) or just settings and design (you will have to build a homepage)

Once installed (with content) simply edit the homepage with the composer and remove/modify/add elements as you wish
https://forum.tagdiv.com/tagdiv-composer-tutorial/
https://forum.tagdiv.com/block-settings-guide/

Please let us know if you have further questions, or you need help with something.

Thanks

Simion C.
tagDiv Staff

Hi,

The dropcaps and buttons were moved in the format section, please check there
https://www.screencast.com/t/XVj7EcCE7FG

Thanks

Simion C.
tagDiv Staff
Simion C.
tagDiv Staff

Hi,

Indeed the client element can display only one image (a single client). You will have to use multiple elements to display multiple clients
https://www.screencast.com/t/56mbHxPodz

Thanks

Simion C.
tagDiv Staff

Hi,

1. I tried it like this – https://www.screencast.com/t/NxObIdeU
There would be differences between the circle and round styles, a round shape is not necessarily an perfect circle.

2. The tagDiv composer has many row layouts
https://www.screencast.com/t/ERNY5fCcHhMj
There is a 4 column layout as well. Simply make sure the multi-purpose plugin is active. This will add row layouts and multi-purpose elements in the composer. In coming updates there will be a considerable amount of features added to the tagDiv composer.

Thanks

Simion C.
tagDiv Staff

Hi,

The latest articles cannot be edited with the composer, it is not a composer element. This section is added when the required page template is selected
https://www.screencast.com/t/6w22pyBJH3z
Remove it by selecting a different page template, or configure it using the available options created specially for it
https://www.screencast.com/t/kL3QSJjgw

Thanks

Simion C.
tagDiv Staff

Hi,

The thumbnails that the theme creates are cropped center top, that is considered the best overall method in the matter
https://forum.tagdiv.com/featured-image/
The resulting thumbnails are also affected by image aspect ratio
https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
So the same image can produce different results depending on the module used to display it. You could use other modules/blocks which features a taller thumbnail, check the results with that.

That social sharing element displayed in the middle of the page is not a theme element. I believe it is a sharing plugin. I see it also appears on posts. Maybe it has settings to stop it from appearing on pages, you could check that.

Thanks

Simion C.
tagDiv Staff

Hi,

@dariosipos There are plans to renew the super cache settings tutorial in the future. The preload settings are basically the same from what I can see, in both tutorial and latest plugin version
https://www.screencast.com/t/N27EFyCbVJaM
Other settings have changed indeed, in Advanced they would be like this
https://www.screencast.com/t/NVTEGIpa6La
That would be the same configuration as before, simply caching has been renamed and the delivery method was restricted to simple and expert (simple being equivalent to the tutorial).

Thanks

Viewing 25 posts - 12,476 through 12,500 (of 20,681 total)