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

1. You can increase the articles number from Settings > Readings: http://screencast.com/t/PCgTF0s9KEDB
2. The posts from mobile homepage are generated in loop.php: http://screencast.com/t/kjSaNrIH You could use this implementation as exapmle: https://forum.tagdiv.com/topic/how-to-add-ads-in-category-pages/

Thanks!

Andrei L.
tagDiv Member

Hi

Mobile theme was not intent to support shortcodes and for more detail about its usage please check our documentation: https://forum.tagdiv.com/the-mobile-theme/ If you want to display blocks or any other element from Visual Composer on mobile devices you can deactivate mobile theme plugin and the theme will render all page content as on desktop.

Hope this helps.
Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked the indicated post and your images are displayed fine. When you’re using sidebar on posts max width for post content is by 696px. Even if your image have an higher width it will be resized to post content width value.

Thanks!

Andrei L.
tagDiv Member

Hi

Glad you have managed to find a solution on this.
Thanks for letting us know and for your message.

Andrei L.
tagDiv Member

Hi

There is not a simple way to achieve that. If you change thumb’s size you have to also change the size of container where will be placed. This may not be required in each situation but sometimes layout may be affected by a higher value so you have to update it.
Each customization involve some coding skills and if you’re not aware of the steps you have to take in this regard my advice is to look for someone who can help you with implementation as we can’t offer custom work at the moment, we can only point a way of how to achieve the desired rezult.

Thanks!

Andrei L.
tagDiv Member

Hi

You have to use a category template from theme panel in order to have the category description displayed on page: http://screencast.com/t/Hw7vNhVEwj5m

Thanks!

Andrei L.
tagDiv Member

Hi

You can try to insert the ads in page content using Visual Composer and make them visible only on mobile devices. For example you can add a new row in Visual Composer where will be inserted an add, then use a css class for it to hide it on desktop and tablets: http://screencast.com/t/oUTqsjamp

Use this code to make that row visible only on mobile:

@media (min-width: 768px) {
.mobile-ads {
display: none;
}
}

I hope this helps.
Thanks!

Andrei L.
tagDiv Member

Hi

This is a very complex task and in order to complete it first you have to understand how API works with WordPress. A starting point in learning API for WordPress could be here: https://developer.wordpress.com/docs/api/
Keep in mint that this is not just a copy/paste task. You’ll need to some experience in development and also good coding skills in order to complete it. We cannot offer customization services at the moment so if 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

It seems that Facebook treats http and https links as two different pages and that’s why likes are lost after you switched from one protocol to another. You can take a look at this, it my help you on this: http://stackoverflow.com/questions/10543089/having-facebook-likes-accumulate-over-https-and-http

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and the theme render ad-sense code just fine as can be seen her; http://screencast.com/t/p0ev1XRt However the theme does not control the content delivered by google, it only render the ad code. On your site google serve blank ads and usually this happens while your account is still on approval process. For more detail in this regard please check google’s docs: https://support.google.com/adsense/answer/1208336?hl=en

Thanks!

Andrei L.
tagDiv Member

Hi

You have to paste the code in style.css here: http://screencast.com/t/APwfDVYV8Y The initial code from style.css will remain there, you just have to pate custom code as I’ve indicated in the screen and that delay should disappear.

Let me know if you need further assistance on this.
Thanks!

Andrei L.
tagDiv Member

Hi

Try to deactivate all plugin except Visual Composer, clear all caches, purge all cdn files if you’re using then test again.
Let us know how it goes and if the problem permit please provide a link so we can have a closer look and we will get back to you in shortest time possible.

Thanks!

Andrei L.
tagDiv Member

HI

What exactly do you want to remove on mobile and tablet, are you rearing at this part: http://screencast.com/t/CeA6FOWJb If so try this css in theme panel > custom code > custom css:

@media(max-width: 1021px){
.td-banner-wrap-full {
display: none;
}
}

If this is not what you mean pleas provide more specific detail about what you’re trying to and we will get back to you in shortest time.
Thanks!

Andrei L.
tagDiv Member

Hi

That is the default functionality of WordPress when Arabic language it’s used and the theme can’t change or control that part. If you want to keep the normal layout in admin dashboard change site language back to English: http://screencast.com/t/YKauVFbq
Thanks!

Andrei L.
tagDiv Member

Hi

Please make sure that you’re using V 7.1.1 of Newspaper, this version is available on themeforest, also try to deactivate all plugins except Visual Composer, clear all caches then test again.
Let us know how it goes and if the problem permit provide your site url so we can have a closer look.
Thanks!

Andrei L.
tagDiv Member

HI

Please provide a link where we can inspect this so we can get back to you with a beater answer.
Thanks!

Andrei L.
tagDiv Member

Hi

Replied you via email.
Thanks!

Andrei L.
tagDiv Member

Hi

On our recipe demo we use normal post type for posts, there is not a custom post type used. We only created a specific layout for that demo but there are used default posts and pages from WordPress, not a custom post type.
You can post recipes on your site using wp posts, just chose one of theme’s post templates which will fits best for your needs. You can also group your recipes into some specific categories so you can easily sort them.

Grid style 1 is the same as is presented in our documentation, just make sure you follow this setup: http://screencast.com/t/voGcHg5rruhttp://screencast.com/t/hFeZ7Zguw1w

Thanks!

Andrei L.
tagDiv Member

Hi

The indicated demo it is available and can be found here; http://screencast.com/t/RknW6c2Xjhh
Let u know if you need further assistance on this.
Thanks!

Andrei L.
tagDiv Member

Hi

1. There is no ideal size for featured image. Basically image’s size should be at least by thumb’s size where will be used. You will have to asses the containers and thumbs you plan on using on your site and the post templates as well. If you use post templates that use the full size images like: http://demo.tagdiv.com/newspaper/td-post-2015-awards-all-of-the-best-and-worst-moments-from-the-show/ then a full hd image is required. If not, you need to inspect every element especially on the homepage. If you use big grids, your images must be at least the size of the big grid container otherwise they will not fit inside and not display properly. Here is a list of all thumbs used in our theme: https://forum.tagdiv.com/theme-thumbs/
also:https://forum.tagdiv.com/thumbnails-vs-featured-image-size/

2. Unfortunately you can place ads inside a block but using Visual Composer they can be added between blocks using ad-box block. Here is an example: http://screencast.com/t/UsEiHaLk http://screencast.com/t/svjvQcYTee96

I hope this helps.
Thanks!

Andrei L.
tagDiv Member

Hi
Please contact us via email and we will inspect this issue in shortest time possible.
Thanks!

Andrei L.
tagDiv Member

Hi

Try to deactivate all; plugins except Visual Composer, clear all caches then test again. Also check the browser console while you’re trying to open some sections from theme panel. Usually if the drop-down window does not appear it should be a 403 or 404 error in console.
Let us know how it goes and if the problem persist please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.

Thanks!

Andrei L.
tagDiv Member

Hi

We will reply you as soon as possible.
Thanks!

Andrei L.
tagDiv Member

Hi

That happens because speed booster moves the css generated by the theme in footer. When the page is loaded first time is called the css from style.css file then is loaded the css from theme panel. To avoid that delay you can insert all css generated by the theme and also your custom css in style.css file.
That css can be found in page’s source here: http://screencast.com/t/ECrMO343o Now you have this custom css moved to footer http://pastebin.com/k9rwZA4x so try to paste it in style.css then test again. Note that if you make any changes in theme panel that css will be changed and you have to update it again. The css changes when you modify colors or fonts.

Hope this helps.
Thanks!

Andrei L.
tagDiv Member

Hi

It’s no need to create a sub-domain just for a video page, you can simply create it in your current site like any other page and add on it the desired content.
Thanks!

Viewing 25 posts - 1,901 through 1,925 (of 6,511 total)