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

Glad it works!
Thanks for sharing!

Lucian
tagDiv Staff

Hi,

In the last version of Visual Composer the classes have changed and some VC elements lost their css, we have this on our todo list and we are working on it unfortunately we still have incompatibility issues regarding VC style.
You can use this css to make the image rounded and center aligned: http://screencast.com/t/6dKQk5i9drr7

.vc_box_rounded {
border-radius: 4px;
}

.wpb_single_image.vc_align_center {
text-align: center;
}

Sorry about this and for the inconvenience.

Thanks

Lucian
tagDiv Staff

Hi,

Please try without any plugins active and let me now what you find.

@paulberrow

The link isn’t right, please send a link to your forum so I can check this.

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Christopher!

@titikkoma

Like Christopher wrote you can remove the date using Yoast SEO: https://yoast.com/articles/wordpress-seo/
For the date plase follow the topic I have pasted below as I have posted a solution for this in the last one:
* https://forum.tagdiv.com/topic/remove-date-time-stamp-from-all-posts/
* https://forum.tagdiv.com/topic/remove-several-date/

Thanks

Lucian
tagDiv Staff

Hi,

You can do it like this: http://screencast.com/t/rWlQqrmtqJ
Result: http://screencast.com/t/Y6VaNhTH5N

Thanks

Lucian
tagDiv Staff

Hi,

If you refer to this excerpt: http://screencast.com/t/Qzm8YC1A5B8S as this is caused by a js script error in plugin’s main.js file, you can check this yourself just check your browser console.
You should deactivate a few plugins and check if this is still happening, if this is still there you should address this on plugin support page.
You can see that the excerpt looks fine here: http://screencast.com/t/dGj1NqdVfLPF

Thanks

Lucian
tagDiv Staff

Hi,

Add the video posts to a specific category then use go to appearance > widgets and add the tagdiv slide widget to your sidebar, like this: http://screencast.com/t/6c3DnTnx then customize it and set it to add the posts from the category in which you added the video posts, like this: http://screencast.com/t/ew7d3Y8s

Thanks

Lucian
tagDiv Staff

Hi,

Not sure how you can achieve that, you could try to search online for a solution for this or you can also try to use a plugin that dose that.

Thanks

Lucian
tagDiv Staff

Hi,

You can add and use the css in theme panel > custom css: http://screencast.com/t/sM1w04zHxM

.wp-caption-text {
position: relative;
bottom: 30px;
color: red;
}

Thanks

Lucian
tagDiv Staff

Hi,

You need to increase the max_input_vars = 1000; value inside the php.ini file to max_input_vars = 5000;.
If you don’t have access to the php.ini file please contact the host administrator and let him know about this issue.
Hope this helps! Please let me know!

Thanks

Lucian
tagDiv Staff

Hi,

The speedbooster plugin moves the style to the bottom of the page so this can be due to this as you probably have some custom css added in theme panel.. or this could be due to a plugin.
Please make sure first that this is due to the speedbooster plugin as this could cause conflicts with other plugins so empty all cache and also purge files if you use CDN, disable all plugins leaving active only the speedbooster plugin and visual composer and check for this again.
Hope this helps! Please let me know.

Thanks

Lucian
tagDiv Staff

Hi,

This is happening due to cache, if you use W3 Total Cache, you can exclude the page you use this post sorting from caching from here: http://screencast.com/t/Fc6sh4h9
Also please try to deactivate all plugins and check this again as some plugins may add conditions which can generate this types of issues.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Christopher!
This should not happen, please make sure you deactivate all plugins then empty cache and purge files if you use any cache or CDN plugins.
Also please make sure you have installed the theme right: https://forum.tagdiv.com/installation/
And also that you have installed the Visual Composer plugin from the plugins folder within the theme files.
You can also check if this options are checked: http://screencast.com/t/IZILWdFW
Also make sure you use the latest theme version (4.5) with the 4.3.4 VC plugin version.
Please let me know if you manage to get this done.
Hope this helps!

Thanks

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

Hi,

In the last version of Visual Composer the classes have changed and the buttons that we haven styled lost their css, we have this on our todo list and we are working on it unfortunately we still have incompatibility issues regarding VC style.
I can find a solution for this in this topic: https://forum.tagdiv.com/topic/buttons/#post-21804
The CTA button also not working at this time.
Sorry about this and for the inconvenience.

Thanks

Lucian
tagDiv Staff

Hi,

You can do it by creating a new category and add the forums to it, like this: http://screencast.com/t/GNkV15LUB1

Thanks

Lucian
tagDiv Staff

Hi,

This issue with the slider’s links occurs because of Yoast Google Analytics plugin.
We know about this and we have already wrote to plugins author so we can find a solution for this, you can also write to their support page: https://wordpress.org/support/plugin/google-analytics-for-wordpress
We are trying to fix this but unfortunately is more difficult than we initially tooth. You can disable this option from Yoast Google Analytics general settings, will fix the issue with the links: http://screencast.com/t/LRV9LlBn3 or you can also use our own Google analytics support (just paste the code in our admin): http://screencast.com/t/EtxOCuXlspj
Sorry for the inconvenience!

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Unfortunately the big slider was designed to work that way, if you want to add it to your page you have to set it to full width or use the normal slider as that one you can use on every column layout.
Sorry about this!

Thanks for the message!

Lucian
tagDiv Staff

Glad I could help!
Thanks for the message!

Lucian
tagDiv Staff

Hi,

You can also add font-size to the previous css, you can see in the screen shot that it’s working, like this: http://screencast.com/t/kTVBraj7
For mobile phones use @media query’s to target the mobile screen width, like this: http://screencast.com/t/BaXmddf6

@media (max-width: 767px){
.home .span8 .td_block6 .td_mod9 .entry-title a {
font-family: Tahoma, Verdana, Geneva, sans-serif !important;
font-size: 10px;
color: red;
}
}

This css will affect only mobile screens, use it to style it as you like.

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Christopher!

@famousproblems

Unfortunately from theme version 4.3 the fixed/responsive settings has been removed together with the 980px layout. We plan to rebuild the frontend in the future (next 2-3 months) and unfortunately we had to make this move.
You can edit the style.css file and remove the @media query’s if you want a non-responsive layout.
Sorry about this and for the inconvenience.

Thanks for understanding!

Lucian
tagDiv Staff

Hi,

Yes, please send your FTP details and WP-admin details so we can check this at contact@tagdiv.com and also paste a link to this topic or specify your issues details.

Thanks

Lucian
tagDiv Staff

Thanks TheMediumUTM, for sharing!

Lucian
tagDiv Staff

Thanks Christopher sharing that info!
Have a nice day!

Lucian
tagDiv Staff

Hi,

Can you please send your sites’s URL so I can check this.

Thanks

Lucian
tagDiv Staff

hi,

I’m not sure, please check if this js error doesn’t appears when the plugin you mentioned is deactivated, if it doesn’t, means that the plugins js is in conflict with the theme’s js.
You should ask this to plugin’s support page also.
Sorry about this!

Thanks for the message!

Viewing 25 posts - 4,151 through 4,175 (of 6,600 total)