Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1405117

    MatrixFour
    Participant

    Hi Guys,

    I have been looking through the integrity stack to find where the title on attachment pages is stored but cannot find the correct file.

    Take a look at this attachment page.
    https://vicwest.com/graniteridge_onyx-2/

    Title of the page should be the attachment title, not “The Shop”

    Where can I change this text? I was looking in the integrity _landmark-header.php but do not see anything about attachment pages.

    Please let me know where that text can be changed or customized on the attachment pages.

    Thanks Guys!

    #1405208

    Darshana
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1408137

    MatrixFour
    Participant
    This reply has been marked as private.
    #1408797

    Rad
    Moderator

    Hi there,

    Are you currently working on it? It kicks me out while testing for the 3rd time. Let me know when you’re done working with it.

    For the meantime, I’ll answer your other questions.

    1. It’s WordPress standard to flush permalinks everytime you introduce changes to permalink format. It’s required and you can’t automate it simply because of performance, you don’t want your site checking permalinks everytime it loads. And users usually apply changes to their site in development, so, it’s not advisable to automatically clear/regenerate permalinks everytime your site loads even on production mode.

    2. The /notre-portefeuille/ and /our-portfolio/ are portfolio main pages, it’s only natural to redirect your pages in their specific language page ( with parent slug )

    /supervic-barn-3/ is an English page, it will redirect to English slug /our-portfolio/supervic-barn-3/
    /panneaux-solaires-1/ is a French page, it will redirect to French slug /notre-portefeuille/supervic-barn-3/

    3. Live site has caches, that might be the issue and clearing caches doesn’t it will take effect in real-time. Please clear your server cache and wait for it to take effect.

    4. Add excerpt manually, edit your post/portfolio then click Screen Options and toggled on the Excerpt. Scroll down until you find Excerpt section and add your excerpt.

    5. Please provide screenshots, I’m not sure either how they can crawl attachments unless they are exposed through feeds. Hence, need to find where are the feeds.

    Thanks!

    #1409979

    MatrixFour
    Participant

    Hi Rad,

    Thanks for all your replies. I am currently not working on it so you should be good to go test it.

    Ill wait on your reply.

    Thanks again for looking into those issues.

    #1410690

    Rad
    Moderator

    Hi there,

    About the title issue, it’s because of to the customization within your child theme. It works when I switched to parent X theme . Though, I can’t tell which customization unless you can provide the FTP credentials 🙂

    Thanks!

    #1413749

    MatrixFour
    Participant
    This reply has been marked as private.
    #1413760

    MatrixFour
    Participant
    This reply has been marked as private.
    #1414875

    Rad
    Moderator

    Hi there,

    It’s because of this template _content-post-header.php, please remove it on this folder /wp-content/themes/x-child/framework/views/integrity

    Thanks!

    #1415098

    MatrixFour
    Participant

    Thanks! Do you have any insight on the other issues I am having?

    #1415107

    MatrixFour
    Participant

    I removed that page and it is fixed. Proper title shows up.

    #1415175

    Jade
    Moderator

    Glad to hear it’s sorted.

    Cheers!

    #1416424

    MatrixFour
    Participant

    Hi Jade and Rad,

    Now the search results page has the slider in the top portion of the page. I believe this is why I had that file in the child theme. Was to remove the slider.

    How can i remove the slider on search results pages?

    Also any insight on the other issues on this post??

    #1416429

    MatrixFour
    Participant

    My apologies, I dont think that file had anything to do with that.

    We are running a multilingual site using WPML. When a search is performed on the english version of the site, there is no slider on the search results page. When a search is done on the french side of the site, the sldier is shown on the search results page. Is there a setting to turn this off?

    #1417214

    Rad
    Moderator

    Hi there,

    It’s the main caused of the title issue because the shop title is directly coded into it. No matter what fix you add, it will still display the shop title.

    Would you mind providing a screenshot of the slider? Maybe it needs different fix than using the header template.

    Thanks!