Hi,
What i understand from the video is you have in post a link and when you edit the post that link is not there, I’m right?
Please can you give me access to your site to see the issue? Send via email at contact@tagdiv.com mention in title FOR MARIUS.
Thanks!
Hi,
1. You can create a custom from this control anywhere in the Theme panel http://screencast.com/t/25ycp9TAdr6i
2. http://screencast.com/t/tSnav2Or
3. Here is the post file, you can switch the code like you want. http://screencast.com/t/CosbNMEK
Thanks!
Hi,
Is still on our todo list, we will make it in an update.
Thanks!
Hi,
The latest update v.3.1.1 – 18 Feb 2014
Can you put your site live again with the issue to inspect it. http://smashr.com
Thanks!
Reply via email!
Hi,
@Dave_The_BMXER you still having issue with twitter? It works now?
Thanks @Christopher
Hi,
I’m glad you have solved.
Have a nice day!
Hi,
We will fix this ASAP in the next update.
Thanks!
Hi,
To hide the date on the search use this CSS, add it in Theme panel -> Custom CSS
.td-aj-search-results .entry-date {
display: none;
}
.td-aj-search-results .entry-comments-views .td-sp-ico-comments {
margin-left: 0px !important;
}
About the search page please give me more details, do you want the results to be only pages? Please can give me more details, or explain better, or show me a screenshot with a diagram explain.
Thanks for the message!
Hi,
Please can you give us more details, what do you want to translate?
Thanks!
Hi,
I’ve tested on the Internet , i think that is the default browser on Galaxy S4 and works pretty fine. By the way, man, who use that? Is like IE6/7 on Windows 🙂
Off topic, I had a old phone Nokia 6303 and on that i used Opera browser instead of the default.
We will take a look on an old android with v2 to see how is work on the default browser.
Thanks!
Hi,
Please show me a link to see the issue, and i will give you the CSS fix.
Thanks!
Hi,
@r1kay the unique article works only on page templates. About categories we will improve that part in the future updates.
Hi,
@r1kay the unique article works only on page templates. About categories we will improve that part in the future updates.
Thanks!
Hi,
Use this code instead of the above
if( get_field('my-event-date', $this->post->ID) ) {
$buffy .= '<time itemprop="dateCreated" class="entry-date updated' . $visibility_class . '" datetime="' . date(DATE_W3C, $td_article_date_unix) . '" >' . get_field('my-event-date', $this->post->ID) . '</time>';
$buffy .= '<meta itemprop="interactionCount" content="UserComments:' . get_field('my-event-date', $this->post->ID) . '"/>';
} else {
$buffy .= '<time itemprop="dateCreated" class="entry-date updated' . $visibility_class . '" datetime="' . date(DATE_W3C, $td_article_date_unix) . '" >' . get_the_time(get_option('date_format'), $this->post->ID) . '</time>';
$buffy .= '<meta itemprop="interactionCount" content="UserComments:' . get_comments_number($this->post->ID) . '"/>';
}
Thanks!
Hi,
1. You can remove the menu only from code, edit header.php file and comment like here http://screencast.com/t/kyIO2VTz2OM
2. You can enable that from Theme panel -> Post settings http://screencast.com/t/9ceTSDyINn2k
Thanks for the message!
Hi,
Radu will take a look, on newest android v4 the default browser is Chrome, and probably that issue is only on old android from v2.x with the default browser.
Thanks!
Hi,
Sorry but wasn’t tested. We will release a similar menu in the next update this week.
Thanks!
Hi,
We will take a look. Thanks for reporting this.
Hi,
Try here: http://screencast.com/t/r16L7J7h add it like <?php related_posts(); ?>
Thanks!
Hi,
What issues do you have on Firefox? you have that only in Firefox or what? 🙂
Hi,
Do you mean like this? http://screencast.com/t/uwhkTzw8
If you want that replace this file in \includes\modules
https://drive.google.com/file/d/0B-jypNeZF3J2NHRSOUN1dUcyOXM/edit?usp=sharing
Hi,
Do you mean that the admin bar come over the menu like here: http://screencast.com/t/MVbQz5gnFtG that is because both admin bar and menu are with fixed position.
Thanks!
Reply via email!