So the code below worked for the one site of mine using enfold. however it is not working on a different site. In posts I prefer to use the native wordpress image gallery and the images are all bunched up again.
http://www.pleinairbc.com/kimberley-plein-air-workshop/
Any ideas on how to get it to work. I am on Enfold 2.7.1
#top .gallery .gallery-item {
width: auto;
height: auto;
}
-
This topic was modified 10 years, 11 months ago by
Michael.
This theme has worked really well for a recent project. The only outstanding issue seems to be the video delivery in Firefox on the Mac when using the av_video short code (I tried the WP short code and that was worse :). All other modern browsers for PC and MAC tested successfully. The issues are:
- the video “thumbnail” doesn’t show in FireFox (MAC). The control bar is there, but no image above it. Here is a screenshot of the error message that flashes before it goes blank.
- when played in Firefox, the video is a quarter of the size it should be
Any ideas on how to fix this?
Build Specs:
WP 3.9.1
Enfold 2.7.1
REF URL: http://piedmonthealthseniorcare.org/virtual-tour/
TIA
~Rat
-
This topic was modified 10 years, 11 months ago by
ratputin. Reason: additional information added
Hi! I noticed I was missing the magic wand on my default editor in Enfold. After researching I discovered there was a new version available to correct this. However, I have tried 3 times to upgrade via FTP to version 2.7.1. I am currently on version 2.6.2
I am overwriting all files within the current theme. I have disabled all the my plugins and attempted a 3rd time to upload and overwrite and to no avail. The current plugins I am using are WordPress SEO, WP-Client, duplicate post, and a plugin from my hosting company.
The website testing ground is
http://www.sparktech.net/testing
I would like to be able to access the shortcodes.
Thanks
This reply has been marked as private.
Hi Ben!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate {
-webkit-transform: translateZ(0);
}
if that does not work, please post the link to your website so we can take a look
Best regards,
Yigit
Hey aliquill!
Please go to Enfold/config-templatebuilder/avia-shortcodes folder and open iconbox.php file and find
<h3 class='iconbox_content_title' $markup>".$title."</h3>";
and change it to
<h1 class='iconbox_content_title' $markup>".$title."</h1>";
then you can change the font size by adding following code to Quick CSS in Enfold theme options under General Styling tab
.iconbox_content_title { font-size: 20px !important; }
Cheers!
Yigit
Hi Micheal0424!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.big-preview.single-big { pointer-events: none; }
Regards,
Yigit
How can i change the width of my enfold website. I want to make it smaller.
you’re running version Enfold 2.6. the newest should be 2.7.1
This video explains everything. It’s very simple. if you have any further questions please ask
Hello, how can I create the titles without links in the Mega Menu header, like when you hover “Pages” in the header on the Enfold page . Once I put the Mega Menu it automatically sets the page as a “Column” and I don’t know how to change it.
I know other s are having trouble with this, and I’ve tried many solutions.
I have my API key installed, and the site says I’m running the latest version of Enfold. WordPress is updated. I cleared the cache. I deactivated plugins. My tech person does not have this problem, and WPEngine has not been able to replicate it. Arrgh.
I’m still new to WP so am not truly comfortable with updating manually. I was hoping I could rely on you. (I will attend a Wordcamp this summer, so this will ease up.)
What gives?
http://uwsom.wpengine.com/ (hosted on WPengine)
Kathy
-> Enfold Theme Options
-> Generel Styling
there you can insert quick css.
here the code:
.avia_ajax_form input, .avia_ajax_form select{
color: #000000 !important;
}
Hey!
Could it be UberMenu by any chance? If so, please see – http://kriesi.at/documentation/enfold/ubermenu-integration/
Cheers!
Yigit
Hi,
I just learned you have conditional menu visibility (kudos for thinking of this natively by the way). I normally use a plugin for this along with S2member. I would like to know how to integrate the S2Member levels into you conditional formatting scheme. If this is not an easy fix, then I would like to know how to disable the conditional formatting in Enfold, so the code is not competing with a plugin. I am sure the latter is relatively simple. Can you please provide me some detailed instructions? Again, I would like to do the following:
1. Add the S2Member levels into the native Enfold menu of conditionals once this feature is enabled.
2. Disable native functionality of conditional menus and use a plugin as an alternative.
Thanks,
BigTime32
Ok, thanks, what I want to hide is complete header tab. I have a custom menu plugin, don´t want Enfold menu….
Hey!
Ich denke diesen Fehler wird (wie schon zuvor festgestellt) jeder reproduzieren können, der TwentyThirteen oder Enfold verwendet (vermutlich auch mit der Mehrzahl der übrigen Themes). Es wird aber nur wenigen Benützern aufgefallen sein…
Best regards,
Peter
I cannot find the option for submitting my rating on themeforest.net, despite being logged in.
Could you paste a link or direction?
For those you who already have used Enfold theme and experienced it’s next to none support team, I’d like to recommend submitting your own rating. This will increase the popularity of the theme and consequently allow the Kriesi team to invest more money and time in further development of the theme as well as maintaining the high level of support!
Question 2:
When Enfold parent theme indicates that there’s an update available, the child theme soon does the same – it suggests being updated, too. I did as requested and updated the child theme with the two last updates, and everything went well. The child theme seems to have a safety measure built-in, which prevented my quick css field from being erased. My child theme’s functions.php files had been populated with add_theme_support(‘avia_template_builder_custom_css’); but this didn’t get erased either.
The question is: should I update child theme at all when it prompts so ?
Thanks again!
Best regards,
nerkasa
Hi!
Tbh I’ve no idea why the page title doesn’t work but I guess this problem is more complex. We officially only support WooCommerce and we are not familiar with the MarketPress code. Your best bet is to contact the plugin author for help and if necessary hire someone (i.e. here: http://studio.envato.com/ or here: http://kriesi.at/contact/customization ) to integrate MarketPress into the Enfold theme.
Cheers!
Peter
Where exactly can I insert a shortcode from another video player plugin that does not get conflicting errors with the theme layout builder. I have now tried a bunch of plugins with shortcodes and they all work with the default page editor in wordpress but as soon as I insert the shortcode in a text block or code block (in the Enfold Layout Builder) and view the published page the plugin stops working.
For example flowplayer
https://wordpress.org/plugins/flowplayer5/
But I have tried a lot more and this is just eating up my days now…
-
This reply was modified 10 years, 11 months ago by
Peter.
Hi!
You can find Enfold documentation here – http://kriesi.at/documentation/enfold/
If you could elaborate and maybe post a screenshot point out the elements, we can provide you more accurate custom CSS code.
Cheers!
Yigit
Thanks for your support, but I mean hidding everything related to menu, picture also…
I there any topic where I can learn some basic Enfold css codes to customize theme?
Thanks again..
Hey AnthillMarketing!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.content { padding-top: 10px; }
Cheers!
Yigit
Hey Martin!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_menu { display: none; }
Cheers!
Yigit
Hi, since I can’t modify “page attributes” when editing a post, I need help please for custom css to completely remove/hide Enfold Menu in desktop style in my web page
Thanks a lot!
I have some videos there and I have set them to be full width of the page, around 1030px. The preview image is 800×450 but when I reload Safari a couple of times it does very often load up the preview image as 480 x 270. I have no Idea why it does that. There is no image in the upload folder that is of that size. This happens on the Enfold layout builder with your “video button / media module”. It is not the wordpress one.
Can you give one example of a clean video player that can be inserted via short code inside the layout builder without conflicting with the theme?
The native wordpress video player only works when I use the default editor.
-
This reply was modified 10 years, 11 months ago by
Peter.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color strong, .alternate_color strong { color: inherit !important; }
and flush browser cache after applying the code
Regards,
Yigit
Hi duttonstuart!
I just put up another child theme version on my personal github to use as a reference that might help: https://github.com/DevinVinson/enfold-child-starter
Sounds like there is a missing ; or something like that in your custom code but it would be hard to check without looking through all of the code.
Best regards,
Devin
Hi!
Code is not being applied. Please try adding it to the custom.css file inside Enfold/Css folder and make sure to disable CSS minifying feature of any plugin
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top div .widget_shopping_cart .button { text-align: center; }
Cheers!
Yigit