First, I’d like to say the theme is fantastic and has been a huge help in building my website. Thank you!
I have a few questions I hope you can assist me with:
Portfolio Page: On the homepage portfolio section, is there a way to make the chefs' pictures non-clickable? I’d prefer this page to simply display the images of the different chefs and their dishes without them linking to a new page.
Logo Issue: My logo appears pixelated. Could you please let me know the recommended logo size so I can resolve this issue?
Thank you for your kind words about the theme! I'm happy to hear that it's been helpful in building your website. Let me address each of your questions:
For Portfolio Issue
The most reliable solution would be to use custom CSS and custom JS code. For the JS code, you can install a plugin called "Simple Custom CSS and JS" from the WordPress repository. This plugin will allow us to implement the necessary code to disable the links of your chef images.
Here are the steps to implement this solution:
Go to "Appearance > Customize > Custom CSS" and add the following code:
.portfolio-item a {
pointer-events: none;
cursor: default;
text-decoration: none;
}
2. Install and activate the "Simple Custom CSS and JS" plugin
3. Go to "Custom CSS & JS > Add Custom JS" then add the following code:
HI I have another issue for some reason in the portfolio items lets say dor byder the page is not showing it show page not found. can you please let me know whats the issue?
Hi,
First, I’d like to say the theme is fantastic and has been a huge help in building my website. Thank you!
I have a few questions I hope you can assist me with:
Thank you in advance for your support!
Hello,
Thank you for your kind words about the theme! I'm happy to hear that it's been helpful in building your website. Let me address each of your questions:
For Portfolio Issue
The most reliable solution would be to use custom CSS and custom JS code. For the JS code, you can install a plugin called "Simple Custom CSS and JS" from the WordPress repository. This plugin will allow us to implement the necessary code to disable the links of your chef images.
Here are the steps to implement this solution:
2. Install and activate the "Simple Custom CSS and JS" plugin
3. Go to "Custom CSS & JS > Add Custom JS" then add the following code:
4. Now the links should already be disabled.
For Logo Issue
Can you try increasing the logo size to around 300x150 (~2x from the current one) or maybe larger? This should make the logo look more crisp.
I hope this helps. Please let me know if you have any further questions.
Best regards,
Paul
HI I have another issue for some reason in the portfolio items lets say dor byder the page is not showing it show page not found. can you please let me know whats the issue?
Thank you
Attached files: Screenshot 2024-12-18 at 10.30.14.png
Screenshot 2024-12-18 at 10.30.07.png
Screenshot 2024-12-18 at 10.30.21.png
Screenshot 2024-12-18 at 10.30.27.png