-
AuthorPosts
-
August 1, 2017 at 10:39 am #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 7 years, 4 months ago by Biggy.
August 4, 2017 at 10:04 am #834250Hi,
we would like to know if we can remove this lines?Regards
BiggyAugust 4, 2017 at 7:04 pm #834461Hi,
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,
YigitAugust 7, 2017 at 11:19 am #835295Hi 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
BiggyAugust 12, 2017 at 7:47 am #837775Hi,
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,
IsmaelAugust 12, 2017 at 3:34 pm #837920Hi 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
BiggyAugust 14, 2017 at 12:01 pm #838578Hi,
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,
IsmaelAugust 14, 2017 at 2:34 pm #838665This reply has been marked as private.August 15, 2017 at 9:00 am #839107Hi,
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,
IsmaelAugust 15, 2017 at 10:30 am #839161This reply has been marked as private.August 16, 2017 at 7:09 am #839725Hi,
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,
IsmaelAugust 16, 2017 at 10:20 am #839811This reply has been marked as private.August 17, 2017 at 7:15 am #840267Hi,
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,
IsmaelAugust 17, 2017 at 3:33 pm #840451This reply has been marked as private.August 21, 2017 at 6:17 am #841847Hi,
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,
IsmaelAugust 21, 2017 at 9:55 am #841925This reply has been marked as private.August 22, 2017 at 8:00 am #842350Hi,
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,
IsmaelAugust 22, 2017 at 10:43 am #842399This reply has been marked as private.August 28, 2017 at 11:49 am #844762Hi Ismael,
is our problem with the original enfold files closed?
Regards
BiggyAugust 31, 2017 at 2:39 pm #846260We are sorry for our impatience.
September 1, 2017 at 6:48 am #846620Hi,
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,
IsmaelSeptember 1, 2017 at 11:02 am #846798Hi Ismael,
we are waiting. Thank you for your patience!
can I delete the access to our Testarea?
Regards
BiggySeptember 4, 2017 at 8:52 am #847581 -
AuthorPosts
- You must be logged in to reply to this topic.