New Landing How can we help? Themeforest Theme Support Neighborhood A few issues after updating a few times

Viewing 15 posts - 1 through 15 (of 40 total)
  • #212490
    MarcusRG
    Member
    Post count: 69

    Hi

    So I haven’t had access to the support forum for a while because I lost my purchase code. So had to buy the theme once again.

    I have a few issues with my site since updating WordPress+WooCommerce+Neighborhood a few times and not having caught up. I don’t know where and when the issues happened, but they’re there.

    Ok – so first thing.

    See the first image attached. The asset doesn’t go 100% of the width of the boxed page. How do I fix this?

    Second thing:

    My product page doesn’t include asset background with H1 and breadcrumbs anymore. I need this to be fixed asap. Where and what do I change to make it appear once again?

    Third thing:

    A while back I made a color change so my product names in catalogue doesn’t show a link with a fixed color like a regular hyperlink would look like.

    So I need hyperlinks under thumbnail on products to be just black with underline for when hovering. And I need all other links (in blog for example – and category description) to be regular hyperlink with a fixed color. So I won’t have to style my text every time I want to make a hyperlink .

    Sorry if this was a lot of text. Looking forward to the answers.

    Attachments:
    You must be logged in to view attached files.
    #212537
    MarcusRG
    Member
    Post count: 69

    bump

    #212879
    MarcusRG
    Member
    Post count: 69

    Bump once again. Really need help with this.

    #213078
    MarcusRG
    Member
    Post count: 69

    Why is this not answered?

    #213251
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Marcus,

    We answer the oldest threads first, we you bump the thread it goes all the way back to the top of the list hence the delay.

    1 & 2)

    Within your child theme you will need to update your template files with the newly updated corresponding theme files.

    3)

    Looks like you have already added some custom CSS for this:

    .blog-item h3 a, 
    .blog-item h4 a:hover {
        text-decoration: underline;
        color: black!important;
    }

    You can adjust that to this to remove the underline

    .blog-item h3 a, 
    .blog-item h4 a {
        text-decoration: none;
        color: black!important;
    }
    
    .blog-item h3 a:hover,
    .blog-item h4 a:hover {
    	text-decoration: none;
    	color: red!important;
    }
    
    

    Thanks,
    David.

    #213801
    MarcusRG
    Member
    Post count: 69

    Hi again

    Thanks

    Sorry for the bump spam then 🙂

    I’m not sure how I update the files for my child theme? DO I just overwrite the child themes? Wouldn’t that erase my changes to the files?

    #213808
    MarcusRG
    Member
    Post count: 69

    Regarding point 3:

    I need hyperlinks in text to be a normal linkcolor when they’re just there. Right now it just looks like normal text with a hover – so there’s no way to see if it’s actually a link. See text in category description here : http://rejsegear.dk/kategori/rejseudstyr/ to see what I mean.

    #214468
    David Martin – Support
    Moderator
    Post count: 20834

    1 & 2)

    Backup the files for reference and then overwrite with the new files. You will need to add in your customisations if you did any to the new child theme files.

    3) On that page, for the category description you can use this:

    .term-description a {
        text-decoration: underline
    }
    
    .term-description a:hover {
        text-decoration: none;
    }
    

    Thanks,
    David.

    #214506
    MarcusRG
    Member
    Post count: 69

    Hi David

    If there has been any changes it was done by the previous developer. How can I see if there’s any changed to my current child theme files before I overwrite them?

    3) Isn’t there any way to change it for the entire site? I would like it to be that way in blog body text as well.

    #214508
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1 & 2) Short of asking the dev what they did you would need to inspect the difference between the files. Use this very handy tool: https://www.diffchecker.com/.

    3) Ultimately yes, but this is often overwritten or modified for different areas of the site.

    A global change:

    a {
        text-decoration: underline!important;
    }
     
    a:hover {
        text-decoration: none!important;
    }

    – David.

    #214510
    MarcusRG
    Member
    Post count: 69

    Hi David

    I updated the child theme files. It didn’t fix our category heading asset. It just removed it with the entire H1 and breadcrumb section.

    It also didn’t help with showing heading asset on single product page.

    I updated these files:

    archive-product.php
    content-single-product.php
    content-product.php

    We had a few changes in content-product.php and archive-product.php that I’d like to keep, but I’m not sure how to identify them, so I can transfer them to the new files as well.

    Our first priority is to get H1 and breadcrumbs on our productpage. Can you help us?

    #214511
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please disable your child theme and report back with the results. The theme is overriding the product page also.

    – David.

    #214545
    MarcusRG
    Member
    Post count: 69

    How do I disable the child theme?

    But it doesn’t make any sense. Why would the theme remove H1 and breadcrumbs on product pages anyway?

    #214546
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    You just need to activate the Parent theme(Neighborhood).
    So we can check if it works fine with the official files.

    -Rui

    #214547
    MarcusRG
    Member
    Post count: 69

    Hi David

    Links still won’t show properly. I think we might be off to each other about this one.

Viewing 15 posts - 1 through 15 (of 40 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register