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,

Unfortunately that is not possible as the YouTube video playlist only work based on videos ID, you can add though add your playlist by adding videos id’s and edit it when you need it updated.
Here is our documentation on how you can use the video playlists: https://forum.tagdiv.com/video-playlist/

Thanks

Lucian
tagDiv Staff

Hi,

Please make sure that your only add the widget only in your sidebar or in the top-right social area: http://screencast.com/t/lGqP96chfEPj like this: http://screencast.com/t/Ulfxltmp84

Thanks

Lucian
tagDiv Staff

Hi,

Please deactivate all plugins, empty cache if you use any cache plugin and also purge files if you use any CDN service, after this change your permalink structure to default and then back to your custom permalink structure.
If this dose not solve it please go trough this: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems and this: http://codex.wordpress.org/Using_Permalinks#Using_.22Pretty.22_permalinks and make sure you use the permalinks right.

Thanks

Lucian
tagDiv Staff

Hi,

Please use this css: http://screencast.com/t/Z5UUGfhbn6

form input[type="text"], form input[type="email"], form textarea {
background-color: #f9f9f9;
border:1px solid #dfdfdf;
}

Thanks

Lucian
tagDiv Staff

Hi,

The link for WordPress Hard Crop VS Soft Crop Difference & Comparison Example that I have provided above is for you to understand how WordPress cropping function works. If you refer that you have changed this settings: http://screencast.com/t/z3V6JBeBHW unfortunately that will not affect your thumbs except the ones used by the search module as this is the thumbs used to build that module.
If you want to change the cropping of the thumbs fro the other modules you have to edit the functions.php file and change the cropping mode of the function that adds that image.
You can read more about this here: http://codex.wordpress.org/Function_Reference/add_image_size
Here are the extra thumbs added from functions.php file: http://screencast.com/t/az6wPx9qW0jp
You can send your site’s URL at contact@tagdiv.com.

Thanks

Lucian
tagDiv Staff

Hi,

When you are upload an image the them automatically adds and create other thumbs for that image besides the ones set by WordPress so this may occur if the theme doesn’t have writing permissions or gd library installed: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Please make sure you have this installed and set right and try again.

Thanks

Lucian
tagDiv Staff

@papamerf89 Please send me your site’s URL so I can inspect this. If you are using the speed booster plugin and you need to add this code &subset=latin,latin-ext in functions.php file like this: http://screencast.com/t/fYpXpNOp

Thanks

Lucian
tagDiv Staff

Hi,

Please try this: http://screencast.com/t/TPWqFMtFCOp
Hope this fixes it as I have tested this several times now and haven’t had any issue with this, please make sure you also empty cache after changing this: http://screencast.com/t/oVOe9rgh2s

Thanks

Lucian
tagDiv Staff

Hi,

You can move the social sharing buttons moving this line: http://screencast.com/t/DiWSw8v1 inside loop-single.php file. For the other post templates you need to edit and change the other templates files: http://screencast.com/t/SiJF33Ka4s

Thanks

Lucian
tagDiv Staff

Hi,

If where using this your footer html structure should look like this: http://screencast.com/t/omCZj3E1
In your case it doesn’t: http://screencast.com/t/zjItMEol6ZKG

Thanks

Lucian
tagDiv Staff

Replied here!

Lucian
tagDiv Staff

Hi,

Sorry for the delay.
1. Have you tried to change your file permissions? You can read more about how to achieve this here: http://codex.wordpress.org/Changing_File_Permissions

2. Regarding plugins you should also be able to update them after you managed to solve your file permission issue. The speed booster plugin when activated automatically moves the style sheets and js files to the footer so that is why you had css issue when you activated it as this plugin can cause conflicts when used with other plugins so make sure you check this without any other plugins active, just enable the Visual Composer plugin and the speed booster plugin.
You can use this guide for your page speed: https://forum.tagdiv.com/how-to-make-the-site-faster/
And also follow this tread where you can find solutions to many issues you can encounter regarding page speed: https://forum.tagdiv.com/topic/pagespeed/
You can use this contact@tagdiv.com if you want to send your login details.
Sorry for the inconvenience!
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

I have checked your site and found that this comes from your server configuration as in your case the page is set to expire after 10 min so the the browser creates a cache of the page and for 10 min it loads the page from cache: http://screencast.com/t/ZyKBeISFy8Ok
You can check this yourself load the page leave it 10 min then load the page again from the menu.

Thanks

Lucian
tagDiv Staff

Hi,

Please use this css: http://screencast.com/t/PyprVQ09C3

.entry-crumbs, .entry-crumbs a, .td-grid-wrap .entry-crumbs a:hover {
color: red !important;
}

.single .entry-comments-views {
color: #330099;
}

Thanks

Lucian
tagDiv Staff

Replied via email!
Thanks!

Lucian
tagDiv Staff

Hi,

I have checked your site and seems like this happens because there is no space between words form your post content: http://screencast.com/t/CRYe0gRRg
You can also fix this via css, like this: http://screencast.com/t/wmlYQXBEf
Use this custom css in theme panel > custom css field:

.td-post-text-excerpt {
word-break: break-word;
}

You can find more info about this on this topic: https://forum.tagdiv.com/topic/tag-more/

Thanks

Lucian
tagDiv Staff

Hi,


@cookingpanda
Marius refers to WPTouch plugin to be disabled as the theme is already mobile responsive.
Replied here: https://forum.tagdiv.com/topic/mobile-template/#post-27060

Thanks

Lucian
tagDiv Staff

Hi,

You could try to edit the style.css file and remove the @media (max-width: 767px) {} which are used to set the style for the mobile screens but I can’t guarantee this will work as the theme is made responsive and this can’t be turned off.
If you decide to try this please make sure you make a copy of the file before modifying it so you can revert back to it if something goes wrong.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,


@streners
Please make sure you deactivate all plugins, empty cache and then try again. If still doesn’t go to wordpress settings > permalinks and just re-save your permalink structure.
Please let me know if this helps!

Thanks

Lucian
tagDiv Staff

Hi,

1. Please send your site’s URL and provide more details about this. Where do you want your site’s title?
2. edit the menu-header.php file and remove this code: http://screencast.com/t/FrJFERhCTh and also make sure that in the same file you also change this div’s class to span12, after removing the search icon code, like this: http://screencast.com/t/dMX9V2ufy3MN
3. Use this custom css in theme panel > custom css filed: http://screencast.com/t/oUOpJIGL

.td_normal_slide .td-sbig-title-wrap, .td_normal_slide .slide-meta {
display: none;
}

4. We have this on our todo list and we are trying to fix this in future updates, until then you can set an custom excerpt for the posts you have this issue with using the excerpt filed from post editing panel: http://screencast.com/t/dICA2rNDw

Thanks

Lucian
tagDiv Staff

Hi,

First of all please make sure this is still happening without any plugins active and if you use any cdn or external cache which could deliver older versions for some of the files please make sure you purge files and empty cache.
This could also come from a bad update (maybe some files were not uploaded properly) so try to reupload the theme and see if the issue is still there.
Please let me know if you still have issue after this.

Thanks

Lucian
tagDiv Staff

Hi,

The bottom article ad it’s set to be displayed at the end of the content of each post, to modify this you would have to hack the get_content() function: http://screencast.com/t/gcXWtR3tMB3
You could also disable the bottom ad and use the custom ad box to display your ad where you like in the post template using the do_shortcode() function to add the custom ad to your template after the author box, like this: http://screencast.com/t/suTlcZo6fKX
Use this line: edit and add it in the post template you want.
Result: http://screencast.com/t/m06OclikYgA6
Use this css to add a margin at the top:

.td-a-rec-id-custom_ad_1 {
margin-top: 50px;
}

Thanks

Lucian
tagDiv Staff

Glad you did!
Thanks for letting us know!

Lucian
tagDiv Staff

Hi,


@sxuttv
Please try deactivating all plugins empty cache and check again laving just the visual composer plugin active then reactivate the plugins one by one.
Please let me now what you find, also please let me now what version of WP you use.
Thanks Christopher!

Thanks

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

Hi,

Can you please give us wp-access so we can check this also? Please send your wp-admin credentials at contact@tagdiv.com and also specify your issue details or send a link to this topic.

Thanks

Viewing 25 posts - 3,801 through 3,825 (of 6,600 total)