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,

Yes, send it at contact@tagdiv.com

Thanks

Lucian
tagDiv Staff

Hi,

Use this css: http://screencast.com/t/O0FE9AHFMkyk

.mfp-arrow {
font-family: newspaper !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

Use this css: http://screencast.com/t/54IIsRY8x

.td_mod_aj_search .item-details a {
white-space: normal !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

Use the class .home so that the background will apply only to thew homepage: http://screencast.com/t/kVHRHXRbh

.home .td-page-wrap {
background-color: #4b4b4b !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

Use this css: http://screencast.com/t/lfFeU6e2gjqM

@media (max-width: 767px){
.header-logo-wrap, .header-logo-wrap img {
display: inline !important ;
}
}

Thanks

Lucian
tagDiv Staff

Hi,

That is what speed booster plugin dose, it’s using minified js to speed up your site.
You need to remove the js for the light box from the site.min.js also, I have posted the solution for this here: https://forum.tagdiv.com/topic/imagebrowser-not-loading/#post-22357

Thanks

Lucian
tagDiv Staff

Hi,

Disabling the speed booster plugin should’t affect those features, those issue could occur due to other plugins.
To remove the light box when you use the speed booster plugin also, replace the content of site.min.js with this: http://pastebin.com/rLeCLmkU

Thanks

Lucian
tagDiv Staff

Hi,

The plugins needs to have access to internet in order to work, make sure that your firewall isn’t blocking it’s access.

Thanks

Lucian
tagDiv Staff

Hi,

This usually appears because the server security module blocks the access to admin-ajax.php file. Try to verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
Contact your server administrator and explain the situation, as it’s requested many times during the a save the file it’s treated as threat so it’s banned. You can report false positives to your server administrator to remove it from the banned list.

Thanks

Lucian
tagDiv Staff

Hi,

My example was for the blog page not the category and should work for you also. You can read here about this: https://wordpress.org/support/topic/how-to-make-more-tag-work-on-pages
If you don’t know hoe to do this we recommend you to hire a freelancer to do it for.

Thanks

Lucian
tagDiv Staff

Hi,

Replace the content of the td_module_9.php file: http://screencast.com/t/EQ5cxoQO1x with this code: http://pastebin.com/uUYdaNL6
Should look like this: http://screencast.com/t/JpxysdaFfa

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately that would be the beast way, you can’t build a different menu for mobile only.
If you inspect the menu items you will noticed that each has a unique class, like “menu-item-4630” in this case, so you will need to use that class to hide the menu item which you don’t want to show up on desktop/tablets screen, then another css to hide the menu item you show on desktop and tables on mobile, below you have some screenshots which will make you understand this better:

* http://screencast.com/t/giGXF0RF
* http://screencast.com/t/iSEqUzAbFsVc
* http://screencast.com/t/Suboukyr8z
* http://screencast.com/t/vRvCuGd497M

You could also build the top menu as you like, the top menu it’s hidden on mobiles but you could customize it then hide it on desktop and use it on mobile.
Here you have the css I used for the example:

@media (min-width: 767px) {
.menu-item-4630 {
display: none;
}
}

@media (max-width: 767px) {
.menu-item-2962 {
display: none;
}
}

Thanks

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

Hi,

I have tested this having an tweet added to the post content (both ways – embed code and also just adding the tweet link) and didn’t found any issues with this: http://screencast.com/t/RuH4n6jnPQ
Please try to deactivate all plugins and test this again, make sure you empty cache also. Note that twitter have an issue with this and could also come from them.

Thanks

Lucian
tagDiv Staff

Hi,

That may happen due to the css that it’s loading later. You could try to edit the style.css file and add the background for your site from there.

Thanks

Lucian
tagDiv Staff

Hi,

As you can see here: http://screencast.com/t/1qNOksLr the 3 right thumbs from the left side of the slider should be at 326 x 159 while yours don’t fill the whole thumb-wrap container: http://screencast.com/t/FDaoi8dGt
The solution for this is to regenerate the thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Please make sure you follow and apply all the steps from the guide on “how to fix strange thumbnails” should fix this.
Also please make sure before doing this that you disable all plugins especially any CDN plugins and purge files also empty cache, after you have done all this regenerate the thumbnails.
Also try to add a bigger featured image size for your posts, at least 1200 in width.
Please let me know what you find.

Thanks

Lucian
tagDiv Staff

Hi,

Thanks, we will try to fix this within next version!
Have a nice day!

Lucian
tagDiv Staff

Hi,

Please use this css and add it in theme panel > custom css:

@media (max-width: 767px){
.single_template_4 .td-image-gradient:before {
bottom: 0px;
}
.td-big-slide-background, body.single_template_4 #td-full-screen-header-image, .backstretch {
height: 500px !important;
}
}

Should solve your issue: http://screencast.com/t/73be90lxvS

Thanks

Lucian
tagDiv Staff

Hi,

Please replace the content of td_block_mega_menu.php file with this code: http://pastebin.com/aSh7af2N like this: http://screencast.com/t/TnVUpRpxY3
Hope this helps, please let me know!

Thanks

Lucian
tagDiv Staff

Hi,

We are sorry about this and for inconvenience. Please provide more details about the issue you have when using the previous version of the theme and we will try to fix this and send you a solution for it if possible.
Please let me know!

Thanks for the message

Lucian
tagDiv Staff

Hi,

Please send an URL to your site, I need to inspect this so I can provide a fix for it.

Thanks

Lucian
tagDiv Staff

Hi,

Please use this path for the background-image, and add the css like this:

.td-s-s-32-meetup {
background-image: url('http://www.totsintow.co.za/wp-content/themes/Newspaper/images/meetup-logo-32-grey.png') !important;
}

Should work fine now: http://screencast.com/t/7leBJKfn
Thanks

Lucian
tagDiv Staff

Hi,

I can assure you that it isn’t happening, all files are there.
Please make sure that you have followed the steps I have mentioned above and also if you use CDN purge files, this may deliver old content and generate this issue.
If nothing works please send an e-mail at contact@tagdiv.com so we can check and provide wp-admin user and pass, also specify your issues details.

Thanks

Lucian
tagDiv Staff

Hi,

Please make sure you use the default post style for the posts you want to apply this changes, you will have to make the same change for this files also if you want to move the social sharing for other posts styles as well: http://screencast.com/t/5rRmgCtr66h
Should work, I have tested this. If you don’t know how to do it you can always get a freelancer from sites like: http://studio.envato.com/
Unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support.

Thanks

Lucian
tagDiv Staff

Hi,

Use the Media Query Snippets from below to style the the button as you like on mobile/tablet portrait/ table landscape and desktop screens:

/* responsive phone */
@media (max-width: 767px) {
    
}
/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
    
}

/* responsive landscape tablet */
@media (min-width: 1019px) and (max-width: 1200px) {
    
}

/* responsive monitor */
@media (min-width: 1201px) {
    
}

Unfortunately we cannot offer custom work 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.

Thanks

Viewing 25 posts - 4,826 through 4,850 (of 6,600 total)