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,

You can fix this using this custom css in theme panel > custom css filed: http://screencast.com/t/teoCt4qNPSx

@media (max-width: 500px) {
.mobile-logo-wrap img {
max-width: 50%;
}
}

Thanks

Lucian
tagDiv Staff

Hi,

Those image are styled like that via css and have an border radius property set: http://screencast.com/t/FdK8heGwmS
You can use the same method for those images you want to set like that.

Thanks

Lucian
tagDiv Staff

Hi,

You need to alter the module 6 thumb size for this. Use this method for it: https://forum.tagdiv.com/topic/module-11-thumbnail-size/

Thanks

Lucian
tagDiv Staff

Hi,

Please make sure you use the latest theme version as we have made some changes to fonts within last update and also make sure you check this without any plugins active as you have some console errors: http://screencast.com/t/8yKPFtURK76
Please let me know!

Thanks

Lucian
tagDiv Staff

Hi,

Please make a request for it and e-mail it at contact@tagdiv.com and we will send it to you, also remember to paste the URL of this topic in your message.

Thanks

Lucian
tagDiv Staff

Hi,

The I have checked your site an noticed that you also use html/css/js minifyed which we don’t recommend as it can cause issue of this type.
Unfortunately we haven’t made any tests with Speed Booster Pack so I can’t provide you an accurate answer on how this but you can also address this question to plugins support or you can use the tagdiv speed booster plugin which was provided within theme files: https://forum.tagdiv.com/how-to-make-the-site-faster/

Thanks

Lucian
tagDiv Staff

Hi,

You can use the recommend size as it is right now and adjust it via css like this: http://screencast.com/t/KFhwg3mJ

.td-head-style8-logo-desktop img {
height: 68px !important;
}

.td-affix .td-head-style8-logo-desktop img {
height: 50px !important;
}

@media (max-width: 1018px) and (min-width: 768px) {
.td-header-style-8 .td-style-8-content-wrapper .td-head-style8-logo-desktop {
display: block !important;
}
}

It can be of the same size(300×100) as it will be re-sized like this: http://screencast.com/t/AZV87Yuhhtb

Thanks

Lucian
tagDiv Staff

Hi,

Not sure as I’ve also tested this and haven’t managed to recreate this issue on my device locally. Please try to empty all cache/ purge files if you use any CDN host services, lave just the Visual Composer plugin active then try again.
Also try to re-save your permalinks and to switch the number of posts displayed on category pages from here: http://screencast.com/t/rtQN8yGnQ and check if posts are still left out. You can check the numbers of posts that should appear on a specific category then check if all of them are displayed.
Please let me know!

Thanks

Lucian
tagDiv Staff

Hi,

You can use the WordPress default gallery to add your images side by side, like this:

* http://screencast.com/t/kOI7yDGq3IC
* http://screencast.com/t/8TmWkJbdmwe

We will investigate this.

Thanks

Lucian
tagDiv Staff

Hi,

Sorry for the delay! I have also posted an answer on this issue here: https://forum.tagdiv.com/topic/double-images-in-smartlist/#post-32894
Please make sure you follow all those steps and let me know if you still have this issue afterwards.
I have also tested this using smart list 3/4 and haven’t fund any issue with them: http://screencast.com/t/MaZuBAjk
Please let me know!

Thanks

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

Hi,

You can replace it here: http://screencast.com/t/9oU00zbpO

Thanks

Lucian
tagDiv Staff

Hi,

Please send your site’s URL so I can inspect this and also try this and let me know if this still happens without any plugins active.

Thanks

Lucian
tagDiv Staff

Hi,

Please use this custom css to make the arrows and caption filed appear like this: http://screencast.com/t/GwKYl5Dav

.td-doubleSlider-1 .td-slide-item .td-gallery-slide-copywrite {
display: block;
background-color: rgba(21, 19, 19, 0.38);
left: 0px;
text-align:center;
}

.td-gallery-controls-wrapper {
display: inline-block;
}

Thanks

Lucian
tagDiv Staff

Hi,

The tagdiv gallery also appears when you set it up into an VC text element, I have tested this and work just fine so please make sure you check for this again and also try without any plugins active.]

Thanks

Lucian
tagDiv Staff

Hi,

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/

Thanks

Lucian
tagDiv Staff

Hi,

1. You need to do this hardcoded as the theme doesn’t have an option for this so you need to edit the posts template file/files you use and add a condition there to show author only if is the category you want. If you don’t know how to do it I suggest to hire a developer or a freelancer to do it for you as you need custom work for this and we cannot provide any at this time because we work hard on development, updates and support.

2. Unfortunately the mega menu is designed to work using subcategories and for this changes you need custom work as well.

3. Use this custom css to remove that white space: http://screencast.com/t/K8uNc3rOTO9

.home .td-pb-row [class*="td-pb-span"] {
margin-bottom: -99999px !important;
padding-bottom: 99999px;
}

.home .td-container {
border-bottom: 0px;
}

4. The thumbs used on mega menu are created when you upload an image, you need to regenerate thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/

5. You can edit the post template 2 (single_template_2.php) file and replace the date function using this WordPress function: http://codex.wordpress.org/Function_Reference/get_the_time and get the time format you need.

6. You can use css for this but the issue appears when you try to target it to apply the css just to it as the other sidebar are also added using an text widget so you need to find a way to add a custom class which you can use to target and apply your custom css using the media snippet I’ve pasted below:

@media (min-width: 768px) and (max-width: 1023px) {
add your css code here
}

7. Use this css to hide the views and comments: http://screencast.com/t/Fuptfv3R9jBY
To have the meta section of the slider to look like in the image you need custom work.

Thanks

Lucian
tagDiv Staff

Hi,

Thanks for your suggestion. I will add this on our request list and we will consider it for future updates.
You can also use a plugin like Advanced Custom Fields and use this method to do it: https://forum.tagdiv.com/topic/function-to-hide-ads-and-function-to-show-author/

Thanks

Lucian
tagDiv Staff

Hi,

I can’t manage to recreate this, also added more social icons and when viewing this at 125% zoom the top menu remain on one line: http://screencast.com/t/JIXFyuDsGfZv
Please provide your site’s URL so I can also test and inspect this.

Thanks

Lucian
tagDiv Staff

Hi,

The ad could also be blocked, this will also show up in your browser console if you check it.
This troubleshooter could also help: https://support.google.com/adsense/answer/1208336?hl=en

Thanks

Lucian
tagDiv Staff

Hi,

I have also tested this using your youtube ID and got the same result as you:

* config: http://screencast.com/t/2YHBiQOuaqD
* result: http://screencast.com/t/Qo0nrvCPpSK

I have noticed that you don’t have any subscribers.. at least none are showing on your youtube page: http://screencast.com/t/I4zdhUPc that’s why you have 0 at youtube subscribers.
Check using another example, like this: http://screencast.com/t/tGtcCDwVMTa ..result: http://screencast.com/t/n5HhcAUG

Thanks

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

Hi,

I have checked your site and noticed all this js errors in your console which can cause this: http://screencast.com/t/IeX7TKtAnh
Please make sure you try this without any plugins active and also make sure you empty cache/purge files turn off js minification if you use any then try again.

Thanks

Lucian
tagDiv Staff

Hi,

Thanks! I have inspected this issue and seems that some how the image is also pulled in the description and I can’t tell why as I have also tested this and haven’t had this issue.
My test:
Configuration: http://screencast.com/t/wakun3r1FwG
Result: http://screencast.com/t/fzCKtMLVfHex
First of all please makes sure that you use this feature right and follow this guide for that: https://forum.tagdiv.com/smart-list/
If you still have issue with it after that please make sure that this is not happening because other plugins you use and disable all of them leaving just the Visual Composer active, empty cache/ purge files if you use CDN and check again.
Please let me know if you manage to solve this or not.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

I have tested this and haven’t found any issue with the background when using a vimeo video playlist on page: http://screencast.com/t/LuvBIFVitd
This could be due to a plugin so I suggest you make sure that you disable all plugins then empty cache if you use any and also purge files if you use CDN hosting services then check again.
If if you still have issues with this after that please make sure that you use the latest theme version which is 1.3.1 and please provide your site’s URL as I need to inspect it for this and make sure that you have an background image/color set for your homepage.

Thanks

Lucian
tagDiv Staff

Hi,

As you’ve noticed thee theme doesn’t have an option for any of your wishes at the moment. Unfortunately to achieve this you need custom work which we can’t provide at the moment as we are working with limited staff on development, updates and support. You can try it yourself if you want or hire a freelancer to do it for you.
I will also add this on our feature requests list, however we have almost 200 feature requests and we have to pick very carefully what we implement, if more people will request this we will consider it and do it.

Thanks for your suggestion and for your message!

Lucian
tagDiv Staff

Hi,

Make sure you add it like this: http://screencast.com/t/q6y00M2JYwx and also make sure you empty cache and check this without any plugins active. As you can see in the screenshot below I have also tested this and works fine.
Add the css pasted below or style it yourself as you like:

.wp-social-login-connect-with {
display: inline-block;
position: relative;
top: -10px;
}

.wp-social-login-provider-list {
display: inline-block;
}

.wp-social-login-provider-list img {
display: inline;
}

Result: http://screencast.com/t/j9ZGOOH54jJu

Thanks

Viewing 25 posts - 2,551 through 2,575 (of 6,600 total)