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 inconvenience! I was trying to help you implement the solution that you found for this WordPress widget. I will add this on out feature requests list and we will consider it for future updates but we have to be very carefully though what we chose to implement as we have over 170 feature requests on our list so if more people will ask for this we will try to do it.

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Please use the code like this:

.td-a-rec {
text-align: center;
}

Thanks

Lucian
tagDiv Staff

Hi,

It looks like this to me: http://screencast.com/t/VEicnVqu01xH
Make sure you empty browser cache and check again.

Thanks

Lucian
tagDiv Staff

Hi,

You can change it from here: http://screencast.com/t/koEFIAdR

Thanks

Lucian
tagDiv Staff

Hi,

I have also tested this and found that this is bug. I have added it on our issue list and will fix it in the next update.
Thanks for reporting this and sorry for the inconvenience!

Lucian
tagDiv Staff

Hi,


@Hamzah
Like Christopher suggested you can use widgets to build the vertical menu on your sidebar or use VC and the custom menu element: http://screencast.com/t/L2GPZSKKaO

Thanks

Lucian
tagDiv Staff

Hi,

You can fix this by adding this css in your custom css filed in theme panel: http://screencast.com/t/8gxKinceni0Q

.td-classic-facebook {
margin-right: 20px;
}

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Christopher!

@kataly5t
You can do it like this: http://screencast.com/t/6r5vDj7Do

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have rtl support and recently we have decided that we will not include rtl support within the theme so you will have to customize it yourself or get someone to helps you with it if you want it to support rtl.
Regarding woocommerce we will implement support fr it within next version as for bbprees next to come.

Sorry for the inconvenience!
Thanks for the message and for understanding!

Lucian
tagDiv Staff

Hi,

I’m not sure how behaves in your case, could you please make sure that this also happens when you deactivate all plugins. Please do so and also empty cache files and also purge files if you use any CDN host service.
If this still dose not solve your issue please make sure you have the latest theme version (1.1) installed and make sure you updated it like this: https://forum.tagdiv.com/how-to-update-theme/
If you do have the latest theme version please give us wp-access so we can check this and send your login details at contact@tagdiv.com including a link to this topic or specify your issue in details.
Hope this helps! Please let me know!

Thanks

Lucian
tagDiv Staff

Hi,

You can edit the image tags which are missing the dimension attributes and add them manually.

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Christopher will add this on our todo list and will consider it for future updates.

Thanks

Lucian
tagDiv Staff

Hi,

You can add it like this: http://screencast.com/t/seUJU0jZ3f

Thanks

Lucian
tagDiv Staff

Hi,

Please use this custom css to fix this: http://screencast.com/t/uZ9Yg4ueuhWC

.td-a-rec-id-content_inline {
text-align: center;
}

Thanks

Lucian
tagDiv Staff

Hi,

Please make sure that you try this without any plugins active just to make sure that this isn’t caused by a plugin. If you still get this error please give us wp-access and send your login details at contact@tagdiv.com including a link to this topic or specify your issue in details.

Thanks

Lucian
tagDiv Staff

Hi,

You can see here that the padding for this span tags are the same: http://screencast.com/t/tQDCHMQbahct
the issue appears when you set this top margin to 0: http://screencast.com/t/JwHULeG29r5n and if you remove it like I did in the screen then the title look better so I suggest you leave that margin as it is and remove the padding form the top of the container if you want to remove the white space, like this: http://screencast.com/t/VMQgKEpS
Use this css for that:

.td-footer-container .widget .block-title {
margin-top: 21px;
}

.td-footer-container {
padding: 10px 0px 10px 0px;
}

The border is added at the top of blocks, in your case the border isn’t there because you use a slide there and the slider doesn’t contains a border at top of it, you can use this custom css and add a border at the bottom of block 1, like this: http://screencast.com/t/5bD7mZkUy

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately we cannot provide a solution for this at this moment if you need this you can get someone to customize it for you as we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Thanks for understanding and for your message!

Lucian
tagDiv Staff

Hi,

For the first issue please use the css like this: http://screencast.com/t/kM5UDCHsH

@media (min-width: 1201px) {
.td-main-menu-logo img {
max-height: 54px;
}

.sf-menu .td-menu-item > a {
height: 54px;
padding-top: 5px;
}
}

For the second you can use the css below and add a margin to the bottom of the menu, like this: http://screencast.com/t/h8WUzNmcauED

.td-header-menu-wrap {
margin-bottom: 20px;
}

Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Please try this: http://screencast.com/t/fyzx3OiGUcKx\

.td-classic-facebook {
margin-right: 20px;
}

Thanks

Lucian
tagDiv Staff
Help - reply

Hi,

I’m not sure that I understand what you want to do although my guess is that you would want your site to publish posts by itself or something like that.. If this is the case I can let you know that the theme doesn’t have a feature like that and you might wanna search for a plugin that could do that or use the schedule feature of WordPress: http://en.support.wordpress.com/posts/schedule-a-post/
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Thanks for reporting this, I have added this on out issue tracker list and we will fix it in the next update. Please sue this custom css until then: http://screencast.com/t/12WfvPL6si

.comment-content p {
word-break: break-word;
}

Thanks

Lucian
tagDiv Staff

Hi,

Please make sure that you try this without any plugins active just to make sure that this isn’t caused by a plugin. If you still get this error please give us wp-access and send your login details at contact@tagdiv.com including a link to this topic or specify your issue in details.

Thanks

Lucian
tagDiv Staff

Hi,

The footer predefined content can be disabled from theme panel > footer area for each column, like this: http://screencast.com/t/eWjMbMzd8X8D

Thanks

Lucian
tagDiv Staff

Hi,


@agent314
I have inspected your site and checked your source code and seems that the font isn’t loaded as it should after adding 400italic,700,700italic' to the td_panel_data_source.php file: http://screencast.com/t/Xx5QsWVt9
It should look like this: http://screencast.com/t/YZ4TaRmu2E3 so please make sure you do this right and set the font via theme panel and also make sure you save fonts again after chnagin this.
I have also tested this and set the fonts like this from td_panel_data_source.php file: http://screencast.com/t/wV4I9pdnXHz set it to be used for post content from theme panel: http://screencast.com/t/75SDST323SV
And it worked fine: http://screencast.com/t/9EvacnyLM9
Please make sure you use the same method for you also and let me know!
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Have you managed to fix this? I have checked your site and haven’t found any issue with the logo: http://screencast.com/t/dpABtYFYxRMu
Please let me know!

Thanks

Viewing 25 posts - 3,226 through 3,250 (of 6,600 total)