Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Dante › My portfolio thumbnail image(s) and leadline link to different pages URGENT
New Landing › How can we help? › Themeforest Theme Support › Dante › My portfolio thumbnail image(s) and leadline link to different pages URGENT
- This topic has 14 replies, 4 voices, and was last updated 8 years by David Martin – Support.
-
Posted in: Dante
-
September 26, 2015 at 12:38 am #216598
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 placeCan you please email to a notification at [email protected],
Thank you for the helpAttachments:
You must be logged in to view attached files.September 28, 2015 at 8:17 pm #217020Hi,
I tried the user credentials but they don’t work. can you check it?
thanks-Rui
September 28, 2015 at 8:26 pm #217028This reply has been marked as private.September 28, 2015 at 8:26 pm #217029This 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!September 28, 2015 at 8:28 pm #217030You provided us a different user in the initial topic form and that one didn’t worked.
Will check and let you know.-Rui
September 28, 2015 at 8:35 pm #217034Hello,
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.
September 28, 2015 at 9:26 pm #217048Inside 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
September 28, 2015 at 10:47 pm #217053This reply has been marked as private.September 28, 2015 at 11:49 pm #217059Hello,
The errors seem to be critical to the function of the wordpress!
Please help, thank you!September 29, 2015 at 9:39 am #217127Hi,
That’s just some empty lines inside the functions.php
I already deleted them, it’s fine now.-Rui
October 8, 2015 at 6:49 am #219292Hello 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.October 8, 2015 at 6:52 am #219294…….
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
October 8, 2015 at 2:56 pm #219461Didn’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
July 21, 2016 at 10:08 pm #283081For 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>’;July 22, 2016 at 10:40 am #283163Please update your code posted, both snippets are the same.
-
Posted in: Dante
You must be logged in and have valid license to reply to this topic.