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,

All demos contain custom design and will import theme panel settings when installed. The Gadgets demo contains a customized version of header style 5. You can see how that header style looks by default here
https://forum.tagdiv.com/header-styles/

That black hover color is coming from the demo. It is predefined in the demo stylesheet
https://www.screencast.com/t/cAANl3sO53
So no theme panel setting will replace it. At the time the demo was created there were’t many theme panel color settings, so this was made with CSS in the demo stylesheet.

A solution would be to remove the customization the demo adds for the header elements. Then the theme panel colors will apply
https://www.screencast.com/t/I5cip7b3HmMY

That would be the most recommended method to do this if you ant to keep using header style 5 with your own colors. Or you could change the header style, the customization of the demo applies only for style 5.

Thanks

Simion C.
tagDiv Staff

Hi,

There will be many new features added in future updates. There will be more and more flex blocks added with even more settings. So you can build your blocks and modules in many more ways.

Simion C.
tagDiv Staff

So you mean the login options on mobile? Use a code like this to remove it
https://www.screencast.com/t/uk9DeaYIrHfz

.td-menu-login-section {
display: none;
}

Enter that in Theme panel->Advanced CSS phones field if you don’t use the mobile theme.

If you use the mobile theme plugin, enter that in Theme panel->Mobile theme->Custom CSS.

Simion C.
tagDiv Staff

Hi,

Indeed it seems all the images are loaded but not visible. Did you install a plugin before this happened? or maybe entered some code in the theme panel, or theme files? There are a few errors in the website, usually these are caused by plugins, ad codes, custom codes etc.

Deactivate all plugins as a quick test, leave only theme plugins active. Then clear your cache and check if the problem is solved.
Also temporarily remove any code entered in the theme panel. Check again. These suggestions should solve the problem. Let us know what you find.

Thanks

Simion C.
tagDiv Staff

I will add it on our list, it will be considered. However you could use a plugin, maybe this one
https://ro.wordpress.org/plugins/search-exclude/
It should allow you to exclude specific pages, posts etc. or maybe even in bulk, from the search results.

Thanks

Simion C.
tagDiv Staff

Hi,

Glad you identified the cause. You can switch themes as many times as needed. The theme panel settings and custom code if you have any, are saved in the database. Even deleting the theme would have no effect on these.

Regarding permalinks, you could check some recommendations in the matter, from professionals
https://yoast.com/wordpress-seo-url-permalink/
https://robpowellbizblog.com/best-wordpress-permalink-structure/
The permalinks will affect the URLs of your website, choose what is recommend or what you think is best.

Thanks

Simion C.
tagDiv Staff

Do you want the page to be full width? A code like this would work for that page (it will apply to that page only)
http://prntscr.com/k5x2a7

.page-id-4365 .td-main-content-wrap .td-container,
.page-id-4365 .td-main-content-wrap .tdc-row {
width: 100%;
padding-left: 24px;
padding-right: 24px;
}

Simion C.
tagDiv Staff

Don’t know about that unfortunately. Maybe a developer/freelancer would be able to help you, you could consider that. For more advanced code modifications we would recommend Envato studio professionals
https://studio.envato.com/

Simion C.
tagDiv Staff

Hi,

What exactly are you translating in the child theme? The child theme currently supports these files to be used in it
https://forum.tagdiv.com/the-child-theme-support-tutorial/
If the files are not supported, than to make your modifications you would have to use main theme files.

Simion C.
tagDiv Staff

Hi,

Sidebar content or any other theme content cannot be made to disappear by logged in state. Such a restriction does not exist in the theme or composer. So that would be a problem if it happens for you.

If possible, deactivate all plugins except theme plugins. Clear the cache, check if the same happens. This would rule out plugin interference. Check theme modifications, code additions, child theme. Let us know what you find.

Thanks

Simion C.
tagDiv Staff

For that you could use grid style 4 – https://demo.tagdiv.com/newspaper/big-grid-2/
That has a top positioned grid meta, maybe consider using that.
It would be easier than modify the grid CSS with code that might or might not work, also it will probably damage the responsive design.

Simion C.
tagDiv Staff

Blocks don’t have a numbered pagination. Only ajax pagination is used for the reasons I mentioned above. If they would have a numbered pagination, that would be done with ajax as well probably.
Only the latest articles section, category pages, tag pages etc have pagination with numbers.

Blocks and grids are the main elements to display posts. Some users prefer simpler blog like pages like this demo page containing only the latest articles section
https://demo.tagdiv.com/newspaper_recipes/blog/

Simion C.
tagDiv Staff

Hi,

Generally the header styles that do not place the logo on the same line with the header ad, will display any ad size you want. You can see the header styles here
https://forum.tagdiv.com/header-styles/

Example with a big ad with header style 4 – http://prntscr.com/k5wqc8

Thanks

Simion C.
tagDiv Staff

Hi,

So you mean the icon the theme ads in modules when the post is a video post. That is applied with CSS in the module, when a video post format is used (to indicate the post has a featured video)

The function is defined in this file, you can make modifications to it
https://www.screencast.com/t/n7gZpGt7zT

Thanks

Simion C.
tagDiv Staff

Hi,

Could have been that, like you mention. If the copied text had maybe inline CSS, the theme setting probably will not apply, it is not that strong. Maybe preview the posts before publishing, or make sure the text does not have additional style.

Simion C.
tagDiv Staff

Hi,

Those are page builder shortcodes, but what would be the problem with them? I see your website is working properly, there are no errors or problems with it at the moment.

Thanks

Simion C.
tagDiv Staff

Hi,

I don’t exactly understand what you mean by that, please try to mention some more details about the issue. I will try to help you.

Thanks

Simion C.
tagDiv Staff

Hi,

1. Maybe you mean the breadcrumbs? – https://www.screencast.com/t/FlefA6Ysj1V
If that is the case and you want to color them differently, I could give you a code. Something like this maybe – https://www.screencast.com/t/y3giLh8v7NL
The code can be entered in Theme panel->Custom code (CSS section).

.entry-crumbs a,
.td-bred-no-url-last {
color: red;
}

If you want to modify the font or font properties this can be done in the theme panel
https://www.screencast.com/t/QuivQEug

2. An author role would be suited for that. Authors can create and publish posts having access to the post settings. No user role other than the admin have access to the theme panel.
Check some guides in the matter however, for a better understanding of all the roles. Then make a decision
https://www.wpbeginner.com/beginners-guide/wordpress-user-roles-and-permissions/
https://wpsmackdown.com/lexicon/wordpress-user-roles/

3. Every social can be customized with your own accounts. For example social links in the top bar and footer correspond to the account links you enter in the Theme panel->Social networks section
https://www.screencast.com/t/hSkuCFvxjxq
Remove the demo links and enter your own.

The social counter plugin can also be customized with your own data
https://forum.tagdiv.com/newsmag-tagdiv-social-counter-tutorial/

Let us know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

Form shortcodes can be entered in text elements, for example like this in pages
https://www.screencast.com/t/kQbAkDpj
https://www.screencast.com/t/OLTplOQ71Tdq
Or in the footer sections, the same with a text widget
https://www.screencast.com/t/Z6K0yTC3
https://www.screencast.com/t/7DelQ4MyLTBy
That should work at all times for you as well.

Simion C.
tagDiv Staff

Hi,

That is the latest articles section, you can change it’s name here for example
https://www.screencast.com/t/LQnPu2xnjlkt
All it’s other settings are there as well. Let us know if you have more questions.

Thanks

Simion C.
tagDiv Staff

Hi,

I believe there could be differences in font weights between browsers, but not with the same browser for the same font and font weight.

I have inspected the post you mention, I see no problem with it at the moment like in your screenshot. There a weight difference is definitely visible.
As long as you select the font weight for the element
https://www.screencast.com/t/yZavEjMp4GaM
And you also activate the weight – https://www.screencast.com/t/u8zMBj6frebC
Then that would apply at all times.

Simion C.
tagDiv Staff

Hi,

Please provide a link to the page with the problem. Leave the module file as it was by default, with no modifications. Remove modifications made to the file directly or by a child theme.

There is no need for code modifications to make a module display the post publish date.

Thanks

Simion C.
tagDiv Staff

Hi,

The empty page template does not display the entire header, there would be no menu to hide there with a code, or make visible. You can use a hero element but there will be no header with the empty template.

Maybe the menu overlay template is what you are looking for
https://www.screencast.com/t/yqg7JXgbl
A demo using that page template – https://demo.tagdiv.com/newspaper_spa/

Thanks

Simion C.
tagDiv Staff

Hi,

Infinite scrolling seems to work now, despite those errors. Since there are no such errors in a default theme install, something is creating them in your case.

– Deactivate all your plugins, leave only theme plugins active. If you have a cache plugin clear the cache and deactivate that as well.
– Temporarily remove all the code you entered in the theme panel (custom code, ads etc), theme files or child theme.

This should solve the problem. If it does, begin reactivating plugins and reading code, while checking for the errors.

Thanks

Simion C.
tagDiv Staff

We could take a look, I have made some tests and this issue does not happen on my end. Send us admin access at contact@tagdiv.com and include a link to this topic in the email.

Viewing 25 posts - 7,901 through 7,925 (of 20,681 total)