Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Radu A
tagDiv Member

hi
http://screencast.com/t/lKe0zHmF

about the documentation page for using-the-theme-with-existing-content/ :
we are using get_post_meta() function, so what ever custom field one is using, it
will have to be a field in the wp_postmeta table : http://screencast.com/t/2ajCAtV0hrSE
you cannot have your custom field in a custom table, it will not work :

Thanks for you message.
Radu A.

  • This reply was modified 12 years by Radu A.
  • This reply was modified 12 years by Radu A.
Radu A
tagDiv Member

hi,
default the login form is used in this way:
http://screencast.com/t/ouec0swZL
http://screencast.com/t/cDZ22SLlkE

but,
i have copy the code from : http://screencast.com/t/p9d8CNS4EL

an copy it to: http://screencast.com/t/7nfprMj4yH

got this: http://screencast.com/t/Ru8BjGVXGWk witch seems to work.

from this step on you can play with it.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
please modify the file td_module_blog.php (), add get_permalink() instead of get_page_link(), in the function get_social_sharing() , starts at line 113

we have also modified this, will be available in the next update.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
the carousel is a component of the jetPack plugin, is not from our theme.
try to update the jetPAck plugin to the latest version, maybe they solved this problem.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
try this
disable all the plugins and try again.
if this works the enable the plugins one by one until you find the one that makes the
trouble.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
we will check the facebook sharing
can you send us a link (your site and facebook)

for Article Box, please don’t use cloudflare, and also for W3 Total Cache don’t use the minify option. https://forum.tagdiv.com/w3-total-cache-configuration/

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
we have breadcrumbs in the theme so there is no need to use a plugin.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
there is something there, use the inspector to check it out.
I would delete that text and rewrite it again (manualy)

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
popular means views, not comments.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
can you please send us the link to your site so we can check out the problem.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
please re download the archive, we have re upload this version with the patch in.
sorry about this.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
can you please check if you still have the image on your site.
http://screencast.com/t/OI2yuHZh5dC

if you don’t have the image, please send us an email to contact@tagdiv.com and we will send you the image.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
you can add more arguments to the WP_Query objects that handles More Article Box.
http://screencast.com/t/Y1SXzxeDNSVf

her is the documentation page for WP_Query arguments : http://codex.wordpress.org/Class_Reference/WP_Query

if you are not a programmer please hire one for this task.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
seems like that plugin overrides the theme css style.
the quick solution will be to disable that plugin.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
here is the file where get_bread_crumbs function is located : http://screencast.com/t/lvgRwQycss

then, where this function is needed is called: http://screencast.com/t/culW9jy3EJK

to find where is needed do a search using notepad++ and replace.
Notice: I did not test this, this is what I’m thinking.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
the theme is using bootstrap, but only some components, elements that we find it suitable for our theme.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
we don’t use fancy box gallery in our theme, so i cannot tell you how to do that
here is a link to their page : http://fancybox.net/

check out the apies : http://fancybox.net/api they have a lot of options there.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
do you have GD library installed on the server?
php uses this library to crop the images.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
yes is posible, paste your code here : http://screencast.com/t/lDNSqXl0

our theme detects if the ad code is google ad sense or not.

if is google ad sense then you can use ADVANCE USAGE (unde the code box ad) ,
if is not google ad sense then the theme just include your code in the source of the page.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
yes is posible, by use of css

css to hide sidebar and footer :

div.span4, .td-footer-wrap {
   display: none !important;
}

here: http://screencast.com/t/o79ehT1UMP

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
yes we did

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
well what can I say,
probably you did not made it corectly
here is a link to a thread where someone has customize his date, maybe it help:
https://forum.tagdiv.com/topic/costumize-show-date/

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
use this css

div.td-header-menu-wrap {
  display: block !important;
}

here: http://screencast.com/t/OTdjLw8aIZ

but if yoi have stuff on that bar will squeeze all together.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
use this css :

.column_container article .meta-info .entry-date {
  position: relative !important;
  left : -80px !important;
  top : 25px;
}

here: http://screencast.com/t/v2yjcvc6bQQ2

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
I don’t think, our theme is interfering, however I wold start disable plugins, expesialy cache ones.

Thanks for you message.
Radu A.

Viewing 25 posts - 651 through 675 (of 854 total)