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,


@Magistar
as Christopher wrote the Jetpack plugin is optional and we recommend it for its gallery features: https://forum.tagdiv.com/how-to-make-a-gallery/

Thanks

Lucian
tagDiv Staff

Hi,

Please make sure you also have posts in the category you set as mega menu. If it’s still not working please also provide your site’s URL so I can check this.

Thanks

Lucian
tagDiv Staff

Hi,

The pagination comes from the latest articles section so if you don’t need it you could just use the pagebuilder template: http://screencast.com/t/oTaNx6qQBUI and build the page how you want using the pagebuilder.

Thanks

Lucian
tagDiv Staff

Hi,

1. Please check his without any other plugins active and also make sure that you check the console for js errors and let me know what you find.
2. Please also provide an URL of your site so I can inspect this.
3. Unfortunately at this time you can’t do it using the theme but we plan to bring the newsmag features on newspaper also in the future so it will be available in time in newspaper also but I can’t let you know how it will take until then.
Sorry for the inconvenience!

Thanks

Lucian
tagDiv Staff

Hi,

You can translate theme from theme panel or use a translation plugin like qTranslate or a similar one: https://forum.tagdiv.com/how-to-translate-the-theme/

Thanks

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

Hi,

When you add an image WordPress automatically creates a thumb for each module the theme uses so, besides WordPress’s, we have added new image sizes in functions file: http://screencast.com/t/4XZAbtTQ1 in total creating all 17 thumbs are created which the theme needs and are used on modules/blocks and slides.
You can see here the thumbs usage on module/blocks: https://forum.tagdiv.com/modules-and-blocks/ and the one you don’t use and therefore you don’t need you can remove from the theme’s functions file by commenting the add_image_siez() function.
Sorry for the inconvenience!

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Try this css: http://screencast.com/t/ZkWegX9ZrStt

.td_block1 .span6 {
float: right;
}

.td_block1 .row-fluid [class*="span"]:first-child {
margin-right: 0px;
}

.td_block1 .row-fluid [class*="span"]:nth-child(2) {
margin-right: 6.857142857142857%;
margin-left: 0px;
}

Thanks

Lucian
tagDiv Staff

Hi,

Thanks for reporting this, I have added this on our issue list and we will take a look at them.
Regarding the image size for a basic post we use this dimensions: 1074 × 483, but there isn’t an ideal image size so it can look good on all thumbs.
You can find here all thumbs dimensions which are created and used by the theme on module/blocks thumbs and sliders and as you can see the largest one is at 1074 × 483 so you should consider using an image at least 1074 px wide and 483px height.
Hope this helps! Please let me know if you have any others theme related questions.

Thanks

Lucian
tagDiv Staff

Hi,

Thanks for your suggestion. I will add this on out feature requests list and we will consider it for future updates but we have to be very carefully though what we chose to implement as we have over 170 feature requests on our list so if more people will ask for this we will try to do it, until then you can try to use an workaround: https://forum.tagdiv.com/topic/ad-banner-below-the-main-menu/

Thanks for understanding and for you message!

Lucian
tagDiv Staff

Hi,

I have noticed now. Thanks for reporting it!
It seems to be a bug as the background img has set an negative position from the top and this cause the white bar.
I will add this on our issue tracker list and we will fix this as soon as possible, until then please try to use this css to fix it. I gave tested this live on your site and seems that this fixes it: http://screencast.com/t/tPQmzWxbS

.backstretch .td-backstretch {
top: 0px !important;
}

Hope this helps! Please let me know!

Thanks

Lucian
tagDiv Staff

Hi,

You can use this php function on post views: https://php.net/manual/ro/function.number-format.php
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Sorry for the delay!
I have checked your site and haven’t found the custom css I have provided you for your footer logo image: http://screencast.com/t/e00JA1NyXOeZ so please make sure that you have added it to your custom css filed in them panel and alps that you have add it right, like this: http://screencast.com/t/DqfaI5I5qjXv
Should work fine as I have tested this on your site: http://screencast.com/t/O1TiH59vW8N
I believe you refer to this full width image: http://www.kungalvsnyheter.se/td_d_slug_46/ which is the post template no 4 which unfortunately can’t be set elsewhere but on post pages.
If you want something similar on pages you can use the “Homepage – bg – no article list” template and remove the slider.
You can read more about how you can achieve this here: https://forum.tagdiv.com/topic/full-width-image-header-on-hompage/
Here are the recommend logo sizes both retina and regular logo: http://screencast.com/t/lBO69QXxxa

Thanks

Lucian
tagDiv Staff

Hi,

Thanks for reporting this! I have added this on our issue tracker list, we will investigate this and fix it as soon as possible. Until then you can use the main theme or try to use wp_enqueue_style() to enqueue the parent stylesheet into child theme.
Sorry for the inconvenience!

Thanks again for reporting this.

Lucian
tagDiv Staff

Hi,

Please make sure that you disable all plugins leaving just Visual Composer active then empty cache/purge files and check again. Also make sure that remove any custom modifications you have made to your theme as all this should not happen and check again.
I also believe that you are using an early version of the theme. We have fixed lots of issues in the latest theme versions so please try to update the theme to version 4.6 and also make sure you make a backup of your current theme installation so that you can revert back to it if something goes wrong.

Thanks

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

Hi,

You need to install the theme and activate it, use this guide on how to install it: https://forum.tagdiv.com/installation/ then set up your pages/menus.. and so on. You can find all info you need on how to do this in the documentation: https://forum.tagdiv.com/newspaper-documentation/
Please let me know if you have any other theme related questions.

Thanks

Lucian
tagDiv Staff

Hi,

You have this negative margin set on rows which causes this: http://screencast.com/t/Cv3Z1uR9rSDv
Make sure you remove that custom css or add this one to set it to 0:

.row {
margin-left: 0px !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

You could also add it in the custom css filed in theme panel, like this: http://screencast.com/t/IHiQUlIvh or at the end of style.css file.. but like you have added it should also work fine.

Thanks

Lucian
tagDiv Staff

Thanks Christopher!
I’ve added it on our todo list!

Lucian
tagDiv Staff

Hi,

Edit the td_module_blog.php file and replace all line: http://screencast.com/t/aEb09NFpyxb with this 'orderby' => 'rand', line, like this: http://screencast.com/t/6GI9pNv0kjRS

Thanks

Lucian
tagDiv Staff

Hi,

First please make sure that this isn’t happening due to some other plugins you are using so make sure you disable all plugins laving just Visual Composer and Social Counter and also empty cache and/or purge files if you use any cache plugins or CDN host services and try again.
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,

You mean that you have deleted them already or that you don’t know where to search for them? If is the second case please note that each of the pages/posts and so on are located between your own posts/pages ..
If you already removed them but still show in your google index please make sure you empty cache files and if you use any CDN host service you purge files and let me know.

Thanks

Lucian
tagDiv Staff

Hi,

Checked this URL also and as you can see no errors: https://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Fcobras.org%2FHome%2F
I have noticed in your screen this page URL: http://screencast.com/t/ttHLfQCxsKl which could be your issue as this is a page from the demo data you’ve installed.
Please make sure that you delete those pages an posts and check again.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

I have searched your site but couldn’t find an example for this as I have also checked on demo and haven’t found any issues of this type:

ex:
* on homepage slider this image has 63.3 KB: http://screencast.com/t/RNThhptAmh
* on post page it has 323 KB: http://screencast.com/t/M8qeVVkS82

I’m not also sure how this happens for you in first place as normally an cropped image should weight less than the original one or than one that is wider or higher especially if the thumb image is cropped from the original larger one in which means the quality should be the same.
As I have noticed, in your case, is that you use an CDN host service so to make sure that this isn’t happening somehow do to it I suggest purging files then empty cache and deactivate all other plugins also then check again by uploading an image and settings it on blocks/sliders and check again for this and let me know of what you find.

Thanks

Lucian
tagDiv Staff

Hi,

You can edit the loop-single.php file and remove the feature image like this: http://screencast.com/t/ZrBeyueDPv
Do the same for other post types also and leave it enabled just for post template 3.
For the title issue with video posts please use this custom css: http://screencast.com/t/9hplmCY0

.single-format-video.single_template_3 header{
position: relative;
}

.single-format-video.single_template_3 .post header .entry-title {
color: #222222;
margin: 10px 0px 20px 0px !important;
}

.single-format-video.single_template_3 .post .td-image-gradient:before {
display: none;
}
.single-format-video.single_template_3 .td-post-header-full {
background-color: transparent;
}

.single_template_3 .td-post-header-full .meta-info {
margin-left: 0px !important;
}

Thanks

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

Hi,

Try this css to have the images like this on mobile view: http://screencast.com/t/963cgPNrcAIa

@media (max-width: 767px){

.td_mod8 .item-details {
margin-left: 0px !important;
top: 15px !important;
}

.td_mod8 .thumb-wrap img {
max-height: 100%;
max-width: 100%;
width: 100%;
position: relative;
}
}

Hope this helps!

Thanks

Viewing 25 posts - 3,101 through 3,125 (of 6,600 total)