Is it possible to set up multiple seller accounts that each have their own payment gateway methods that will run under one woocommerce online store in enfold?
I’d like each of my members to have their own independent stores within my site.
Thanks!
Hey waterwalk!
Hope you’re feeling well today! Thank you for using the support forum.
Can you please give us a link to the website? Post the login details here as a private reply.
Regards,
Ismael
Hi jhennigar!
Thank you for using the theme. I hope you’re doing well today.
There has been a lot of framework updates since Choices. You can’t do the same thing with Enfold. Please refer to this link: https://kriesi.at/support/topic/google-adwords-tracking-after-form-has-been-submitted/
You can use the Contact Form 7 plugin.
Best regards,
Ismael
Hi!
1) Füge diesen Code in functions.php ein:
add_filter('avf_form_mail_field_values', 'avia_change_checkbox_return_values', 10, 4);
function avia_change_checkbox_return_values($value, $new_post, $form_elements, $form_params){
if($value == 'false') $value = 'Nein';
if($value == 'true') $value = 'Ja';
return $value;
}
2) Mit diesen CSS Code:
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
color: #919191;
}
und den Farbwert #919191 entsprechend anpassen :)
3) Danke. Wir werden diesen Fehler mit dem nächsten Update verbessern. Wenn ihr es jetzt schon anpassen wollt müsst ihr die Übersetzungsdateien mit Codestyling bearbeiten – siehe: https://kriesi.at/support/topic/translator-plugin-in-enfold/#post-222120
Regards,
Peter
Hey park13!
How are you? I hope you feel great today. Thank you for the question.
The facebook plugin looks ok when I resize the browser. You can change the “Interesting Links” widget on Appearance > Widgets. Look for the Footer – Column widget areas. Define the number of footer columns on Enfold > Footer > Footer Columns.
If you already add the image as “Featured Image” then you don’t have to add it on the page or post editor using the “Add Media” button. Please use this plugin to manually resize the thumbnail: http://wordpress.org/plugins/simple-image-sizes/
Regards,
Ismael
Hi!
Thank you for using the theme. I hope you’re doing well today. You should probably ask the plugin author of the Events Manager plugin. Enfold is not fully configured to work with the Events Manager plugin. If you like to experiment, you can try the Revolution Slider plugin which is compatible with Enfold. Again, I’m not sure if is compatible with the Events Manager shortcodes.
Best regards,
Ismael
Hey!
How are you? I hope you feel great today. Thank you for the question.
I checked the website but there is no section with an id like “client-success”. Please edit the Color Section then place the id on “For Developers: Section ID” field.
Please refer to this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Regards,
Ismael
Hi fgrippe!
How are you? I hope you feel great today. Thank you for the question.
You need to use a social plugin like AddThis or Socialize then their shortcode on a Text Widget. You can also generate the Icon shortcode on a test post or page then use place the actual shortcode inside the Text Widget.
Regards,
Ismael
Hey David!
Looks like you managed to move the social icons like the screenshot. You can add the hover background on the social icons using this on Quick CSS:
#top .social_bookmarks_facebook a {
color: #fff;
background-color: #37589b;
}
Regards,
Ismael
Hi guys,
So after 4 hours of painful attempts to fix this authorship issue, I’ve lost my mind. I looked up all of the tutorials online and I swear, none of them are applicable to Enfold. I find similarities in the code, but I can’t solve this on my own and desperately need some assistance.
Every bit of help out there suggests to edit single.php and adjust classes for things like the_time, the_author, etc. So I tried to do this to the best of my abilities, but no luck. The code used in enfold isn’t the same as all of the fixes people provide.
Here are the errors I get from google (scroll down): http://goo.gl/epFyAo
The following code is found in loop-index.php.
This is the code I see that might be for the: Error: Missing required field “updated”.
echo "<span class='post-meta-infos'>";
$markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false));
echo "<time class='date-container minor-meta updated' $markup>".get_the_time(get_option('date_format'))."</time>";
echo "<span class='text-sep text-sep-date'>/</span>";
And here is the code I see that might be for the: Error: Missing required hCard “author”.
echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
echo '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>';
echo '<span class="vcard author"><span class="fn">';
the_author_posts_link();
echo '</span></span>';
echo '</span>';
echo '</span>';
echo '</span>';
echo '</header>';
Can someone please tell me what to change to fix these issues? I really tried to do this on my own, and this is my last resort.
Thanks for your help!
-
This topic was modified 11 years, 9 months ago by
cyrusis.
Great. The form fields are now the correct colors.
The initial table style you wrote did not work, but I was able to make the table background transparent by making a small change to your code.
Here is what worked (I moved the word table to the right side, instead of table#fstable)…
#fstable, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
width: 285px;
line-height: normal;
font-size: 100%;
vertical-align: baseline;
border-collapse: True;
background: transparent !important;
}
The word “important” is important :) It overrides something we cannot find apparently.
And a small thing – the select field (to choose a state) has a very light vertical bar at the far right. No biggie but would like to get rid of it. You can see that bar in the state field here – http://www.finalsmoke.net/order-form-1/ , but it does not exist in the state field in my page before using Enfold here – http://www.quithere.com/fsmokewp/order-form/
Thanks for your help so far, and hope we can solve it all the way!
Updating Enfold file via ftp manually solved the problem. I wish I don’t have to deal with the same issue whenever I install plug-ins.
Thanks for your help!
Hi!
Open css/base.css and remove line 147:
height:auto;
Regards,
Josue
Thanks for your respond. I think it happened after I activated a plug in. You can check my website at http://www.yonglee.net. The sorted menu (on categories ) has been disappeared. All I see is “all” button. is there any way I can update the theme file without loosing any setting and data I have already?
I’m really frustrated by this issue.
Here’s what I’ve found, after countless hours… When the retina images load, they are expanding to 100% the width of their container. When in non-retina, the image retains its intended size.
The only fix I can find, is to manually set the height of every single image I place on my site in the quick css, as follows:
#about-ces .avia-image-container img{
height: 337px !important;
}
When I look at it under Chrome’s css inspector, the offending code seems to be that base.css is setting “height:auto”, and when I turn that segment off in the inspector, the images all shrink down to their appropriate size. The code inspector lists the setting in:
media=”screen”
img, a img {
border: none;
padding: 0;
margin: 0;
display: inline block:
max-width: 100%;
height: auto;
image rendering: optimizeQuality;
}
And when I turn off the “height: auto” setting, it works.
Can Devin, Kriesi, or someone help me find a global fix to this please? Thanks.
Ok. Now how about the mobile css of the footer widget? The footer widgets are aligned to the left and there is alot of padding between the footer widgets on mobile devices.
I would like to center the alignment and remove or reduce the padding of the footer widgets.
Also how do I remove Enfold Theme by Kriesi from the socket?
You are welcome, glad we could help :)
Regards,
Josue
You guys rock! Problem Solved.
Thank you,
You are welcome, glad we could help :)
Regards,
Josue
Thanks you guys! I got it to work. Very cool.
This reply has been marked as private.
Hey!
Try adding this code to the Quick CSS:
#cta .container, #cta p, #cta .flex_column{
margin: 0;
width: 100%;
}
#cta .flex_column{
width: 33.33% !important;
}
#cta .content {
padding: 0;
}
Cheers!
Josue
Hi!
You could try doing this:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
And then add this to the Quick CSS:
.custom_avia_text_block{
background: transparent !important;
}
custom_avia_text_block would be the class applied to the Text block in question.
Regards,
Josue
Also noticed there are alternating row colors in tables that I did not put in here: http://www.finalsmoke.net/order-form-1/
Enfold is doing some complex overriding of tables and input fields somewhere.
My css for tables (below), is not really being obeyed, nor is my css for input fields.
#fstable table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border-color: #000;
border-width: 2px;
outline: 0;
width: 285px;
font-size: 100%;
vertical-align: baseline;
border-collapse: True;
background: none;
}
Can you please show me how to counteract what Enfold is doing with tables and input fields so my own styles will come through?
Thanks.
This reply has been marked as private.
Hey again guys,
How can we get rid of the default padding of a column so the content within fills it entirely. Additionally, how can we remove the margins in between each? I am working to achieve the 3 two-tone call to action boxes found here (under slider)
http://imgur.com/Eoc8hMe
This will be at – http://codelessme.com/jacqueline
Thanks in advance
It doesn’t seem to matter where I put this, in Quick CSS or in Enfold Child CSS, it never seems to remove the #of comments or the “uncategorized” elements from the top of my posts. Any ideas? I have cleared the cache several times and used different browsers….
UPDATE: I found the issue. My login plugin (http://userproplugin.com/) conflicts with Enfold. My question now is there any way around this? It must load some offending javascript but I am afraid I am not much of a coder so I may have to find a new plugin.
Any advice is appreciated. Perhaps a login plugin that is thoroughly tested with Enfold?