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 have inspected the website you mention, there is no gap for me above the top menu
https://www.screencast.com/t/zFDIOEo5Nxr
Maybe you have solved the issue already.

Simion C.
tagDiv Staff

Hi,

You can remove that plugin, it is helpful only in case of thumbnails problems
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
But after the regeneration process is done , the plugin would not be needed anymore. You can deactivate it safely.

Simion C.
tagDiv Staff

Hi,

Thank you very much for your appreciation. We try our best to provide a good theme for our users.

1. That seems to be a CORS problem, the loading of the font is denied
https://www.screencast.com/t/dNU3i3AYa
These are some similar topics you can follow
https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
https://forum.tagdiv.com/topic/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co/

2. I don’t quite understand what you are referring to. This is how the main page looks
https://www.screencast.com/t/gAXqiwNF
From what I see there is no background used. Under the header menu is a big grid, but I don’t know what you want to do with it. If you could provide some more details it would be helpful.

3. That is not possible with the options in the theme. The header logo is set once in the them panel and displayed on the whole website. It would only be possible with modifications in the theme files, like creating conditions based on category
https://forum.tagdiv.com/topic/display-different-logo-on-specific-category/
An image would be possible in the category description if needed, if you have the Yoast SEO plugin this will add some more options in the category screen here
https://www.screencast.com/t/jNmqGX5x

Thank you!

Simion C.
tagDiv Staff

Try a code like this
https://www.screencast.com/t/bJb8E0Vpt2O
Enter the values you want in the code, then enter it in Theme panel->Custom CSS section (default values are 130px)

.td-header-style-9 .td-logo-wrap-full {
min-height: 100px;
line-height: 100px;
}
.td-header-style-9 .td-logo-wrap-full .td-logo {
line-height: 100px;
}

Simion C.
tagDiv Staff

Hi,

That would be possible with a code like this
https://www.screencast.com/t/H2UPp9XjvuEx
It will affect only module 10 titles, in the category pages. When the module is hovered it the article title will be underlined

.category .td_module_10 .td-module-title a {
color:#0086df;
}
.category .td_module_10:hover .td-module-title a {
text-decoration: underline;
}

Thanks

Simion C.
tagDiv Staff

Hi,

That is how the menu is displayed on mobile by the theme. Once the hamburger menu icon is clicked a modal will appear displaying the menu, socials and login. Same for the search, with a modal window.

Something like that would not be possible based on the current mobile menu implementation.

Simion C.
tagDiv Staff

You will have to find a solution for the issue. The theme has options to login/logout based on WordPress functionality. If you choose to not use this and use a different login system, then you could find solution online based on the modifications you made.

Simion C.
tagDiv Staff

Hi,

Please use icons from here, the new implementation of the font awesome icons may not work
https://fontawesome.com/v4.7.0/icons/
We have modified the guide so it links to these icons now. Sorry for the inconvenience.

Thank you!

Simion C.
tagDiv Staff

You can set a website homepage, not a post page. That setting is not used by the theme. Create as many pages as you like with the composer and display what you want in them
https://forum.tagdiv.com/homepage-how-to-build-and-set-it/

Simion C.
tagDiv Staff

You can check a demo post to see how the social icons are loaded there, the theme is also the latest version
https://demo.tagdiv.com/newspaper/wordpress-news-magazine-charts-the-most-fashionable-new-york-couples-in-2016/
There were no changes made to the socials since their implementation. So the functionality would be the same as before.

Simion C.
tagDiv Staff

Hi,

The posts will be sorted alphabetically, ascending from left to right not by columns. I really could not say how something like you want could be done. The layout goes by row like this
https://www.screencast.com/t/z7pf0YnoJ

Simion C.
tagDiv Staff

You can use text elements, there are some of them in the tagDiv composer
https://www.screencast.com/t/GmyvQ4Q0y3mV
https://www.screencast.com/t/uCFipucLk
In a text column for example you can style text as needed. Use Shift+Enter for a single line space.

Simion C.
tagDiv Staff

Hi,

First I see that the page template used is the empty template, the header and footer will not be displayed when this page template is selected
https://www.screencast.com/t/4pfZhjx0oPMF
This is used for landing pages for example, it was only recently added in the theme along with another page template (menu overlay).

The issue with the images could be caused by a plugin conflicting with the theme. There are some errors on the page
https://www.screencast.com/t/WPwoe3pQ
In some cases these conflicts cause the lazy-loading feature of the theme to not function correctly. You could try either to deactivate all plugins except theme plugins and see if the issue is solved. Or try deactivating the theme-lazy load
https://www.screencast.com/t/6FVBTEIuvcY
Let us know if there is still a problem.

Thanks

Simion C.
tagDiv Staff

Maybe that would be possible, I will make a note of it and pass it to the developer team. They will take it into consideration. I cannot make any promises however.

Simion C.
tagDiv Staff

Seems you have disabled the theme sharing at the moment
https://www.screencast.com/t/MYqxPio5E
Regarding that issue, please clear all caches installed, clear CDN as well. Then clear the browser cache or test in a different browser.

Simion C.
tagDiv Staff

Hi,

From what I can see there is no problem with the sidebar
https://www.screencast.com/t/SiyOYgYP
That issue may happen if the posts have been built with Visual composer, and the other provided page builder tagDiv composer is active. If that is the case, leave the tagDiv composer deactivated.

Thanks

Simion C.
tagDiv Staff

There are some errors on the AMP page curently
https://www.screencast.com/t/3JHRti1sG
Most of them if not all are related to the ads. On AMP pages you will have to use AMP compatible ads
https://support.google.com/adsense/answer/7183212?hl=en
The codes can be entered in the theme panel AMP section like this
https://www.screencast.com/t/uOJiiR6Si5

Simion C.
tagDiv Staff

If you set it as homepage, then that will be the homepage of the website
https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
I don’t see any problem with the website you mention at the moment
https://www.screencast.com/t/T9ftektS73Aa

Simion C.
tagDiv Staff

Indeed for the color change it will need a small modification, like this
https://www.screencast.com/t/QCOagsCy

.td_block_big_grid_mob_1 .td_module_mob_2 .entry-title a {

}

That will work and you can change the color of the post titles. Sorry for my error. Please try again with that code.

Simion C.
tagDiv Staff

I don’t think there are any plans to make changes in this matter. There would be more pressing issue sat the moment. I will make a note of this on our list, maybe in the future it will be considered. Sorry for the inconvenience.

Thank you!

Simion C.
tagDiv Staff

That is calculated automatically, please do not make any modifications to it. If you want to display more socials, consider disabling the share text.
Then there will be space for more socials
https://www.screencast.com/t/VMULheBcQQ
https://www.screencast.com/t/qBLnva05x

Simion C.
tagDiv Staff

We could take a look. Please send us an email at contact@tagdiv.com and provide admin login information, FTP access and cPanel if available. Maybe we can identify what exactly is causing the issue.

Before please check the theme system status parameters
https://forum.tagdiv.com/system-status-parameters-guide/
Ask your hosting provider to increase them if necessary. Also test with no plugins active if possible, except theme plugins.

Simion C.
tagDiv Staff

I really could not say, never tried making modifications to the ticker element. It is quite complex, you can find the file here
https://www.screencast.com/t/KtasZLxuZRCq
https://www.screencast.com/t/uIDz1NXDJ6
Or try a different slider/ticker plugin that already have the options you need and do not cause conflicts.

Simion C.
tagDiv Staff

Hi,

The composer sidebar does not look as intended, seems to be broken. I have checked the text column widget, there is a text color setting in it with block header style 6
https://www.screencast.com/t/cQeecwHR
Also in the text with title – https://www.screencast.com/t/UwgUWoq5Zz56
If you do not have these options, try deactivating the composer and removing it. Then install it again from the theme panel plugins section
https://www.screencast.com/t/wumpbpYnRB5U
Check if the composer sidebar is affected by this. Also try in a different browser. Let us know.

Thanks

Simion C.
tagDiv Staff

The single image may not be the best element for this, it uses the image as background. You could try something as simple as a text element in which you insert the image
https://www.screencast.com/t/7osF7iNFK
This way the image will be fully responsive as well. You could consider this solution.

Viewing 25 posts - 11,601 through 11,625 (of 20,681 total)