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

Salutare Nicolai,

Block-ul intitulat default “Don’t miss” este “block 1”, pe care il poti gasi ca element in visual composer. Cand editezi pagina, trebe sa accesezi varianta back-end a visual composer: http://screencast.com/t/3LxnktwNTIrY iar apoi o sa ai acces la elementele care compun pagina:
http://screencast.com/t/YkPt8zfN

In documentatie gasesti mai multe detalii despre folosirea visual composer https://forum.tagdiv.com/how-to-use-visual-composer/ si detalii despre block-uri https://forum.tagdiv.com/block-settings-tutorial/, precum si multe alte detalii referitoare la tema.

O zi buna.

Bogdan B.
tagDiv Staff

Hello Bintmusic,

Using php 7 should not be a problem
It’s the older versions that cause problems as you can see in our documentation – https://forum.tagdiv.com/requirements-for-newspaper/
Our theme should work properly with PHP7

Thank you.

Bogdan B.
tagDiv Staff

Hello ungquanhien,

Those are the block titles and can be modified by editing the blocks in visual composer:
http://screencast.com/t/wp38WaXNpD8
You can read more about block settings in our tutorial here: https://forum.tagdiv.com/block-settings-tutorial/

Thank you.

Bogdan B.
tagDiv Staff

Hello Diana,

Apply this cusotm CSS in your theme panel : http://screencast.com/t/5n3jBwRs

.rev_slider_wrapper.fullwidthbanner-container{
z-index: 1!important;
}

It should fix your slider : http://screencast.com/t/5n3jBwRs.

Thank you.

Bogdan B.
tagDiv Staff

Hello ineedsolutions,

We are always happy to see that our customers are satisfied and our work is appreciated.

Thank you.

Bogdan B.
tagDiv Staff

Hello Paul,

Our theme has adsense support and it can be applied from the theme panel:
You can chose a header style that allows a banner above your menu https://forum.tagdiv.com/header-styles/
If you want to use other ads you can read this section: https://forum.tagdiv.com/using-other-ads/

If you are talking about a logo, not an ad, you can set it like this:
http://screencast.com/t/oVNptpYKhjW
You can also read our documentation: https://forum.tagdiv.com/logo-favicon/

Thank you.

Bogdan B.
tagDiv Staff

Hello djcarlson,
You can edit the blocks as shown in our block settings tutorial here:
https://forum.tagdiv.com/block-settings-tutorial/
You cannot target a specific post but you can control the way your posts are displayed in the block, for example by category or by tag. You can also chose the sorting order http://screencast.com/t/G4dZZwyp.
Hope this helps.
Thank you.

Bogdan B.
tagDiv Staff

Hello Nima,

Try to disable your plugins (except visual composer) and see if the problem is still there.
Also if you have custom modifications in your files, check that as well.

Let us know how it goes.

Bogdan B.
tagDiv Staff

Hello Popped,

1. You can eliminate the “gap” by making the site boxed. Just add a background image or color (even white) and the site will be made boxed: http://screencast.com/t/ND1EPkg5kn.
to remove the shadow image add this custom css to the theme panel -> custom css:
.td-header-gradient:before {display:none;}

2. You can add an image to the header using this code (i assume you are using header style 9):

.td-header-style-9 .td-header-sp-logo {
background: white url('http://imgscenter.com/images/2014/09/13/Beauty-of-nature-random-4884759-1280-800.jpg') no-repeat;
background-size:cover;
}

the result: http://screencast.com/t/GmDrXVsxijx

3. The shrinking menu animation from the website you mention is custom built and requires quite a bit of coding. Unfortunately we cannot offer any custom work. You can hire a freelancer to do it for you from sites like http://studio.envato.com

Thank you.

Bogdan B.
tagDiv Staff

Hello sesantanajr,

The theme was designed in such a way that if you do not have posts in a sub-category, the mega-menu will not show it at all. Try adding a few post to it and see how it goes.

Thank you.

Bogdan B.
tagDiv Staff

Hello Sam

I have checked your site but it seems to display fine to me. I don’t see any cutting off anywhere. The problem might be at your end. Try to clear your cache and the browser’s as well.
http://screencast.com/t/AMCBxyu0OHZ9

Thank you.

Bogdan B.
tagDiv Staff

Hello pandian,
The grey shade line is an image loaded by default but for some reason you have an error about it in your console
http://screencast.com/t/s2cxrx4cBO.
You can try to disable any plugins that might interfere with the theme one by one and see which one is the culprit. If you have some custom code working for you, you could check that as well and see if it’s running properly.
Let us know how it goes.

Bogdan B.
tagDiv Staff

Try this code. it should work and display full content.

@media (max-width: 767px) {
.td-header-top-menu-full, .td-header-top-menu-full .td-header-sp-top-menu {
display: block !important;
}
.top-header-menu li a {
font-size: 12px !important;
margin-right: 5px;
}
}

Thank you

P.S. if you want to remove the social icons you can add

.td-header-sp-top-widget{
display:none!important;
}

before the last closing curly brace

Bogdan B.
tagDiv Staff

Hello robert4web,

The theme was designed in such a way that the top menu is hidden on the mobile version. There is a workaround however, using a custom CSS code, but you need to tell us what you want your mobile top-menu to contain, because the space is limited on mobile phones and adding all of the content (login widget, menu and social icons) will take up a big portion of the screen.

Examples:
full content: http://screencast.com/t/TXZeKqUbxqyY
login widget with social icons: http://screencast.com/t/jxljko5scU8T
just login widget: http://screencast.com/t/ISsO24sPjd1v

Thank you.

Bogdan B.
tagDiv Staff

Hello iamkingsleyf,

When you install a demo, it will set the demo’s homepage and content (categories, pages, etc.)
The pages can be configured with visual composer (where you also find the blocks): http://screencast.com/t/HrZ22rwt.
Make sure you access the back-end version of visual composer: http://screencast.com/t/HrZ22rwt
And the you can see and configure the blocks: http://screencast.com/t/zgUXVAvMCVY
We reccomend reading the doccumentation on how to configure your theme: https://forum.tagdiv.com/how-to-use-visual-composer/
If this is not what you mean, provide us with more details so we can better understand the issue.

Thank you.

Bogdan B.
tagDiv Staff

Hello sesantanajr,

When you create your menu, do not include the sub-categories. That will double your mega-menu. Just add the parent category and it will automatically detect the sub-categories like in this example:
Single category menu: http://screencast.com/t/Bdxjem1x
Select the category again from the mega menu dropdown: http://screencast.com/t/6pTdLVQ8
The result: http://screencast.com/t/Mp2R8vFjrrrG

I hope this helps.
Thank you.

Bogdan B.
tagDiv Staff

Hello thrivehl,

Please make sure the custom menu you created is selected from the theme panel and applied to the top menu: http://screencast.com/t/9ZGF0fWcbGRh
As for the login, like liutecristian said, enable this setting: http://screencast.com/t/lb5jm8Chj
Let us know how it goes.
Thank you.

Bogdan B.
tagDiv Staff

Hello AilyRoot,

Unfortunately it does not work without a file. Just by typing in a name, your font will not appear anywhere. Please upload a custom font file (.woff) to your server and then specify the path: http://screencast.com/t/vTqh8OYhQ
You can read more about custom font files here: https://forum.tagdiv.com/using-custom-fonts/
Thank you

  • This reply was modified 10 years by Bogdan B..
Bogdan B.
tagDiv Staff

Hello thrivehl,

Try to change the title of the header. The default one will not work. Headers won’t appear until you give them a new title. This applies to every block. You have to use your own titles for them to show up.

Thank you for your message.

Bogdan B.
tagDiv Staff

Hello Claire,

Please make sure that you logged from the right account(from the one you have purchased the theme). Also if you still cannot download it you will have to open a ticket to envato support – https://help.market.envato.com/hc/en-us/requests/new

Thank you.

Bogdan B.
tagDiv Staff

Hello bobbymc,

Please try the following CSS:


@media (max-width: 767px){
.td_text_columns_two_cols {
-webkit-column-count: 1;}}

Add this code in the theme panel like so: http://screencast.com/t/lCMTdGFt

Thank you.

Bogdan B.
tagDiv Staff

Hello iamkingsleyf,

You have to update your theme to version 6.4 as the health demo is a new feature.
It can be found here after the update: http://screencast.com/t/2NaYkJKniSwh
Here is a list of features that come with version 6.4: http://tagdiv.com/newspaper-6-4-update/
You can follow this guide to update your theme. https://forum.tagdiv.com/how-to-update-the-theme-2/
Let me know how it goes.

Thank you.

Bogdan B.
tagDiv Staff

Hello Sam,

Please provide us with more details. A link to your website and a screen capture will be helpful.

Thank you!

Bogdan B.
tagDiv Staff

We will just have to wait and see. It’s to early to jump to conclusions.

Bogdan B.
tagDiv Staff

Hello travisnw,

You cannot do that from visual composer unfortunately but there is a small workaround you can try. Enable the Pagebuilder+latest articles+pagination template like so: http://screencast.com/t/r5anFQEglpb6
Then you can add modules to the latest articles widget like so: http://screencast.com/t/1gCKxGkN8o
You can also create your own blocks if you have a bit of code knowledge, if not, you can hire a freelancer to do it for you.

Thank you.

Viewing 25 posts - 22,251 through 22,275 (of 22,378 total)