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

The height can be modified by changing the line height of the menu for example
https://www.screencast.com/t/0tnULgutgr8Z

So the border should be around each menu item? Like this maybe
https://www.screencast.com/t/kQaD67KzX

#td-header-menu .sf-menu > li {
border: 1px solid blue;
border-left: none;
}

Simion C.
tagDiv Staff

I tested further, it seems there is an og image in the page source and it is seen by Facebook
https://www.screencast.com/t/hzDFQte0
https://www.screencast.com/t/glK9XdxTEj
But the URL to the image is inaccessible from what I can see
https://www.screencast.com/t/eYkNcMivzVZ
So I believe Facebook does not have access to the image URL on your server for some reason.

Simion C.
tagDiv Staff

I thought I fixed that properly, my mistake. This is the whole code, the result should now be what is needed
https://www.screencast.com/t/1AUSmwbyp2k9

#td-top-mobile-toggle,
.td-search-wrapper {
display: none;
}
.td-header-wrap .td-header-main-menu {
height: 47px !important;
}
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
height: 47px !important;
}}
.td-header-menu-no-search .td-header-main-menu {
padding-left: 0;
}

Simion C.
tagDiv Staff

Hi,

I tested this on a phone, for me the same page that is displayed on desktop is displayed on mobile
https://www.screencast.com/t/IvitGYyYC
https://www.screencast.com/t/ZoHE1j34I
These two links are different, one is a category page and one is a page
http://petcompanionmag.com/category/magazine/magazine-archives/
http://petcompanionmag.com/magazine-archives/
That sub-menu item is a page item, so it should always lead to the page not the category
https://www.screencast.com/t/3akDueE0

Simion C.
tagDiv Staff

Hi,

That would be a sidebar, sidebars can be edited depending on how they are added to the page. If for example the sidebar is creating by simply adding elements top it with the composer, it can be modified by editing the page
https://www.screencast.com/t/qmyUJ01ut
If a widget sidebar is used, then the sidebar can be edited in Appearance->Widgets
https://www.screencast.com/t/4M5lk6fsYp1R
https://www.screencast.com/t/gvDrti5Oec5
These are some useful guides that you can read
https://forum.tagdiv.com/tagdiv-composer-tutorial/
https://forum.tagdiv.com/block-settings-guide/

Let us know if you have more questions, we will try to help you.
Thanks

Simion C.
tagDiv Staff

Hi,

In regards of the header functionality there are plans to add more features and also freedom to customize them.
I will add the video suggestion on our list of suggestions. All the suggestions mentioned by our users are noted and considered.

Thanks

Simion C.
tagDiv Staff

Hi,

That text is part of the post content, so it is normal that it is displayed above the post pagination if that is what you are referring to
https://www.screencast.com/t/PJfTUyEenWTs
https://www.screencast.com/t/WMZ3F3rX
https://www.screencast.com/t/h7obVS1xhBH
Please correct me if I misunderstand.

Simion C.
tagDiv Staff

Hi,

From what I can see it loads just fine at the moment
http://prntscr.com/jwkxgq

Simion C.
tagDiv Staff

Hi,

You can either make the sidebar sticky so it scrolls down with the page
https://forum.tagdiv.com/smart-sidebar-2/
Or add more widgets in the sidebar to fill the sidebar space.

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe you are not doing it properly, I added the icon like this first (also to a mega-menu)
https://www.screencast.com/t/7cnaLw9Tb
Then I added the required class for using only the icon
https://www.screencast.com/t/zfxmttxS
Now the mega-menu displays only the icon, while the functionality is the same
https://www.screencast.com/t/hNrg7hq2

Note that the menu item you choose to make a mega-menu must not have sub-menus
https://www.screencast.com/t/JCZaeZOVRrG
If it has any sub-menus they will be displayed under the mega-menu as it happened in your case.
Let me know if you need further help.

Thanks

Simion C.
tagDiv Staff

Maybe you are not doing it right, please check this guide
http://www.wpbeginner.com/wp-tutorials/how-to-add-animated-gifs-in-wordpress/
Be sure to use the full size of the gif as mentioned, or it will not work.

Simion C.
tagDiv Staff

Hi,

By a theme setting there is no extra design for the category tags, however it would be possible with CSS, for example like this maybe with a border radius
https://www.screencast.com/t/evTocuHY9
I will try to help you if you could mention some more details about how exactly you want them to be. The browser inspector is a very powerful tool, useful for this as well
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

That code will work, it just has to be a little stronger
https://www.screencast.com/t/QHtxrvGDE9
Try it like this

.td-footer-info .footer-text-wrap .footer-email-wrap a {
color: grey;
}

Thanks

Simion C.
tagDiv Staff

Hi,

If you use a theme version higher then 8.7.4 it should work. There were changes made by Facebook a while back, also Instagram and Twitter. In the latest theme version and social counter plugin the counter works properly. If you use an older version than that, they will probably not work anymore.

This is a theme update guide if you decide to update
https://forum.tagdiv.com/how-to-update-the-theme-2/
Follow the steps as mentioned, be sure to update the theme plugins as well. As always make a backup to be safe.

Thanks

Simion C.
tagDiv Staff

We were not aware of this, it was not mentioned before as far as I know. I will make a note of it, thank you for mentioning this.

Simion C.
tagDiv Staff

We could take a look, send us an email at contact@tagdiv.com and provide admin login. Mention what you are doing exactly and the result. We will try to help you.

Simion C.
tagDiv Staff

Hi,


@opikon
From what I can see you are using theme version 8.1.2 currently, please read the replies from above. Basically Instagram will not work with that version, most of the other socials may not work also.

In the latest theme version the Instagram widget works properly, so is the social counter plugin. So it would be required that you update to the latest version of the theme and theme plugins in order to have functioning socials.

Follow the theme update guide and update the theme, also be sure to make a backup as suggested before updating
https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks

Simion C.
tagDiv Staff

Hi,

That should be possible, I also made a test with a gif image I had in the media library. I tried it in a text element
https://www.screencast.com/t/NxKxt3blAprF
https://www.screencast.com/t/58PTGxaK
The gif seems to work with the text column from what I can see.

Simion C.
tagDiv Staff

Hi,

It seems there is some design coming from Visual composer, this is overriding the theme margin bottom set for the block title
https://www.screencast.com/t/wMgeTh3FhnH
Blocks in sidebars do not seem to have this problem however, in posts or category pages.

I tested his with the same block even, in a Visual composer page
https://www.screencast.com/t/d8oRjQx9
For me the theme margin bottom applies to the block title as it should. First you could try to clear your cache, check if this has any effect. If that does not do anything, I could give you a code to restore the margin
https://www.screencast.com/t/ZXwng4KJp8i

.block-title {
margin-bottom: 26px!important;
}

Thanks

Simion C.
tagDiv Staff

Hi,

We did not make any modifications to the post editing section, so it would be the same as before. Maybe the theme has not been updated properly, please try it again by FTP if possible
https://forum.tagdiv.com/how-to-update-the-theme-2/

Also review the theme requirements and system status
https://forum.tagdiv.com/requirements-for-newspaper/
If needed increase the parameters mentioned in the guide. After you install the theme again update the theme plugins. Do not make any modifications to it’s files, if you have a child theme deactivate it temporarily, check custom code if used as well. Also deactivate as a quick test all your plugins, leave only theme plugins active.

Let us know what you find out after trying these suggestions.
Thanks

Simion C.
tagDiv Staff

Hi,

From what I can see there are no featured images set for your posts. The posts seems to be built with the elementor builder, maybe that is not a problem in this matter. But there is no featured image set so there will be none when sharing as well
https://forum.tagdiv.com/featured-image-or-video/
Try to set a featured image for the posts and check again
https://developers.facebook.com/tools/debug/og/object/

Thanks

Simion C.
tagDiv Staff

Hi,

You could use different ads by viewport, this is a possibility
https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Using the predefined containers would allow to display different ads by device.

The sidebar will drop below the content only on phones. On other devices it will be resized automatically as the container shrinks in width. A setting to keep this from happening or change the sidebar behaviour does not exist. Sorry for the inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

So you want to remove the URL, email etc from the mobile theme comments
https://www.screencast.com/t/MJvk1RqWi4
Those codes would work for this, for the default consent it should be like this
https://www.screencast.com/t/4DYkgWs2b

.comment-form-cookies-consent {display: none;}

https://www.screencast.com/t/Pr31uyJNyR8

Thanks

Simion C.
tagDiv Staff

Hi,

Those settings are for the post title, in the post pages. There are settings for each post template style
https://www.screencast.com/t/FK6O4raM35
Those settings will not affect anything in the homepage, only in the actual post pages. If you want to modify the post titles fonts in the homepage, use the settings for the modules
https://www.screencast.com/t/Q3w7OBmPX

Thanks

Viewing 25 posts - 8,601 through 8,625 (of 20,681 total)