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,

Please also send your site’s URL containing this issue so I can inspect it!

Thanks

Lucian
tagDiv Staff

Hi,

1. I will add this on our requests list and implement in future updates. Sorry for the inconvenience!
4. The images are cropped.
You can also read more about function which creates the thumbs and WordPress cropping here:
I. http://codex.wordpress.org/Function_Reference/add_image_size
II. http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/
5.Edit single_template_2.php like this: http://screencast.com/t/XiFyFqfvW

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

6.1 Use the media query from below to apply your css just to the tablet screen width and also use the custom class to set hide the widget, should look something like this:

@media (min-width: 768px) and (max-width: 1023px) {
.center123 {
display: none;
}
}

6.2 I can’t access your site anymore so I can guarantee it will work but you could use this and adjust it:

.center123 {
text-align: center;
}

Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

The reviews are added on posts using the review function placed in the td_module_single.php file which is editable via child theme: http://screencast.com/t/9uweXAh5nvQd
You could try to alter the code for it and implement your own review system there via child theme.
The theme’s review system is build in the td_review file: http://screencast.com/t/NrjhFpwjIB which is not editable via child theme so if you need or want to alter the code here you would have to do it to main theme’s files.
You can find more info about child theme and editable files here: https://forum.tagdiv.com/child-theme-documentation-newsmag/
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Could please also send your site’s URL as I need to inspect this issue so I can provide an accurate answer.

Thanks

Lucian
tagDiv Staff

Hi,

1. You have to add it here: http://screencast.com/t/BPsDrUZyaQXb
2. You can so it via css and use this custom css: http://screencast.com/t/eMu0jqpZOt

.post .td-main-content .td-classic-sharing {
display: block;
margin: 0px;
}

.post .td-main-content .td-post-sharing-bottom .td-classic-sharing {
margin: 0px 0px 10px 0px;
}

Thanks

Lucian
tagDiv Staff

Hi,

I’ve checked your site and seems that now the subscribers from your youtube channel are displaying correctly: http://screencast.com/t/uUZpFo2qgUBu

Thanks

Lucian
tagDiv Staff

Hi,

To turn off the minification or to purge file or empty cache you first need to use a cache plugin or a CDN host service.
Info about caching plugins/CDN: http://code.tutsplus.com/tutorials/wordpress-caching-plugins–wp-26445
If you aren’t aware of using any of this plugins then just go to your plugins section select them all except “WPBakery Visual Composer” plugin then deactivate them.
Check for the issue again after doing this and if is still happening please give us wp-access so we can also check this and send login details via email at contact@tagdiv.com and also provide an URL to this topic or specify your issues details.
If you don’t get this issue after this you can enable them one by one to see which one is causing this and search for an alternative or not use it at all.

Thanks

Lucian
tagDiv Staff

Hi,

Add this code: http://pastebin.com/zMYQVeaA to the header-menu.php file like this: http://screencast.com/t/8bQeBbSvA ..then use the custom css from below to make it look like this: http://screencast.com/t/T0kLvJDK5nyS

.header-search-wrap .td-icon-search {
margin-bottom: -3px;
margin-left: 10px;
top: 0px;
position: relative;
width: 16px;
height: 16px;
line-height: 0px;
color: #ffffff;
padding-top: 14px;
padding-left: 14px;
display: inline;
font-size: 13px;
}

.header-search .wpb_button {
margin-top: 6px;
}

Make sure you add the code like I did in the screenshot and remove the <i> tag: http://screencast.com/t/9oU00zbpO and if you don’t like the style of it you can change it as you like.

Thanks

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

Hi,

Not sure how you could do this for your published content besides using css which is not easy based on the different options you can chose when adding an image so to put together an selector which targets just those images and aligns them one after another.
This is a known issue with WordPress as it has an built in system whit you can use to align left/right/center images.
What you can try to do this using various methods, like adding images one after another and chose the same align for each one or try a solution form here or adding images to a div container then use css to align them which would make it easier as you would have the image placed inside a div tag specially created for this. Either way you would have to edit each post.
Here are some methods you might want to try regarding this: http://premium.wpmudev.org/blog/finally-getting-images-to-sit-side-by-side-in-wordpress/
You could also search the web for another method that could help you more.
Sorry for the inconvenience!

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Please use this custom css and let me know if this happens again: http://screencast.com/t/uh9wtCgna

.td-header-sp-top-widget {
width: auto;
}

Thanks

Lucian
tagDiv Staff

Hi,

You can select the widget via css and a padding to the right/left/top/bottom of the container to have an white space around it.
Send your site’s URL and point me to the container you want to customize and I will help you with it.

Thanks

Lucian
tagDiv Staff

Hi,

You can use the do_shortcode() function and add the shortcode for the news ticker directly to category like this: http://screencast.com/t/oTyYO9nikGNW
First go to VC page builder and customize the ticker then switch to classic mode and get the ticker shortcode: http://screencast.com/t/04wufgypnN1I
Use this code and add your shortcode to it: echo do_shortcode('add your shortcode here'); then edit the files and add it like shown above.
Result: http://screencast.com/t/r6U8ZQ6fMSQ7
You also need use the custom css I’ve pointed in the screenshot.

.td-subcategory-header .td-category-header, .td-subcategory-header .td-category-pulldown-filter {
display: none;
}

Thanks

Lucian
tagDiv Staff

Hi,

Not sure I understand what you mean by “reposting somewhere” please provide more details and your site’s URL so I can inspect this.

1. Unfortunately at this moment the theme doesn’t have an option for VK but we have it on our todo list and we plan to implement it as soon as we will can.

2. Remove this code: http://screencast.com/t/CXPVd0bd

Sorry for the inconvenience.
Thanks for the message!

Lucian
tagDiv Staff

Hi,

Please also try switching to a WordPress default theme and then reactivate the plugin to check if this happen because of the theme.
Have you moved your site or edited your database as this error comes from a missing table which was previous created and now it’s missing.
To fix this you can try to re-install WordPress then re-install the plugin.

Thanks

Lucian
tagDiv Staff

Hi,

I believe you have missed to add the URL to your site. Please provide it so I can inspect this.

Thanks

Lucian
tagDiv Staff

Replied via dashboard!
Thanks for the message!

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

Hi,

Unfortunately the theme doesn’t have an option for that and you would need additional customizations for that. You could hide it via css on posts/pages that you don’t want it if you want to hide it on some posts only and use the css Alin provided above and use the post/page id class to target one specific page.

Sorry for the inconvenience!
Thanks for the message!

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

Hi,

You need to edit this file and replace the default search with google’s here: http://screencast.com/t/fqJ0jSP3g
You can find online tutorials on how to create an google custom search: https://developers.google.com/custom-search/
This might help: https://www.tipsandtricks-hq.com/how-to-add-google-custom-search-to-wordpress-without-any-plugin-video-tutorial-3967

Thanks

Lucian
tagDiv Staff

Hi,

Please remove or comment this function: http://screencast.com/t/gXmCCO0yRGn

Thanks

Lucian
tagDiv Staff

Hi,

That is set using JavaScript, you could try this: https://forum.tagdiv.com/topic/more-stories-out/#post-10369

Thanks

Lucian
tagDiv Staff

Hi,

Not necessarily as that paragraph tag has an margin which generates this gap. We will adjust this in the next update.

Thanks for the message!

Lucian
tagDiv Staff

Hi,

I have checked your site and found that all features using js aren’t working so I suggest you check for this without any plugins active and also update to your theme to the latest version as you do have some errors in your console which can cause this: http://screencast.com/t/axOpn93Obl
Please let me know if this still happens after doing all this.

Thanks

Lucian
tagDiv Staff

Hi,

You can set a background color or a background image from theme panel:
bg image: http://screencast.com/t/IL00auHt6
bg color: http://screencast.com/t/5Lgp3QTT
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

The logo on cafe demo stack is used at this dimensions: http://screencast.com/t/fq02dOV3gH0 You can apply a padding to the logo container like this: http://screencast.com/t/VlDOnruDz
Use this css and header style 3 :

.header-style-3 .td-full-logo {
padding: 50px 0 !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

Please also provide your site’s URL so I can inspect it and provide an accurate solution for this.

Thanks

Viewing 25 posts - 2,526 through 2,550 (of 6,600 total)