Okay
  Public Ticket #1532161
SEO Settings block doesn't work
Closed

Comments

  • R-Tem started the conversation

    Hello. 

    I'm trying to add custom page title and description using this SEO Settings form (screenshot in attachment)

    But unfortunatelly, it doesn't work. I check original page. Title is not the one i set, and description is not exist at all. 

    Is there any tick I shoukld set or plugin to fix this.

    Thanks in advance.

  • [deleted] replied

    Hi Artem,

    My team mate (Arlind) can help you with this question, but he is not in the office until 16 Apr. When Arlind comes back, just reply to this thread and you will make sure he will see your comment.

    Thanks for your understanding!

  • R-Tem replied

    Hello. 

     I'd appreciate it if someone could help me.

    Thanks in advance. 

  • [deleted] replied

    Hello R-Tem,

    Sorry for your waiting. Can you please add the following code in functions.php (in the end of file):

    remove_action( 'wp_head', 'laborator_seo', 1 );
    remove_filter( 'wp_title', 'laborator_seo_title', 100 );
    remove_filter( 'wp_title', 'filter_wp_title' );

    And see if this will work for you.

  • R-Tem replied

    Hello. 

    Thanks for feedback. 

    Unfortunatelly, that didn't help. I've cleaned cache. The same. =( 

  • [deleted] replied

    Hi R-Tem,

    Oh sorry about that!

    Can you please share your FTP credentials here, because I need to login to your site and test this issue. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

  •   R-Tem replied privately
  • [deleted] replied

    Hi R-Tem,

    I have managed to fix this issue, it was related to the theme so in the upcoming updates the fix will be included in theme files as well.

    I have made a test and it worked as you can see here:

    http://lotusgrill.com.ua/sample-page/

    http://lotusgrill.com.ua/wp-admin/post.php?post=2&action=edit

    For your information, I have removed the previous code I gave you. So you don't need to modify anything in the theme to make this work.

  • R-Tem replied

    Hi Arlind.

    I need to disturb you one more time. 

    Hope some patience left for my case. =)

    Fix works fine on most pages, but not on the most important one - the selling shop page.

    Here is the screen from admin: https://prnt.sc/j7as7m

    And the one from page: http://prntscr.com/j7asni

    BTW, I've switch all to English temporarily. 

  • [deleted] replied

    HI R-Tem,

    No worries, you don't disturb me, I am happy to help you.

    Yes I saw that the page title is not applied on shop archive page, so I have applied a fix for that.

    So now the homepage has the title "Home charoal grill Buy"

    I hope this is fine for you now.

  • R-Tem replied

    Hello, Arlind. 

    May I disturb you again? 

    This text was in the bottom of the page, but seems to be, during that SEO block adjustments, was set on top. 

    http://prntscr.com/jctk8e

    Can we put it to the bottom of the page? Can't find how to fix this using admin.

    Thanks in advance. 

  • [deleted] replied

    Hi  R-Tem,

    Sure, you can ask any time you want.

    I have applied the following code in functions.php:

    remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 );
    remove_action( 'woocommerce_archive_description', 'woocommerce_product_archive_description', 10 );

    add_action( 'woocommerce_after_main_content', 'woocommerce_taxonomy_archive_description', 10 );
    add_action( 'woocommerce_after_main_content', 'woocommerce_product_archive_description', 10 );

    So now the description of the show is moved under products container:


    (view large version)

    Does this works fine with you?