-
AuthorPosts
-
March 28, 2019 at 7:14 pm #1084228
Hi on my website (under construction) I’ve placed a mansonry grid with porfolio-items.
Links to the items are not working. (When clicking, In FF nothing happens, In Chrome I goed error: about:blank#blocked)
The same problem on an second page with a portfolio-grid.
I changed the permalink via settings to “showcase”, so I thought that was the issue, but after resetting to portfolio-item. the problem is still there.
Can somebody help out?- This topic was modified 5 years, 7 months ago by creatorke.
April 1, 2019 at 7:40 am #1085308Hey creatorke,
Sorry for the late reply. I tried logging in but the details are not working, could you check and verify please?
FOUT: Ongeldige gebruikersnaam. Wachtwoord vergeten?
Best regards,
RikardApril 1, 2019 at 9:00 am #1085351Should work with this
April 1, 2019 at 10:00 pm #1085718Some help would be nice…
April 2, 2019 at 6:39 am #1085860Hi,
I’m not sure what is causing your problem, did you try to deactivate all plugins to see if there is a conflict coming from any of them? Did you make any customisations to the theme?
Best regards,
RikardApril 2, 2019 at 9:19 am #1085957– Deactivating the Plugins doesn’t fix the problem
– Enfold is set to latest version, doesn’t fix the problem
– Adjustments made in CSS (Child theme) via customizer/* H1 */ h1{ margin-top:10px !important; } /* formaat slogan */ /* On screens that are 755px or less, set the background color to blue */ @media screen and (max-width: 755px) { h1 { font-size:25px; } } /* On screens that are 590px or less, set the background color to blue */ @media screen and (max-width: 590px) { h1 { font-size:15px; } } /* On screens that are 355px or less, set the background color to blue */ @media screen and (max-width: 355px) { h1 { font-size:12px; } } /* span geel */ .yellow{ color:#ffcc33 !important; text-decoration: underline; text-decoration-color: #000000; } /* sectie slogan */ #slogan{ padding-top:0px !important; padding-bottom:90px !important; } /* h2 home */ .h2_home > h2{ font-size:20px !important; } /* grootte icons home */ .icon-service{ max-width:25px; max-height:25px; margin-bottom:15px; } /* formulier */ label{ font-weight:normal !important; }
Adjustments made in functions.php (Child theme)
<?php /* * Add your own functions here. You can also copy some of the theme functions into this file. * WordPress will use those functions instead of the original functions then. */ add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Montserrat:900'] = 'Montserrat:900'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Montserrat:900'] = 'Montserrat:900'; return $fonts; }
Deleting above code didn’t fix the problem.
April 2, 2019 at 9:39 am #1085974I now have deleted the htaccess and saved permalinks again… Issue is still there… :-(
April 2, 2019 at 12:04 pm #1086037Seems that all links on portfolio images are linked to URL http:// instead of te correct URL
April 4, 2019 at 12:59 am #1086700Hi,
That is quite odd. We can’t find anything in your installation that could cause that issue. What’s in the htaccess file? Did you modify any of the shortcode files?
Best regards,
IsmaelApril 4, 2019 at 9:03 am #1086861Hi Ismael,
Htaccess is basic, no modificiations.
But no worries, I wil rebuild the site from scratch.April 5, 2019 at 5:24 am #1087359Hi,
Thanks for the update, we’ll be happy to help you find the problem so that you don’t have to rebuild the site. It might be a bit difficult though since this is not a general problem with the theme.
Best regards,
RikardApril 5, 2019 at 11:58 am #1087442Hi Rikard,
thx, but in the mean time I have already rebuild the site on an other server.
I will now delete all files, and replace by new files.
Thx for your support anyways!April 6, 2019 at 3:28 am #1087662Hi,
Did you need additional help, or shall we close this topic?
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.