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,

You should deactivate all plugins and check again. The problem in your case is not that the link on categories tags don’t work is that the category page it’s not loading.
Deactivate the plugins and empty cache if you use any and also purge files if you use any CDN plugins.
Please let me know what you find.

Thanks

Lucian
tagDiv Staff

Hi,

That patch it’s to update the theme to 4.5 version and contains only the new/modified files in 4.5 theme version. Note that it’s used only to update the theme from version 4.4 to 4.5.
If you want to update the theme you should use this method and manually upload all theme files to your server via FTP: https://forum.tagdiv.com/how-to-update-the-theme/

Thanks

Lucian
tagDiv Staff

Glad you managed figured this!
Thanks for the message!

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

Hi,

Depending on which module you want to change this you can edit this files: http://screencast.com/t/7ONIXqB4EcM and change “Continue” text into what you want, like this: http://screencast.com/t/J7TzgtXJM7
Result: http://screencast.com/t/20m9hs8Lz

Thanks

Lucian
tagDiv Staff

Hi,

Please make sure you follow this guide about how to use the mega menu and that you are using this menu right: https://forum.tagdiv.com/how-to-use-the-megamenu/
To remove the sidebar from home page you need to edit the page then set the template to be full width like this: http://screencast.com/t/izWDNfvjoH5L
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

This plugin should also work fine with our theme as it’s among the recommended ones. Please make sure you delete the plugin and then you re-install it right: https://wordpress.org/plugins/contact-form-plugin/installation/
Please let me know if this still shows after following this steps.

Thanks

Lucian
tagDiv Staff

hi,

Seems to me that it generates an js conflict because the site.js file contains all theme’s js put together. Unfortunately I can’t offer you a solution for this, you can try to find and use another similar plugin if there is one.
Sorry about this!

Thanks for the message!

Lucian
tagDiv Staff

Hi,


@andyc81

I have checked your site, seemed to me like the menu it’s working fine now. Also noticed that you have also figured out how to use the sport stack as on our demo.
Please let me know if you have any other theme related issues and remember to go through our documentation as you can find there very useful information about how to use the theme: https://forum.tagdiv.com/newspaper-documentation/

Thanks

Lucian
tagDiv Staff

Hi,


@steven

If you set a background color or image from theme panel this will apply site wide.
If you need a different color for a category, you can change it from theme panel > categories for a specific category to use a specific background color: http://screencast.com/t/VVcP2Vbp This will overwrite the previous background color set from theme panel > theme colors.
If you need a different background image/color or you don’t want to have a background image at all you can do it via css and apply changes only for that page.
Use the page id class which is unique for all pages to remove or change the background, like this: http://screencast.com/t/5pA9hFjAM

.page-id-2877 {
background-color: initial;
}

Thanks

Lucian
tagDiv Staff

Thanks @Steven for your help!

Lucian
tagDiv Staff

Hi,

Please make sure you install and activate the jetpack plugin then connect your site to wordpress.com to authorize jetpack.
After this you will have to Activate the Tiled Gallery and the Carousel, like this: http://screencast.com/t/6i4s0yg0QGOY
After doing this create a gallery and the gallery type should appear here, like this: http://screencast.com/t/cLw3y6hXsrLe
The link with the tagdiv gallery doesn’t work, can you please send one that I can access or provide more details about the issues you have when using it.
Please make sure first you have used it and add it like this: https://forum.tagdiv.com/create-an-image-slide-gallery/

Thanks

Lucian
tagDiv Staff

Hi,

Use this css to set the background image, the first one was broken and didn’t worked because of the url’s apostrophes (''): http://screencast.com/t/xt6D0UuiCk6e
Just change the image url with your own.

.td-full-layout .td-header-bg {
background: url('http://theblogboutique.com/wp-content/uploads/2011/02/Dark-blue-Header-000099.jpg') !important;
}

The layout you have sent me it’s possible to get using header style 1 and also use a logo with a transparent background, regarding the transparent menu this can be set via css, I don’t see though how can you set the background for the menu also because there is no container which include only the header and the menu, nevertheless you will need custom work for all this and unfortunately, we cannot offer custom work at this time 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.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Sorry for the delay! I have checked your site and didn’t found many weird placement, one issue that I have noticed was the blocks ext and prev arrows which you can fix using this css: http://screencast.com/t/0Uoo9AYNxYT

.td-ajax-next-page {
right: auto !important;
background-position: -20px -20px !important;
left: 15px !important;
}

.td_ajax-prev-page {
right: auto !important;
left: 0px !important;
}

Also found that you need this css to remove the margin from the left of the title: http://screencast.com/t/HlEjhvQL

.td_mod3 .item-details {
margin-left: 0px !important;
}

On post page I found this: http://screencast.com/t/W2ChSM5xl2G

.single ul.td-category, .single ul.td-category li, .single header time {
float: right !important;
margin-right: 0 !important;
}

.td-social-sharing {
top: 0px !important;
margin-bottom: 0px !important;
}

.prev-post a {
padding-right: 0px !important;
}

.author-box-wrap .desc {
margin-right: 127px !important;
margin-left: 0;
}
.author-box-wrap .avatar {
float: right!important;
}

Hope this helps!
Please let me know if you have other issues with this.

Thanks

Lucian
tagDiv Staff

Hi,

You can set a custom class on the row and use that, like this: http://screencast.com/t/ffobFoCKvM
Or you can use this class which is unique for that block and set the margin like this: http://screencast.com/t/cuz1FCq3AcXw or set the width like this: http://screencast.com/t/PdwU1PE2oE

Here is the css i used:

.vc_custom_1413303079952 .td_block4 .wpb_row {
margin-left: 40px !important;
}
.vc_custom_1413303079952 .row-fluid .span4 {
width: 30.3%;
}

Thanks

Lucian
tagDiv Staff

Hi,

Please keep in mind for future updates to deactivate plugins also empty cache and purge files if you use any cache or CDN plugins this usually helps you find what causes issues or fixes them.
Regarding captcha, for now, I can only inform you that we have this on our todo list and consider it for future updates and to be honest we haven’t decide yet if we will implement it or not so I can’t give you an exact answer. What I can do though is to point you to a discussion about this which maybe you can find useful: https://forum.tagdiv.com/topic/i-think-captcha-in-registration-is-good-idea/
You can also follow this topic to find out how you can get the best page speed score: https://forum.tagdiv.com/topic/pagespeed/
Hope this helps!

Thanks

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

Hi,

Thanks TheMediumUTM!

@PGN

Unfortunately I can’t give you an exact answer regarding this plugin as we haven’t made any tests with it but considering TheMediumUTM you can give it a try and if is suitable for what you need you can use it.
You can also post here your experience using it if you decide to try it so other theme users would know what to expect using it.

Thanks

Lucian
tagDiv Staff

Hi,

To add back the menu arrow pointer and left align the search results images please use this css: http://screencast.com/t/RyPXjgPPOsYL
Please remove the one I previous gave you and add only the one bellow:

#td-top-search .td-sp {
background-image: url('http://0div.com:70/wp_009/wp-content/themes/009/images/header/elements-menu.png') !important;
}

.td-sp-ico-search{
width: 25px;
height: 25px;
background-position: -20px -544px;
}

#td-top-search {
position: relative !important;
top: 0px !important;
}

#search-button .td-sp-ico-search {
position: relative;
top: 0px !important;
}

.header-search-wrap #search-button {
height: 20px !important;
}

.td-header-menu-wrap .td-aj-search-results .td_mod_wrap {
text-align: left !important;
}

Regarding the other matters, they are possible to achieve via custom css, unfortunately that is how the search module used there was tooth and designed and if you don’t like you would need to hire a freelancer to do that for you if you don’t know how to do it as we cannot offer custom work at this time because we are working hard on development, updates, fixes and support. You can get a freelancer from sites like: http://studio.envato.com/
For the search icon(lens) you can do this to move it at the right of the menu-top section: http://screencast.com/t/yJwsFCJFgnb
Result: http://screencast.com/t/wngyZChm

Hope this helps!
Thanks!

Lucian
tagDiv Staff

Hi,

Thanks for sharing!
I can’t see a way on how you can easily do this, you would have to modify the code, and add conditions to detect the screen’s width and use other thumb size or build another page and enable it for mobiles only via js, either way it’s not an easy task.
Another way would be to use a plugin to manages and customize your mobile content, you could try WordPress Mobile Pack for example(I’m not sure if helps with adding a new image size on mobiles but you can go trough the description/FAQ and see what you can do to your site using it..) or another similar.
Leaving all these aside I don’t think you have to do this. If you look to the page-speed result the suggested fixes don’t specifically include changing the way images are loaded: "Properly formatting and compressing images can save many bytes of data" this manes that you would consider finding another way to properly format/compreess iamges: https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/image-optimization or you can go trough this topic as this issues where discussed over and over again: https://forum.tagdiv.com/topic/pagespeed/
Another matters which affects your page speed are this: http://screencast.com/t/0gVaRWv1CfVJ
so you should also consider fixing those also.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

You can change it from here: http://screencast.com/t/BaijMENj
I have added this on our todo list and we will add this as an option in theme panel > translation in futures updates.
Thanks for reporting it.

Thanks for the message!

Lucian
tagDiv Staff

Hi,

You can find it and remove it from the td_css_generator.php file: http://screencast.com/t/UXzjNBbmLdGZ

Thanks

Lucian
tagDiv Staff

Hi,

Yes, sorry about that! You could also try to use another analitycs plugin which has an option to add event tracking automatically.
We are trying to find a fix for this and hopefully it will be available in next theme updates.

Thanks for understanding!

Lucian
tagDiv Staff

Hi,

You can try this css for headlines or you can go and manually select the title style 1 for each block but this will change this only on blocks while for some headline titles you don’t have this option and for those you will need to use css, like this: http://screencast.com/t/X41pM5OzlO

This the css for the headlines:

.block-title {
border-bottom: 2px solid #e7e7e7 !important;
font-size: 18px !important;
position: relative !important;
top: -3px;
margin-bottom: 23px!important;
}

.block-title a, .block-title span, .block-title label {
background-color: transparent !important;
color: #444444 !important;
padding-left: 0px !important;
padding-bottom: 3px !important;
padding-top: 0px !important;
display: inline-block;
}

I can’t recommend you a plugin for changing the headlines background color as I haven’t tested any plugin with that ability. Note though that this color can be set from block option, like this: http://screencast.com/t/46Lg8Iy2mNH
For the bullet headlines you can edit the module10 file and add list tags around the title, like this: http://screencast.com/t/6DgPkH59b9m
This will return this result: http://screencast.com/t/JbwjRCAtG3

Thanks

Lucian
tagDiv Staff

Hi,

Regarding adding sidebar banners you are right, you need to add different image size for each different screen width.
I can’t tell you which the differences are, I haven’t tested any of the plugins you pointed, my guess is this difference may be in features, usability maybe but the best way you can find out is to get the plugin, install it and “play” a bit with it to see how it’s working/behaves.

Thanks

Lucian
tagDiv Staff

Hi,

You can try to do a search online for ways to increase your CTR, I don’t think this matter is theme related.

Thanks

Lucian
tagDiv Staff

Hi,

You can set the background color for the whole site in that case and then use this css to remove it from category pages or overwrite it: http://screencast.com/t/tSVbVaVSY

.category {
background-color: initial; 
}

Thanks

Viewing 25 posts - 4,301 through 4,325 (of 6,600 total)