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,

That will not be a simple task. If I add a simple border, you will see the container stretches to the full length of the post title: http://screencast.com/t/y3XsVZJh2Rbb This means it will require the next and prev post message to be in a different container than the post so it will require modifying the theme code for this to work properly.
The code is found here: http://screencast.com/t/eiVSnP0vad
You can change it to a div element http://screencast.com/t/9xqCeoZF19 and assign a class to it so you can then use css to make it stay the same size as the text and place borders around it.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The code in the functions.php file will require a bit of coding knowledge as it will not re-write the basic functions.php file. It will require a priority setting. Maybe this will help explain it better: https://code.tutsplus.com/tutorials/a-guide-to-overriding-parent-theme-functions-in-your-child-theme–cms-22623
Overriding a function is a bit more tricky. You will have to know what you are doing. it will not be a copy and paste a bit of code situation. Customizing a theme;s code requires coding skills and knowledge.

Thank you!

Bogdan B.
tagDiv Staff

Ok,

Please send us an email at contact@tagdiv.com and provide wp-admin so we can login and investigate the issue. Please also include a link to this topic so we can identify you.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Our theme has no such option. A category cannot be shown inside a block and you cannot assign a featured image to a category in order to show it inside a block. Our theme modules and blocks were designed to show posts or pages or even custom post types, but not categories. You will have to find another solution to this maybe by using redirects: http://www.wpbeginner.com/beginners-guide/beginners-guide-to-creating-redirects-in-wordpress/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Well colors are more easy to change than to position the logo in another header style. Here is a list of header styles you can choose from: https://forum.tagdiv.com/header-styles/. Choose the one that is closer to your request as possible and you can then change the colors in the them panel.

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please provide a link to your site so i can inspect it as there is nothing I can do based on screenshots. I will have to inspect the site’s html code.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

In order to know where to edit the code you must first figure out what that element is. it is a block. Blocks use modules as 1 block is made out of 1 ore more modules. In order to figure out which module is that, you can either use the browser inspector or the theme panel category tag list here: http://screencast.com/t/CxcUgpioMHis
Once you identify the module used, you can edit it;s code. For example if I want to modify module 1’s category tag, I would access this file: http://screencast.com/t/tvijQiZJxeTy
You can then use css to target the category tag and position it properly (after you modify the code)
I’m not sure what you mean by replacing the date on the social share links…please provide more details to what social sharing options do you mean and what date are you referring to.

Thanks.

Bogdan B.
tagDiv Staff

Hello,

Our theme has no such option unfortunately. The menu cannot be removed from the page using the theme settings. If you want to create a new menu you will have to use a plugin or create it in revolution slider as the site you mention. The main header area can be hidden from the homepage using a simple css trick:

.home .td-header-wrap{
display:none!important;
}

Thank you!

Bogdan B.
tagDiv Staff

@fabiula

Please read the mobile theme guide posted above to learn how the mobile theme works. There will be a few changes on the mobile theme as it was built for speed. It will convert your homepage, posts, categories, etc…to the fastest possible layout.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

I have checked your site and it seems to be working fine now. The search provides the proper results: http://screencast.com/t/rZrFPA0cSO and the search results of WP: http://screencast.com/t/5KtAA8dV
It could have been a temporary caching issue and it since got cleared.
Let us know if you still have trouble with the search.

Thanks.

Bogdan B.
tagDiv Staff

Hello,

These options will not be available for custom post types as the post templates are “post” templates created for the ‘post’ template. Categories, again are the standard taxonomy of a post. A custom post type cannot have a post category to be able to have the category options. A custom post type is something different altogether. Our theme does add a standard template for a CPT but you will not be able to use the post styles or category styles on a custom post type. Our theme’s custom post type support is mentioned here: https://forum.tagdiv.com/custom-post-type-support/

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Please contact us via email at contact@tagdiv.com and provide a link to your site and wp-admin so we can login and investigate this issue. Please also include a link to this topic so we can identify you.

Thank you!

Bogdan B.
tagDiv Staff

Hello Monique,

You did not mention anything about disabling the other plugin so please disable all plugins except visual composer, clear cache and reset cdn files if you use it. This will rule out a plugin conflict. If the problem is still there after you do the above steps, then please contact us via email at contact@tagdiv.copm and provide wp-admin so we can login and investigate the issue.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

If you want to create a child theme, there is one already provided in our main theme archive you download from envato. We recommend using that one as this is already created in there: http://screencast.com/t/MLM1gKUmuKwi

Thank you!

Bogdan B.
tagDiv Staff

Ok,

It seems that any modification to the image will cause responsiveness to break so there is a solution to this. Use the responsive advanced css boxes and only change the desktop and tablet viewports. Adjust the above code if necessary. Change the values so the result will be different for the image and gradient on each view port here: http://screencast.com/t/P6yC37U45ajL
Smaller screens will not need this modification as they will show the full image only smaller so all the image will be visible.

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Aceasta afisare nu o putem recrea la noi asa ca vom avea nevoie sa iti accesam site-ul sa vedem exact ce e acolo si ce afecteaza aceasta categorie. Te rugam sa ne scri un email la contact@tagdiv.com si sa ne oferi un user si o parola cu dreptuiri de admin, sa ne putem loga sa investigam de ce apare aceasta categorie pe tema mobila. Te rugam sa atasezi si un link la acest topic sa te putem identifica.
Multumesc.

Bogdan B.
tagDiv Staff

Hello,

Yes, this is true. Our theme elements have common functions. They do not have separate functions for each element. The get_header function works on all modules and blocks in our theme. If you change this, it will affect multiple parts of the site, not just the related articles section. It can be done but you will need coding skills to pull it off.
An easy way to do it is to duplicate the function in td_module.php and name it get_title_custom and then replace the h tag to the one that you want.
Make sure to call the get_title from the td_module_related_post.php to the get_title_custom function.

Thanks.

Bogdan B.
tagDiv Staff

Hello,

You can set the border color to white using css or inline styles.
http://www.w3schools.com/css/css_table.asp

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately we have not tested multiple ads inside an ad spot with our ad system. You should try a plugin. Maybe adrotate has such an option but our theme ad system was not designed to work like that.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

The mobile menu color can be changed from here: http://screencast.com/t/cBsowgd5xFLb

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The logo will get re-sized on post styles that do not use the full logo. If you want the full logo to show we suggest using the 3 post styles that display the logo in it;s full size without altering it. These are headers 9, 10 and 11

Thank you!

Bogdan B.
tagDiv Staff

Hello,

It could be an issue. Please use these 2 guides to update both the theme and visual composer:
https://forum.tagdiv.com/how-to-update-the-theme-2/
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
If the options still does not show up, make sure you have all elements checked in the visual composer settings like so: http://screencast.com/t/VPLs42cHw

Thank you!

Bogdan B.
tagDiv Staff

Hello,

We do not recommend using 2 ads in one ad spot. the theme was not designed to work like this. If you want rotating ads, you can use a plugins such as adrotate but we have not tested multiple ads in one spot with our ad system/
As for the mobile theme issue, there is a problem with wp super cache. please follow this topic: https://forum.tagdiv.com/topic/mobile-theme-problems-3/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

1) Unfortunately we have not tested this on our end so I cannot say for sure. You will have to remove one of them just to be sure. Please make sure you only have 1 category with the name featured and the slug featured so there will be no errors from having 2 identical categories. If both the name and slug are featured, then the theme will use it as the default ‘hidden’ category and use it to populate posts if you choose the featured post filtering

3) The answer is ‘Popular all time’

Thank you!

Bogdan B.
tagDiv Staff

Hello,
The latest version of the theme and the latest version of the visual composer plugin are bundled together and can be downloaded from envato.
Please download the theme from envato and use these 2 tutorials to update both your theme and visual composer:
https://forum.tagdiv.com/how-to-update-the-theme-2/
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thank you!

Viewing 25 posts - 12,126 through 12,150 (of 22,378 total)