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

This code will remove it on mobile for example

@media (max-width: 767px) {
.Rhineetle {
display: none;
}}

The code has to be entered here – https://www.screencast.com/t/papIv5w5

If you create a new table and place it in the post content, you could use a new class. Then hide it on desktop, for example


@media
(min-width: 767px) {
.Rhineetle_mobile {
display: none;
}}

This should work. I tried to make the table to scroll but with no results. It could be possible with enough time. You could search online for the best way to create a responsive table, there could be valuable tips.

Simion C.
tagDiv Staff

Hi,


@PAPPACLART
It would be 1164px with a background set in the theme panel.

Simion C.
tagDiv Staff

I see now what you are refereeing to, I don’t think that this is intended for inner rows, the inner columns do not have the sticky option. I will add this on our suggestion list and it will be considered.

As for cloud templates, there are many new ones to come. Our designer team have many more ideas and are working as we speak to create beautiful templates. We are glad that you appreciate the work, and you are having fun with the theme and page builder.

Please have a nice day!

Simion C.
tagDiv Staff

Hi,

The 500 errors were solved in most cases by increasing the WP memory parameter
https://forum.tagdiv.com/requirements-for-newspaper/
A value of 256M would be sufficient for most users if possible or allowed by the hosting provider.

You could try this and check again. The invalid endpoint error may still happen, this is being investigated by us.

Simion C.
tagDiv Staff

Hi,

I don’t know exactly what that is, an image can be set as background. Maybe check some online guides and tutorials in the matter if this is what you are referring to
https://themeisle.com/blog/add-facebook-pixel-to-wordpress/
https://harvestersolutions.com/how-to-install-a-tracking-pixel-or-cookie-on-a-wordpress-website/
https://www.wpbeginner.com/wp-tutorials/how-to-install-facebook-remarketingretargeting-pixel-in-wordpress/
https://wplift.com/add-facebook-pixel-to-wordpress

Or maybe some users may have some more experience with this.

Simion C.
tagDiv Staff

Hi,

A heading is a heading, adding a class or ID to it will not cause any problems with it. Classes, ID’s or inline styles are in general used for design purposes.
So these headings would have equal value in all aspects
https://www.screencast.com/t/3A0x8Xgn

Thanks

Simion C.
tagDiv Staff

Hi,

You could try something like this instead
https://forum.tagdiv.com/topic/post-last-updated/

In the topic the solution is to replace the theme code but you could add it next to it.

In this example I will use post template style 1 -> loop-single-1.php
https://www.screencast.com/t/KpcPUqFQ5iC
Direct result is this – https://www.screencast.com/t/4avlf8Mws9
With some CSS – https://www.screencast.com/t/aWKxtrKQDA

.the-modified-date {
display:inline-flex;
}

Code link here for convenience – https://pastebin.com/vCsS4CFf

Of course you can style it further or position it differently if needed.

Thanks

Simion C.
tagDiv Staff

Hi,

That can be done in the Theme panel->Translation settings
https://www.screencast.com/t/533hL0hLl

Thanks

Simion C.
tagDiv Staff

Hi,

For me most images do not display on desktop in the homepage
https://www.screencast.com/t/rulnbsbACJ
This most likely happens due to a js conflict present in the website. The quick fix for the images is to deactivate the theme lazyload which is the first to break in such cases
https://www.screencast.com/t/dV4Lk9br
The recommended way is to try and identify what is the cause, as this may affect other theme elements. I see the header search does not work as well.

Temporarily deactivate all plugins except theme plugins, remove custom code if you have any entered in the theme panel or theme files. These would be the first steps to try.

Thanks

Simion C.
tagDiv Staff

Hi,

I see you use theme version 8.7.4 that version has a working social counter plugin
https://www.screencast.com/t/3xzCxFOzS
Previously the counter did not work anymore due to modifications made by Facebook.

Try to deactivate the social counter and delete it, install it again from here
https://www.screencast.com/t/gSfqlc3PEiML
Check if the issue is the same, also try to switch to a test ID for example like this
https://www.screencast.com/t/neAZkNrWPN
Then switch back to yours. I tested you ID and it works
https://www.screencast.com/t/bE7BYIihuDz7
Let us know if there is still a problem.

Thanks

Simion C.
tagDiv Staff

Glad it worked. If you would have mentioned you wanted the login as well, it would have been helpful. To display the login as well it would be like this
https://www.screencast.com/t/EX7D1QEU

@media (max-width: 767px){
.td-header-sp-top-menu,
.td-header-top-menu-full,
.top-header-menu.td_ul_login {
display: inline-block!important;
}
.td-social-icon-wrap,
.td_data_time,
.menu-top-container li:not(.wpmenucartli){
display:none;
}}

Delete the previous one and enter this one, it should work.

Simion C.
tagDiv Staff

I believe our developer team identified some possible causes for this to happen, these will be tested along some other fixes.
I can’t provide an update release date unfortunately, they are working to try and fix it as fast as possible.
The Cloud library plugin is still in beta, so issues with it may be expected. We are sorry for the inconvenience.

Simion C.
tagDiv Staff

Hi,

I see you colored the menu items as you want, each with it’s own color. The theme has settings only per general.
The active state has this setting as well, per general
https://www.screencast.com/t/IKIb4b0uEJKh

So now you want to set the same colors for the active state of the menu items, you could use the theme class for that along the menu ID class, like this example
https://www.screencast.com/t/wxGhAVUEz3

.current-menu-item.menu-item-134 {
background-color: blue;
}

Create a code with the same colors as you used before for each menu item.

Thanks

Simion C.
tagDiv Staff

Hi,


@ITSAIBA1990
The module that is used in the mega-menu is this one
https://www.screencast.com/t/fRxuA4j3OjZ
The module will show a thumbnail, there would be no theme setting to disable it.

You could hide the thumbnail if you want only the post title to show there, but then the mega-menu would look like this
https://www.screencast.com/t/xL1BaHbU
Or maybe change the module the mega-menu uses but that will require modifications in the theme files.
A setting to modify the mega-menu like that does not exist at the moment in the theme.

Thanks

Simion C.
tagDiv Staff

Hi,

What exactly is that? Does that appear when you use the search button? The colors for that modal can be adjusted in the theme panel
https://www.screencast.com/t/rg8NcLwe5D (no mobile theme)
https://www.screencast.com/t/5Gm6gDYAJoq (with mobile theme plugin)

You can also set a background image if you want to.

Thanks

Simion C.
tagDiv Staff

Hi,


@tusharbhayana
If it is the same for you and it happens only with a specific page, then that page contains something that causes the problem.
Maybe you entered some custom code in it, like ad codes or scripts etc. Remove them from the backend if you did that, as mentioned above.
Or try the same and return to a previous revision of the page like Johann mentioned.

Simion C.
tagDiv Staff

Hi,

@lovelifelaurie@gmail.com Those would be the header and footer logos. For the header logo check in the header section
https://www.screencast.com/t/F36Phnmg
For the footer logo check in the footer section
https://www.screencast.com/t/6ZMNB7Re

Those would be the settings you are looking for.
Thanks

Simion C.
tagDiv Staff

Hi,

While it may look nice on desktop, that table is not suited for mobile. That many table columns will not fit properly on mobile. Also I see that non-responsive fixed values in px are used. I tried, but there would be no way to fit that table on a small screen and also maintain a decent design on it
https://www.screencast.com/t/7cZ3vtx3
The theme has some design for it and will try to make it responsive
https://www.screencast.com/t/JEcz79e0wDhz
But that may not work with all tables.

What you could do is to create an additional table more optimized for smaller devices. I could give you a code to hide this one for mobile and display that one instead, if you should consider that a solution.

Thanks

Simion C.
tagDiv Staff

Hi,

It should work like that, right click and inspect the menu item in question, in this case the icon
https://www.screencast.com/t/bwy0jli6g8
If those are the only icons in the header menu, you could also restrict the code to apply only in the menu
https://www.screencast.com/t/EPQve1fLnk5

.td-header-main-menu .fa {
color: yellow;
}
.td-header-main-menu .fa:hover {
color: red;
}

There might be other solutions as well.

Simion C.
tagDiv Staff

Hi,

So when activating the composer that message is displayed, despite having the latest version of the theme (8.8.2) and using the latest version of composer
https://www.screencast.com/t/u30vobcD6
That would be unusual, does it happen if you deactivate the child theme?

Simion C.
tagDiv Staff

Hi,

Is it a fresh install? What happens if you edit other pages, or a new page? Try to deactivate all your other plugins, leave only theme plugin active. Also be sure to review the theme requirements
https://forum.tagdiv.com/requirements-for-newspaper/
Let us know what you find.

Thanks

Simion C.
tagDiv Staff

Hi,

That would be unusual. Do you use any caching, or have a caching plugin? try to delete the cache and check again. Check with a different browser as well.

If possible set a background and after that provide a link to the website and I will inspect it.

Thanks

Simion C.
tagDiv Staff

Hi,


@therealshaunproulx
The formats drop down is added by the theme, by default. Maybe one of your plugins is removing it or interfering with this section.

If you are you using any editor plugins deactivate theme and see if the formats are visible, or deactivate them all at once as a quick test (except theme plugins). See if this has any effect.

Simion C.
tagDiv Staff

Hi,

So you want to position the author box in the post page differently in the post structure, from the bottom of the article page to the top.

I see you use the latest theme version, so with the help of the tagDiv composer and Cloud library plugin that will be possible.

With the cloud plugin you can now design post templates as you wish. Choose a blank template if you want to start from scratch, or a predefined cloud template which you can use as it is or modify it
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

So for example dragging and dropping the author box in a different location will be easy
https://www.screencast.com/t/PsGfLB4RuD

Thanks

Simion C.
tagDiv Staff

Hi,

I see in centered in Chrome as well – https://www.screencast.com/t/muZHHLOu
In fact I see that most of the content in that post page is centered, post content, module titles etc
https://www.screencast.com/t/gAcdFUTs

That is happening because there is a text align property set on the body of the website
https://www.screencast.com/t/HyIkxKwRb1J
That is not a theme added property, if you have used custom code for that maybe consider to remove it or make it more precise.

Thanks

Viewing 25 posts - 7,626 through 7,650 (of 20,681 total)