Hey!
That kind of customization is best handled by a freelance developer.
The majority is css changes but we aren’t able to go line by line for customization requests like that through support. It should take about an hour for a web developer from somewhere like Microlancer or Codeable.
Cheers!
Devin
I have 2 questions for the same site:
1. I need to make the menu bar text white, can someone please post the exact CSS code for that. I have CSS code in the custom CSS box for the navigation bar being red, so now I need to add to it to make the text white and maybe larger also.
2. I want the blog images to be the size of this example page
http://kriesi.at/themes/enfold/blog/blog-grid
Here is the site I am working on
http://69.195.124.69/~localsp4 (As you can see the blog images are much smaller)
All help is greatly appreciated.
There must be a plugin running that is giving you the option to have another lightbox.
Hi Campleiter!
You can adjust that setting on the individual portfolio item: http://kriesi.at/documentation/enfold/create-new-portfolio-item/
See the “Additional Portfolio Item Settings” section.
Cheers!
Devin
so you don’t know why the two light boxes would be displaying?
Hi!
We really can only help you with the theme and what is doing. I don’t know where the source of the other lightbox is coming from but the theme doesn’t use Fancy box.
You can add image information when you add images either on upload or in the Media information for each image in your gallery (title, description etc).
Best regards,
Devin
Hi bryanpeck!
If you are using the advanced layout builder then instead of cloning the page (which will probably cause issues) use the template feature on the top right of the advanced layout builder.
You can save the layout as a template and then load it into your pages and edit each.
Regards,
Devin
Hi,
Open js/avia.js and look for line 828:
item.stop().css('display','block').animate({opacity:0},0, function()
Replace it by this:
item.stop().css('display','block').animate({opacity:0},1000, function()
Regards,
Josue
Hello,
Is there a way to display and use the wordpress top banner admin access, to be able to access and edit the page directly from site ?
I thought it was a standard wordpress feature, but I cannot see the toolbar on my site. Is it not accessible from enfold template ?
Tks for your help
I have two easy questions, but I can’t find a quick answer from the other archived questions. I am new to the theme.
First, the feature image is not showing on the front page. I have used “blog posts” and selected “Multi Author Blog” which should show the featured image. There is also a featured image for that post, but it is not showing up.
Second, I have altered the color scheme to show that white is the text of the menu at the top. It previews correctly in the enfold window of the admin view. However it does not changed. I have tried viewing it another browser to see if it is a caching problem, but it still exists.
http://www.hmmrmedia.com/
Yigit – you did it. Works like a charm. Much appreciated.
Hey guys – any word on this yet? Still need to be able to:
Have ONLY default lightbox show on gallery image click
Have title display to the right of the left/right/play icons. I’ve seen this on a site before but not sure how to complete it.
Thanks in advance.
Hi there!
At the moment there are three page templates (default template, archive and blank). I want to add one. I understand that I can just copy an existing one (per example template-builder.php) and save in under a new name. But where do I tell the theme that there is now a new template available?
Also: I’m using enfold as a child theme. Just in case this changes the way I have to add this new page template.
Thank you for any help…
LayerSlider: old jQuery issue
I am no “WordPress Ninja” ( a term found on your enfold sample) Ha! All skill levels would have to include my level which is below beginner.
Anyway, I had the site running and it seemed like I was figuring things out until an update somewhere (wordpress?) made the site start giving me this error message. HELP! I have searched for an answer, updated the jQuery to the latest version 2.0.3 and prayed real hard! It
just isn’t happening. Is there help for me? Keep in mind, I’m a newbie at ground level. I’m willing to keep making the effort, but don’t know where to go next. Step by step please?
This reply has been marked as private.
I have problem with the 6th team member profile. It does not align with the rest of the profiles on the 2nd row.
FYI: I have three 1/3-sized box on the first row. The third one is empty. Then there are three 1/3-sized box on the second row. All are filled with team member profile.
Thanks!
-
This topic was modified 12 years, 2 months ago by
wasite.
The ajax popup cart icon is missing anchor text, so I added it via a hidden div and a -9999px alignment. I dont know if this is something you guys wanted to work into the theme, but it might be useful since the cart icon has the ability to show up on every page.
Here is what I did:
Edit config.php in enfold\config-woocommerce\config.php
Line 758
$output .= "<a class='cart_dropdown_link' href='".$link."'><span ".av_icon_string('cart')."><span class='hide'>Cart</span></span></a><!--<span class='cart_subtotal'>".$cart_subtotal."</span>-->";
I have version 2.5 of Enfold and the site I am developing is for a business with multiple locations. I have created a basic template with content and images that are specific to each location. When creating the next location page I am basically using a plugin to “clone” the location template, but when making the necessary changes (images and text) and the Publishing, the page is reloaded (in the Admin area) and only has half the page’s content and images. It has completely lost half the page.
Can someone please tell me what’s going on and how to fix it?
thanks!
Hey!
There is a newer version of LayerSlider included in the newest version of Enfold. You can try updating though the set up you have now technically shouldn’t be working.
The included version of the plugin has the shortcodes disabled for LayerSlider since the theme alterations are supposed to limit it to only working with the advanced layout builder.
So I’m not sure how you want to proceed in this instance since updating may mean you aren’t able to keep the current layout if it was only possible because of a bug in that version.
Regards,
Devin
Hi!
I am not sure why that happens. Can you try updating manually this time following the instructions in the link i posted here https://kriesi.at/support/topic/enfold-version-2-4-5-out-but-no-theme-update-from-within-wp/#post-208322 ?
Cheers!
Yigit
Wow! I’ve been looking into this very issue this evening and have the same problem – I want to use the gallery, but need to link to pages rather than the image files. I came up with the same idea you had, based on FAQ 6 on the plugin site (http://wordpress.org/plugins/wp-gallery-custom-links/faq/). I think I’ve found the right enfold file (gallery.php), but I dont have a clue where the post_gallery filter needs to go. I’m also a little nervous about editing the theme’s core code – it would be much nicer to have the hook included in an update.
Cheers
rog
Hey!
Wanted to check if css code was being applied or not but “Maintenance mode is on
Website will be available soon”
Please try
1- Flushing browser cache after applying the code and refresh your page a few times
2- adding the code to bottom style.css file of your child theme in Appearance > Editor if you are using a child theme
3- adding the code to Custom.css file inside Enfold/Css folder
4- Try adding !important rule as following
#bbpress-forums div.bbp-search-form { width: 100%!important; }
#bbpress-forums #bbp-search-form #bbp_search { width: 75%!important; }
Regards,
Yigit
Hey :)
so … i think, i figured out, that the basic.css from the ubermenue is overwriting your css File:
The releated part seams this one:
media=”all”
#megaMenu.megaResetStyles div, #megaMenu.megaResetStyles span, #megaMenu ul.megaMenu, #megaMenu ul.sub-menu, #megaMenu ul.um-sidebar, #megaMenu li.menu-item, #megaMenu li.widget, #megaMenu li.menu-item > a, #megaMenu img.um-img {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
text-shadow: none;
visibility: visible;
opacity: 1;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-o-box-sizing: content-box;
box-sizing: content-box;
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-ms-backface-visibility: visible;
-o-backface-visibility: visible;
backface-visibility: visible;
}
I played around with the developer tools from the chrome browser. When i disable the “font-size: 100%”, then your search Icon will appear bigger.
I’m not really firm with CSS. is there a possibility to solve the stuff in the Enfold Theme, or should i contact the ubermenue support ?
Another idea … i can setup a testing wordpress installation for you, with Enfold and the Ubermenu Plugin. Also with FTP access and so on.
I think, when this would be necessary, i can do this on weekend ..
Br,
Martin
P.S. perhaps it could be a great idea, to implement the possibility to use a graphical menue with Enfold :)
-
This reply was modified 12 years, 2 months ago by
mwolfert.
Hi, I searched the forums and found this post , but that did not help me when I added the CSS to the quick CSS in the Enfold Theme on my site.
Is there another option that works? I want to be able to add bullet points to the product description and the short description.
Mys site is: http://www.marketingcommunicationsblog.com/product/graphic-design-measurement-chart-free-download/
Is it possible to have your testimonial-slider more that one item?
Cheers!
This reply has been marked as private.
Hi Devin,
HAPPY NEW YEAR :D
I had the next appointment with the client today. Could you help me with the following issues?
1) The inserted image in the header.php “DIREKT KONTAKT” is not linked to the contact page and not aligned right anymore but it should.
2) Can I set up PT Sans for the Body Copy? I can’t choose it from the ENFOLD menu.
3) The headlines (H1 – H6) are all bold/strong. Can I set them to regular globally?
4) How can I increase the line spacing for certain headlines?
5) How can I change the color of the email-symbol (Socail Icon) in the header to the global orange (#e6742d)?
6) How can I decrease the space between color sections globally? It should be half the space then now.
7) Can I remove the arrows in the ajax portfolio view? They are for navigating from project to project but the client doesn’t want them.
If you need any additional information please let me know.
Thank you so much in advance!!
Cheers,
Jan :)
Hey,
I recently updated Enfold to the latest version (not my child theme) and lost the Custom CSS Field for all ALB Elements functionality.
I am trying to turn it back on, but cannot remember what file (and where in the file) to apply the code below:
add_theme_support('avia_template_builder_custom_css');
I’ve read the documentation/post on doing this, but it does not explain where to apply this code.
Also — would I just add this file (and the directory’s/folders above it) to my child theme folder, so it won’t get removed for future updates?
Thanks guys!
-
This topic was modified 12 years, 2 months ago by
Thinkgate.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#bbpress-forums div.bbp-search-form { width: 100%; }
#bbpress-forums #bbp-search-form #bbp_search { width: 75%; }
Best regards,
Yigit
Hi!
Please help me with the following problem:
When I use the enfold google maps widget, unfortunately my Android device gives the following error message:
“The google maps Api server rejected your request. The sensor parameter specified in the request must be set to either trueor false.”
The result is, that the map does not appears and the header navigation disappears.
Any ideas?
Thanks a lot!
Best regards, Alex