Hello,
I have checked your website but i could not find page 2 of the category page as well. Are you sure you have enough posts in that specific category so it will require a page 2? Normally the theme shows 20 posts in that particular module then it applies the pagination. You only have 8 posts in your module 10.
Please make sure you have over 20 posts so pagination can create a page 2.
Thank you!
Hello Paul,
These related pages do not come from the theme but rather the jeptack plugin. Please remove the ‘related’ option from jetpack.
Thanks.
Hello,
The icon issue is a whole different matter. This issue is tied to fonts. If they are not loaded from the same source, this can happen.(It’s basically because of the CDN) In this case you will need to add a rule in .htaccess like this topic suggests: https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
I hope this helps.
Thank you!
Hello,
You can use the same method for IE as you did on firefox:
.ie11 .td-header-sp-logo img{
width: 100% !important;
}
Thank you
Hello Lars,
As you can see from this list: http://screencast.com/t/VB86piqZRFm we only ran tests with bbpress so this will be the recommended plugin to use. We did not test simplepress so we cannot say for sure if it will work 100%.
Thank you!
Hello,
Unfortunately we cannot recommend a developer for custom work but you could hire a freelancer from studio.envato.com
Thank you for your message.
Hello,
You can probably do that with a background image set to the container but responsiveness wil be a problem. The site you pointed out is not responsive so you cannot see it.
If you use the default header style you can use this code :
.td-header-header{
background-image: url("http://i.huffpost.com/gen/2125210/images/o-EYES-facebook.jpg");
background-size:100%;
background-position-y: -200px!important;
}
result: http://screencast.com/t/nrZz2XyCRxS7
The main problem will be responsiveness. It will require further adjustments for every viewport: tablet landscape, tablet portrait and mobile phones
Thank you!
Salutare,
Sunt roman si eu precum colegii mei. Imi cer scuze daca nu am inteles din prima intrebarea. Am vizionat clipul tau dar nu am realizat ca problema apare doar in momentul in care este selectat un menu-item din partea de jos.
Este o problema de css care poate fi rezolvata prin intermediul unui z-index:
.sf-menu li:hover ul, .sf-menu li.sfHover ul{
z-index:1000!important
}
Poti adauga codul in theme panel -> custom css box
Am testat problema si la noi si se pare ca intr-adevar este un bug ce va fi rezolvat in urmatorul update.
O zi buna!
Hello,
You can use css to do it like so:
.sub-menu{
background-color:red!important
}
Thank you!
Hello,
In order to remove the footer and sidebar for mobile please use this code:
@media (max-width:767px){
.td-footer-wrapper{
display:none!important;
}
.td-sub-footer-container{
display:none!important;
}
.td-ss-main-sidebar{
display:none!important;
}
}
This code will remove the footer, sub-footer and sidebar.
Thank you!
Hello,
Please follow the method applied in the topic you pointed out. I tested this again and it works. You only need to comment out these 2 parts of code: http://screencast.com/t/m7gTAjbcY1ww and http://screencast.com/t/qslgmeN94F
Do not remove this part: http://screencast.com/t/yj5nb3ovx52A
Thank you!
Hello,
I have tested this a bit and it seems that the standard behavior of the theme is to point to the specific comment. If you are trying to access for example comment 712564 it will take you to that comment in particular.
Thank you!
Whenevver you click/touch these icons the facebook, twitter and pinterest social icons appear. The theme has no such option so I assume it is a plugin that does that.
Thank you!
Hello,
I have checked your website and saw the icons. Unfortunately i cannot provide any solution for them as they come from a plugin not the theme. You will most likely need to edit their position with css or use another sharing plugin.
Thank you!
Hello,
I wouldn’t worry about these warnings you get. Our demo has thewm two when scanned with the same tools: http://www.isithacked.com/check/http%3A%2F%2Fdemo.tagdiv.com%2Fnewspaper%2F
You can simply ignore them.
Tank you!
Hello,
Please send an email at contact@tagdiv.com and provide wp-amin so we can take a look. Please also include a link to this topic so we can identify you easier.
Thank you!
Hi,
You can use this custom css to do it:
.comment-respond #email, .comment-respond #url{
display:none!important;
}
Thanks.
Hello,
I assume you see this message in google pagespeed: http://screencast.com/t/ayFdbR86N
That has nothing to do with your caching plugin. In order to Leverage browser caching you need to follow this guide: http://crunchify.com/how-to-speed-up-wordpress-leveraging-browser-caching-via-htaccess/
Or you can find more resources on google for Leverage browser caching on wordpress.
Thank you!
Hello, i have checked your mobile version but could not find the problem. Please provide an example of the alignment issue so we can have a better idea of how to help.
Thank you!
Ok, this time it showed up but it is centered on my end: http://screencast.com/t/KUF1jkov
Please provide a link to your website so i can inspect it and see how it is displayed.
Thank you!
Hello Maros,
Unfortunately that header is custom made. It cannot be replicated so easy. Sorry.
Thank you for your message!
Hello,
You can change the font family, size and weight from the theme panel: http://screencast.com/t/ZdWvajcuv
The menu background color can be changed from here: http://screencast.com/t/xmWM7bdb2Xj
I hope this helps.
Hello,
The simplest way you can do it is to create a 301 redirect in your htaccess file and simply redirect one link to another so both those links will go to your homepage.
Please follow this guide:
http://www.rapidtables.com/web/dev/htaccess-redirect.htm
You can also do a google search for 301 redirects for more info.
Thank you!
Hello,
Please send an email at contact@tagdiv.com with your address and provide a link to this topic so we can identify you easier.
Thank you!
Hello,
This problem can originate from the same regeneration of the thumbnail. Please make sure you have the thumbnails selected here: http://screencast.com/t/fegUs62Cgc then regenerate your thumbnails as I suggested above.
It is not ok to have different size images in the same module/block. All the images are suppozed to have the same size like so: http://demo.tagdiv.com/newspaper/category/tagdiv-fashion/tagdiv-new-look-2015/
Thank you!