Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter sstk

    (@sstk)

    Hi,

    Still it is not working. It is showing the full post but not the source link. I have placed everything as you said, check this image: https://awesomescreenshot.com/02e4auo575

    For your looking I have attached an image of a post also. Here is the link: https://awesomescreenshot.com/0054aur862

    Thanks

    Thread Starter sstk

    (@sstk)

    Hi,

    I did as you said now it is showing the original site with its post rather than showing only the original source link. I have attached am image of settings I used as per your instructions. Here is the link: https://dl.dropboxusercontent.com/u/93964821/problem_post.png Please take a look and let me know if there has anything wrong.

    Along with this the another problem is that it is bringing the social icons along with the post text from the original post of another RSS feed and they are placed disorderly in the post.

    Thank you!

    Thread Starter sstk

    (@sstk)

    Hi,

    No, I didn’t put anything at the place of “pi[]html” where will I get the value?

    But I put the output of fulltext processor at the place of di[]content.

    So what should I do now please ?

    Thank you

    Thread Starter sstk

    (@sstk)

    Are you please speaking about like the following way ? I have used like that way now but still I don’t see those. Can you please check for again? Thanks.

    `// Display Post Title and/or Excerpt (option set on Appearance->Widgets)
    if($post_title == ‘true’ || $post_excerpt == ‘true’):
    $output .= ‘<div class=”flexslider-caption”><div class=”flexslider-caption-inner”>’;
    if($post_title == ‘true’):
    $output .= ‘<h3>’ . get_the_title() . ‘</h3>’;
    endif;
    if($post_excerpt == ‘true’):
    $output .= ‘<p>’ . $display->recent_post_flexslider_excerpt(get_the_content(), $excerpt_length) . ‘</p>’;
    endif;
    $output .= ‘<p>’ . the_author_posts_link() . ‘</p>’;
    $output .= ‘<p>’ . comments_popup_link(‘0 Comments’, ‘1 Comment’, ‘% Comments’) . ‘</p>’;
    $output .= ‘</div></div>’;
    endif;

    Thread Starter sstk

    (@sstk)

    I have also tried in this way:

    if($post_title == ‘true’): $output .= ‘<h3>’ . get_the_title() . ‘</h3>’; endif;
    $output .= ‘<p>’ . the_author_posts_link() . ‘</p>’; $output .= ‘<p>’ . comments_popup_link(‘0 Comments’, ‘1 Comment’, ‘% Comments’) . ‘</p>’;

    Thread Starter sstk

    (@sstk)

    Hello,

    I have placed the code as you said like the following way:

    if($post_title == ‘true’): $output .= ‘<h3>’ . get_the_title() . ‘</h3>’; endif; the_author_posts_link(); comments_popup_link(‘0 Comments’, ‘1 Comment’, ‘% Comments’);

    But there is none of the author name and comment showing. So can you please check for once and let me know what I did wrong ? Here is the site Link.

    Thanks

    Thread Starter sstk

    (@sstk)

    Hello David,

    Thank you for your answer. I know that your plugin don’t have those features. But I want to enable those by editing your files. I tried by adding some code in the diplay.php file but the code is not working properly. I want to add this feature of author “<?php the_author_posts_link(); ?>” along with Comments for per slider post. So how can I do these please ? I will wait for your help.

    Thank you

    Thread Starter sstk

    (@sstk)

    Thank you for your information but I am not sure, if you have understood my problem ? I am not speaking about the font problem rather I am speaking about the positioning problem of the texts in different places than the front page. I am giving you an image link. Please take a look on it. https://sitepreview.net63.net/wp-content/uploads/2013/12/screenshot-2.jpg

    Also thanks for your suggestion. I know if I update the plugin then my changes would disappear. But for some purposes I changed the plugin file directly, for example – removing some texts like “Forgot password?”, “New User?” and for changing some texts like “Click here to reset”, I changed it to “Forget Password” etc. So is there any other way for doing these type of works? I think for this purpose you have said for using “Pluggable” function but I am not fully clear about it though I read details of your link. I also read this page: https://rocketgeek.com/plugins/wp-members/users-guide/filter-hooks/wpmem_login_form/ . So if you can please help me a little more.

    Thread Starter sstk

    (@sstk)

    I have used same font style. So I think it is not a problem.

    Also I edited the plugin, I didn’t use any filter. I got two forms there – one for sidebar and the other is this which I customized. I placed the sidebar form also below of the home page. So I think problem is anything else. If you can please help me.

    Also the registration form below the login form is not showing perfectly though the main registration form is looking great. So please check this also. Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)