Home User profile
tagDiv Member
I love to drive fast cars and to play Need for Speed! I enjoy to help customers tweak their websites for high performance! I’m a proud member of the tagDiv support team!
Andrei L.
tagDiv Member

Hi

The mobile search uses a different function, the call is made by do_ajax_call_mob function: http://screencast.com/t/iQWNzmXzz You need to customize that function to execute your custom search code.
This task involve some customizations and good codeing skills in order to be achieved. We can’t offer customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.

Thanks!

Andrei L.
tagDiv Member

Hi

You made some changes in theme’s files and the layout it’s a bit affected. You can try this css to correct that issue: http://screencast.com/t/jyWFOMfcAlnI

.td-ss-main-sidebar{
width: auto!important;
}

Thanks!

Andrei L.
tagDiv Member

HI

@@GlanceCompany The theme support banner ads, you can find more details in this regard in our documentation: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Let us know if you need further assistance o this.
Thanks!

Andrei L.
tagDiv Member

Hi

Try also to remove this class from gallery’s html structure, now it should work fine: http://screencast.com/t/23iacoMdP7h

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

HI

There is no need by any php to display a block in post content, you can simple paste it’s shortcode in post editor: http://screencast.com/t/uLMk1LkoBahttp://screencast.com/t/4htR55xwU6
To hide the block on mobile use this css:

@media(min-width: 768px){
.td-post-content .td_block_2{
display: none!important;
}
}

Hope this helps!
Thanks!

Andrei L.
tagDiv Member

HI

We didn’t made any tests and I can’t provide an accurate answer in this regard. However checking your post I’ve found a js error in browser’s console: http://screencast.com/t/Eslaboa0Do I am not sure if this error is related with the js file that you created but it may affect how the plugin works.
If you still can’t manage to solve this issue and you really need to use this plugin my advice is to look for someone who can help you with implementation or hire a freelancer to do it for you as we can’t offer customization services at the moment.

Thanks!

Andrei L.
tagDiv Member

Hi @PolitOpinion

You can ignore the activation messages as Visual Composer plugin comes bundled with the theme and you don’t need a license key for it.
Thanks!

Andrei L.
tagDiv Member

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/po8UDG4jS59o

.td_block_7 .td_module_6 .item-details{
margin-left: 90px;
}
.td_block_7 .td_module_6 .entry-thumb {
width: 80px;
}

Let me know how it goes!
Thanks!

Andrei L.
tagDiv Member

HI

I’ve checked your site and the content from homepage is displayed fine. If you still have this issue please provide more specific details about it, also a screen pointing the issue would be helpful.
Thanks!

Andrei L.
tagDiv Member

HI

Note that tags filter from block settings refers only ad default tags from WordPress. If you added a custom taxonomy you can’t use it in block settings to filter posts as the theme don’t have an implementation in this regard.
I this is not what you mean please provide more details about what you’re trying to do and maybe we can help.
Thanks!

Andrei L.
tagDiv Member

HI

Please address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.
Thanks!

Andrei L.
tagDiv Member

HI

The patch goes from one version to another, there is no patch from 7.2 to 7.4. You need to use the patch from 7.2 to 7.3, then use again the patch from 7.3 to 7.4.

Thanks!

Andrei L.
tagDiv Member

HI

Please make sure that you update the theme according with our documentation, deactivate the child theme if you’re using, clear all caches, purge cdn files if you’re using then test the site again.
Let us know how it goes and if the problem persist provide your site url so we can have a closer look.

Thanks!

Andrei L.
tagDiv Member

HI

I am not aware of Screaming Frog functionality as we didn’t made any tests with it and I can’t say how accurate are the reports. However when I’ve made a data structure test for this post: http://dev.aclwebservices.com/b47/spada-pilgrim-everyday-motorcycle-boots/ I didn’t found any broken link: http://screencast.com/t/9OWkPQARxXP Also in browser’s console is no 404 error: http://screencast.com/t/qobYvWlb
I am not sure why google analytics picks those links but you can try to regenerate your sitemap and send it to google: https://kb.yoast.com/kb/enable-xml-sitemaps-in-the-wordpress-seo-plugin/
You can also send us the login details at contact@tagdiv.com and we will inspect this issue as soon as possible. Also give us access to web-master tool se we can have a look to those link: https://support.google.com/webmasters/answer/2453966?hl=en

Thanks!

Andrei L.
tagDiv Member

HI

You need a different target to change the color, try this code: http://screencast.com/t/DDd1dZw7d

.colored-item a{
color: green!important;
}

Thanks!

Andrei L.
tagDiv Member

HI

By default the theme have an ad-size by 970×250: http://screencast.com/t/5LYfoZYdysqrhttp://screencast.com/t/AsNUNVinfpG Make uysre that you’re using V 7.4 of Newspaper, this version is available on themeforest, then test the site again.

Thanks!

Andrei L.
tagDiv Member

HI

Google have its own algorithm which generate the SERPS and the information displayed there may differ from one site to another. You checked the site with data structure tool and the test was passed which means that page’s html structure is properly generated and the search engines can understand it. However if your post contains reviews stars it’s not mandatory to be disabled in SERPS. It’s up to search engine what will be displayed there.
The post’s content and results displayed in SERPS about that post are two different things.

Thanks!

Andrei L.
tagDiv Member

HI

To achieve a similar result on single posts you need to edit td_module_single_base.php file here: http://screencast.com/t/fdrFNwYOm

Thanks!

Andrei L.
tagDiv Member

HI

Basicaly you just need to add this code functions.php file: http://pastebin.com/dNyJK1xchttp://screencast.com/t/YOF1P3SQh The ode was tested on Newspaper theme but the implementation is similar for Newsmag and the code should work the same.

Thanks!

Andrei L.
tagDiv Member

Hi

Please update Visual Composer at V 4.12 which is included in theme’s path: https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ clear all caches then test the site again.
Let us know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

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

.td-load-more-wrap, .td-load-more-wrap:hover {
display: table!important;
margin-left: auto!important;
margin-right: auto!important;
}

Thanks!

Andrei L.
tagDiv Member

HI

I am not very sure what you’re trying to do bu I assume that you want to remove some elements displayed by search engines in search results. The theme does not control elements displayed in SERP but you can use a plugin like SEO By Yoast to achieve that. For more details in this regard please check this link: https://yoast.com/snippet-preview/

If this is not what you mean please provide more details about what you’re trying to do and maybe we can help.
Thanks!

Andrei L.
tagDiv Member

Hi


@orlando
please check this topic where my colleague Lucian provided a possible implementation: https://forum.tagdiv.com/topic/how-to-hook-hit-counter-into-amp-header/

Thanks!

Andrei L.
tagDiv Member

Hi


@K
.H.R try to update the theme at V 3.1 which is available on themeforest and also update Visual Composer at V 4.12 which is included in theme’s path. For more details about the update process please check these links: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ After the update is completed clear all caches, purge cdn files if you’re using then test the site again.

Let us know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

You can use a 2/3 slide + 1/3 ad-box like here: http://screencast.com/t/5LWIbYFDhttp://screencast.com/t/095QfuGT
Big grids have fixed layout and also the post number is fixed. However you can add a new grid and set an offset by 3 posts: http://screencast.com/t/rLFKZyEzl
You can split the row where Social Counter is displayed in three columns and add the desired widgets there: http://screencast.com/t/KMOTzke1m9bI

Hope this helps!
Thanks!

Viewing 25 posts - 776 through 800 (of 6,511 total)