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

Thanks for sharing!
Have a nice day!

Lucian
tagDiv Staff

Hi,

Unfortunately you can’t add the module search layout via page builder as there is no block build with this module. You can only use this layout on categories/ latest articles/ author pages/ blog/ archive and other templates.
Sorry for the inconvenience!

Thanks for the message!

Lucian
tagDiv Staff

hi,

I’m not sure I understand, do you refer to this view: http://screencast.com/t/AZSpXWbMlPqK ?
It looks good to me, what css do you need?
Please let me know!

Thanks

Lucian
tagDiv Staff

Hi,

I believe you were referring to module8 -> block9 not block8 as I couldn’t find any block8 on your homepage so for the excerpt of block 9 you can use this css to hide it on your homepage: http://screencast.com/t/7XtvVTm2vSD

.home .td_mod8 .td-post-text-excerpt {
display: none;
}

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately that can’t be done as the blocks have the same class you can’t easily target them via css to change only a specific one. You can try to search for an advanced css selector which can help in your case an try to change one block as you like, I’m not sure though how this would have to be, probably something like this: http://screencast.com/t/pyo6b3r6
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

You can do it like this: https://forum.tagdiv.com/how-to-install-bbpress-forum/

Thanks

Lucian
tagDiv Staff

Hi,

We will investigate this and we will provide a solution as soon as we have one.

Thanks

Lucian
tagDiv Staff

Hi,

I believe you refer to this slide: http://screencast.com/t/weVGusai You can add this to your sidebar from appearance > widgets, just add the slide widget to the sidebar you want, like this: http://screencast.com/t/8PA6o8djlHv
For a list like this you need to go to theme panel > categories, then select the category you want to customize and set the layout to module 6, like this: http://screencast.com/t/DcbxIJ5R31
Please make sure you add the video link and set the post right, like this: http://screencast.com/t/c58uQDv4WrA
You should also consider regenerating thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have a feature like that.
You can try though to add a widgetised sidebar element using VC page builder, select your sidebar and add a custom class to it, like this: http://screencast.com/t/8cM5cB14mG and then use this css to make it sticky: http://screencast.com/t/lByPP44eDGlK

.sticky_sidebar {
position: fixed;
}

You can also try to find a plugin which dose that.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately the SpeedBooster plugin may not work with all plugins as it’s using a minified version of the theme js. Caching / minifying / performance / speed plugins usually do this which can break up the normal flow of some plugins or could generate js errors so if you want to use that plugin disable the SpeedBooster plugin.
Sorry about this!

Thanks for the message!

Lucian
tagDiv Staff

I have added it on our todo list.
Thanks

Lucian
tagDiv Staff

Hi,


@jalmz
Can you please provide provide wp-admin and ftp access so I can take a look? Please send send your wp-admin and ftp access login info at contact@tagdiv.com and specify details of your issue or send a link to this topic.

Thanks

Lucian
tagDiv Staff

Hi,

This issue comes from the .alignleft css class which targets the images which have that class assigned and at 500px maximum width screens sets the width and also the maximum width to 100%
The best solution would be to overwrite that and having a new class added just to the numbers images but I can see an easy way to do that so a solution for this and you will need custom work for this.
The best solution would be to remove the css set for the align right and left images at 500px width from the style.css file, like this: http://screencast.com/t/STTFMQlM
Another solution would be to align to the left only the number images an for the other post images use align right option or center or none as the .alignleft class is added just to the images set to align to the left and use the css I gave in the previous post which will affect only the images aligned to the left which means only the numbers images.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Sorry about that, please remove the css I have gave you above and use just this: http://screencast.com/t/T4QYotDDwOl
Should solve this issue, please let me know if it doesn’t and send me an example so I can inspect it.
Use it like this:

.single_template_5 .td-post-content header {
margin-bottom: 10px;
}

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Christopher!
My solution was for our theme’s default comments template, if you want this customization for the jetpack comments you should check plugins settings to see if doesn’t have an option for that as Christopher also mentioned or try to search for a solution online or get a freelancer to do it for you if you don’t know how to do it yourself.

Thanks

Lucian
tagDiv Staff

Hi,

Are you sure using Mac and Firefox generates this issue? I have tested your site again but still didn’t found any issues: http://screencast.com/t/62LKxbmZLS4q
You should also consider disabling the js minifiy option: http://screencast.com/t/8cMh6rFQT9m
Please also try to deactivate all plugins empty cache files and purge files if you use any cache or CDN plugins and check for this again.

Thanks

Lucian
tagDiv Staff

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Christopher!
@skotina
You can change the uploads folder by editing the wp-config.php file and add this line define('UPLOADS', 'wp-content/myimages'); like this: http://screencast.com/t/LYPM7Uqova6q
This will create a new folder for your uploads: http://screencast.com/t/eE8bWdB13bL
Note that you will also have to add again the images for existing post and regenerate thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
If you just worry for the amount of thumbs that are created when uploading an image then you should consider as Christopher pointed to remove from functions.php file the thumb sizes you don’t use and reduce the number of thumbs being created when uploading an image: http://screencast.com/t/uP620qI8C
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

I’m not sure how you can easily get the shortcodes out from the description as the content of your events is represented by those shortcodes used to build the event page, so my guess is that you would need something like a regular expression and a filter to strip all the shortcodes from the excerpt leaving the content, but in your case I can’t see any content so I think the best way would be not to use a description at all and find a way to remove it, removing the shotcodes also.
You can search trough plugin’s settings for an option to not show the description or you could use css to hide the description or you can also edit the plugins files and remove the description code.
You can use css to hide it like this: http://screencast.com/t/l9229anbb

.tribe-events-list-event-description {
display: none;
}

Hope this helps!

Thanks

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

Hi,

Thanks Christopher!

@jalmz
Place the do_shortcode function like this: http://screencast.com/t/8umZbVsCN5

Thanks

Lucian
tagDiv Staff

Hi,

Please use this custom css and add it in theme panel > custom css field: http://screencast.com/t/3mJaEhiTWsra

@media (max-width: 767px){
#td-top-search {
top: 2px;
}

#td-top-mobile-toggle {
display: block;
}
}

Thanks

Lucian
tagDiv Staff

Hi,

We will consider this, meanwhile you can add target="_blank" in the td_module_blog.php file, like this: http://screencast.com/t/faRaCkOBG3

Thanks

Lucian
tagDiv Staff

Hi,

Please send your site’s URL, I need to inspect this so I can provide a fix.

Thanks

Lucian
tagDiv Staff

Hi,

Glad it worked, unfortunately you will need custom work to customize the modal view of images and at this time we cannot provide any custom 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.
Regarding the modal view by default I can only let you know that we have this on our todo list and we are still search for a optimal way to implement this and hopefully we will have this available for future updates.
That error message appears when using modal view for an image which is set to link to the attachment page, you need to edit the image and set it to link to the media file.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

You need to edit the single.php file and “cut” this line: comments_template('', true); …form each case and add it in loop-single.php file before the related posts section like this: http://screencast.com/t/SyKDPkfHfV
Result: http://screencast.com/t/5lQWaad4
Note that if you want to have this on other post templates than default you have to make this changes to other templates also.
Is dose the same for the default comments, to which you refer, in the screen from the result it’s the disqus comments plugin that it’s why it looks like that: http://screencast.com/t/uTpHnl8BIDxL

Thanks

Viewing 25 posts - 4,176 through 4,200 (of 6,600 total)