Home User profile
tagDiv Staff
Passionate for gaming, mountain biking and traveling. I face every task as a new challenge to bring my skills to the next level.
Bogdan B.
tagDiv Staff

Hello,


@thelastpoet
google doubleclick ads are not supported by our theme. Our theme was designed to work with standard adsense. We have no reports of the analytics going down so please test this without plugins as maybe the new theme version is not compatible with one of your plugins. Disable all of them exceot visual composer. clear cache and reset cdn files. If you have any further questions, please open a new topic as this one will be closed for replies.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
It seems your images are getting a margin from something called blogchatter: http://screencast.com/t/vnNJdxsK If I remove this margin then images position OK. You can either remove blogchatter or use this css as a quickfix:

.td-post-template-default .td-post-featured-image img{
margin:0!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello
You can change any block;s settings by following this guide: https://forum.tagdiv.com/block-settings-tutorial/
Thank you!

Bogdan B.
tagDiv Staff

Hello,

It actually is very technical. A child theme is used to customize the theme code. Adding custom code to re-write theme code. A child theme is only useful if you plan on altering the theme code. If you don’t plan on doing so, then you can ignore it. A child theme is used to skip a few updates and not have to re-apply your code every time you update but even a child theme is not update proof. If you change a file and re-write it from the child theme and that particular file is changed in an update you plan on making, you still need to re-apply your modification and re-add the file to the child theme. So in my personal opinion, a child theme is pretty useless. But this is only my opinion, not an official statement 🙂

Thank you!

Bogdan B.
tagDiv Staff

Hello,
You will need to provide more details if we are to help. Please provide a link to your site an example of what images where….
We need more details so we can provide an answer.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately our theme does not have such an option. It can only be done with customization. You will require css knowledge to do it. You will have to edit quite a few lines of code in style.css as 767 pixels is the trigger for the mobile version. You will have to change every value that targets this viewport area in style.css and there are 728 matches on a quick search: http://screencast.com/t/fYppSMys9

Thank you!

Bogdan B.
tagDiv Staff

Hello,

I think you mean the mega menu. You can use this guide to show mega-menus: https://forum.tagdiv.com/mega-menu/
As for a page example, you can load any page inside the menu no matter the content. Here is an example of a big grid inside a menu: http://screencast.com/t/T4V3Hst8ASA. Anything you can place on a page, can be added to a menu item.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Well if you have a black logo, you need to change the black header on mobile for it to be visible. You can change colors or the mobile menu in the theme panel: http://screencast.com/t/ZLl0leWrPgjM or if you use the mobile theme, under the mobile theme color settings.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
This is because you changed the default thumbnail size of wordpress as the default search module uses it. Please change the thumbnail of WP to 150×150 like so: http://screencast.com/t/jomQMjfVzuc
Thank you!

Bogdan B.
tagDiv Staff

Hi,
You can follow this topic to see how you can use visual composer buttons to your advantage: https://forum.tagdiv.com/topic/visual-composer-side-by-side-view-on-ipad/
Thank you!

Bogdan B.
tagDiv Staff

Hello,
In order to use the modal image, you have to link the images to the media file. if your images are external and you did not upoload them to the media library, then the modal image will not work. Also adding links to the image caption also makes the lightbox provide an error. https://forum.tagdiv.com/modal-window/
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately I cannot find the error. You mentioned you had title problems. Titles are there on the homepage, on posts themeselves, on category pages, etc. I could not find a single title that does not display properly. Please provide more details, a screenshot or a link pointing at a title that does not display properly.
As fopr the image, you do not have any featured images. You need to set featured images to your posts by follwing this guide: https://forum.tagdiv.com/featured-image-or-video/ and https://forum.tagdiv.com/featured-image/
Thank you!

Bogdan B.
tagDiv Staff

Hi,

Unfortunately w3c validator rarely provides good scrose. You can check any major website and you will still see errors in their code no matter what the site is: https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.amazon.com%2F
If your code works properly, and does not affect anything elese, you can skip w3c validator and use google structure data\

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can edit the blocks exactly like on the sidebars in the widgets area. For this you need to edit the page where the elements are and press the pencil button to access the block settings This guide should help: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Thank you for your appreciation, Your grids do not seem to use thumbnails but rather the full images. That is why thumbs do not display properly. Please activate thumbs from here: http://screencast.com/t/lvKsDY4vQ and then regenerate your thumbnails. You can use this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thank you!

Bogdan B.
tagDiv Staff

Hello,
The mobile theme colors are controlled from the mobile theme settings, not the desktop theme settings. Please read this guide: https://forum.tagdiv.com/search/mobile+theme/
Thank you!

Bogdan B.
tagDiv Staff

Hello,
You can use this css to change the button position:
@media(max-width:767px){
.td-md-is-ios .td-scroll-up{
bottom: 50px!important;
}}

Add the code in the theme panel->custopm css box and change the value (bigger value – button goes up)
I hope this helps.
Thanks.

Bogdan B.
tagDiv Staff

Hello,

The “create an account” button will show up once you allow registering to your site from WP settings: http://screencast.com/t/ViF8EuwUmAvP Here is the setting you need to check: http://screencast.com/t/BE4wpAbcfN

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please provide a link to your site as css is very specific and I have to inspect the site and provide the proper code that fits your layout.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Our theme does not have a linked in sharing option unfortunately. It will have to be made custom. We have provided solutions here on the forum about how to add it in but it will require the modification of the theme files: https://forum.tagdiv.com/topic/add-a-linkedin-button/
Thank you!

Bogdan B.
tagDiv Staff

Ok,
We will look into it and reply via email
Thank you!

Bogdan B.
tagDiv Staff

Hello,
In other version of the theme there was no padding added to blocks You could only add padding to a row, not to the block itself. It is a new feature. If you add padding, you increase the space around the block content. That is what padding does so I’m not sure I understand properly. You say you have extra space between your slider and sidebar but you want to have padding on it. padding is extra space so I’m a bit confused please contact us via email at contact@tagdic.com and provide a link to your site and wp-admin so we can login and inspect the slider in question and see where the spacing comes from if it;s from the design options or something else.
Please also include a link to this topic so we can identify you.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
In this case, please contact us via email at contact@tagdiv.com and provide wp-admin so we can login and inspect the issue. Please also include a link to this topic so we can identify you.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
The mobile theme was fixed but the hamburger menu and social icons were not part of the problem. This could be something else on your end. Please provide a link to your site so we can inspect it.
Thank you!

Bogdan B.
tagDiv Staff

hello,
That is the default block title without an ajax filter. When you create a new block and add a block title this will be the result: http://screencast.com/t/EfYkHxLZghttp://screencast.com/t/49z5P0G6RFQb
You can read more about block settings here: https://forum.tagdiv.com/block-settings-tutorial/
Thank you!

Viewing 25 posts - 14,026 through 14,050 (of 22,378 total)