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

Replied in the other topic.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please disable your cdn server and provide login information for us via email at contact@tagdiv.com so we can login and investigate this issue.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately the latest articles section cannot be moved. There is no setting to do so. What you can do though is choose a different page template that does not use the latest articles and simply create the page as you want it to . You can use the block settings to create the page to your liking

Thank you!

Bogdan B.
tagDiv Staff

Hello,

If you require black text and white background, simply install the default demo. The footer Instagram is available for all demos. Demos change only the style of the theme, not it’s functionality. The footer Instagram is a theme feature, not a demo-specific feature. It can be activated on all demos: http://screencast.com/t/36TGHtTh

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You could adapt the header style on your site to fit the logo better but the best solution would be to use one of the full logo header styles (9, 10 and 11) Those header styles will show the logo in it’s full size. If you provide a link to your site I could be able to provide a code to increase the logo but I cannot promise anything as the header ad container could fall under the logo if i’s stretched too big. provide a link to your site so I can see the logo.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

If you add padding to your posts but do not want it on mobile phones, you should use css media queries for the padding. Make the padding only apply to the desktop screen size, not all sizes. Here are the screen sizes for each viewport: http://screencast.com/t/FInLEOh2
Here is an example on how to exclude the mobile phones from a css code:

@media
(min-width:767px){
add your css here
}

As for the article inline ads, there is no simple way to remove a particular ad. The ad system places the ads site-wide, not in particular. If your ad is non-adsense you can hide it with css with display:none, but if the aed is adsense you will have to create conditions in the code and remove it for a specific post ID.

Thank you!

Bogdan B.
tagDiv Staff

Hi,
No you do not need to do anything about the patch. Please sen us an email at contact@tagdiv.com and provide wp-admin so we can login and investigate. Please also include a link to this topic so we can identify you.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

I have tested the solution before I provided it. It worked fine on my end. I forgot to put the code inside the “code” tag though and the forum could have converted the comma’s I have edited my reply so try the code again as it;s now inside a code tag and it should run properly. After you implement it as i have shown in my screenshot, make sure you have an ad code in the article bottom ad in the mobile theme like so: http://screencast.com/t/4rL35mWqrXNU

Thanks.

Bogdan B.
tagDiv Staff

Our plans are to make the theme fully compatible. But this process takes a lot of time as there are major differences between the 2 php versions and we have to keep both the old version compatibility and the new version as well. That will be the main challenge. It will be much simpler if ALL users move to php 7 and then we will create our theme based on the new php 7 rules and be done with it, but unfortunately this will not happen anytime soon. There will still be users who use the old version.
Thank you for your understanding.

Bogdan B.
tagDiv Staff

Hello,

Unfortunately our theme does not have any such options. You will have to find plugin that offers this functionality. I cannot recommend one though as we have not tested any.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please provide a link to your site so we can inspect it./ I assume you use a demo that does not use a background for block titles such as the news magazine demo: http://demo.tagdiv.com/newspaper_magazine/ On this demo, the block title background color will only change the underline as there is no color for it by default like there is here: http://screencast.com/t/n3kdlcWjC

Thank you!

Bogdan B.
tagDiv Staff

Hi,

You can add it like so: http://screencast.com/t/NizM3sHYyHj

Thanks.

Bogdan B.
tagDiv Staff

Hello,

The alt tags are not supposed to show up if the image is loaded properly. The caption is but the alt attribute is shown when the image cannot be loaded. http://www.w3schools.com/tags/att_img_alt.asp
Our theme uses the default caption of wordpress but it will not show it on some post templates. It depends on the post style that you use. This applies to featured images. The rest will show the caption text underneath the image, but posts with parallax will not show the caption. Please provide an example, a link to a post that does not show the caption text.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
This effect is added from the loading animation here: http://screencast.com/t/4mZvHf4RxW Please change these settings for different results. The animation itself can be affected by plugins as it uses javascript that will break on a plugin conflict. Try this without any plugins. Disable all plugins except visual composer, clear cache and reset cdn files if you use it.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please provide more details so we can understand the problem better. Provide a link to your site so we can also see the issue.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Our theme category pages use the loop.php file to populate the page with posts. This is where you will have to modify the code.
There is an alternative though. You could try to use a block from Visual Composer. There you can use the block settings to sort your posts to your preferred sorting option.
After the block is set use do_shortcode function to echo out the shortcode on that category page. The code must be added in category.php page here: http://screencast.com/t/mIrs3SDaaFez

I hope this helps.

Bogdan B.
tagDiv Staff

Hi,

If you want a single code for all pages, you should simply remove the page id part like so:

.page .td-banner-wrap-full{
background-image: url(http://demo.tagdiv.com/newspaper/wp-content/uploads/2016/05/login-mod.jpg);
background-size:100% 100%;
background-repeat: no-repeat;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The theme will still show the image in it;s default version if you cannot ad larger retina images. It will show the image as big as it can. it will how in the image quality. The size will remain the same but the image quality will grow on a retina display if you have biger size images. Retina means differnet pixel comp0ression. It will show double the amount of pixels in the same width. The image dimensions will not change on the front-end but rather the pixel density. If you have a large enough image, it will show a crisp retina image, if not, it will show the standard image quality.

Thank you!

Bogdan B.
tagDiv Staff

If you want the plugin instead of the default sharing of the theme, then you will have to ask the plugin author how to implement the plugin at the top of the article as we did not create the plugin and have no idea of it’s functionality.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

The image problem can be fixed by following this guide: https://forum.tagdiv.com/facebook-share/ The og image is added by yoast not the theme.
I tried sharing multiple posts on your site but it seems to work as expected: http://screencast.com/t/w1Uj6LZl
http://screencast.com/t/7y2Fy4E0RVhttp://screencast.com/t/ITJqKV8jAXvU
Maybe you had a strong cache in place and it since then cleared.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The header part of the category templates is custom made. There is no simple way to replicate it. it needs to be made custom and that falls beyond what the theme support can offer you. We suggest hiring a freelancer to help out on this one as we cannot offer any custom work at the moment. The category template files and top post grid codes can be found here: http://screencast.com/t/u4yGXNsbU2

Thank you!

Bogdan B.
tagDiv Staff

Hello,

1) What you see on themedium’s hover color is not the category color. it;s the block hover color that can be changed from the block settings: http://screencast.com/t/X9vZVNAt

2) Yes, the site in question uses style 4 for posts and a css customization to make the post background transparent. This is a similar code:
.td-post-header-holder.td-image-gradient .td-post-title {
background-color: rgba(255,255,255,0.7) !important;
padding-left: 10px !important;
padding-bottom: 10px !important;
}

3) The excerpt color can only be changed with css. Use this code:

.td-excerpt{
color:red!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please use this guide: https://forum.tagdiv.com/install-via-ftp/

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. This could be a simple plugin conflict.

Thank you!

Viewing 25 posts - 12,001 through 12,025 (of 22,378 total)