-
AuthorPosts
-
November 27, 2023 at 11:09 pm #1426563
Hello,
When I update the theme the links on my resources page disappear which are pulled from a portfolio grid.
November 28, 2023 at 1:02 am #1426571Hi frsecurewpsar,
Please go to Enfold (Theme Options) > Performance > JS File Merging And Compression and select Disable – no JS file merging and compression and save.
Let us know if it helps.Best regards,
Nikko- This reply was modified 11 months, 3 weeks ago by Nikko.
November 28, 2023 at 7:26 pm #1426635This reply has been marked as private.November 28, 2023 at 11:46 pm #1426646Hi frsecurewpsar,
To assist you further, please provide us with your login credentials by following these steps:
- Install and activate the “Temporary Login Without Password” plugin. You can find it here.
- Once activated, navigate to “Users > Temporary Logins” in the left-side menu.
- Click on “Create New” to generate a temporary login.
- Enter the email address for the account (you can use (Email address hidden if logged out) ) and select the highest possible role. Set the expiry date to around four days to ensure enough time for debugging.
- Click “Submit” to create the temporary account.
- In the private section, provide us with the URL that allows us to access the temporary login and assist you.
Please note that once your issue is resolved, you can remove the plugin. Alternatively, if you prefer not to use the plugin, you can manually create an admin user and share the login credentials in the “private data” field.
If you have any further questions or concerns, please let us know.
Best regards,
NikkoNovember 29, 2023 at 3:43 pm #1426715This reply has been marked as private.November 29, 2023 at 5:20 pm #1426719This reply has been marked as private.November 30, 2023 at 7:52 am #1426768Hi frsecurewpsar,
I tried to login however the authentication code is required, can it be disabled? so any of us moderators can try to check on it?
Best regards,
NikkoNovember 30, 2023 at 4:18 pm #1426813This reply has been marked as private.December 2, 2023 at 12:41 pm #1426952Hi frsecurewpsar,
Thanks, the issue is caused by this CSS code in the child theme’s style.css (line 885-887):
.vv_portfolio-list .grid-entry > .inner-entry > a{ display:none; }
I tried to comment it out but it does not affect it even after clearing cache.
I tried to reverse it by adding this CSS code in Enfold > General Styling > Quick CSS:#top .vv_portfolio-list .grid-entry > .inner-entry > a{ display: block; }
Please review your site.
Best regards,
NikkoDecember 2, 2023 at 10:59 pm #1427010This reply has been marked as private.December 3, 2023 at 3:00 pm #1427045Hi,
From what I see the “button” that is added in your portfolio grid is a link that has been added in the footer with a custom class of “x”:
this is not typical, usually the footer is empty:
so this is probably some custom code to add this link and create the button, and since you are losing this customization when you update the site it would point to a possible core file that has been customized instead of this code in your child theme, or perhaps the code needs to be adjusted to work correctly.
Please post the custom function that creates this button so we can test it on our test sites. I looked in your child theme but couldn’t find anything that would do this.Best regards,
MikeDecember 4, 2023 at 5:24 pm #1427153This reply has been marked as private.December 4, 2023 at 6:00 pm #1427156Hi,
To have the title of the portfolio element clickable without customizations the best solution is to use the default link setting in the Overwrite Portfolio Link setting like your first portfolio item “11 Ways To Make Money with S2”
Your other portfolio items you seem to have added “defined custom link” like the image like “Windows2016_LogBaseline-STIG”, the custom link is to the same portfolio link, so this link is not needed and is preventing your title to not be linked.
Please try changing them all to default link setting like your first portfolio item “11 Ways To Make Money with S2”The mouse-over box shadow color is add by this custom css, you can remove it:
.vv_portfolio-list .grid-entry > .inner-entry:hover { box-shadow: 12px 12px 20px #fcb889; }
Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.