Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Alin [tagDiv]
tagDiv Staff

Hi,

Just paste this code in Theme Panel > Custom Css – http://screencast.com/t/MbJWkqsf

@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #fff !important;
}
#td-top-mobile-toggle i, .header-search-wrap #td-header-search-button .td-icon-search {
color: #222 !important;
}
}

Result: http://screencast.com/t/TC2Qt7US

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The files used for post templates are these – http://screencast.com/t/89FWt0iP and the functions used here you ca find them in td_module_single_base.php file – http://screencast.com/t/d3aDpcWkOdT You will need custom modifications for this, unfortunately we cannot provide custom work at this time, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

What version of the theme do you use? An also what header style? Please provide more details and also your site url.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can edit the post style that you use and add your code – http://screencast.com/t/89FWt0iP
As referece if you want to use do_shortcode function you can check this topic – https://forum.tagdiv.com/topic/move-the-bottom-article-ad-spot-below-the-share-bar/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Thanks Chris!


@k24
I’m not sure what is the issue on IE 11? Please provide more details where I should look on your site. It looks fine on my side – http://screencast.com/t/G5knUgSIs
The zoom effect is disable on IE or Safari because these browsers do not support some effects very well and may not look fine. If you want zoom effect also on IE please remove this code from style.css file – http://screencast.com/t/2HcnpZSprS8 or remove it only for IE 11 – http://screencast.com/t/Upq5DfQc

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You have already this custom css applied – http://screencast.com/t/NVIkwSMI7

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi k24,

I have checked your site and the issue with social icons is happening also on desktop. Please check this without any plugins active except of Visual Composer, clear cache and purge your files as I see that you use CDN, then see if you still have this issue with social counter icons.
If this doesn’t fix the issue, please try to replace elements.png and elements@2x.png files with those provided with the theme version that you use – http://screencast.com/t/NYJ6voKq
Regarding mobile menu you can use custom css the change it color: http://screencast.com/t/eu3aUxL2pm

@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #fff !important;
}
#td-top-mobile-toggle i, .header-search-wrap #td-header-search-button .td-icon-search {
color: #222 !important;
}
}

Yes, you can use this guide to update the theme to the latest version(A-also video tutorial,B,C) – https://forum.tagdiv.com/how-to-update-the-theme-2/ and you can do this without plugins active and then update the Visual Composer and other plugins that come with the theme(if you use).

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

2. I’m not sure what you are trying to do. If you use a slider(IOS Slider,Big Grid like all blocks) all articles title should have a link, if this is what you mean. You can check it on our demo – http://screencast.com/t/j16G5RVNhttp://demo.tagdiv.com/newspaper/ios-slider/
Please provide more details about this also a link so I can inspect this. I use Chrome inspector tool.
3. Please check and change this value in php configuration – http://screencast.com/t/bzZyGPBYU6k You can check the php.ini file if you need to increase the value or contact your host provider and let him know about this if you can’t access it.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You have a css that overwrite the default – http://screencast.com/t/upPaQOrWLchttp://screencast.com/t/uqT0TSSHs41S If you inspect our demo you can see that this is the css code without margin-left on specific devices – http://screencast.com/t/OcbNqZ9kDPF
So please check you custom css and fix that or you can try this code in Theme Panel > Custom Css – http://screencast.com/t/PcN45iwTHHb

@media (min-width: 1019px) and (max-width: 1140px) {
.td-header-style-1 .td-header-sp-logo {
margin-left: 0 !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use this custom css to hide the author on slider – http://screencast.com/t/0StFZZbwAZ

.td_block_slide .td-post-author-name {
display: none;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link as I need to inspect this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to regenerate your thumbnails – https://forum.tagdiv.com/using-the-theme-with-existing-content/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Glad that you managed to solve this. We will try to improve documentation in future.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

This value can be set from your php.ini file, usually you have to create it inside the wordpress folder and add: http://screencast.com/t/uQ1OCOrUZ
The procedure may be differ depending on the serve, you have to check the host documentation for details.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Now I see what you mean, it seems to link for newsmag documentation, I have also added this on our list and it will be fixed as soon as possible. Sorry for inconvenience!
These are div containers that you have to use for newspaper:

<div class="td-visible-desktop">
    <a href="link when you click on the image"><img src="http://link to your image" alt="" /></a>
</div>
<div class="td-visible-tablet-landscape">
    <a href="link when you click on the image"><img src="http://link to your image" alt="" /></a>
</div>
<div class="td-visible-tablet-portrait">
    <a href="link when you click on the image"><img src="http://link to your image" alt="" /></a>
</div>
<div class="td-visible-phone">
    <a href="link when you click on the image"><img src="http://link to your image" alt="" /></a>
</div>

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide more details about this as I’m not sure what you mean. Did you tried non-adsense documentation – https://forum.tagdiv.com/header-ad/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

What version of visual composer plugin you use? Please try to increase the memory allocated to php limit: https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use http://pastebin.com/ and provide the code that you use and it doesn’t work so I can test it on my side.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

We made some tests on our side with WP Super Cache and it behaved better that W3TC. So you can also use it – https://forum.tagdiv.com/requirements-for-newspaper/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

There is an option to disable date for all articles in Theme Panel > Post Settings – http://screencast.com/t/lOYmShA7n
Please also check theme’s documentation – https://forum.tagdiv.com/general-settings/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please note that it is tested only with these plugins – http://screencast.com/t/hcjLnOqh4i2 and if you use other plugins it will be automatically disabled. A lot of people install the plugin without knowing what it does and after that they add many plugins and some of the them are not written fine so the developer took this decision.
If you want to always enable speed booster, delete this code from speed booster file: http://screencast.com/t/RZLIOPUNdqh

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Yes you can use also custom ads to your sidebar – http://screencast.com/t/wBQs54Ekypn3
2. Unfortunately there is no unique class to target products pages(Property Listing, For Rent..) and you will have to use page id to hide header ad – http://screencast.com/t/3poNFvyT

.page-id-25487 .td-header-sp-recs, .page-id-25457 .td-header-sp-recs, .page-id-25459 .td-header-sp-recs {
display: none;
}

For single product page you can use .single-properties class like this: http://screencast.com/t/LI5zpMtNzO

.single-properties .td-header-sp-recs, .single-properties .td-a-rec-id-content_top, .single-properties .td-a-rec-id-content_bottom {
display: none;
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and I see that you have this issue for some posts, you will have to use Facebook Debugging tool to refresh the OG tags, as I have checked you page source and og metadata are added properly – http://screencast.com/t/gsHyKQNsWr
I have also tested this on your site – http://screencast.com/t/Q4ChidoEoSx and after I used fb debug tool(Fetch new scrape) – http://screencast.com/t/AvggxpOddgHAhttp://screencast.com/t/i54rMeIJd

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry for delay! I asked the developers about this and they took this decision to stop the zoom effect on safari as this browser doesn’t support well some effects. You can easily activate it if you remove this css code from style.css file – http://screencast.com/t/zLttdghOXi

Thanks for the message!

Alin [tagDiv]
tagDiv Staff

Hi,

What version of the theme do you use? If you use version 4 and you upgrade to version 6 please note that you will have to add again all custom modifications including custom css. Please follow this guide to update from version 4 – https://forum.tagdiv.com/how-to-update-the-theme-2/
If you already use version 6 and you only want to update to the latest version 6.3.2 you can check the update_log file to see the changes that were made. When you update you will lose custom modifications to the files, as it will overwrite the files, but no Theme Panel customizations or custom css. Any way always make a backup of your current installation – https://codex.wordpress.org/WordPress_Backups

Hope this helps!

Viewing 25 posts - 3,226 through 3,250 (of 7,871 total)