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

Hi,

I have inspected your site on mobile and i do not encounter the problems you describe – https://www.screencast.com/t/dfMBb5oVh Please make sure that you use the latest version of the mobile theme plugin from the theme folder – http://www.screencast.com/t/CAxEnhfAm27http://www.screencast.com/t/05mVVKZU
You have to disable and delete the plugin from the plugins section of wordpress and then install it again from the main theme package you downloaded from envato. More about the mobile theme here – https://forum.tagdiv.com/the-mobile-theme/

Thanks

Simion C.
tagDiv Staff

Hi,

If you are talking about Footer style 9 – https://www.screencast.com/t/onFv2VrY it has 3 sections available in which you can add widgets – https://www.screencast.com/t/Eh8h1h4a2fW

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide a link to your website or a a screenshot and more details describing the problem you have with the slide element.

Thanks

Simion C.
tagDiv Staff

Hi,

Enter this code in Theme panel->Custom Css

@media (max-width: 767px) {
#bbpress-forums div.bbp-reply-content {
margin-left: 0;
}
}

Result – https://www.screencast.com/t/A9tdM65bOG
Thanks

Simion C.
tagDiv Staff

Hi,

You could hide it with a simple css code, just enter it in Theme panel->Custom Css, this way you still have a page title but it will not show on the default page template

.page-template-default .td-page-title {
display: none;
}

Result – https://www.screencast.com/t/Cw3XIny5r
Thanks

Simion C.
tagDiv Staff

Hi,

From inspecting you site I can see that it has a width of 1068px, the default size of the theme – https://www.screencast.com/t/zFQsYf7W like in the demo – https://www.screencast.com/t/RMsdrDv1yRS

Thanks

Simion C.
tagDiv Staff

Hi,

Just change the code from .td-header-style-11 to .td-header-style-1 it should look like this

.td-header-style-1 .sf-menu > li > a {
border-right: 1px solid #003375;
}
.td-header-style-1 .sf-menu > li:first-child {
border-left: 1px solid #003375;
}

Result – https://www.screencast.com/t/rte9qCWBNjN
Thanks

Simion C.
tagDiv Staff

Hi,

Make sure the menu item used as mega menu does not have any sub-menus like this example – https://www.screencast.com/t/9y7hvJFV5hhF The mega menu should look like this – https://www.screencast.com/t/QIIf6v42 with no sub-menus. Whe you drag the menu items to the right they become sub-menus, more on creating mega menus here – https://forum.tagdiv.com/mega-menu/

Thanks

Simion C.
tagDiv Staff

Hi,

You can post the link here on the forum and I will take a look.

Thanks

Simion C.
tagDiv Staff

Hi,

If you are referring to the border between the menu items, enter this code (it works for header style 11) in Theme panel->Custom Css

.td-header-style-11 .sf-menu > li > a {
border-right: 1px solid #003375;
}
.td-header-style-11 .sf-menu > li:first-child {
border-left: 1px solid #003375;
}

Result – https://www.screencast.com/t/qBuShC1byvM
Thanks

Simion C.
tagDiv Staff

Hi,

In that case you need some modifications to the code with the same result, the only difference being that if you set a background color, it does not surround the header. This is the new code, remove the previous one

@media (min-width: 768px) {
.td-header-style-8 {
padding-top: 48px;
padding-bottom: 48px;
background-color: white;
}
.td-header-style-8 .td-header-sp-logo {
top: auto;
}
}

Result – https://www.screencast.com/t/H9bCFdGK
Please let me know if this works for you
Thanks

Simion C.
tagDiv Staff

Hi,

Try changing the background-size: 100%; property to background-size: cover; in the code you added in Theme panel and also add this one

@media (max-width: 767px) {
.td_category_template_8 .td-category-header .td-container {
height: auto;
}
}

Result – https://www.screencast.com/t/3Srn7eNJ

Thanks

Simion C.
tagDiv Staff

Hi,

Try this code, enter it in Theme panel->Custom Css (you can modify the margin values to what suits you best)

.td-header-style-8 .td-header-top-menu-full {
margin-top: 48px;
}
@media (min-width: 768px) {
.td-main-page-wrap {
margin-top: 48px;
}
}

Before – https://www.screencast.com/t/YARiAdR3vM
With code added – https://www.screencast.com/t/APMZJxIISn
Please let me know if this works for you

Thanks

Simion C.
tagDiv Staff

Hi,

The theme has not been designed to have a dynamic width. The container width is defined in the theme’s style.css file – https://www.screencast.com/t/CZsAfuXHWa but it is not recomended to change it because it will damage the layout of the page and all the elements that depend on that width – https://www.screencast.com/t/isBJFh4k3x9https://www.screencast.com/t/7EhgFluyy and they will have to be modified also and this requires custom work and coding knowledge on your part.

Thanks

Simion C.
tagDiv Staff

Hi,

You can choose from 12 header styles as they come with different menu styles – https://forum.tagdiv.com/header-styles/ The header style used in that page is Header style 11 – https://www.screencast.com/t/8AkTwKfpq with a menu background color set in Theme panel->Theme colors – https://www.screencast.com/t/B395MwujvtZ and additional customizations.

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide a link to your site and more information about what you want changed, so i can give you a proper solution.

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide a link to your website if possible, so I can inspect it and give you a proper solution.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme will show only 2 levels of breadcrumbs. It will not be an easy task to add more and it requires coding knowledge. Here is where the breadcrumbs are being generated – https://www.screencast.com/t/Eioi9LnQ If you do not know the steps you need to take in this regard, we suggest hiring a freelancer to help out as we cannot offer any custom work at the moment.

Thanks

Simion C.
tagDiv Staff

Hi,

By default, the theme comes bundled with the default responsive mobile version. Also, if you choose to install the mobile theme plugin, the mobile version will be enabled. If you do not use the Mobile theme plugin – https://forum.tagdiv.com/the-mobile-theme/ when on mobile devices, the responsive version of the theme will display which means the content you add on desktop will be seen on mobile aswell adapted for smaller displays for better usage and conveniency. The responsive feature is implemented in most of the elements of the page.

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide an example with your problem, like a link to your site so I can inspect it. Also please note that some templates like Post template 5 or Post template 12 do not display the featured image in the post page. More about post templates here – https://forum.tagdiv.com/post-templates-2/

Thanks

Simion C.
tagDiv Staff

Hi,

You could try to remove the page title or change it as a test – https://www.screencast.com/t/u9fh11hpw and update the page then preview it and see if it is affected. If it’s still there it must be a cache issue, try clearing the cache, also disable all the plugins except Visual Composer and see what happens regarding this issue.

Thanks

Simion C.
tagDiv Staff

Hi,

I don’t know what exactly do you want to manage, please provide more details. Also you can find more about menus here – https://forum.tagdiv.com/mega-menu/

Thanks

Simion C.
tagDiv Staff

Hi,

As I can see you already have a background image on your site. The theme has the posibility of setting a general background image or color – https://forum.tagdiv.com/background-introduction/ and a per category background – https://www.screencast.com/t/oYo4JqrI

Thanks

Simion C.
tagDiv Staff

Hi,

You do not have to change the demo. What I am saying is that header style 10 does not have a limit for the logo size. The logo will show as big as you upload it, also make sure you use the full size and not a thumbnail of your logo – https://www.screencast.com/t/xnScsdBx

Your site using the car logo – https://www.screencast.com/t/MOEverOxdg6

Simion C.
tagDiv Staff

Hi,

It seems that this is the way Visual Composer Slide element works since it is a slide basically. You could add a second post to the said category while maintaining the 1 post limit, then control the post displayed using the sort order – https://www.screencast.com/t/VFmaVsNlU

Hope this helps
Thanks

Viewing 25 posts - 20,451 through 20,475 (of 20,681 total)