hi
.iosSlider .td-sbig-title {
text-transform:lowercase !important;
}
Thanks for you message.
Radu A.
hi,
use coma between values: http://screencast.com/t/EYH2T8fAwcjG
Thanks for you message.
Radu A.
hi,
q1) tags:
default: http://screencast.com/t/bssenqzhd -> http://screencast.com/t/u5mzFxynS
modified: http://screencast.com/t/xxXD8XRcc -> http://screencast.com/t/NG9n7xbr
q2) open in new window:
default: http://screencast.com/t/zmhW2OBpjKL -> http://screencast.com/t/W8bA8eip09JV -> http://screencast.com/t/8JowZ5jD2t
modified: http://screencast.com/t/ud70UNPv7j -> http://screencast.com/t/n0yAB0CbZ -> http://screencast.com/t/P0fzx1MfdKo
q3) http://screencast.com/t/MRzuAz1SjIs
q4) currently you cannot filter the post by is or bu name: only by categories, tag, author, post type.
Thanks for you message.
Radu A.
hi,
glad to hear that you solved your issue.
Thanks for you message.
Radu A.
hi,
the dates that you see near the articles are the dates and time when the article is created (http://screencast.com/t/P7iYNCFmV) , but you probably already know this.
I see that the time is the same on the homepage but I cannot offer you support for your custom code.
I think you already found this: http://codex.wordpress.org/Function_Reference/the_time
Thanks for you message.
Radu A.
hi,
switch the menu to white: http://screencast.com/t/3cfCcCAY
Thanks for you message.
Radu A.
hi,
the ‘TagDev Speed Booster’ not compatible with Simple Lightbox, deactivated and it should work.
Thanks for you message.
Radu A.
hi,
please try to do a clean install on your computer , use xampp to have apache and mysql server : https://www.apachefriends.org/index.html
if you have the same problem then probably there is a bug in the theme
if not , the problem is from your host (assuming that you have removed all the plugins)
Thanks for you message.
Radu A.
hi,
add this lines at the end of functions.php file
$detect = new Mobile_Detect;
$deviceType = ($detect->isMobile() ? ($detect->isTablet() ? 'tablet' : 'phone') : 'computer');
I have tested on my computer, it works.
Thanks for you message.
Radu A.
hi,
please write to contact@tagdiv.com
Thanks for you message.
Radu A.
hi,
do you have the image on your site (the no-thumb one)?
Thanks for you message.
Radu A.
hi,
when you are using a background the theme automatically goes in boxed mode.
there is nothing that you can do.
Thanks for you message.
Radu A.
hi,
are you using ‘tagDiv speed booster’ plugin?
if you do then the css of the theme is moved after the custom css from theme panel (http://screencast.com/t/X9BD1NuXDP), and probably overwrite the custom one.
if you don’t use the ‘tagDiv speed booster’ plugin then you either don’t catch the object correctly or try to use the ‘ !important ‘ word, to overwrite the already executed css : http://www.smashingmagazine.com/2010/11/02/the-important-css-declaration-how-and-when-to-use-it/
Thanks for you message.
Radu A.
hi,
we do offer support but not this type of custom work.
sorry about this but you need to hire a programmer if you need this task to be done.
Thanks for you message.
Radu A.
hi,
if you manage to installed that way, and it works, that’s good.
also thank you for your suggestion.
Thanks for you message.
Radu A.
ok,
thank you
hi,
probably a css solution. paste your site link, and make a print screen to show us what you try to achieve.
Thanks for you message.
Radu A.
hi,
q1) http://screencast.com/t/MlPiFr1l
q2) http://screencast.com/t/uLG4IpJd
q3) every page is made from blocks and blocks use modules.
identify what blocks and modules are you using for your homepage and put the same
for tag page : http://screencast.com/t/uLG4IpJd
Thanks for you message.
Radu A.
hi,
on pages try to use the template : .. -with article list
http://screencast.com/t/7JDWxQv84WC
have you try googleing for a solution:
http://wordpress.org/support/topic/pagination-on-a-page
Thanks for you message.
Radu A.
hi,
first be sure to do a full site backup: file + database.
then : http://import.tagdiv.com/newspaper/doc/#howtoupdate
if you made any customizations to the php files of the theme, then you manually have to bring theme to the new version.
Thanks for you message.
Radu A.
hi,
I have just tested the button creator in the latest version of the theme and it works.
why don’t you put a screenshot with what you are doing and what is the result. you really didn’t give enough info to work with.
Thanks for you message.
Radu A.
hi,
the add_filter is a standard function from wordpress not from the theme.
documentation about add_filter : http://codex.wordpress.org/Function_Reference/add_filter
do you have the ‘do_shortcode’ function declared global?
check your code, we cannot offer support for custom code.
Thanks for you message.
Radu A.
hi,
hey you are always asking and we have given to you solutions, when you gonna stop? the theme has the options that he has.
for more custom work please hire a programmer.
Thanks for you message.
Radu A.
hi,
sorry for misunderstanding, what I have written was not wrong but was not a copy and paste solution.
1) download this package : https://github.com/serbanghita/Mobile-Detect
2) copy the file : http://screencast.com/t/VpXwx0Oh7 here : http://screencast.com/t/ZWuXFw3g0
3) add this code in the function.php file
$detect = new Mobile_Detect;
$deviceType = ($detect->isMobile() ? ($detect->isTablet() ? 'tablet' : 'phone') : 'computer');
like here : http://screencast.com/t/8KSWWhcmhNT
4) modify the code in the category.php file
<?php if($deviceType == 'computer') {?>
<div class="span4 column_container">
<?php get_sidebar(); ?>
</div>
<?php }?>
and
<?php if($deviceType == 'phone') {?>
<div class="span4 column_container">
<?php get_sidebar(); ?>
</div>
<?php }?>
like here: http://screencast.com/t/bGwnf90qhi
Thanks for you message.
Radu A.
hi,
there are some incompatibilities between our theme and the wordpress 3.9.
we are aware about the tabs , the shortcodes, in the next update we hope to have a fix for them.
Thanks for you message.
Radu A.