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

So posts from multiple specific categories, not all of them. Enter the category IDs manually in the filter field
http://prntscr.com/mt0uu2
Then the block will show posts only from those categories.

Simion C.
tagDiv Staff

What box are you referring to exactly? maybe it is possible by some means. Let me know.

Simion C.
tagDiv Staff

Hi,

You could a code from this topic – https://forum.tagdiv.com/topic/top-bar-in-mobile-menu-is-not-coming/
It should make the top bar visible on mobile, but only if you do not use the mobile theme plugin.

Thanks

Simion C.
tagDiv Staff

Hi,

Seems to happen only on an iPhone, I found a similar topic where the issue of input fields being rounded on an iPhone
https://stackoverflow.com/questions/2918707/turn-off-iphone-safari-input-element-rounding

This code should fix it, I made a brief test and it seems to work. Enter it in the theme panel custom CSS section, see if it removes that border radius and shadow

.tds-newsletter input {
-webkit-appearance: none;
border-radius: 0;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Using default post templates that could only be done with solutions like this
https://forum.tagdiv.com/topic/remove-more-from-author-from-the-related-articles/

However with the introduction of the Cloud library plugin
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Now you can design your post templates using the tagDiv composer. That way for example you can see the related articles and more from author are different elements
https://www.screencast.com/t/BoJwflJTpAU
So you add only the one you want. There are many predefined single templates, or you can design your own (blank template)
https://www.screencast.com/t/WnjVg6FvdvE

Here you can experiment with the cloud post templates, preview and even edit them
https://affiliate.tagdiv.com/#/load/Single

Thanks

Simion C.
tagDiv Staff

Hi,

From what I know this will be added in a future update, as it is a much requested feature indeed.

Thanks

Simion C.
tagDiv Staff

Hi,

That website is using the WPML plugin, this will allow the creation of a multi-language website. With it you can translate pages and posts. Some info about it here
https://wpml.org/documentation/theme-compatibility/create-multilingual-wordpress-websites-using-the-newspaper-theme-and-wpml/
https://wpml.org/documentation/

Thanks

Simion C.
tagDiv Staff

Hi,

Looks like the ad is breaking out of line from container for some reason. Is the ad size set to auto in the theme panel for mobile? – http://prntscr.com/mszgla try setting a size for mobile, check what happens and how the ads appear then.

Thanks

Simion C.
tagDiv Staff

Hi,

Glad you found how to do it. That is a team member element – https://tagdiv.com/team-member-element-present-team/
You can configure it to display your own data – http://prntscr.com/mszb9e simply edit the page/cloud template with the composer, click on it, and configure it as needed. let me know if you have more questions.

Thanks

Simion C.
tagDiv Staff

Hi,

Should work in version 9.2. Seems to work when I test your ID – http://prntscr.com/msz5ev
Try to switch to a test ID like cocacola for example – http://prntscr.com/msz60n
See if that works, then switch to your own.

If the problem remains, send us an email at contact@tagdiv.com and provide admin login so we can take a look. Please include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,

So a sub-menu on three levels – http://prntscr.com/msy7tlhttp://prntscr.com/msy81h
From what I can understand you don’t want the previous sub-menus to be active when for example you are on the last sub-menu, like this – http://prntscr.com/msybv9

You could try this code if that is the case, enter it in the theme panel custom CSS section

.sf-menu .sub-menu .current-menu-ancestor > a {
color: black;
}

If I misunderstand please let me know, also some screenshots with what exactly you would like to do would be very helpful.

Thanks

Simion C.
tagDiv Staff

Hi,

The font request will load, by default the theme uses two fonts. So even if you leave all the settings on default and don’t install a demo these will still be loaded
https://forum.tagdiv.com/font-customization/
If you want you can disable the fonts in the theme panel – http://prntscr.com/msxqc2

What comment js are you referring to? Maybe it is not coming from the theme. If you want to not load plugin resources only on specific pages or for specific pages, you could try some suggestions I found, could be other solutions
https://kinsta.com/blog/disable-wordpress-plugins/
https://shibashake.com/wordpress-theme/how-to-selectively-load-plugins-for-specific-pages

Thanks

Simion C.
tagDiv Staff

Hi,

Please try again and activate the theme, should be no problem. If there is please send us an email at contact@tagdiv.com so we can investigate. Include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,

If you mean the order of the socials in the top bar and footer, that could only be done with modifications in a theme file, like mentioned by Calin in this topic
https://forum.tagdiv.com/topic/mobile-menu-social-icons/
I believe this is a request that is already added on our list.

For the social icons elements of the composer this is not possible, if you are referring to it.

Thanks

Simion C.
tagDiv Staff

Hi,

You could simply use a flex grid, flex grid 1 would be best in this case. This has an option to specify the gap between the modules – http://prntscr.com/msxdmk
The predefined grids don’t have such options, they will always look the same.

Thanks

Simion C.
tagDiv Staff

Hi,

What fields would you like to remove exactly? Maybe there is a way, let me know if you can specify some more details about it.

Thanks

Simion C.
tagDiv Staff

Hi,

If you use a cloud header template that is possible with a setting
http://prntscr.com/msx74s

If you don’t use a cloud header template, you could either comment the code as mentioned in this topic by Bogdan – https://forum.tagdiv.com/topic/order-of-navigation-items/

Or use a CSS code to hide it – http://prntscr.com/msx9si this code will apply to all the mega-menus with sub-categories (it can be made more precise if needed)

.block-mega-child-cats a:first-child{
display: none;
}

The code can be entered in the Theme panel custom CSS section.

Thanks

Simion C.
tagDiv Staff

Hi,

You can stretch the row in the composer. This is an example, first a row with a background color by default – http://prntscr.com/msx024
And a stretched row – http://prntscr.com/msx0fh the background will be full width.

As a note, if there is a background color or image set in the theme panel
https://forum.tagdiv.com/background-introduction/
Then the website will be permanently boxed, the content width will be fixed. Let me know if you have more questions.

Thanks

Simion C.
tagDiv Staff

Hi,

That secondary menu is actually made of buttons in the page content, so it is not part of the menu. These buttons will appear only in the homepage. At the time of making the demo the header builder/manager was not yet available.

But now you can do that. Import the cloud fast news header in the cloud library section
http://prntscr.com/mswwwm
Add a header menu element in it – http://prntscr.com/mswxac and save it. Then set it globally in the theme panel – http://prntscr.com/mswxnp
The header style will then appear for the whole website.

Thanks

Simion C.
tagDiv Staff

Hi,

That header style can display the logo in full, if you select the full size when setting it, like this example
http://prntscr.com/mswqaqhttp://prntscr.com/mswqh0
From what I can see currently there is a thumbnails of the logo set, try using the full size of the image and check again.

Thanks

Simion C.
tagDiv Staff

Hi,

So the language in which you want to translate WordPress does not appear in the drop-down
http://prntscr.com/mswnpz
From what I know only languages that have full translations will appear there.

You could try and load a new language manually like mentioned in these topics, or use a plugin
https://www.webhostingsecretrevealed.net/blog/wordpress-blog/adding-different-languages-to-wordpress/
https://www.a2hosting.com/kb/installable-applications/optimization-and-configuration/wordpress2/changing-the-wordpress-language

Thanks

Simion C.
tagDiv Staff

Hi,

I could take a look, please post a link to the website. Do you use any image optimization plugins?

Thanks

Simion C.
tagDiv Staff

Hi,

So you use the default blog page as homepage (list of posts sorted by latest). If that is the case you can choose the module that displays the posts in the theme panel->template settings->blog and posts template – http://prntscr.com/mswjza
Choose a different module, one that does not have a read more button.

You can always create a page with the composer and set it as homepage, use the elements you want in it
https://forum.tagdiv.com/homepage-how-to-build-and-set-it/

Let me know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

What exactly is the problem when using the filter? You simply have to choose the category you want in the dropdown and the block will only show posts with that category.

I see there is a post displayed after selecting that category, maybe that is the only post that exists, or the block is limited to 1 post – http://prntscr.com/mswcq6

Thanks

Simion C.
tagDiv Staff

Hi,

Looks alright at the moment, the homepage looks like this for me at the moment
http://prntscr.com/mswafa
Maybe it was a caching issue, I see that logo on the whole website, desktop and mobile.

Thanks

Viewing 25 posts - 3,526 through 3,550 (of 20,681 total)