-
Search Results
-
— This post is edited —
Hi there,I am working on a new website with Enfold. Enfold works great. So much possibilities and such a great support forum with tons of helpful answers. What a great knowledge database!
I have a few questions left I hope you can help me with.
1. I would like the buttons to be #72c7ce (text on the button #ffffff), the links in the text to be #222222, and the links in the footer #ffffff. If I change the color in the enfold settings, it changes too much.
If I use this code, it also changes the color of the links in the footer and the color of the text on the button.a { color: #222222 !important; }2. I have deleted the padding from the container to get the nice layout for 3 colums with images on the homepage. I corrected the padding on the footer en in the header. Only now the header is smaller than the footer and the contentsections are wider again. It’s messy :-(. Can you see what I did wrong?
.container { padding: 0px 0px !important; } ul#avia-menu { padding: 0px 50px; } .container_wrap{ padding: 0px 50px !important; }I know you get a lot of questions, hope you find the time to help me.
Have a nice day!
Maaike
Building a new site for a company hiring out boats. They want to use Planyo booking system – http://planyo.com.
I´ve done my first try to integrate one of Planyos widgets (nervous what will happen with all the others).
I´ve placed the code for the ”Availability search box” in a code block (first page http://new.gotakanacharter.se ) and in a text widget ( http://new.gotakanalcharter.se/planera-din-resa/ ).
In the first case the calender doesn´t appear, in the text widget case there are some ugly text boxes witch also appears on a booking page:The code that I have placed both in the code box and in the widget i as below (yes, it´s possible to change the css i planyos system, but I don´t know how….)
<script type=’text/javascript’ src=’https://www.planyo.com/utils.js’></script>
<script type=’text/javascript’ src=’https://www.planyo.com/wrappers.js’></script><link rel=’stylesheet’ href=’https://www.planyo.com/schemes/?calendar=24466&detect_mobile=auto&sel=scheme_css’ type=’text/css’ />
<div id=’planyo_search_widget’ class=’planyo ‘>
<style type=’text/css’>
#search_form label {display:block;float:none;width:100%}
form#search_form li.planyo_static_help {margin-left:0px;}
</style>
<form id=’box_search_form’ name=’search_form’ class=’left title_inside multi_column’ action=’http://new.gotakanalcharter.se/batar/’ method=’get’><fieldset >- <input type=’hidden’ value=”24466″ id=’calendar’ name=’calendar’ /><input type=’hidden’ value=”1″ id=’submitted’ name=’submitted’ /><input type=’hidden’ value=”http://new.gotakanalcharter.se/batar/” id=’feedback_url’ name=’feedback_url’ /> <div style=’position:absolute;visibility:hidden;z-index:1000;’ class=’picker_dropdown title_inside’ id=’box_start_datecal’ onmousedown=’var e=arguments[0] || window.event;e.stopPropagation();’ onclick=’var e=arguments[0] || window.event;e.stopPropagation();’ ></div>
<script type=’text/javascript’>
js_set_event(document.getElementById(‘box_start_datecal’), ‘click’, ‘js_dummy’,false);
document.first_weekday=1;
</script>
<script type=’text/javascript’>
document.new_scheme=1;
document.s_prev = “tidigare”;
document.s_next = “nästa”;
document.s_today = “idag”;
document.s_day = “dag”;
document.s_days = “dagar”;
document.s_week = “vecka”;
document.s_weeks = “veckor”;
document.s_weekday = “veckodag”;
document.s_month = “månad”;
document.s_single_res = “single resource”;
document.s_weekdays_short = eval(‘[\”M\”, \”T\”, \”O\”, \”T\”, \”F\”, \”L\”, \”S\”]’);
document.s_weekdays_med = eval(‘[\”Mån\”, \”Tis\”, \”Ons\”, \”Tor\”, \”Fre\”, \”Lör\”, \”Sön\”]’);
document.s_weekdays_long = [“Måndag”,”Tisdag”,”Onsdag”,”Torsdag”,”Fredag”,”Lördag”,”Söndag”];
document.s_months_short = eval(‘[\”Jan\”, \”Feb\”, \”Mar\”, \”Apr\”, \”Maj\”, \”Jun\”, \”Jul\”, \”Aug\”, \”Sep\”, \”Okt\”, \”Nov\”, \”Dec\”]’);
document.s_months_long = eval(‘[\”Januari\”, \”Februari\”, \”Mars\”, \”April\”, \”Maj\”, \”Juni\”, \”Juli\”, \”Augusti\”, \”September\”, \”Oktober\”, \”November\”, \”December\”]’);
document.s_all = “Alla”;
document.s_showall = “Show all”;
document.s_areav = “är tillgängliga.”;
document.s_clickres = “Klicka för att boka.”;
document.s_partav = “Endast tillgänglig för uthyrning mindre än ett dygn. Klicka på datumet ovan för detaljer.”;
document.s_outof = “utanför”;
document.s_unav = “Upptagen”;
document.s_av = “Ledig”;
document.s_vacation = “Vacations”;
document.s_allday = “All day”;
document.s_day_view = “dag”;
document.s_month_view = “månad”;
document.s_more = “mer”;
if (!document.date_format) document.date_format = “d M Y”;js_set_event(document, ‘mousedown’, ‘js_close_calendar’,false);
</script>
<li id=’row_box_start_date’ class=’fld_single’><div id=’par_box_start_date’ class=’with-status-border float-label-parent float-label-text-parent par_box_start_date’><label id=’lab_box_start_date’ style=’visibility:hidden’ for=’box_start_date’>Datum*</label><input type=’text’ id=’box_start_date’ name=’box_start_date’ value=”” onfocus=”js_close_calendar();document.active_float_date=’box_start_date’;js_show_calendar(‘box_start_date’,’planyo_float_date_changed();’);” onmousedown=”var e=arguments[0] || window.event;e.stopPropagation();” onclick=”var e=arguments[0] || window.event;e.stopPropagation();” placeholder=”Datum*” onfocus=”update_float_label_focus(‘box_start_date’,1);” onblur=”update_float_label_focus(‘box_start_date’,0);” onkeyup=”update_float_label(‘box_start_date’);” /></div><script type=’text/javascript’>
function planyo_float_date_changed() {
if(document.active_float_date)update_float_label(document.active_float_date);
if(window.planyo_dates_changed)planyo_dates_changed(); else if(window.on_planyo_date_picked) on_planyo_date_picked();
}function update_float_label(item_name) {
var item=document.getElementById(item_name);
var label=document.getElementById(‘lab_’+item_name);
if(item && label) {
label.style.visibility = item.value && item.value.length>0 ? ‘visible’ : ‘hidden’;
}
}function update_float_label_focus(item_name,f) {
var item=document.getElementById(‘par_’+item_name);
if(item) {
item.style.borderColor = f ? ‘#3D83A8’ : ‘#c0c0c0′;
}
if(item_name==’phone’||item_name==’mobile_number_param’) {
var countryit=(item_name==’phone’?’phone_country_param’:’mobile_country_param’);
if(document.getElementById(countryit) && document.getElementById(countryit).value==’-1′)
float_country_clicked(countryit);
}
}</script>
<div class=’float-date-icon’ onmousedown=”js_close_calendar();var e=arguments[0] || window.event;e.stopPropagation();” onclick=”var e=arguments[0] || window.event;e.stopPropagation();” onmouseup=”document.active_float_date=’box_start_date’;js_show_calendar(‘box_start_date’,’planyo_float_date_changed();’);” id=”box_start_datecalref”></div><div style=’clear:both’></div><li id=’row_rental_time_value’ class=’fld_single’><div id=’par_rental_time_value’ class=’with-status-border float-label-parent float-label-select-parent’><label for=’rental_time_value’>Hyrestyp</label><select name=’rental_time_value’ id=’box_rental_time_value’ onfocus=”update_float_label_focus(‘rental_time_value’,1);” onblur=”update_float_label_focus(‘rental_time_value’,0);” onkeyup=”update_float_label(‘rental_time_value’);”>
<option selected=’selected’ value=”168″ >One week</option>
<option value=”336″ >Two weeks </option>
</select>
</div><input type=’hidden’ value=”name” id=’sort_fields’ name=’sort_fields’ /><input type=’hidden’ value=”name” id=’sort’ name=’sort’ /><input type=’hidden’ value=”1″ id=’is_night’ name=’is_night’ /><input type=’hidden’ value=”1440″ id=’granulation’ name=’granulation’ /><input type=’hidden’ value=”search” id=’mode’ name=’mode’ /><input type=’hidden’ value=”0″ id=’presentation_mode’ name=’presentation_mode’ /></fieldset><div id=’res_form_buttons’ >
<label for=’submit_button’> </label><input class=’button’ id=’box_submit_button’ name=’submit_button’ type=’submit’ value=”Sök” /> </div>
<input type=’hidden’ value=’true’ id=’submitted_field’ name=’submitted’ />
</form>
</div>Hi,
can you help me with the follow.
The style of your button is perfect, im trying to style the button from gravity forms the same, but it wont work.
Can you help me ?Hi,
I have a brand new WP installation 4.7.2 and a brand new Enfold 3.8.5.
In the Button-settings (button and full-width-button) there ist no field for setting a link!
Please Help.
Thx.
Topic: Rounded corner buttons
Hi,
The Enfold demo theme ‘Health’ shown at: http://kriesi.at/themedemo/?theme=enfold-overview (scroll to bottom of page) has rounded corners on the frame around the menu buttons as well as on the page buttons (call to action buttons?)
How do I achieve both of these?Cheers
NigelI am having trouble with two pages. One page (Surgical Technologist Certificate) any changes to this page we lose all content between header and footer. Home page, any changes to pictures breaks links on the page. Text changes all content is lost between header and footer.
We are all up-to-date on versions for WP, Enfold, and Plugins.
I have tried turning off plugins and nothing changes. I saw on other blogs that increasing the memory limit could help I added the code to the wp-config.php and no luck.
We are having to rebuild the pages to make any changes.
Also we are having issues with the “save” button. We will attempt to save and it won’t save. If we rebuild the page then it saves for a while and then it breaks again. This happens mostly on the home page.Hello. When adding Buttons using the Enfold page builder, is there a way to do this?
Thank you,
RyanMy social media buttons are not displyed on the homepage. http://www.gezeichneteslicht.de – in the right corner next to the navigation. Also the woocommerce cart button is not displayed. How can I fix that?
Last time I could fix it with this advice:
• ” Please refer to this post – http://kriesi.at/documentation/enfold/enable-cors/ ”But not this time. The issue is still there.


I hope you can help me again!
Greetz
OllyHello,
This is my first post, I have recently purchased the enfold theme and am 99.9% happy with everything about the theme.
The 0.1% that is driving me insane is that no matter what I do I simply cannot get any of the woocommerce list / grid view plugins to work correctly with this template. I am so happy with the rest of the theme and would find it a great shame if I had to purchase yet another template from somewhere that works with the grid / list view plugins for woocommerce. I have read everything I can find on the subject on here and tried everything suggested like adding custom css described here although I understand that this solution was for a much older version of the plugin and Enfold theme, Also hereand here I realise that you do not support any 3rd party plugins and nor do I aspect you to, however I am amazed that there seems to be no particular solution to what would seem to be a relatively small issue in the grand scheme of things ?
My problem is that the description on the list view appears beneath the product image and not to the right of the product image as you would expect as described and shown here.
I have tried other plugins and even purchased ones such as the one by berocket, which works in the respect that the decription and product image a next to each other but has limited styling options, the add to cart buttons and all the description text are styled bu the plugin itself and not the enfold theme, so all in all, it just doesn’t look quite right.
Please could someone help me find a solution to this problem as it is essential that I have the list view on my site due to the type of content and the mobile devices people are likely to be using with my site. I really don’t want to change from the enfold theme if I can help it.
Kind Regards
Pete
Hello, I want to make a link for a button but there is no space to do that. If I go to enfold > easyslider > ‘bijschrift’ > link button 1 then I can’t fill in an webaddress. I also got this when I select content elements > button. How can I solve this?
I have this in my child functions.php to stop Enfold creating some image sizes that the site never uses:
/* * Stop Enfold image sizes we don't use being created to save disk space */ function ava_image_sizes() { remove_image_size('medium_large'); remove_image_size('featured'); remove_image_size('featured_large'); remove_image_size('extra_large'); remove_image_size('gallery'); remove_image_size('magazine'); remove_image_size('masonry'); remove_image_size('shop_thumbnail'); remove_image_size('shop_catalog'); remove_image_size('shop_single'); } add_action( 'after_setup_theme', 'ava_image_sizes', 10 );I also have the Simple Image Sizes plugin installed. None of the above image sizes are created when new media is uploaded, and the Image Sizes list in Media Settings does not list them, as it should be…
…except the instruction to remove medium_large is ignored as can be seen here:
http://imgur.com/a/W1pGA
(Screenshot of Media Settings > Image Sizes)I have tried deleting medium_large via the Media Settings page (using the ‘Delete’ button in the screenshot) and the entry does disappear when deleted. However as soon as I ‘Save Changes’ at the bottom of the screen, medium_large reappears at the top of the ‘Image sizes’ list.
I have tried setting the Max Height to a value other than 0, e.g. 500, then Updating, which is accepted, then Deleting, and again it disappears from the list – until I Save Changes when it re-appears again with the values of Width 768 and Height 0 (and note – not the 500 value that was previously set).
There is clearly something in the code that is stopping medium_large from being removed/deleted.
But I do not want the medium_large size to be created by Enfold. How do I remove/delete the image size to stop it being created on new uploads?
Topic: Enfold WooCommerce
Hi, already have Enfold as theme for some years. But it’s hard to find the button on your support site to drop an topic. Therefore this way. Every year I have 2 to 3 times trouble when people want to order trhough WooCommerce. Almost everytime I have to ask my webdeveloper to repear. Everytime the issue is related to the theme Enfold. For example: I now get the pop-up message when people start the buy proces: “please match the requested” format. My webdeveloper tried everything: updating everything till latest versions (WooCommerce-Enfold) and now even is busy implementing a javascript. Not the first time. How is this possible? Is Enfold not keeping up with WooCommerce updates? Two to three times a year in the middle of a marketingcampaign is not very reliable. Although I like the possibilities for making a page with Avia within Enfold, this is getting a bit out of hand. Is this a common or know issue? Hope to hear. Kind regards, Ted Daamen
Topic: Avia Modules
Hi,
I do see the dual buttons, Social buttons, the Principal module at the homepage of your site http://kriesi.at, however, I don’t find them in any of demo of the Enfold Theme. I like Enfold and need to know if those modules are part of the theme. Please let me know if that is possible with the theme without any coding skills.
Thanks
Topic: Issues With Blog
