Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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, 6 months ago by creatorke.
    #1085308

    Hey 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,
    Rikard

    #1085351

    Should work with this

    #1085718

    Some help would be nice…

    #1085860

    Hi,

    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,
    Rikard

    #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.

    #1085974

    I now have deleted the htaccess and saved permalinks again… Issue is still there… :-(

    #1086037

    Seems that all links on portfolio images are linked to URL http:// instead of te correct URL

    #1086700

    Hi,

    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,
    Ismael

    #1086861

    Hi Ismael,
    Htaccess is basic, no modificiations.
    But no worries, I wil rebuild the site from scratch.

    #1087359

    Hi,

    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,
    Rikard

    #1087442

    Hi 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!

    #1087662

    Hi,

    Did you need additional help, or shall we close this topic?

    Best regards,
    Jordan Shannon

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.