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 the cropping function, to avoid this you would have to add an image more nearest with aspect ration of the thumbs in which you want it to look well. You can read more about aspect ratio here: http://digital-photography-school.com/aspect-ratio-what-it-is-and-why-it-matters/
You can also read more about function which creates the thumbs and WordPress cropping here:
1. http://codex.wordpress.org/Function_Reference/add_image_size
2. http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/

For the other issue please you can use this custom css to set the date to visible: http://screencast.com/t/3FGg2wX5R

Add this css in theme panel > custom css filed:

.slide-meta-author time{
visibility: visible;
}

Hope this helps!

Thanks

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

Yes, unfortunately using the GA by Yoast causes this.
Thanks for the massage!

Lucian
tagDiv Staff

Hi,

You can set your page to filter posts by category instead of tags and add posts that you want on that page to the category you have set for that page: http://screencast.com/t/om5aRmBV

Thanks

Lucian
tagDiv Staff

Hi,

You could try a plugin like Thumbnail Upscale for that: https://wordpress.org/plugins/thumbnail-upscale/

Thanks

Lucian
tagDiv Staff

Hi,

Make sure that you actually have an feature image for those posts:

* http://screencast.com/t/YVfEPCC0j
* http://screencast.com/t/xjmYylEj9dhF

I’m saying that when you have the post format set to “gallery” then the featured image will not appear on posts so you need to make sure that this is not set as gallery format and that the featured image appears on posts like this: http://screencast.com/t/DJpdemRjPTk
This post will appear on module 7 layout like this: http://screencast.com/t/hWxGamrjSli

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately some problems were reported when using the latest plugin version which is 3.0 and which was provided with the latest theme version (4.6).
We suggest to deactivate all plugins to make sure this doesn’t happen due to others plugins you use and if this issue persists, download the version 2.5 of the speed booster plugin from here: https://www.dropbox.com/s/nsu8wmwj9mtqswd/td-speed-booster.zip?dl=0
Please let me know if you can’t manage to solve this and also send you site’s URL.

Thanks

Lucian
tagDiv Staff

Hi,

In can fix this using the speed booster plugin and following this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/
Before this please make sure you use just the theme’s recommended plugins as using this guide won’t guarantee that this will fix hole this issue and remove this from Google’s page speed insights.
You can also follow this topic to find out how others fixed their issues regarding pagespeed: https://forum.tagdiv.com/topic/pagespeed/
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

31px is the minimum height of the Visual Composer container so in order to set a space smaller than 30px in height you need to modify the value for container’s minimum height: http://screencast.com/t/fQ07qkPXe
You can do this differently though and simply add a margin or padding for the container you use above and to do that you can set a custom, css class for your visual composer element and add padding or margin using custom css: like this:

* http://screencast.com/t/BKrIYeFs6m
* http://screencast.com/t/CqTw2slf

For text block border please make sure you also set this the border style, like this: http://screencast.com/t/tlXCqD7fPS

Thanks

Lucian
tagDiv Staff

Hi,

Please use this custom css: http://screencast.com/t/DkkMXC2Pv

.page p {
font-size: 17px;
line-height: 25px;
font-family: 'PT Sans', sans-serif;
}

Thanks

Lucian
tagDiv Staff

Hi,

Sorry for the delay! This usually happens when using the speed booster plugin as this plugin moves the css and js automatically to the bottom of the page. This problems were reported when using the latest plugin version which is 3.0 and which was provided with the latest theme version (4.6).
We suggest to deactivate all plugins to make sure this doesn’t happen due to others plugins you use and if this issue persists, download the version 2.5 of the speed booster plugin from here: https://www.dropbox.com/s/nsu8wmwj9mtqswd/td-speed-booster.zip?dl=0
Please let me know if you can’t manage to solve this and also send you site’s URL.

Thanks

Lucian
tagDiv Staff

Hi,

Try to edit the loop-single.php file and add it there: http://screencast.com/t/90LtF1UL9Rlt

Thanks

Lucian
tagDiv Staff

Sorry for the delay!
Glad you found it!
Please let me know if you have any other theme related issues!

Lucian
tagDiv Staff

Hi,

1. Unfortunately the scheduling posts feature is not related to the theme, it’s an WordPress feature we suggest to try finding a solution for it on the web.

2. Please check this without any plugins active so make sure you disable all plugins then empty cache and also purge files if you sue any cache or CDN plugins the check again.

3. You deactivate caching and check again for this is is not happening while caching is off you should check your caching plugin settings and try different settings for caching.

4. Please provide more details about this and also when using W3 Total Cache use only Page Cache. ( no database cache, no object cache, no javascript minify)
Also please be sure that WordPress installation have enough resources to make the caches.

Thanks

Lucian
tagDiv Staff

Hi,

Thanks Steven!
Sorry for the delay!
Please use this css and adjust the padding an margin values as you like: http://screencast.com/t/uuJSuQfX2S

.post footer {
margin-top: 0px;
}
.post p {
margin-bottom: 10px;
}
.post {
position: relative;
padding-bottom: 10px;
}

Thanks

Lucian
tagDiv Staff

Hi,

In your case I believe this happens because of the ad banner you use and which needs to be set at smaller size for each screen width, for tablet landscape you can use this css: http://screencast.com/t/PmPV7OCShOjz

/* responsive landscape tablet */
@media (min-width: 1019px) and (max-width: 1200px) {
.header-logo-wrap img {
margin-left: 33px;
}
.td-header-style-1 {
margin-left: 48px;
width: 640px;
}
}

For portrait tablet screens use this: http://screencast.com/t/hFzRA2teR1

/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
.header-logo-wrap img {
width: 200px;
margin-left: 33px;
}
.td-header-style-1 {
margin-left: 20px;
}
}

Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Please use this css: http://screencast.com/t/45jbe0bzcbNy

@media (max-width: 500px){

.td_normal_slide .td-sbig-title-wrap .td-sbig-title {
font-size: 15px !important;
}
.iosSlider-col-2 .td-sbig-title-wrap a, .iosSlider-col-2 .item .td-sbig-title-wrap a {
line-height: 15px !important;
}
}

@media (max-width: 767px){
.td-sbig-title-wrap {
bottom: 20px !important;
}
}

Thanks

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

Hi,

Unfortunately the mega menu feature can’t be used for pages as it only works with categories and it hasn’t been designed to work with pages.
Sorry for the inconvenience!

Thanks for understanding!

Lucian
tagDiv Staff

Hi,

What type of ad code you use as the theme only works with adsense and image banners if using other than these two types of ads could case issues. I have tested this and found no issues with the ads settings, so when set like this: http://screencast.com/t/AFWD1xy4C the ad will be visible only on desktop screens.
Hope this helps. Please also make sure you also check this without plugins active so that we can exclude the fact that any of your plugins causes issues with this.

Thanks

Lucian
tagDiv Staff

Hi,

I understand, unfortunately this is how this feature was build initially and changing it is not on our todo list but we will consider your suggestion if we decide to modify this.
You can try to add the categories like this $category->cat_ID = 1 to include them.

Sorry for the inconvenience and thanks for the message!

Lucian
tagDiv Staff

Hi,

Sorry for the delay! What theme version do you use as we have included the fixed version of the plugin into the latest theme update 4.6 so if you do not using it we suggest that you get the latest theme version from themeforest and you should find the fixed social counter plugin’s version within the theme’s files in the plugins folder.

Thanks

Lucian
tagDiv Staff

Hi,


@Danijelmo
Sorry for the delay and for the inconvenience caused. Have you managed to get this done? I have noticed that your don’t use the speed booster plugins but you do have a good page speed according to PageSpeed Insights: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fcrnjaci.com%2F&tab=desktop
Seems that you still need to fix some issue you with some js and css. In this case the speed booster plugin would help. We suggest to activate the plugin, empty cache and purge files then use the guide we offer for using speed booster for your page speed and move js and css to the footer only for the recommended plugins first as using the speed booster plugin with other plugins could cause issues, so make sure you use it without any plugins first.
Please also consider using the 2.5 version of the plugin as some issues where reported using the 3.0 version of the plugin.
If you don’t have it anymore please send an e-mail at contact@tagdiv.com and we will send you the previous plugin version.
Please let me know if you still have issue using the speed booster plugin and if so what issues you encounter.

Thanks

Lucian
tagDiv Staff

Salut,

Multumim pentru sugestie, ideal ar fii in limba engleza pentru ca sii altii sa benefieze de aceste informatii insa e ok oricum.
Referitor la sistemul de ad’uri pot sa-ti aduc la cunostiinta ca intentionam sa-l imbunatatim si ne-ar ajuta foarte mult daca ne-ai putea oferii mai multe informatii cu privire la imbunatatirile pe care le-am putea aduce sistemului si mai exact care dintre caracteristicile plugin-urilor lipsesc sistemului nostru.
Din pacate nu pot sa te asigur ca aceste modificari vor fii facute in urmatoarea actualizare a temei insa avem in vedere acheste chestiuni si vom incerca sa le implementam in viitoarele actualizari.
Ne pare rau pentru neplacerile cauzate si multumim pentru mesaj si suggestii!

O zii buna Lucian C.

Lucian
tagDiv Staff

Hi,

1. Unfortunately the theme doesn’t have an option to remove the date for individual categories and I believe you refer to the date which appears on modules: http://screencast.com/t/m4xfUF2nyJO8 In this case and in order to remove that date you would need to edit the module file you use for you category and for which you want to remove the date. Edit the module file which you can find in the includes > modules folder, like this: http://screencast.com/t/oHyNPCjT
Result: http://screencast.com/t/yKZO8mWzz

2. You can remove the breadcrumbs from here: http://screencast.com/t/q565hatWJ
3. You can use this custom css to target and move the logo, adjust it as you would like: http://screencast.com/t/g6hKn6bJ

.td-footer-wrap .footer-logo-wrap img {
position: relative;
top: -10px;
}

Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Use this css for category pages: http://screencast.com/t/4ZJOSNPFs6

.archive .td_mod_wrap {
border-bottom: 1px solid #000000;
}

Use this css to adjust the footer logo positioning and change the left value as you liek: http://screencast.com/t/1dMmpfpVpN

.td-footer-wrap .footer-logo-wrap img {
position: relative;
left: -50px;
}

Regarding the analytics code I’m not sure I understated what your issue is, please make sure you paste the code as you receive it from google into the analytics filed from theme panel.

Use this css for the header logo: http://screencast.com/t/w8baH65E

.header-logo-wrap img {
width: 600px;
height: 120px;
}

.header-logo-wrap {
width: 600px;
}

Thanks

Viewing 25 posts - 3,276 through 3,300 (of 6,600 total)