Home User profile
tagDiv Staff
Passionate for gaming, mountain biking and traveling. I face every task as a new challenge to bring my skills to the next level.
Bogdan B.
tagDiv Staff

You can use the child thee for the css, I just stated it;s easier with the theme panel. You will not lose any code from the theme panel if you update. It is easier than using a child theme.
Thanks.

Bogdan B.
tagDiv Staff

Hello,

I;pm not sure what customization you made and how you implement the images but this is not a standard implementation of a featured image. You use post template 1 but there is no featured image shown on the post itself. I just see an iframe. There is no code for the featured image as well in the browser inspector. The blocks need the featured images to be contained in this css class:
td-post-featured-image
There is no such class on any of your posts including the ones that are showing the featured image on your homepage. I;m not sure how you use the theme api to add a featured image but you need to add it by the standard method of pressing the ‘set featured image’ button and selecting a file from your media library.
We cannot guarantee our blocks will work with custom implementation of featured images.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The theme will add a thumbnail of 1068 x 580 pixels. if you do not want this thumb to be available, simply turn off the thumbnail from the theme pane-> block setting sand regenerate thumbs after: http://screencast.com/t/g8AJyhbyW

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The child theme name should not affect the theme, but please try to use it with the default name provided here:
http://screencast.com/t/s6PvxKerg5
If you want to add custom css to your theme, do not use a child theme for that. The theme has a custom code box in the theme panel where you can add the css: http://screencast.com/t/sw3HjrWb7tx

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Well you can hide ads on particular posts with css but you will have to add a code for each post you want the ads removed from. If you add lots of posts, the code will get huge in a small amount of time.
I will add this suggestion on our list for future updates and if the development team decide on it , maybe we will be able to implement such a feature.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

The theme does not add any numbers to the url’s. Please try to disable all plugins except visual composer clear cache and reset cdn files if you use it. Then test again.
If you still have trouble with this, try to switch to a wp default theme and see if the author url still gets the 2’s
Let us know how it goes.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Well the images are already taking up the full size of the container. The container sizes are as follows:
If you use a sidebar the maximum content width is 696 pixels. So an image will not be able to go further than 696 px.
If you do not use a sidebar, the content are is 1068 px. Your images are exactly 1068 pixels, thus making them the biggest possible size they can be inside the post content. There is no way of making them any bigger.

Thank you!

Bogdan B.
tagDiv Staff

I have added this to our bug list and it will be fixed in future version of the theme.
Thank you for your understanding.

Bogdan B.
tagDiv Staff

Hi,

Sorry, I meant the mobile theme custom css. The mobile theme has it’s own custom css box. Add the code here:
http://screencast.com/t/eUISQ7wOL

Thank you!

Bogdan B.
tagDiv Staff

I’m not sure reinstalling the theme will have any effect if the ad is not compatible. You can give it a try. Install the theme again, and do not use any other plugins except visual composer. And test the ads like that. If they work, then be careful of what plugins you activate. If it does not, please contact us via email at contact@tagdiv.com and provide a link to your site, wp-admin and provide the ad code so we can run a few tests on your site. Please also include a link to this topic.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Buddypress is installed in our theme as you would install it on any other one. You can simply follow the plugin instructions:
Maybe this video will help: https://www.youtube.com/watch?v=yzQTfI58IJk

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please make sure you increase your system status parameters like this guide shows: https://forum.tagdiv.com/system-status-parameters-guide/
Also please disable all plugins except visual composer, clear cache and reset cdn files.
Let us know how it goes.

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Pages have no option to add a featured image as the post featured image. You can add a simple image but without a title. If you update your theme though you can have an image with text using the new image box element:
here is a large single image example: http://screencast.com/t/86uVLJ5zMhttp://screencast.com/t/NmsWOiql
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
You can makje use of the block settings and set an offset or remove the post from the filter or activate unique articles on a page https://forum.tagdiv.com/unique-articles/
There are lots of ways you can avoid double posts on your site.
Thank you!

Bogdan B.
tagDiv Staff

Hi Nik

The code works on my end: http://screencast.com/t/fSjoHGhS
Please check your theme panel-> custom css section and make sure your previous code is properly closed
Also make sure you clear cache and reset cdn files as the code is the correct one for removing the comments.
Try it with chrome;s live css extension to see if the code works. If it doesn’t please provide a link to your site so i can inspect it.

Thanks.

Bogdan B.
tagDiv Staff

Hello,
The like and tweet buttons seem to shop up properly on your site: http://screencast.com/t/C3RHFmZV4wM
I do not see any videos on the page though. Please check again.
Thanks.

Bogdan B.
tagDiv Staff

Hello,

Yes I understood what you mean but there is a limitation in the css. I cannot target just the links you added. I can provide a code that will target a link inside a p tag for instance…but it could affect multiple areas of your post.
Here is an example. This is the code i would provide for this to work:
.td-post-content p a{
color:#b87333;
}

But you will have to check to see if there are no other links affected in the post content.

The hover for these links can be changed in the same way. If the links do not have a specific class, it will affect all links inside a post. Use the code above for now as both solutions are equally general. Css needs specific and very particular instructions to work as we expect it to .If we cannot add specific and particular classes to our elements, then css will target all elements that fit the description we provide in the code. Right now the description is every link inside a p tag that is inside your post content. That can be lots of things. Not just a simple link you add. But it depends on what you add to your site.

Thank you!

Bogdan B.
tagDiv Staff

We are sorry for the inconvenience.
We did remove the patch from the main theme package the moment we realized it was faulty.

Thank you for your understanding.

Bogdan B.
tagDiv Staff

I see you use a very old version of our theme. We suggest updating as more and more things will break from a theme that has been released 3 years ago. If you update wordpress and plugins bu not the theme, then there will be a moment when it will not work anymore. We cannot provide compatibility between the theme and wordpress if you do not update it.

1. Please use this css to center the logo
@media (max-width: 767px){
.header-style-3 .td-logo img {
position: relative;
right: 0;
top: -10px;
z-index: 3;
padding-top: 0px;
width: 180px;
margin-left: auto;
margin-right: auto;
display: table;
}

2. I cannot provide any css solution for it as it;s not added through css. il;m not even sure newspaper 4 had this option. Check the theme panel .If there is no such option in there, you can only add it custom .

5. This is how the search icon was added on newspaper 4:

.td-sp, .td-scroll-up-visible {
background-image: url(images/sprite/elements.png)!important;

}
You can change that url to your own image url and it should work

Thanks.

Bogdan B.
tagDiv Staff

Hello,

The categories will show as many posts per page as you set here: http://screencast.com/t/OMbvEDmA1K1

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately our pagination was not created as a numbered one. There is no simple way of ding it except through customization. The add-ons will not be able to work on our blocks as they are custom made. Sorry, but for this you will have to get help from a code-savvy friend or hire a freelancer to fo it for you as there is no simple solution I can provide.

Thanks.

Bogdan B.
tagDiv Staff

Hello,
That is a long ago issue that has since been fixed for quite some time. You still use newspaper 6.3 We are at version 7.5 now. Please update your theme as we cannot guarantee newspaper 6’s compatibility with the current version of wordpress.
Please use this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately the theme width cannot be changed in our theme. Our theme elements were built based on a fixed width and changing this width will cause theme elements to not position properly anymore. Our theme was not built with a dynamic width in mind.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

The mobile theme has not been tested with the child theme support.
The mobile theme files can be found here: http://screencast.com/t/ZD1204Md6

Thank you!

Bogdan B.
tagDiv Staff

Hello,

I have checked your site and the posts that do not show images do not have an image to show. You need a featured image or video for the image to show up on the blocks. Please use this guide and add propewr featured images or featured videos to your posts: https://forum.tagdiv.com/featured-image-or-video/
Alternatively, please enable the placeholders so if there is no image, there will be a placeholder for the block:
http://screencast.com/t/2Y2MBFWn80 ALso make sure your thumbnails are active:
http://screencast.com/t/RWrJene0

Thank you!

Viewing 25 posts - 11,801 through 11,825 (of 22,378 total)