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 more articles section will display only in post pages
https://forum.tagdiv.com/more-articles-box/
It can be configured to display latest articles, posts in relation to the currently viewed post (category, tag or author) or random articles. There are also a few other settings.

Thanks

Simion C.
tagDiv Staff

Hi,

The blocks can display custom post types, you have to enter the name of the post type you use in the required field
https://www.screencast.com/t/UeLojQlvJ
Try to enter the CPT name in the post type field of the block.

Thanks

Simion C.
tagDiv Staff

Hi,

That would depend on where are you using the module/block with module 4. There are a couple of things you could try, please mention where are you using module 4.

Simion C.
tagDiv Staff

Hi,


@pinnaclecompass
They will probably show up, but they will not have the necessary functionality. The custom post type features would be somewhat limited at the moment, sorry for the inconvenience.

Simion C.
tagDiv Staff

The way you tried it it will interfere with the main menu items, so for example if I position it over the menu items it will be part of the menu and can be clicked
https://www.screencast.com/t/gpByZdymKvmR
So that might be a bad solution.

Maybe below the header – https://www.screencast.com/t/fKeFtsRreP

.tdm-header-style-1:after {
content:"Escritos y lecturas";
position: absolute;
text-align: center;
width: 100%;
}

Simion C.
tagDiv Staff

Hi,

The Newsletter plugin will show only the email field currently, regardless of other fields that are included in the embed code. I believe this will be modified in coming updates, the plugin will be improved in may aspects.

You can try the alternative, enter the form embed code in a simple text element, like the column text for example. Then the form will be displayed exactly as created.

Sorry or the inconvenience.
Thanks

Simion C.
tagDiv Staff

Hi,

They look like this for me – https://www.screencast.com/t/rISILcrFpx
I also see that the code is still in place and applying at the moment I checked.

Simion C.
tagDiv Staff

Hi,

Seems the sidebar is breaking from the page container for some reason.
Did you test with all plugins deactivated (except theme plugins) to see if the same happens? Specially minification plugins can cause all kinds of problems.

Does it happen only on that page, try with a new page. Try to update the WPBakery plugin to the latest version as well (theme package provides WPBakery version 5.5.1).

Thanks

Simion C.
tagDiv Staff

Hi,

I am not aware of such plans, I believe there are currently other tasks to be completed by our developer team. With each update we try to provide as many fixes and new featured as possible.
There would be no such extended and advanced documentation, besides this guide
https://forum.tagdiv.com/the-theme-api/

Sorry for any inconvenience. Maybe in the future such a functionality would be available also with the proper documentation. There are many suggestions and waiting to be considered, on our list.

Thank you!

Simion C.
tagDiv Staff

Hi,

I would have no solution for that. Maybe some other users that have the same caching plugin and also use Adsense can share their experience in the matter.

If you have identified or suspect the caching plugin to be responsible, maybe search for some solutions or suggestions online in similar cases.
Test with and without the caching plugin active, see what happens with the ads. Test with other browsers as well.

Simion C.
tagDiv Staff

Not pages built with page builders, pages built with the default WordPress editor. Example of an AMP page
http://prntscr.com/k89xpn
http://prntscr.com/k89xyr
AMP is supposed to deliver performance based on simple content, not display heavy elements like grids, blocks etc. Then there would be no point for it. Please read the guide
http://prntscr.com/k89yxn

Simion C.
tagDiv Staff

Hi,

If you load 10 fonts, then this would be somewhat of a problem. Only three custom fonts can be loaded in the theme panel currently. I will add this on our list and see what can be done about it. We will try to add more custom font spots.

So if you still want to use the same 10 fonts there would be some possibilities. You could multiply the font upload spots in a theme file. Example
https://www.screencast.com/t/4BhDz9yPWz
https://www.screencast.com/t/TSmqt1q8ij1W
But the modifications to that file will be lost after a theme update. Maybe make a backup of the modified file and replace it after a theme update.

Or could load fonts with font face, but then the fonts would need to be applied manually for each of the elements, with CSS
https://wpsites.net/web-design/fonts-wordpress/
https://www.ostraining.com/blog/wordpress/custom-fonts/

Simion C.
tagDiv Staff

Hi,

I tried to inspect some posts on your website, it seems you deactivated the AMP plugin. I could take a look if you could enable the plugin again, let me know.
The AMP plugin at the moment would have no known issues, they were all fixed. The AMP style size would be well below the limit.
You could try as a quick test to deactivate all plugins, leave only theme plugins active. Test the AMP posts again, see if the same is detected.

Thanks

Simion C.
tagDiv Staff

Hi,

There is a limit set for the sub-categories in the mega-menu, it could be increased in the theme file mentioned in this topic
https://forum.tagdiv.com/topic/menu-menu-limit-of-sub-categories/

In the category pages there will be a drop-down displaying the rest of the sub-categories. This automatic drop-down cannot be removed easily, there would be no solution for it.

Thanks

Simion C.
tagDiv Staff

Hi,

There are a few possible solutions you could try in that case
https://docs.presscustomizr.com/article/229-fixing-errors-when-uploading-images-in-wordpress
https://www.wpbeginner.com/wp-tutorials/how-to-fix-image-upload-issue-in-wordpress/

The most probable cause would be insufficient resources, we recommend these values and settings
https://forum.tagdiv.com/newsmag-requirements-for-newsmag/

Thanks

Simion C.
tagDiv Staff

You can send us an email at contact@tagdiv.com and we will take a look. Please include a link to this topic in the email.

Simion C.
tagDiv Staff

It should work, in my tests it seems to work – https://www.screencast.com/t/cd6xxZBmBA

.td-footer-page .fb_iframe_widget_fluid {
display: none!important;
}

Remove it and enter it like that. If you have a caching plugin clear the cache. Let me know.

Simion C.
tagDiv Staff

Hi,

That will not work with our theme. You could color the whole article title link with CSS, but not parts of it.
You could try something like this for the module you use, example for module 8 you are using (block 9)
https://www.screencast.com/t/IeVoe9rWDnL

<?php echo str_replace('|','<span>', $this->get_title($title_length)). '</span>';?>

What it does is that you can for example create the post title like this
https://www.screencast.com/t/rrbJ6pnjtJB
When you place that “|” character in the post title a span will be created. You can use that and style the text that follows
https://www.screencast.com/t/AgBQaxJHYc

.td_module_8 .entry-title span {
color:yellow;
}

Module files can be modified in a child theme
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Custom CSS code can be entered in the Theme panel->Custom CSS code section

This would be a solution if you should consider it.

Thanks

Simion C.
tagDiv Staff

It could be centered but that may not be the best solution. A solution would be to place it in the top menu with one of the solutions mentioned above. Then I can give you a code to display the top menu on mobile
https://www.screencast.com/t/Dj20r0Yg1Vo

This is the code for that


.td-header-sp-top-menu:after {
content:"Escritos y lecturas"
}
@media (max-width: 767px){
.td-header-sp-top-menu,
.td-header-top-menu-full {
display: block!important;
text-align:center;
}
.td-social-icon-wrap{
display:none;
}}

You could also style it if you want to – https://www.screencast.com/t/YO1f2eWnp2k

Simion C.
tagDiv Staff

On the blog page it seems to no appear – https://www.screencast.com/t/NpsgzVI2L0
I could give you a code to remove it for all the website pages, enter this in Theme panel->Custom code CSS section

.td-footer-page .fb_iframe_widget_fluid {
display: none;
}

Then the Facebook comments section should be removed from below the footer on the whole website.

Simion C.
tagDiv Staff

Hi,

The posts will not inherit sidebars you create and set in a cloud category template, that will work only for default templates. There will be no relation between them, as it is with the primary category for default templates.
So category templates will apply to the categories you want as you create them, they will not affect the posts from those categories.

I can’t say at the moment if there will be changes made to maintain the same relation as with default templates. The cloud plugin is still in beta, it will be modified/improved over future updates.

Thanks

Simion C.
tagDiv Staff

Hi,

Those are not hero elements, it is a simple full width row with a background image set. In that row there are columns title elements, inline text or column text elements. You can also do that if you want to
https://www.screencast.com/t/5GwHpQ7cIc
https://www.screencast.com/t/cRLRSic4

The page template with menu overlay is indeed used, you can use that as well
https://www.screencast.com/t/3OfTRt6fO

The demo page content is provided in the theme, all demos are. For the Spa demo the pages are here
https://www.screencast.com/t/xQm6ZDtTTskQ
You can copy that content in a page and edit it with the tagDiv composer for example
https://www.screencast.com/t/CPzfXp3Z

Thanks

Simion C.
tagDiv Staff

Hi,

So that title should be displayed through the whole website, in the top bar.
I see you use a multipurpose header style, you could use a multipurpose top bar style as well. This will allow you to display a text in the top bar
https://www.screencast.com/t/zPPImXDs9di
https://www.screencast.com/t/wsj3bOz4
https://www.screencast.com/t/q5klb5845Yj

Or you could enter the text in the top bar style you currently use, style 1. Edit the top bar template file
https://www.screencast.com/t/1Be89AcX
With some additional styling that may work as well.

It could also be added with a simple CSS code
https://www.screencast.com/t/rN9SUsqnrhb

Or add it as a menu item maybe – https://www.screencast.com/t/9AaIT38iwyY

Thanks

Simion C.
tagDiv Staff

Hi,


@OFFROAD
There are options to upload and use 3 custom fonts at the moment. By default the theme will use these fonts
https://forum.tagdiv.com/font-customization/
If you maybe installed a demo, this will import additional theme panel settings, so other fonts may be loaded. You could check what fonts are loaded by inspecting the website source for example
https://www.screencast.com/t/EmHHH9eC94HF

Or use the browser inspector to identify them – https://www.screencast.com/t/92CxuZK5M5

There is now an option to remove all theme fonts
https://www.screencast.com/t/EW5qkFqML9

If you have problems identifying some fonts, or can’t get the same result, I could take a look. Provide a link to your website and mention which elements you are referring to.

Thanks

Viewing 25 posts - 7,701 through 7,725 (of 20,681 total)