New Landing How can we help? Themeforest Theme Support Dante My portfolio thumbnail image(s) and leadline link to different pages URGENT

Viewing 15 posts - 1 through 15 (of 15 total)
  • Posted in: Dante
  • #216598
    caswelhealthcare
    Member
    Post count: 9

    Hello,

    This is URGENT! My website is live and needs to be updated Urgently

    Currently my portfolio thumbnail image(s) and headline(s) link to different pages.
    These both need to lin out to the same page!!!!

    I would like my Portfolio thumbnails to link to a different page.

    I have added to screenshots to help guide.

    1. The backend portfolio page. This is where I have set the link for my portfolio. Both IMG & Headline should link to the the same place!!
    2. This is an example of where the error takes place

    Can you please email to a notification at [email protected],
    Thank you for the help

    Attachments:
    You must be logged in to view attached files.
    #217020
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I tried the user credentials but they don’t work. can you check it?
    thanks

    -Rui

    #217028
    caswelhealthcare
    Member
    Post count: 9
    This reply has been marked as private.
    #217029
    caswelhealthcare
    Member
    Post count: 9

    This should be an easy fix, please send me info about how to fix my issue.

    I don’t under stand why a thumbnail image and the text tittle attached to the image would connect to different pages?

    Currently my company website is not functioning causing a lot of problems for my business. I have requested help in the past and not received it from you guys at swift design.

    Cheers,
    Hopefully waiting on support!

    #217030
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    You provided us a different user in the initial topic form and that one didn’t worked.
    Will check and let you know.

    -Rui

    #217034
    caswelhealthcare
    Member
    Post count: 9

    Hello,

    Well hopefully you do get back to me with accurate support in order to solve this issue! Last time I requested help I got 3 emails similar to this providing to support! Fortunately I was able to work around my last issue but this current “thumbnail nail” link is a serious problem that needs to be solved.

    #217048
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Inside the file sf-portfolio.php replace this code in lines 311 to 317

    if ($show_title == "yes") {
    						if ($enable_portfolio_gallery) {
    							$portfolio_items_output .= '<h3 class="portfolio-item-title" itemprop="name headline"><a href="'.$permalink.'" class="link-to-post">'. $item_title .'</a></h3>'. "\n";
    						} else {
    							$portfolio_items_output .= '<h3 class="portfolio-item-title" itemprop="name headline"><a href="'.$permalink.'" class="link-to-post">'. $item_title .'</a></h3>'. "\n";
    						}
    					}

    By this one

    if ($show_title == "yes") {
    						if ($enable_portfolio_gallery) {
    							$portfolio_items_output .= '<h3 class="portfolio-item-title" itemprop="name headline"><a href="'.$thumb_link_url.'" class="link-to-post">'. $item_title .'</a></h3>'. "\n";
    						} else {
    							$portfolio_items_output .= '<h3 class="portfolio-item-title" itemprop="name headline"><a href="'.$thumb_link_url.'" class="link-to-post">'. $item_title .'</a></h3>'. "\n";
    						}
    					}

    Then copy the entire function sf_portfolio_items() to the functions.php of the child theme.

    Hope it helps.

    -Rui

    #217053
    caswelhealthcare
    Member
    Post count: 9
    This reply has been marked as private.
    #217059
    caswelhealthcare
    Member
    Post count: 9

    Hello,

    The errors seem to be critical to the function of the wordpress!
    Please help, thank you!

    #217127
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    That’s just some empty lines inside the functions.php
    I already deleted them, it’s fine now.

    -Rui

    #219292
    caswelhealthcare
    Member
    Post count: 9

    Hello Rui,

    I do not know what changed you have made? I am currently getting an error message when I attempt to log into the admin panel of my website /// http://www.rehabonthemove.com.au/admin ////

    This is extremely frustrating, I feel like your help minimal and un professional. Not sure what changes you made but I am now unable to access my website.

    Please make the necessary correction!

    Attachments:
    You must be logged in to view attached files.
    #219294
    caswelhealthcare
    Member
    Post count: 9

    …….

    It would also be help to share the changes that are made with the client you are helping. In my case I am using your platform on multiple website. When I have an question, issues. error message ect… on one webpage that means I have an issue on another.

    Alexander

    #219461
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi @caswelhealthcare,

    Didn’t appreciate your comment about my work, I think you are being unfair to my work and with my expertise.

    When you had your problem in your site I fixed it by deleting the extra line at the end of the file.

    After that has normal in my professionalism, I tested your site and the site was displaying fine without any errors.

    The errors that I’m seeing above don’t have nothing to do with our theme. Probably the WordPress version was updated and your current plugin Layer Slider version is using code that is already deprecated.

    -Rui

    #283081
    overitadmin
    Member
    Post count: 1

    For me the above snippet didn’t work.

    I ended up hacking the portfolio-showcase.php file.

    from:
    $items .= ‘<span class=”item-title”>‘.$item_title.’</span>’;

    to:
    $items .= ‘<span class=”item-title”>‘.$item_title.’</span>’;

    #283163
    David Martin – Support
    Moderator
    Post count: 20834

    Please update your code posted, both snippets are the same.

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

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

License required for one of the following items
Login and Registration Log in · Register