Forum Replies Created
-
AuthorPosts
-
Hi Victoria,
Please disregard my previous question, it’s all ok.
Thank’s again
Luluhi Victoria,
Thank you very much indeed.
So, just to be sure : I just have to replace blank by custom in the template, like this:
<?php
/*
Template Name: Custom – No Header, no Footer
*/if ( !defined(‘ABSPATH’) ){ die(); }
/*
* A custom Template that allows you to build landing pages, coming soon pages etc
*/global $avia_config;
$avia_config[‘template’] = “avia-custom”; //important part. this var is checked in header and footer php and if set prevents them from rendering. also an additional class is applied to the bodyif(!empty($avia_config[‘conditionals’][‘is_builder’]))
{
$avia_config[‘conditionals’][‘is_builder_template’] = true;
get_template_part(‘template-builder’);
exit();
}
else
{
get_template_part(‘page’);
exit();
}Best
Lulu
Hi Yigit,
Do you have a response ?
Best regardsHi Rikard,
Thank you for your prompt response. Presently there are 3 templates in Enfold: Archive, Blank and default. What I would like to do is create a 4th one based on my page.
I have tried saving my page as a template but it doesn’t really work for my purpose because the template doe not appear in the template options. Then if I use the page content element, it is just like an iframe, it’s not a template. Is there a way I could create a real template that would appear in the template options ?Kind regards
Lulu
Hi Yigit,
I tried everything you have indicated and it didn’t work.
After some more hours, I eventually found out that even if you put the margins and padding to 0, the enfold site structure is maintaining a gap of about 30px (at least) between the sidebar and the main content. It is the enfold framework that does this automatically.
So the solution I have found and which worked was to set 30% for the sidebar and 70% for the main container; give corresponding values in pixel to the sidebar width and the container width (no %) and give a negative left margin to the main container. Then everything works fine and you can set the gap between the sidebar and the main container to whatever value you want. My concern is what will happen when you will eventually update the Enfold structure? Although I am using a child theme I just wonder whether it will break my design. Just let me know
Best regardsHi Yigit,
This has no effect. I tried several values, including both positive, negative values, I also tried 0. Nothing happens.
Best regards
OdileDear Yigit,
Thank you for your message.
May be you could help me with another issue I encounter now with Enfold.I have a sidebar on the left and main content on the right. Apparently it’s easy, but , well it’s not, because there is a gap between the sidebar and the content and I can’t see anywhere how to set up this gap.
How do you reduce the gap between the sidebar and the main content. I have spent half a day on this trying to find a solution Whether on Enfold documentation or in the forums. Nothing, although it seems many people are asking the same question. ! I believe you don’t need to go to css to fix that as well. Anyway, whatever solution you can provide at this stage , I take it as I am getting desperate with Enfold.
Just let me knowHi Victoria,
My question was very simple and straightforward. I found the solution by myself on another forum. There was no need to ask for any link as this issue is just related to the Enfold google map container. I don’t understand why Kriesi didn’t provide any response.
Hi,
Which link please, my site is under construction. I have placed the google map in the avia google map container in a column through the API provided.The map fits the width of the container but not the height and I simply don’t know the csss to use so that the map fills both the width and the height. I understand this is a common issue. If you could just tell me how to adjust the height of the google map in the google map container I would appreciate
Hello, I would like to make the google map fit exactly the size of the Avia google map container. while staying responsive and keeping it’s ratio. Could you help ?
Hi Jordan,
I have found out how to do it by myself. You can close the ticket.
Thank’s for your great supporthi Jordan,
I would like to make the breadcrumb like this one:
https://www.australiemag.com/etudier/etudier-en-australie
At the moment,my breadcrumb is the simple enfold demo content breadcrumb with the / as separatorBest regards
LuluThis reply has been marked as private.Hi Mike,
If you can’t provide me with an address, just let me know how to do the manual import and I’ll do it by myself then
Best regards
OdileThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi Rikard,
Most useful and relevant response, after 3 emails and 2 screenshots !!!. Thank you very much indeed. Hopefully I could find the response by myself elsewhere on the web.
Superb support indeed.Dear Jordan,
As indicated in my first message, I would like the image I put in an image place holder to fit automatically to the size of the placeholder.
Let’s take an example: supposing my image original size is 450×360 and the container/place holdr size is 450 x 450, I would like my image to resize to the size of the container and so to become a 450 x 450 image automatically once I place it in the container.
I cannot send you a link as the site is on my computer at the moment. In any case my question is not related to a specific page. Just let me know whether you have a solution to my question
Best regards -
AuthorPosts