Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #832744

    Hi,
    we have 2 Columns side by side. Each one with 50%. When we activate in the row settings equal height it is not possible to show the 2 rows side by side. we have this when we set up the blog in a site. Only in the overview for the blog.
    The responsible file for this is enfold/config-templatebuilder/shortcodes/columns.php from line 796 up to 809.
    We have this since enfold 4.1
    And by the way… a lot of our sites are with ssl. Using the breadcrumb we have ssl errors because there are a http://rdf.data-vocabulary.org URl on line 464 in the enfold/framework/php/class-breadcrumb.php file. Please change this to https
    Regards
    Biggy

    • This topic was modified 6 years, 8 months ago by Biggy.
    #834250

    Hi,
    we would like to know if we can remove this lines?

    Regards
    Biggy

    #834461

    Hi,

    Sorry for the late reply Biggy!

    1- Can you please post a link to your page showing the issue?
    2- Please go to enfold/framework/php/class-breadcrumb.php file and find following code on 461st line

    		//google rich snippets
    		if($richsnippet === true)
    		{
    			$vocabulary = 'xmlns:v="http://rdf.data-vocabulary.org/#"';
    		}

    and change it to following

    		if($richsnippet === true)
    		{
                if(is_ssl()){
                    $vocabulary = 'xmlns:v="https://rdf.data-vocabulary.org/#"';    
                }
                else{
                    $vocabulary = 'xmlns:v="http://rdf.data-vocabulary.org/#"';
                }
    		}

    We have informed our devs about this one.

    Best regards,
    Yigit

    #835295

    Hi Yigit,
    thanks for your reply.
    You find a link in the private content. It is a testsite.
    You can see what we mean. The row settings are equal height. When we change it to individual height it is ok.

    Regards
    Biggy

    #837775

    Hi,

    The main column container was duplicated. Please make sure that you have the latest version 4.1.2 and post the login details here so that we can check it thoroughly.

    Best regards,
    Ismael

    #837920

    Hi Ismael,

    i do not understand what you mean. You can test it on every site and you will see the wrong result!
    But i I try to explain it again! With screenshots from the backend.

    We have 2 Portfolio posts and we used the layout builder.
    First, we have 2 single columns with 50% width in a layout with 1310px width, without a sidebar in the portfolio named test2.
    In the first column we have the content element Catalogue an in the second column we have the media element image.
    We would like to have the text in the Catalogue in the middle of the image. So we edited the left column to Equal height and the vertical alignment to Middle.
    You can see this in the screenshot A in the private content area.

    In the second portfolio named test we have the same layout.
    But we edited the left column to individual height.
    You can see this in the screenshot B in the private content area.

    If you call the portfolio directly on everything is ok. The text is to the left of the image.
    But we have one site In which we want to have the portfolio together.
    So we put in a separate site, in our example it is the home site, the content element Blog Posts. We have no sidebar.

    The settings for the element Blog posts you see in the screenshot C in the private content area.
    And how you can see in the Link D to the Home Testsite we have only one example (test) in the right way.
    Test2 is wrong and the 2 columns with the setting equal height in both rows are among each other.

    We suspect the mistake in the file enfold/config-templatebuilder/shortcodes/columns.php from line 796 up to 809
    We used for this test enfold 4.1.2 with WP 4.8.1 and PHP 7.0.21
    We tested too PHP 5.6.31 with the same result.

    Regards
    Biggy

    #838578

    Hi,

    i do not understand what you mean. You can test it on every site and you will see the wrong result!

    I’m not saying that I can’t see the issue nor that you duplicate the columns. It is true that the main column container was duplicated if you check the markup which should not be happening. Please post the login details so that we can check why it is happening.

    Best regards,
    Ismael

    #838665
    This reply has been marked as private.
    #839107

    Hi,

    Thank you for the info. I managed to access the site but the current user is not set to administrator so we can’t modify anything aside from the home page. Please set the user to admin.

    Best regards,
    Ismael

    #839161
    This reply has been marked as private.
    #839725

    Hi,

    How did you manage to display the content of the advance layout builder in the blog overview page? This is not enabled by default. Did you modify the theme files?

    Best regards,
    Ismael

    #839811
    This reply has been marked as private.
    #840267

    Hi,

    Thank you for the update.

    I can’t reproduce this on my local installation. The content of the advance layout builder should not be displaying in the blog overview page. Please post the FTP details here so that we can inspect it thoroughly.

    Best regards,
    Ismael

    #840451
    This reply has been marked as private.
    #841847

    Hi,

    It’s gonna break the column structure because it’s not going to close the rows properly. Add another row with 1/3 + 1/2 columns and you’ll see the issue.

    Best regards,
    Ismael

    #841925
    This reply has been marked as private.
    #842350

    Hi,

    Did you modify the theme files to display the content of the post on the blog overview page? I’m sorry but we can’t help you with that modification. Those shortcodes are not supposed to display on the blog overview page. Please hire a freelance developer if you really need the ALB content on the blog.

    Best regards,
    Ismael

    #842399
    This reply has been marked as private.
    #844762

    Hi Ismael,

    is our problem with the original enfold files closed?

    Regards
    Biggy

    #846260

    We are sorry for our impatience.

    #846620

    Hi,

    I’m sorry for the late response. We found other users with the same issue. We’ll update you once we found the fix.

    Best regards,
    Ismael

    #846798

    Hi Ismael,
    we are waiting. Thank you for your patience!
    can I delete the access to our Testarea?
    Regards
    Biggy

    #847581

    Hi!

    Please keep the “test” pages just in case.

    Best regards,
    Ismael

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