hi,
can you disable all the plugins and try again, there can be conflicts between plugins and the theme code.
Thanks for you message.
Radu A.
hi,
those social counter have to be on one line. increase the width of the container where those social counter get displayed.
Thanks for you message.
Radu A.
use : 267385226756808 as the id
http://prntscr.com/36aahz
Thanks for you message.
Radu A.
hi,
thank you for reporting this issue to us.
we will take a look.
can you give me more details, a link maybe, we have tested our theme with a lot of languages (greeck, chinese, japonese, kmer, thai, etc) and it worked.
Thanks for you message.
Radu A.
hi,
try Christopher Simmons soluttion, also take a look in the function.php under the thumbnails section:
/* ----------------------------------------------------------------------------
thumbnails
*/
comment what you do not want by using // before each line.
Thanks for you message.
Radu A.
hi,
check out Settings -> General , there is Membership setting that should be CHECKED for anyone to register.
Thanks for you message.
Radu A.
hi,
use this css code :
.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover > a {
border-bottom: 0px !important;
}
here : http://screencast.com/t/FPC6kE3Z
Thanks for you message.
Radu A.
hi,
1) try playing with the header options: http://screencast.com/t/ds2d6Ca6
2) this cannot be done.
Thanks for you message.
Radu A.
hi,
resenting the ‘td_008′ options fixed your problem?
Thanks for you message.
Radu A.
hi,
http://screencast.com/t/uGmHwQdh
Thanks for you message.
Radu A.
hi,
we support 6 style of headers : http://screencast.com/t/15ReSchzJq0
1. use this css to position the logo in the left top corner:
.header-logo-wrap a img {
position:absolute ;
left:0 ;
top:0 ;
margin: 0;
width: 200px;
}
2. use this css to reduce the size of the item in the menu and move it to the right:
#menu-td-header-1{
padding-left: 15px;
}
#menu-td-header-1 li a {
font-size: 11px !important;
}
in version 3.6 that we are releasing soon the theme has the ability to use custom fonts. Also in version 3.6 from the Theme panel -> Custom Typography you will have the ability to change the fonts, size , color of the items in the menu. you should check it out. Be sure to update your site before you update.
3. use this css for top social :
.topsl .td_block_wrap.td-social-wrap.td-social-wrap-32 {
position:absolute !important;
right:-35px !important;
top:0 ;
margin: 0 !important;
}
you can add all the css here: http://screencast.com/t/BdpSQk3kx
Thanks for you message.
Radu A.
hi,
look for the file td_social_api.php in the wp-content -> plugins -> td-social-counter and modify this link to the one you want : http://screencast.com/t/tWe4Bemhd
Thanks for you message.
Radu A.
hi,
every time someone suggest something we discuss his suggestion among us but the problem is that every user wants something different.
take for example your suggestion, can you search the forum for someone who ask for the same thing and see how many user ask the same thing,
we simply cannot add 100 features for 100 users, the theme will become a mess.
Thanks for you message.
Radu A.
hi,
how are other theme structured?
Newspaper uses blocks and modules : http://import.tagdiv.com/newspaper/doc/#blocks
example :
if you use module 2 replace this line http://screencast.com/t/jdmVu2DE with the code that your plugin is using to display the authors.
in most of the modules you can find the get_authors() function.
Thanks for you message.
Radu A.
hi,
you can set an item in the menu to be Mega Menu : https://forum.tagdiv.com/how-to-use-the-megamenu/
if you don’t want to use Mega menu don’t set the items in the menu.
we are sorry but the UberMenu plugin is not supported.
Thanks for you message.
Radu A.
hi,
you need to change the code for this.
Thanks for you message.
Radu A.
hi,
1) remove:and $td_query->found_posts > 1 from here : http://screencast.com/t/Q2swGH0fW2N6
2) those arrows are from the iosSlider (we integrated this in our theme) so from the there it has to be removed.
Thanks for you message.
Radu A.
hi,
sorry for the delay, we do not work weekends.
thank you for your suggestion we will talk about it.
Thanks for you message.
Radu A.
hi,
try this
http://screencast.com/t/pVHm3UEiQyo
http://screencast.com/t/mjWbx6XVb2i
Thanks for you message.
Radu A.
hi,
http://screencast.com/t/RYQduxNd
http://screencast.com/t/RdRgZnZqXd1
you can take a look here for more documentation oh how to track an event
https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide
https://developers.google.com/analytics/devguides/collection/gajs/
Thanks for you message.
Radu A.
hi,
here is the css to add space above and below the title on post pages:
.post h1 {
padding: 15px 0px 15px 0;
}
for the author on post pages: http://screencast.com/t/4OtLUTBwn
Thanks for you message.
Radu A.
hi,
you have to manually add target=”_blank” (possibly a nofollow) to those links.
Thanks for you message.
Radu A.
hi,
can you please send us wp-admin and ftp u/p to contact@tagdiv.com so we can take a look.
please not that disabling all the plugins is the first thing that we will try.
I see that you have a plugin for socials at the bottom of your site.
do you think this will be a problem?
Thanks for you message.
Radu A.