Home User profile
tagDiv Staff
I love to get energized by social interaction! Curious and eager to improve, I enjoy traveling and learning new things.
Lucian
tagDiv Staff

Hi,

Sorry for the delay! Glad you’ve managed to figure this out!
Please let me now if you have any other theme related issues and also make sure you search the forum for answers or any issues you might encounter and also go trough our documentation which was pout together in order to make the usage of our product easier: https://forum.tagdiv.com/newspaper-documentation/

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Sorry for the delay!
You can do it via page builder using the Visual Composer plugin and set your page to full width then chose a custom layout for your page then use the widgetised sidebar element to set an already created sidebar or just build your sidebar adding other VC elements/widgets/blocks: http://screencast.com/t/zwsOdVFTwoE
You can also set a sidebar to the whole page, from here: http://screencast.com/t/R7eysHLebf0
Please also go trough our documentation:
* https://forum.tagdiv.com/homepage/
* https://forum.tagdiv.com/sidebars/

Please provide a link top your site so I can check this or if you use the “Homepage – bg + with article list”
or “Homepage – bg – no article list” page templates make sure you don’t use a slider as those template already add a big slider to the page so you wont need to add another, that’s why you get two slider on page.
You can remove the slider you have added in order to fix this or you can use another template and add it yourself.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

You can find it in style.css file, the sidebar is set to slide under on mobiles screen width under this media query: @media screen and (max-width: 767px)

Thanks

Lucian
tagDiv Staff

Hi,

Make sure you use this method: https://forum.tagdiv.com/topic/where-to-put-this-code/#post-23969 and add it via shortcode and use echo before the the do_shortcode() function, like this: echo do_shortcode('[your shortcode here]')

Thanks

Lucian
tagDiv Staff

Hi,

I have also tested this and found no issues with it so please make sure you use this right following this guide: https://forum.tagdiv.com/how-to-set-social-counter/
Please let me know!

Thanks

Lucian
tagDiv Staff

Hi,

You can add and icon like this: http://screencast.com/t/yDmOztPVct and add a class to it and style it via css.
ex:
<img src="https://cdn0.iconfinder.com/data/icons/app-tab-bar-icons-for-ios/20/Key.png" alt="alt" height="20" width="20">
Result: http://screencast.com/t/zocu6DbwVP8

Thanks

  • This reply was modified 11 years by Lucian.
Lucian
tagDiv Staff

Hi,

I have also tested this but haven’t found any issue’s with it. Using the embed code like this: http://screencast.com/t/pPSyDDgVN
Result: http://screencast.com/t/CjfPpQMtwU0
Please send your site’s URL so I can inspect this and also make sure that you also test this without any plugins active and that you empty cache.

Thanks

Lucian
tagDiv Staff

Hi,

1. An option for changing the footer text color hasn’t been added there due to the variety of the content you can add there. You can change the text color for module/blocks from panel and you can use custom css for the elements you want to change color of and don’t have an option.

2. That is not an issue as the widgets title are different from the blocks titles and were designed that way. You can also alter that space via custom css and adjust it as you like.

3. Use this css for that: http://screencast.com/t/NbnPWh7fH

@media (max-width: 767px){
.td-footer-container .td-pb-span4, .td-footer-container .td-pb-span8, .td-footer-container .td-pb-span12 {
padding-bottom: 0px !important;
}

.td-footer-container .widget_nav_menu {
padding-bottom: 0px;
margin-bottom: 0px;
}
}

4. Use this css for that: http://screencast.com/t/Or8noyKw

.td-footer-container .block-title > a, .td-footer-container .block-title > span {
background-color: red;
}

5. I will add this on our feature requests list, however we have almost 200 feature requests and we have to pick very carefully what we implement, thanks for the suggestion though, we will consider it.

6. Replied here: https://forum.tagdiv.com/topic/heading-slider-module-missing-in-mobile-version/#post-32694

7. We will take a look at this and fix it in next theme versions if we find something wrong wit it as I haven’t managed to recreate this.

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Chris!

@Atl4z
Use this VC element to add your code anywhere in the page: http://screencast.com/t/DqmlpjHyFo

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Chris!

@jairosvt
& @baschti23
This issue appears because of the Visual Composer plugin when updating to WordPress 4.1. We have included the fixed version of the plugin within the latest theme version so please make sure you download and install the latest theme version and also update the Visual Composer plugin from the /plugins folder using this guide: https://forum.tagdiv.com/how-to-update-visual-composer-plugin-wpbakery/
If still doesn’t work makes sure you also follow the steps provided by Chris!

Thanks

Lucian
tagDiv Staff

Hi,

The theme doesn’t have an option for that. I will add this though on our feature request lists and we will consider it for future updates.

Thanks

Lucian
tagDiv Staff

Salut,

Aceasta problema apare cand este setat un zoom pe pagina: http://screencast.com/t/oUATxQyI0cU5
Avem acheasta chestiune in vedere si o vom remedia in versiunile viitoare.

Multumesc pentru mesaj!

Lucian
tagDiv Staff

Hi,

I have tried to recreate this but haven’t been able. This could be fixed via custom css and use the media query’s to target just the mobile views and apply your custom css. Please also send your site’s URL so I can inspect this or use the media query below to target the mobile view and fix this via css.

@media (max-width: 767px) {
add here your css code
}

Thanks

Lucian
tagDiv Staff

Hi,

Try changing it to 'url' => "http://www.youtube.com/user/your_channel",

Thanks

Lucian
tagDiv Staff

Hi,


@nuno
As Chris stated you don’t have to worry as the activation system was developed to stop mass piracy of the theme and I know this is an extra step for paying customers and it dose nothing else.
As for the them update we also recommend to do it manually and use this guide to do it via FTP: https://forum.tagdiv.com/how-to-update-theme/

Thanks

Lucian
tagDiv Staff

Hi,

You can find the filter code here: http://screencast.com/t/u7qzUKxPfia8
Here is the related posts block: http://screencast.com/t/sKzqfmuG9LRa
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

The loop-single.php file is the template file for the default post page: http://screencast.com/t/3MZq4AieBz

Thanks

Lucian
tagDiv Staff

Hi,

The list style was modified so you can use this arrow list format: http://screencast.com/t/MJVb7iNwl
Should work, also try this this: http://screencast.com/t/JU17Sw0f7

Thanks

Lucian
tagDiv Staff

Hi,

If you refer to this sort option which appears on blocks: http://screencast.com/t/I0tGsAJZ you can remove it from here: http://screencast.com/t/8JM0TYEqV

Thanks

Lucian
tagDiv Staff

Hi,

The unique articles feature dose work well. If you set the unique articles feature on your page then each posts will only show once so if you set the latest articles on all blocks then the because of this feature the posts will only appear on the top of the pages and will be excluded form the blocks that follow.
Please note that this feature also applies to the thicker: http://screencast.com/t/MOn3lDro so the posts that appear here will be excluded from the blocks below.
You can used it like that by setting a sport order for it like “popular (all time)” or “highest rated” : http://screencast.com/t/rjwL48nRwlP
We will also consider changing it’s functionality and set it as the posts added there don’t affect the unique articles feature on page.

Thanks

Lucian
tagDiv Staff

Hi,

Sorry for the delay! Please remove or comment this function: http://screencast.com/t/cjqdEMpLH3a8

Thanks

Lucian
tagDiv Staff

Hi,

Sorry for the delay! Make sure that you install the Visual Composer plugin following this guide then empty cache and try again. If still doesn’t work please give us wp-access so we can also check this and send login details via email at contact@tagdiv.com and also provide an URL to this topic or specify your issues details.

Thanks

  • This reply was modified 11 years by Lucian.
Lucian
tagDiv Staff

Hi,

Sorry for the delay! Could you please let me know which bbpress login you refer too and also send your site’s URL so I can tested this.

Thanks

Lucian
tagDiv Staff

Hi,

Sorry for the delay!
I have checked your site but I couldn’t find any smartlist with the issue you’ve described. Please let me know if you still have this smartlist issue and also paste here a link to a post containing this error as I have tested this and haven’t found any issues with this feature.

Thanks

Lucian
tagDiv Staff

Hi,

Please make sure that you check for this changes to the same post template you are also doing this changes as there are 8 different post templates besides the default one and you need to make this changes to each post template file if you want this on every post template.
So please make sure you add this to loop-single file then check with the default post template.

Thanks

Viewing 25 posts - 2,601 through 2,625 (of 6,600 total)