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

Hi,
You just need to change the thumb size in the module file: http://screencast.com/t/mUjV66aahP
Change it to the thumb size you want if the thumb is already defined or change it to your newly defined thumb.
You will have to regenerate thumbs after you edit thumbnails
Thanks

Bogdan B.
tagDiv Staff

Hello,
For the moment the mobile theme does not have any extra options and we try to limit the amount of settings on the mobile theme as it will affect the page speed on every new option we add. It will defeat the purpose of the mobile theme. If more options are required you can always use the standard responsive version of the theme. We built the mobile theme for speed. More options will mean less speed and the mobile theme becomes useless as there already is the responsive version that uses visual composer and all the options of the main theme.
As for freelancers, we cannot recommend any as we have not worked with any of them so we are not sure which one to recommend.
Thank you for your understanding.

Bogdan B.
tagDiv Staff

Hi,
Sorry but there is no solution for infinite scroll on posts in our theme. We have no option to provide in this regard and plugins that provide this feature will not work because of the way our theme’s post templates are made. Sorry.

Thanks.

Bogdan B.
tagDiv Staff

Well our theme does have a cropping system in place if the crop is what you have in mind. It will cut images center-top like this guide suggests: https://forum.tagdiv.com/featured-image/
Here is a list of thumbnails our theme uses: https://forum.tagdiv.com/theme-thumbs/ If you want to show the full image in our theme blocks you will have to keep the aspect ratio the same as much as possible. For example. let;s take this image for instance: http://howtoworld.org/wp-content/uploads/2016/11/how-to-lose-weight-by-eating-less-food-.jpg
It’s dimensions are 770 x 430. The thumb where this image is being displayed has dimensions of 356×364
Any way you take it, the image will never be able to show the full content in a ‘square’ thumb when the image is wide.

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Sorry but the categories in our theme cannot work like you mention. Our category pages will show posts, not other categories. Sorry. There is no such functionality in our theme. And there cannot be a category page that shows 2 categories. This is a wordpress limitation. You can however do this on a page in visual composer and filter your posts to show the categories that you want and place a redirect from the category tag to the page in question as a workaround.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
please clear your cache as I have tested this myself before providing the solution and the date on comments was gone. Please make sure you remove the correct part of the code
look:
before: http://screencast.com/t/pB1Wx4GR
after: http://screencast.com/t/5uuJvO31lM

Thanks.

Bogdan B.
tagDiv Staff

Hi,

Please remove your previous code (the second part) and replace it with this one:
.menu-main-menu-container .sf-menu .menu-item-999 a:after{
background-color: #ef3472!important
}.sf-menu > .menu-item-999 .current-menu-item > a:after, .sf-menu > .menu-item-999 .current-menu-ancestor > a:after, .sf-menu > .menu-item-999 .current-category-ancestor > a:after, .sf-menu > .menu-item-999 > a:after, .sf-menu > .menu-item-999 .sfHover > a:after, .menu-item-999.sfHover a:after, .sf-menu>.menu-item-66.current-menu-item>a:after, sf-menu>.menu-item-999.current-category-ancestor>a:after {
background-color:#ef3472!important;

Thanks.

Bogdan B.
tagDiv Staff

hello,

Well the mega-menu options needs the list to be populated with content. If you do not have content, the container will not shrink. It’s the same on our end if you we do not have enough items to fill in the container: http://screencast.com/t/zH5ug25C
The right space is for the content that needs to be placed to fill in the gap and the bottom space is the pagination container:
http://screencast.com/t/UQq79Z7hRhttp://screencast.com/t/HZot1VgT0
This is the default state of the theme. If you want to alter it you can modify the css and reduce some of the margins and padding but there is no problem here. Just the theme in action and not enough elements to fill in the spaces.

Thank you!

Bogdan B.
tagDiv Staff

If your images do not have alt attributes, then you have to add them in. You will have to manually add them in as the theme does not have any such feature. We did not test semrush so I’m not sure what it does exactly. Please use google’s structure data testing tool as we never heard of this semrush and we cannot know how it analyzes content. Try google’s tests as they are more trustworthy.
Thank you for your understanding.

Bogdan B.
tagDiv Staff

Hello,
The option is found when you edit a page in visual composer. Please edit your homepage and press the little pencil icon from the first row as the screenshot above shows http://screencast.com/t/p1ZTlcTXLy
You will have to learn to edit pages if you are to use the theme on your site. Please try to learn how you can edit pages in wordpress and add content in visual composer and use the plugin settings as well as the block settings. You will need this information. https://forum.tagdiv.com/block-settings-guide/
Try to find a few visual composer tutorials like for example: https://www.youtube.com/watch?v=K9SCWjdYWkI&list=PLTbrc9HXDstrx7j3-ORkLpyUidGpOj3WQ
Ignore the front-end editor as it has been disabled in our theme.
Thanks.

Bogdan B.
tagDiv Staff

Hello,
It seems you do not have the mobile theme plugin installed anymore, but from the screenshot i see the mobile theme working properly. Please read this guide to learn hoe the mobile theme will convert your content on the homepage to a predefined one: https://forum.tagdiv.com/the-mobile-theme/
Thank you!

Bogdan B.
tagDiv Staff

Ok,

I see it now. You mentioned the sidebar that is why I checked the sidebar

check out the “Nykaa” ad on the bottom side bar

As for the malfunctioning ad, there are 2 images in the same ad. How are they supposed to work together? An d cannot contain more than 1 image. Our theme does not have any option to rotate the ad images or display multiple images at once. Make sure your ad only has 1 image. http://screencast.com/t/xgHkQBio93i

Thank you!

Bogdan B.
tagDiv Staff

Hi,

This is the code you need to alter the menu hover underlines:
.sf-menu > .menu-item-66 .current-menu-item > a:after, .sf-menu > .menu-item-66 .current-menu-ancestor > a:after, .sf-menu > .menu-item-66 .current-category-ancestor > a:after, .sf-menu > .menu-item-66:hover > a:after, .sf-menu > .menu-item-66 .sfHover > a:after, .menu-item-66.sfHover a:after, .sf-menu>.menu-item-66.current-menu-item>a:after, sf-menu>.menu-item-66.current-category-ancestor>a:after {
background-color: red !important;

This whole bunch is for a single menu item. I added the culture menu item to be highjlighted in red. Now for the rest you will have to duplicate the code for each menu item and change the menu number in the code for each of your menu items. You can use the browser inspector to see the menu item number for each menu item.
http://screencast.com/t/oO2Npb01le

Thank you!

Bogdan B.
tagDiv Staff

hello,

The mobile menu will not show the mega-menu option. That is an option only available for desktop. You use the mobile theme plugin so you will be able to create a whole new menu without mega-menus. Add your favorite menu items and then place the menu on the mobile menu spot here: http://screencast.com/t/imXZPBLKU3nR

Thank you!

Bogdan B.
tagDiv Staff

Hello,

As you can see the block 18 module from the sidebar is indeed calling the 696 pixels thumb from the code: http://screencast.com/t/mUjV66aahP
This was a decision made by our development team for better positioning. If you want to make it grab a different thumb you can use the theme api to change the thumb used on this element: https://forum.tagdiv.com/api-thumbnail-introduction/

Thank you!

Bogdan B.
tagDiv Staff

Ok,
Please let us know if you have any further issues that we can help with.
Thank you!

Bogdan B.
tagDiv Staff

Hi,

Thanks for understanding our struggle. We are looking into it but I cannot say how long it will take to implement. We just released a new update today so you might want to test this one as well 🙂
We are constantly looking to improve our theme to make it compatible with all the latest technologies but this takes time. We will make our theme compatible with php 7 there is no doubt about that, only the ETA is not yet set. We are still considering our options on how to go about it.

Thank you!

Bogdan B.
tagDiv Staff

Hello Marko,
Pleae note that any background image or color will make the theme go into boxed mode. Even white counts as a color. You must check the colors section and press the clear button like so: http://screencast.com/t/Az6Cgkg5em
Thanks

Bogdan B.
tagDiv Staff

Hello,

The most common issue when something does not work properly is a plugin conflict. Please disable all plugins except visual composer, clear cache and reset cdn files if you use it.
Then test the mega-menu again.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
SSl is not something you click once and it;s all done. you will have to make the proper adjustments in the theme for it to work. Please read this topic: https://forum.tagdiv.com/topic/moving-to-ssl/
It is a very complex feature that needs your attention.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

The block title color can be changed from the block itself. You can find it in the block settings here: http://screencast.com/t/Fb03BdKs8z

Thank you!

Bogdan B.
tagDiv Staff

hello,

Our theme does not have any setting for this so you will have to edit the theme code to remove the comment time. Here is how to do it: http://screencast.com/t/yKzkgKuI

Thank you!

Bogdan B.
tagDiv Staff

The logo will not be able to position as it does on the site you mention as our theme has no such container. If you want to have the logo inside the menu you will have to choose a header style that offers this functionality: https://forum.tagdiv.com/header-styles/
I will be able to make the logo bigger by removing any margins and padding around it but I cannot relocate it and have it next to the menu on a different header style. If you want to replicate that exact look it will not be so easy to do in our theme as there are lots of variables to consider.
Please let me know once you have chosen the header style you want to use and the proper logo so I can offer a code to have it display bigger, but relocation is not something I can provide.
Thanks.

Bogdan B.
tagDiv Staff

Hello,
The theme width is the same on all sites. It will not change and it definitely isn’t changed on the demo. Maybe you are referring to the header and footer elements that will go into boxed mode if a background image or color is set. But the main content will always have the exact same width. Please provide an example of what is different on your site and how it is different on our demo.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Our theme does not re-size the adsense code. The ad will provide the proper size for the container specified by our theme. The adsense dimensions are in agreement with the adsense TOS it will not break them. You can choose the size you want from the dropdown list of ad dimensions but that does not mean the ad is re-sized. You do not have to choose any size at all if the auto function provides the ad result you want but this depends on the spot where you place the ad. If the ad will not get delivered in your desired dimensions on the auto position , you will have to choose the size from the list.
We have no reports of people getting banned from adsense for using our theme ad system and the ad size options.
Thank you!

Viewing 25 posts - 11,951 through 11,975 (of 22,378 total)