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,

You can use the browser inspector to identify the elements on the page and their classes. Then you can create custom code that you can use in the theme panel, child theme or in any other way possible. Here is a guide
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
There is no guide at the moment containing an index of the classes or elements of the theme. All the theme documentation is found here
https://forum.tagdiv.com/newspaper-theme-documentation/

Thanks

Simion C.
tagDiv Staff

Hi,

At the moment of inspecting your website these are the warnings I see
https://www.screencast.com/t/XFS1mFnHT4w
You can find out more about the Cloudflare warning in this topic
https://support.cloudflare.com/hc/en-us/articles/115004370247-Why-do-I-see-A-Parser-blocking-cross-origin-script-is-invoked-via-document-write-in-my-browser-console-
The other warning is related to an insecure image. Please check in the Theme panel->Background and remove the images or replace them in these sections
https://www.screencast.com/t/1FFn1lue
https://www.screencast.com/t/y7Cn2en4K0

Thanks

Simion C.
tagDiv Staff

Hi,

It seems to be working for me. If I remove that logo from the WordPress images folder
https://www.screencast.com/t/2bUipFp8DOW
Then no image is displayed
https://www.screencast.com/t/IdGmHNel8NoA
If I substitute that image with another one with exactly the same name and format (not necessarily the same size)
https://www.screencast.com/t/DltfA6PjkDy
Then that image is displayed
https://www.screencast.com/t/cWWcvm3Q

Thanks

Simion C.
tagDiv Staff

Hi,

You can try this code for that and see if it works for you
https://www.screencast.com/t/zdlqmOzr

.td-grid-style-4 .td-module-meta-info {
background-color: white;
}

Thanks

Simion C.
tagDiv Staff

Hi,

There must be a thumbnail upscale plugin that you can try and see if it will make the images the images to fit better. Three is no other easy way if you have many posts with this problem. You can search here on the forum for plugin recommendation in this matter from other users, maybe you will find some useful advice.

Thanks

Simion C.
tagDiv Staff

Hi,

It would be best if you would choose one of the available header styles, and use the recommended logo sizes
https://forum.tagdiv.com/header-styles/
https://forum.tagdiv.com/logo-favicon/
Maybe you can find a layout that you will like. Each header style has a recommended logo size, except for the ones where any image size can be used.

Thanks

Simion C.
tagDiv Staff

Hi,

That would require a lot of work and modifications to the theme, there is no options to switch menus based on pages or any other basis. The header supports only one menu for all the website. Maybe you can find a plugin that could have this capability, because any other way will not be easy, or think of another way of achieving something like that.

Thanks

Simion C.
tagDiv Staff

Hi,

You can change the date format in the WordPress settings, and create the custom format you want according to this guide
https://codex.wordpress.org/Formatting_Date_and_Time
For example like this
https://www.screencast.com/t/d5YaPQpbb4
https://www.screencast.com/t/Y33Ahont7g3
I used this time format in the example F j, Y, g:i:s A

Thanks

Simion C.
tagDiv Staff

Hi,

Try this code in that situation – https://www.screencast.com/t/r0zrNg98pZD
It should be what you want if I understand correctly

.td-g-rec-id-content_top + p {
clear: both;
}

Thanks

Simion C.
tagDiv Staff

Hi,

This is the easy way, hiding the ad with css although maybe it is not recommended I believe. Please use this code and it will work properly for the inline ad, when it is aligned to the right like in this case
https://www.screencast.com/t/d31dDFEFE1

.category-179 .td-g-rec-id-content_inlineright {
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

I don’t know how exactly are you splitting the row in that layout. There is no option to split the row like that in the row settings of tagDiv composer
https://www.screencast.com/t/RkTQtBJHZ
https://forum.tagdiv.com/tagdiv-composer-tutorial/
Maybe I am misunderstanding something.

Thanks

Simion C.
tagDiv Staff

Hi,

You could try the solution provided in this topic, to exclude posts with specific tags from the category pages
https://forum.tagdiv.com/topic/exclude-posts-on-category-with-certain-tags/
Use your own tag Id’s in the code, and see if it works for you.

Thanks

Simion C.
tagDiv Staff

Hi,

All the theme style is found in the style.css file from the main theme folder
https://www.screencast.com/t/C0n0JhWTX
If you install a demo this comes with additional customization and styling. It would be helpful if you could provide some examples of what exactly you are trying to do, so I may be able to give you a solution.

Thanks

Simion C.
tagDiv Staff

Hi,

Please make sure the thumbnails used are enabled in the theme panel
https://forum.tagdiv.com/theme-thumbs/
Also in almost all cases involving image problems, plugins are to blame. You could try to disable all of them except Visual composer, clear any caching installed and check to see if this fixes the problem. The theme lazyload feature is the first to brake in case of plugin conflicts and could be causing the issue. You could try disabling it in the theme panel – https://www.screencast.com/t/3vF9ECvH
Please note that the theme does not support RTL at the moment, this may lead to unexpected results, like the issue with the menu and maybe others. At the moment it seems to be working properly, there is no problem that I can see with the mega-menu
https://www.screencast.com/t/kEsQ9PbNEYU

Thanks

Simion C.
tagDiv Staff

Hi,

You can try the FTP method to update the theme. Here is a guide
https://forum.tagdiv.com/install-via-ftp/
Of course you should still take in consideration the steps before you update the theme
https://forum.tagdiv.com/how-to-update-the-theme-2/
Visual composer is still available in the theme package and you can use it accordingly. After you update the theme just deactivate it from the plugins section. More information about the new tagDiv editor and the transition to it
https://forum.tagdiv.com/tagdiv-composer-tutorial/
https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/

Thanks

Simion C.
tagDiv Staff

Hi,

I could not give you exact information about what will happen in the future updates. You can keep using Visual composer for the moment. There is no rush to make the transition to the new page editor. I believe there will be a notification when Visual composer will no longer be supported, giving you enough time to make a decision. Future updates will also add new features and options only for the tagDiv composer.
In this topic Chris provides advice about how one should make the transition to the new pages, and substitute them without any losses
https://forum.tagdiv.com/topic/warning-tdc-tagdiv-composer/

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide a link to your website so we can inspect it and see this issue.

Thanks

Simion C.
tagDiv Staff

Hi,

Please follow this guide to check if the social counter is configured properly
https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Then clear any caching installed on your website. Also make sure that your Facebook profile page is set to public, the counter will not work with private profiles.

Thanks

Simion C.
tagDiv Staff

Hi,

You can remove the Twitter share from the code in both cases (top and bottom sharing) or just disable the top one from the theme panel if you don’t need it
https://www.screencast.com/t/8FH2KVAt
You could add another sharing option, but only by a plugin or widget. By default there are no options to add more sharing options on the post page. Maybe more settings will be added in future updates in the matter.
The same for the Pinterest functionality, it would be better to use a plugin that has these options for more customization, if there are any.

Thanks

Simion C.
tagDiv Staff

Hi,

Then you can select the format that does not display the time, only the date
https://www.screencast.com/t/KE9S8iaRh
Or create your own custom format using this guide
https://codex.wordpress.org/Formatting_Date_and_Time
If you have a different problem, then it would be better if you could provide more details explaining the issue.

Thanks

Simion C.
tagDiv Staff

Hi,

If there is a delay before the breadcrumbs are removed, you could enter the code provided directly in the theme style.css file instead of the theme panel, at the end of the code. use a text editor to edit the file and place the code at the end. That way they will not be visible and they will be removed at loading.
The breadcrumb structure can be changed in the theme panel
https://forum.tagdiv.com/breadcrumbs/

Thanks

Simion C.
tagDiv Staff

Hi,

In the Post type field simply enter “page” – https://www.screencast.com/t/VP0CUEvGDsh
Then pages will be displayed in that element. You can also enter specific page Id’s in the Id filter and display the pages you want, or choose a sort order.

Thanks

Simion C.
tagDiv Staff

Hi,

Please try to deactivate the tagDiv composer plugin from the plugins section and clear any caching installed on your website. Then check if the elements on your page are displaying properly.

Thanks

Simion C.
tagDiv Staff

Hi,

You could try this plugin, and see if it fixes the problem
https://wordpress.org/plugins/ssl-insecure-content-fixer/
It seems to be recommended as the first step to take in these cases.

Thanks

Viewing 25 posts - 17,926 through 17,950 (of 20,681 total)