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

Sorry for the delay!
Replied via email!

Lucian
tagDiv Staff

Hi,

Either way should do it as to place it in the <head> you need edit the header.php file and place it in there or add it within head section using wp_head action.
Easiest way would be to edit the header.php file and add it before the closing </head> tag as instructed.

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately this is a common issue using the speed booster plugin, you can try this solution: https://forum.tagdiv.com/topic/custom-css-tuning-feature-request-and-default-blue-problem/#post-17734

Thanks

Lucian
tagDiv Staff

Hi,

1. Use this custom css to fix the menu issue on mobiles: http://screencast.com/t/o6y0LJsDJsgt

@media (max-width: 767px){
.blog-stack .td-menu-wrap #td-top-menu {
display: none !important;
}

#td-top-search {
top: -55px !important;
right: -56px !important;
}
#outer-wrap .header-search-wrap #search-button .td-sp-ico-search {
top: 11px !important;
left: 6px !important;
}

.header-content-rec .td-g-rec-id-header {
text-align: center;
}
}

2. We have this on our todo list and we will fix this in the next updates, you can use this css to fix this until then: http://screencast.com/t/Yuxssspw5

.single_template_4 .header-content-rec .td-g-rec-id-header {
margin-bottom: 55px;
}

Thanks

Lucian
tagDiv Staff

Hi,

This could be caused by a plugins as I have tested this using the latest theme version and haven’t had any issue with the pagination so please make sure you deactivate all plugins then empty cache and/or purge files if you use any cdn hosting service then check again.
Please let em know of what you find and also provide your site’;s URL.

Thanks

Lucian
tagDiv Staff

Hi,

I have tested this and haven’t had any issue of this type using the latest theme version(4.5) so please make sure you deactivate all plugins then empty cache and/or purge files if you sue any caching plugins or CDN hosting services.
If you don’t use the latest theme version we suggest you updated the theme and please let me know if you still have this issue and also provide your site’s URL.

Thanks

Lucian
tagDiv Staff

Hi,


@glencannon
That code can be used to add image banners on your site. I understand now that you use google adsense so please make sure you have set your google ads right: https://forum.tagdiv.com/ads/ then please follow this troubleshooter: https://support.google.com/adsense/answer/1208336?hl=en as it might be due to google.
Please let me know!

@Branstone
Add the target="_blank" attribute to the anchor tag container of the ad you want to open in a new window, just like this attributes are added to the image banner div’s from above: http://screencast.com/t/WBgsmb9X1h

Thanks

Lucian
tagDiv Staff

Hi,

The theme’s login widget isn’t responsible for this issue as it just replace’s the WordPress login/registration form. This could happen due to your server which blocks this service.
You could try to find a solution for this online or use a plugin like: https://wordpress.org/plugins/wp-mail-smtp/ or similar.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Sorry for the inconvenience!
Replied via dashboard!

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

Hi,

Please use this custom css in theme panel > custom css filed to change the background color and border thickness/color to all text filed: http://screencast.com/t/2ipHrLygr

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: yellow !important;
border: 3px solid #000000 !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

Please make sure you make a backup of your current theme installation then re-upload your theme files via FTP: https://forum.tagdiv.com/how-to-update-the-theme/
You could also try to upload just the loop-single.php and overwrite the old file, upload it in the root of the theme.

Thanks

Lucian
tagDiv Staff

Hi,

That function compresses images by 40% and the plugin regenerates all images. If you just add the function then only the image you upload will be compressed and if you also need the changes to be applied to the old ones too you need to use the plugin and regenerate thumbnails.

Thanks

Lucian
tagDiv Staff

Hi,

We don’t recommend html/css/js minification as this usually cause issues. You can do it manually if you like and exclude the parts which are best to left unminified or the speedbooster plugin as it loads a minifed version of themes js. Regarding theme style css we plan to provide a minified version for it also in future updates.

Thanks

Lucian
tagDiv Staff

Hiu,

Use this custom css to increase the menu height and also set the mega menu and regular menu drop-down to appear over the other menu items: http://screencast.com/t/uNnEmrbDbnUC

@media (min-width: 767px) and (max-width: 1200px){
.td-menu-wrap {
position: relative;
height: 100px;
}
.sf-menu>li>a {
z-index: 1;
}
}

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately I don’t think that there is something else as this still needs to be styled, as I suggested before you could try to find a plugin for that dose that and hopefully we will managed to fix this soon.
Sorry for the inconvenience!

Thanks for the message!

Lucian
tagDiv Staff

Hi,

To remove the reviews you need to edit the td_module.php file and remove or comment out this code: http://screencast.com/t/GIx8BZ7QKEv
Unfortunately this is a common issue using the speed booster plugin. Of course the best way would be to disable the plugin.
You could also try to delete and install the speed booster plugin from the latest theme version files (4.5) It could solve this as I have tested this and seems that this issue doesn’t happen anymore.
We also have this issue on our todo list and we will fix it in one of the next updates.
Sorry about this!

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Please use this css to fix it in Firefox browser also:

@-moz-document url-prefix() {
.iosSlider .slide-meta-author {
line-height: 28px !important;
}
}

Thanks

Lucian
tagDiv Staff

Hi,

Not sure if this is what you are looking for but you can set the post type loop filer to “page” to get pages like this: http://screencast.com/t/kerfPgjvR
Result: http://screencast.com/t/7aZbgVOwaa
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

If you also use the revolution slider plugin you should not consider moving jquery js to the footer as this could cause errors. If you don’t use rev slider plugin only disabling the rev slider plugins will automatically move jquery js to the footer and you don’t need to manually do it.

Thanks

Lucian
tagDiv Staff

Hi,

I think that is the cause as the thumbnail hasn’t been created and so the full width image is used.
Please make sure you regenerate the thumbs and let me know if you still have this issue.

Thanks

Lucian
tagDiv Staff

Hi,

You can also edit the page-category-slider.php file and remove this code: http://screencast.com/t/NayI66vme0E

Thanks

Lucian
tagDiv Staff

Hi,

Yes, please send the modified icon sets at contact@tagdiv.com so we can check and compare them as we can’t tell what went wrong at this point.
Thanks

Lucian
tagDiv Staff

Hi,

Tested your site both on emulators and iphone/htc devices and still haven’t found any issues with the menu not working.
screens from emulators:
* (htc) http://screencast.com/t/QdrKNkc2Cn1A
* (iPhone 5): http://screencast.com/t/zG3tl249hc

Thanks

Lucian
tagDiv Staff

Hi,

Please send your site’s URL. I need to inspect it so I can provide a solution for this.

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately the menu wasn’t designed to work that way but you can customize it to look well via custom css.
If you don’t need much extra space you could try to set smaller title for you menu items or you could lower the menu’s font size to fit on one line.
You can also follow this topic and try to apply this solution in your case also: https://forum.tagdiv.com/topic/menu-problem-2/
Hope this helps!

Thanks for the message!

Viewing 25 posts - 3,551 through 3,575 (of 6,600 total)