-
AuthorSearch Results
-
July 3, 2014 at 5:52 pm #286773
Hi!
First I would suggest updating your theme files so that you have the most recent and up to date theme version. See: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Then you can change the styling options in your general styling tab to change the colors as needed. Right now you have yellow, #ff3338 set as one of the main colors which is where the bold text is getting its color from as well as in the navigation.
Best regards,
DevinJuly 3, 2014 at 5:46 pm #286768Topic: lastest news enfold widget
in forum Enfoldjb84
ParticipantHi,
please how to reduce the number of caractere displayed (before the (…) for the latest news text in widget.
There is to much. If i put a learn more nothing change
thanksJuly 3, 2014 at 5:29 pm #286756In reply to: Translate Enfold multi site
This reply has been marked as private.July 3, 2014 at 5:27 pm #286752In reply to: Search field in the header of the template enfold
Dear Yigit,
Thanks, I change the code in enfold/includes/helper-main-menu.php:
if($headerS[‘header_social’] == ‘icon_active_main’ && !empty($headerS[‘bottom_menu’])) echo $icons;
get_search_form();the result you can see here: http://www.webop.eu
The CSS in QuickCSS for Enfold has no effect for the field.
When the search result is open the background is transparent and the second menu scrolls to the bottom.
Thanks for your help
Guido-
This reply was modified 11 years, 6 months ago by
webop_germany.
July 3, 2014 at 5:26 pm #286750In reply to: 2 translation issues
Hi!
2) I couldn’t find the problem of the Revolution Slider plugin. I noticed the shortcode [rev_slider drug] doesn’t work too and it seems to be an incompatibility issue between Revolution slider and WPML.
3+4) Please try to use the Codestyling plugin to translate the text strings. Download and install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
5) You need to configure the options for each language. If you want to set the homepage for the Arabic version go to this page: http://www.patientdrugnews.com/wp-admin/admin.php?page=avia&lang=ar . You can change the language by using the language switcher on the left side.
Regards,
PeterJuly 3, 2014 at 5:23 pm #286748In reply to: Enfold Body Background Image using CSS
This reply has been marked as private.July 3, 2014 at 4:56 pm #286739Thank you Dude it worls now
But I wonder why for this file only Enfold do not look at if handle my own file?
An little issue.July 3, 2014 at 4:45 pm #286733In reply to: Changing Font Size and Family
Thanks. That changed the font size in the body of my pages, and the top navigation bar.
I still can’t figure out how the change the font family for the top navigation bar, and the heading on the About page “Hi. We’re Chris and Sarah Wehkamp,” or any heading for that matter.
I want to change the font to ‘Libre Baskerville’, serif;
I also followed a previous link to take out the ” Enfold Theme by Kriesi” at the bottom but now it looks like this “© Copyright – Parents Who [no link] – Enfold Theme by Kriesi”
You guys must laugh a lot at our ridiculousness ;)
Thanks again.
Sarah WehkampJuly 3, 2014 at 4:43 pm #286730In reply to: Getting Multi Columns using Contact Form 7
Hi!
You must remove the “first” class from every seconds div – otherwise Enfold will create a new row for each div which doesn’t make much sense if you want to display the divs in 2 (or more) columns. Change the code to:
<div class="flex_column av_one_half first">[text* Name placeholder "Name"]</div> <div class="flex_column av_one_half">[tel* contact-number placeholder "Contact Number"]</div> <div class="flex_column av_one_half first">[email* email placeholder "Email"]</div> <div class="flex_column av_one_half">[text Year placeholder "Year"]</div> <div class="flex_column av_one_half first">[text Make placeholder "Make"]</div> <div class="flex_column av_one_half">[text Model placeholder "Model"]</div> [textarea comments placeholder "Ask us any questions or comments you have about the damage."] <h5>Upload Picture of the Damage Vehicle for an Accurate Estimate</h5> [file upload-pic limit:5242880 filetypes:gif|png|jpg|jpeg] [submit]and it should work.
Cheers!
PeterJuly 3, 2014 at 4:24 pm #286722In reply to: Placing Menu Below Header
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 1140px) { .av-main-nav > li > a { padding: 0 53px; }} @media only screen and (min-width: 990px) and (max-width: 1139px) { .av-main-nav > li > a { padding: 0 44px; }} @media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .main_menu ul:first-child > li > a { padding: 0 27px; }}Regards,
YigitJuly 3, 2014 at 4:12 pm #286716Hi Josue,
I expect everything is fine for you.
Please be so kind and give me some examples (or urls) of good WordPress CDN’s compatibles with ENFOLD that works fine!!!
Many thanks and with my best regards, AdolfoJuly 3, 2014 at 3:29 pm #286704In reply to: Toggles & Accordions appearance
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.toggler.activeTitle { background: red; }Best regards,
YigitJuly 3, 2014 at 3:26 pm #286703In reply to: Questions about Enfold
Hi!
1- Link you posted is broken. You can translate it using the plugin i suggested for “home” string. If you would like to do it manually, please go to Enfold/includes folder and helper-social-media.php file and translate it there
2- Please go to Enfold/framework/php folder and open class-breadcrumb.php file and change the string manuallyRegards,
YigitJuly 3, 2014 at 2:59 pm #286696In reply to: Zoom within ajax portfolio
Hi Cyril!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container { -webkit-transform: none; -moz-transform: none; transform: none; }Best regards,
YigitJuly 3, 2014 at 2:50 pm #286688In reply to: ENFOLD shop questions
Hi! I have problem with the right handside bar. You can see here what i want: http://exclusivosalon.com.ar/captura.jpg
I’m talking about the design. Do not know how to make it look in the style of Enfold.
Thanks
CharlieJuly 3, 2014 at 2:38 pm #286684Hi!
Can you firstly try updating Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
let us know if issue remainsBest regards,
YigitJuly 3, 2014 at 2:09 pm #286673In reply to: Enfold question
Sorry no, I have been given the scope to design the website myself within the confines of what I mentioned earlier. I just need to know i can do it without too much coding. I use Enfold due to it’s ease of use.
So I can’t really say what changes I would like to make at this stage. It was more a case of determining that I can change the look of the header mainly, if I need to.
Regards
Mark
July 3, 2014 at 1:37 pm #286646In reply to: Increase Enfold Stretched layout
Hi c3computers!
Please add following code to Quick CSS
@media only screen and (min-width: 1140px) { .responsive .container { width: 1100px; }}For more detailed customisation, please modify grid.css file inside Enfold/css folder
Regards,
YigitJuly 3, 2014 at 1:34 pm #286645Topic: Enfold question
in forum EnfoldMKW270210
ParticipantHi there
I have a few licences for Enfold and am considering another but first I need to ask a question. My client has three core services and wants each to have a different look within the same website (one look will be corporate, another ’boutique’ and they are yet to decide the third). My experience tells me that once I have styled the header etc then that is set. Is there a way around this?
If there isn’t then can I run the licence across sub domains of a single domain name to facilitate this?
Regards
Mark
July 3, 2014 at 1:29 pm #286643Topic: Increase Enfold Stretched layout
in forum Enfoldc3computers
ParticipantHi!
Is it posible to increase the width of the layout? So i got is set to stretched and i wanna change the width of the ‘content box, the site itself ‘
So that the content comes closer to the edges.
Tnx!
July 3, 2014 at 12:44 pm #286618In reply to: Spacing between sections
Hey!
Put the following code into custom.css or Enfold->Quick CSS:
.page-id-734 #main .content{ padding-bottom: 0px !important; }Best regards,
GünterJuly 3, 2014 at 12:43 pm #286616In reply to: Adjusting the Header Color of the Side Menu
Hey cameron329!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.widgettitle { font-family: lato; color: red!important; }Best regards,
YigitJuly 3, 2014 at 12:37 pm #286612In reply to: Enfold Header
Hi c3computers!
Please go to Enfold theme options > Header Layout > Header Layout and choose “logo left, menu below” in “Menu and Logo Position”
then add following code to Quick CSS in Enfold theme options under General Styling tabnav.main_menu { background: yellow; border-radius: 10px; }Best regards,
YigitJuly 3, 2014 at 12:34 pm #286611In reply to: Too much spacing between layout elements
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div.flex_column.av_one_full.first.avia-builder-el-2.el_after_av_one_fourth.avia-builder-el-last.column-top-margin { margin-top: 10px; }Regards,
YigitJuly 3, 2014 at 12:32 pm #286609In reply to: Changing Font Size and Family
Hey srmathis!
Please see – http://kriesi.at/documentation/enfold/change-the-default-font-size/
then go to Enfold theme options > Advanced Styling and edit “Main Menu Links”Cheers!
YigitJuly 3, 2014 at 12:30 pm #286607Topic: Enfold Header
in forum Enfoldc3computers
ParticipantHi!
Is it posible to create a header like this :
with the enfold theme?
Tnx in advance!
Yannick
July 3, 2014 at 12:01 pm #286588In reply to: Styling Gravity Forms
Hey kathrynmichaud!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.gform_wrapper .top_label .gfield_label { color: red; font-size: 18px!important; }Regards,
YigitJuly 3, 2014 at 11:43 am #286582In reply to: What are preview images?
Before I upgraded, I had a menu there, which I set up with WP’s menu settings, which listed my categories, to the left of the search icon. After upgrading to 2.8.1, that menu doesn’t display, but a list of pages displays. I’ve got that off now, but how do I get the main menu (the one with categories) back? In the Menus settings, that menu is set up as Enfold Main Menu. I’ve got the Enfold header settings as Logo left, menu right, but that menu is not displaying.
Thanks,
Kirk
Update: Never mind; it came back. I don’t know why, but after reloading a few times, it showed up. Thanks.
-
This reply was modified 11 years, 6 months ago by
kirkmc.
July 3, 2014 at 11:23 am #286579In reply to: help! my page is stuck! does not load
this is from the error_log on the server:
[Thu Jun 26 11:27:59 2014] [error] [client 199.187.122.91] (12)Cannot allocate memory: couldn’t create child process: /opt/suphp/sbin/suphp for /home/cphfilm/public_html/index.php
[Thu Jun 26 11:27:59 2014] [error] [client 199.187.122.91] (12)Cannot allocate memory: couldn’t create child process: /opt/suphp/sbin/suphp for /home/cphfilm/public_html/index.php
[Thu Jun 26 11:27:58 2014] [error] [client 199.187.122.91] (12)Cannot allocate memory: couldn’t create child process: /opt/suphp/sbin/suphp for /home/cphfilm/public_html/index.php
[Thu Jun 26 11:27:57 2014] [error] [client 199.187.122.91] (12)Cannot allocate memory: couldn’t create child process: /opt/suphp/sbin/suphp for /home/cphfilm/public_html/index.php
[Thu Jun 26 11:26:10 2014] [error] [client 199.187.122.91] (12)Cannot allocate memory: couldn’t create child process: /opt/suphp/sbin/suphp for /home/cphfilm/public_html/index.php
[Thu Jun 26 11:26:10 2014] [error] [client 199.187.122.91] (12)Cannot allocate memory: couldn’t create child process: /opt/suphp/sbin/suphp for /home/cphfilm/public_html/index.php
[Thu Jun 26 11:25:53 2014] [error] [client 199.187.122.91] (12)Cannot allocate memory: couldn’t create child process: /opt/suphp/sbin/suphp for /home/cphfilm/public_html/index.php
[Thu Jun 26 11:25:53 2014] [error] [client 199.187.122.91] (12)Cannot allocate memory: couldn’t create child process: /opt/suphp/sbin/suphp for /home/cphfilm/public_html/index.php
[Thu Jun 26 11:25:45 2014] [error] [client 77.66.44.177] (12)Cannot allocate memory: couldn’t create child process: /opt/suphp/sbin/suphp for /home/cphfilm/public_html/index.php
[Thu Jun 26 11:25:45 2014] [error] [client 77.66.44.177] (12)Cannot allocate memory: couldn’t create child process: /opt/suphp/sbin/suphp for /home/cphfilm/public_html/wp-cron.php
[Thu Jun 26 11:25:44 2014] [error] [client 199.187.122.91] (12)Cannot allocate memory: couldn’t create child process: /opt/suphp/sbin/suphp for /home/cphfilm/public_html/index.php
[Thu Jun 26 11:25:44 2014] [error] [client 199.187.122.91] (12)Cannot allocate memory: couldn’t create child process: /opt/suphp/sbin/suphp for /home/cphfilm/public_html/index.php
[Thu Jun 26 11:25:26 2014] [error] [client 199.187.122.91] (12)Cannot allocate memory: couldn’t create child process: /opt/suphp/sbin/suphp for /home/cphfilm/public_html/index.php
[Thu Jun 26 11:25:26 2014] [error] [client 199.187.122.91] (12)Cannot allocate memory: couldn’t create child process: /opt/suphp/sbin/suphp for /home/cphfilm/public_html/index.php
[Thu Jun 19 23:44:15 2014] [error] [client 66.249.78.206] client denied by server configuration: /home/cphfilm/public_html/update/wp-content/themes/enfold/framework/php/wordpress-importer/error_log
[Thu Jun 19 02:21:09 2014] [error] [client 31.210.70.130] (12)Cannot allocate memory: couldn’t create child process: /opt/suphp/sbin/suphp for /home/cphfilm/public_html/index.php
[Thu Jun 19 02:21:09 2014] [error] [client 31.210.70.130] (12)Cannot allocate memory: couldn’t create child process: /opt/suphp/sbin/suphp for /home/cphfilm/public_html/wp-login.phpI don’t really have so much in the child theme – should I disable that?
thanks so much…July 3, 2014 at 10:54 am #286561In reply to: How to remove the effect on images that have links
-
This reply was modified 11 years, 6 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: lastest news enfold widget
Hi,
please how to reduce the number of caractere displayed (before the (…) for the latest news text in widget.
There is to much. If i put a learn more nothing change
thanksTopic: Enfold question
Hi there
I have a few licences for Enfold and am considering another but first I need to ask a question. My client has three core services and wants each to have a different look within the same website (one look will be corporate, another ’boutique’ and they are yet to decide the third). My experience tells me that once I have styled the header etc then that is set. Is there a way around this?
If there isn’t then can I run the licence across sub domains of a single domain name to facilitate this?
Regards
Mark
Hi!
Is it posible to increase the width of the layout? So i got is set to stretched and i wanna change the width of the ‘content box, the site itself ‘
So that the content comes closer to the edges.
Tnx!
Topic: Enfold Header
Hi!
Is it posible to create a header like this :
with the enfold theme?
Tnx in advance!
Yannick
