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 :)
NadiaP7406
tagDiv Member

It works now, not sure what changed but hey it’s fixed! Thanks anyway 🙂

NadiaP7406
tagDiv Member

I got lost in the demo of Newsmag, not Newspaper.
Not a relevant question, apologies!

NadiaP7406
tagDiv Member

http://www.thetika.com, still experimenting 🙂

NadiaP7406
tagDiv Member

I’m having the same issue. Maybe there is a limited number of items allowed in the Mega Menu? How can we change this ?

NadiaP7406
tagDiv Member

Or maybe it was called tour section ..

NadiaP7406
tagDiv Member

Fixed! Thanks you guys.

NadiaP7406
tagDiv Member

Hey,

I think the last one I used was 3.2 or so.

It wasn’t called toggle but accordion I think.
Toggle type of function though.

If it doesn’t ring a bell I’ll find a plugin or other way to do it 🙂

NadiaP7406
tagDiv Member

With a SEO plugin such as All in One SEO

NadiaP7406
tagDiv Member

Hey Lucian,

Thanks for your help!
I tried to do it with plain text but it still doesn’t display right (http://www.thetika.com/tabs-testing/).

The code is:
[vc_row][vc_column width="1/1"][vc_tour][vc_tab title="Slide 1" tab_id="1403700272-1-12"][vc_column_text] All text here, no formatting [/vc_column_text][/vc_tab][vc_tab title="Slide 2" tab_id="1403700272-2-95"][vc_column_text] All text here, no formatting [/vc_column_text][/vc_tab][/vc_tour][/vc_column][/vc_row]

I hope you can tell me what goes wrong, thanks!

NadiaP7406
tagDiv Member

I restored it.

What facebook comment plugin or approach would you recommend ?

NadiaP7406
tagDiv Member

Okay I should’ve known not to include 2 questions.
My question is; why won’t my comment box show back up?

This is my comments.php

<?php
//removing the comments sidewide
if(td_util::get_option(‘tds_disable_comments_sidewide’) == ”) {?>
<div class=”comments” id=”comments”>
<?php if (post_password_required()) { ?>

<?php } else { ?>
<?php if (comments_open() ) { ?>
<div class=”comments-title-wrap”>
<?php
$num_comments = get_comments_number(); // get_comments_number returns only a numeric value
if ( $num_comments == 0 ) {
$td_comments_no_text = __td(‘NO COMMENTS’);
} elseif ( $num_comments > 1 ) {
$td_comments_no_text = $num_comments . ‘ ‘ . __td(‘COMMENTS’);
} else {
$td_comments_no_text = __td(‘1 COMMENT’);
}
?>
<h4 class=”block-title”><span><?php echo $td_comments_no_text?></span></h4>
</div>

<?php if (have_comments()) { ?>

    <?php wp_list_comments( array( ‘callback’ => ‘td_comment’ ) ); ?>

<div class=”comment-pagination”>
<?php paginate_comments_links(); ?>
</div>
<?php } ?>
<?php } ?>
<?php

$commenter = wp_get_current_commenter();

if (empty($aria_req)) {
$aria_req = ”;
}
$fields = array(
‘author’ =>
‘<p class=”comment-form-input-wrap”>
<span class=”comment-req-wrap needsclick”><input class=”” id=”author” name=”author” placeholder=”‘ . __td(‘Name:’, TD_THEME_NAME) . ‘” type=”text” value=”‘ . esc_attr( $commenter[‘comment_author’] ) . ‘” size=”30″‘ . $aria_req . ‘ />’ . ( $req ? ‘</span>’ : ” ) .
‘</p>’,

’email’ =>
‘<p class=”comment-form-input-wrap”>
<span class=”comment-req-wrap needsclick”><input class=”” id=”email” name=”email” placeholder=”‘ . __td(‘Email:’, TD_THEME_NAME) . ‘” type=”text” value=”‘ . esc_attr( $commenter[‘comment_author_email’] ) . ‘” size=”30″‘ . $aria_req . ‘ />’ . ( $req ? ‘</span>’ : ” ) .
‘</p>’,

‘url’ =>
‘<p class=”comment-form-input-wrap needsclick”>
<input class=”” id=”url” name=”url” placeholder=”‘ . __td(‘Website:’, TD_THEME_NAME) . ‘” type=”text” value=”‘ . esc_attr( $commenter[‘comment_author_url’] ) . ‘” size=”30″ />’ .
‘</p>’,
);

$defaults = array(
‘fields’ => apply_filters(‘comment_form_default_fields’, $fields ),
);

$defaults[‘comment_field’] = ‘<div class=”clearfix”></div><p class=”comment-form-input-wrap”><textarea class=”needsclick” placeholder=”‘ . __td(‘Comment:’, TD_THEME_NAME) . ‘” id=”comment” name=”comment” cols=”45″ rows=”8″ aria-required=”true”></textarea></p>’;

$defaults[‘comment_notes_before’] = ”;
$defaults[‘comment_notes_after’] = ”;
$defaults[‘title_reply’] = __td(‘Leave a Reply’);
$defaults[‘label_submit’] = __td(‘Post Comment’);
$defaults[‘cancel_reply_link’] = __td(‘Cancel reply’);

comment_form($defaults);
//comment_form();

?>
<?php } ?>
</div> <!– /.content –>

<?php
}//end removing the comments sidewide
/**
* Custom callback for outputting comments
*
* @return void
* @author tagdiv
*/
function td_comment( $comment, $args, $depth ) {
$GLOBALS[‘comment’] = $comment;

$td_isPingTrackbackClass = ”;

if($comment->comment_type == ‘pingback’) {
$td_isPingTrackbackClass = ‘pingback’;
}

if($comment->comment_type == ‘trackback’) {
$td_isPingTrackbackClass = ‘trackback’;
}

if (!empty($comment->comment_author_email)) {
$td_comment_auth_email = $comment->comment_author_email;
} else {
$td_comment_auth_email = ”;
}

$td_article_date_unix = @strtotime(“{$comment->comment_date_gmt} GMT”);
//print_r($td_article_date_unix);
?>
<?php if ( $comment->comment_approved == ‘1’ ) { ?>
<li class=”comment <?php echo $td_isPingTrackbackClass ?>” id=”li-comment-<?php comment_ID() ?>”>
<article>
<footer>
<?php
//echo get_template_directory_uri() . “/images/avatar.jpg”;
//echo get_avatar($td_comment_auth_email, 50, get_template_directory_uri() . “/images/avatar.jpg”);
echo get_avatar($td_comment_auth_email, 50); ?>
<cite><?php comment_author_link() ?></cite>

“>
<time pubdate=”<?php echo $td_article_date_unix ?>”><?php comment_date() ?> at <?php comment_time() ?></time>

</footer>
<div class=”comment-content”>
<?php comment_text() ?>

</div>
<div class=”comment-meta” id=”comment-<?php comment_ID() ?>”>
<?php comment_reply_link(array_merge( $args, array(
‘depth’ => $depth,
‘max_depth’ => $args[‘max_depth’],
‘reply_text’ => __td(‘Reply’, TD_THEME_NAME),
‘login_text’ => __td(‘Log in to leave a comment’, TD_THEME_NAME)
)))
?>
</div>

</article>

<?php
}
}
?>

NadiaP7406
tagDiv Member

And what would be the best way to integrate facebook comments?
I tried some plugins but they all conflicted with the theme or other plugins.

NadiaP7406
tagDiv Member

Hey Christopher,

I will indeed look into plugins or hiring someone.

I know I am not being friendly up here, and that is not based on just this topic. After buying the theme I stumbled across a few difficulties and opened a few topics here for the questions I had. Some of them included; the hover over on my menu stays blue, how can I change the color? To my experience, this is a very basic feature I believe every premium theme should have and make easy accessible. I did all the theme colors, tried custom CSS and even modify the original stylesheet but none of the changes came through. As a few other issues such as centering the menu and having double display of categories.

I do not ask them to develop a function, only to give me a pointer into what file I should look into if I want to change the author boxes. I couldn’t find it and since they build the theme, I would assume they would know naturally.

Anyway I appreciate your help as any help from anybody here. I was just very disappointed in the support as all of my topics are simple questions but got this same reply of not doing custom work. My expectations, based on previous experiences with other sellers on ThemeForest, were set too high.

I’m sure I’ll work out the issues at some point and will be around in the forum to discuss other difficulties. Have a good day everyone!

NadiaP7406
tagDiv Member

You have been of GREAT help! Not.

NadiaP7406
tagDiv Member

Pointing towards the right CSS class or selector to center an item is also custom work? Interesting perspective.

NadiaP7406
tagDiv Member

I think a lot of people run into this same problem, maybe not even noticing it though, but I don’t think it’s normal to display categories double and therefor fixing it is a custom job.

Also adjusting the color of your menu? Seems like a VERY BASIC function.

If I didn’t already put through the entire installation, I would have. Seriously the theme is amazing, looks great, includes all features. But when a simple question is custom work, I think that’s poor support. I give you the full CSS; only thing you’d have to do is say which class is wrong or right.

But now I’ll have to get a freelancer to change the color of my menu on my 55 dolar theme. Thanks anyway.

NadiaP7406
tagDiv Member

I loved this theme at first but am very disappointed in the support so far. I have a few different topics and questions, but can’t seem to get answers.

NVM the transparent background, this would be a cool design element but is not fatal.

I have a serious issue with the MegaMenu: My categories come up twice!
First in the MegaMenu with the posts, and then the normal menu beneath.
Obviously when you have the MegaMenu already appearing, you wouldn’t want the other one to pop up. How can I change this ?
Also the menu item stay blue on hover over?!

I’ve tried to modify it but it’s not working:

.sf-menu ul .td-not-mega>a:hover, .sf-menu ul .sfHover>a, .sf-menu ul .current-menu-ancestor>a, .sf-menu ul .current-menu-item>a {
background: #c90808 !important; }

::selection {
background: #c90808 !important; }

.sf-menu>li>a:hover, sf-menu li:hover {
background: #c90808 !important;
color: #fff !important; }

I really hope you can help me with this as it looks completely shit having a blue menu when your brand color is red. And the double categories are just confusing.

PLEASE HELP!

NadiaP7406
tagDiv Member

I found the excerpt lenghts on the theme panel, but it automatically grabs the first lines.

I don’t want that so I put in a custom excerpt.

But then it’s not all even, so how can I cut it after so many words, so that the custom excerpt doesnt override the theme settings?

NadiaP7406
tagDiv Member

Oh sorry I see now I had img behind it, so I took that out.
Still I can’t make it centered, any idea on how to ?

NadiaP7406
tagDiv Member

Oh okay thanks.

So I need to type a space before the selector ?

NadiaP7406
tagDiv Member

You must have not seen I commented there as well ?

I went to search through the entire forum already, this is not my issue, this is not the same question or goal and so I have not yet found an answer.

Which is why I opened the topic.

Please read my question, it’s not the same as the other topic and I hope you can help with this one like you did with the other.

NadiaP7406
tagDiv Member

I did this but it’s not working for me. I put it in the Custom CSS section, nothing changes.

Also I want the header the way it is but I want the header in the middle.

It doesn’t give me that option with the Headers in Theme Panel.

Please help.

NadiaP7406
tagDiv Member

Hey,

I’m having a similar issue but not getting a reply so I hope you don’t mind I jump in here.

I have a page to display all the authors with the Author Box widget.

I want the widget to display the same as under a single post or on a single author page, full information including image, social media buttons etc.

In what files can I find the codes and which part to copy ?

NadiaP7406
tagDiv Member

This makes the entire bar transparent, also the content.
How can I do just the background ?

This is not urgent though, some of my other issues such as double categories in the MegaMenu and centering the logo and menu are. I hope to hear from you soon on my other topics!

NadiaP7406
tagDiv Member

Anyone ?

Viewing 25 posts - 1 through 25 (of 28 total)