I am having strange results from a YouTube video that is embedded in my WordPress website that is using the Enfold theme. I downloaded Enfold on May 5th so it is already the latest version 2.7.1. I want the video to open an embedded window on my website to show the video as opposed to taking the viewer to the YouTube website.
The video in question is the bottom of the two on both my Homepage http://contextm.com and my About page http://contextm.com/about/
On my homepage the custom URL is https://www.youtube.com/watch?v=7kYQBVFls9g?t=51m3s This link opens the desired embedded window on my website but it always starts at the BEGINNING regardless of browser (Safari, Firefox, Chrome, IE) or platform (Mac, Windows).
On my About page the Custom URL is http://youtu.be/7kYQBVFls9g?t=51m3s It forwards the user to YouTube and starts the video at the CORRECT timestamp of 51:03, albeit not embedded as I desire.
How can I get the embedded video to start at the desired time?
As a point of information I am an ab initio user of both WordPress and the Enfold theme. While we were building the website this feature was initially working perfectly when we started the build on WordPress 3.9. It seemed to stop working when we updated to WordPress 3.9.1.
Any help will be greatly appreciated as the site is now live and this aspect is not performing properly.
Thanks in advance!
I wend to Enfold> general styling > and putted those 3 lines in the custom css box, but nothing changed.
Am I doing something wrong?
I’ve just started using this theme as well as wordpress, so still nooby :).
Thanks Yigit – That worked great! (I actually figured that out on my own late last night but didn’t have a chance to come back and post it here yet but I was going to!)
Enfold support rocks! I see some others in here who do not agree with that but honestly as a developer myself I can say that the support I have seen from the kriesi team is a level above every other theme I have worked with in the past. Great job guys. Thanks. Love what you’re doing.
Ok … I have spend a lot of time on my website today. Next to the problems that occurred with Contact Form 7 I had also some other issues. Most of the time it was something like this: after installing a plugin, the site (backend) froze: I got a blank screen and nothing happened.
I have contacted devs from plugins, I tested everything I could test, I even did a complete new installation of WP, with a brand new database on another hosting … but all problems stayed.
And then I tried something I did not try before … I installed an old version of Enfold (2.2) and guess what? All problems were solved?! Everything works fine now … How about that …
I do have some small issues now. All of them are about settings that can be done in newest Enfold, but not in older versions, but I’m sure I can fix those.
So my questions are:
– Are you guys aware of the fact that the new version of Enfold apparently still has some bugs in it?
– Is there a reason that I should NOT use the 2.2 version?
Hi. I have several Enfold themes that we are using for sites. We are currently building one and the text in the Advanced editor cannot be seen when you go to edit it and are in the Visual tab. It does show up if in the Text tab. I thought the issue might be related to WordPress 3.9.1 but I downgraded it to 3.9 and still have the same problem. Needless to say. We cannot effectively continue this site until we have it resolved.
Thank you.
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
#top .fullsize .template-blog .post-title {
text-align: left;
}
#top .fullsize .template-blog .post-meta-infos {
text-align: left;
}
Hi There!
I would like to have the links and hover in my sidebar widgets be the same colors as in the mainpage. See the “Academic Tutoring” an “Institute of Coaching” widgets in the sidebar at http://talentdev.valiantlane.com/services. What code would I insert into the Quick CSS?
Stil love the theme and receive many compliments. Thanks for designing and supporting such a great theme!
Valerie
looks strange.
but this would fix it
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
.iconlist_title {
line-height: 1.3em !important;
}
You can change the footer settings in the enfold theme option -> footer layout.
To edit the content, you have to go to the widget customization.
You’ll find it on the left side under “appearance”.
There you can place widgets inside your footer areas.
This reply has been marked as private.
Hi – I’m using Gravity Forms with WooCommerce in Enfold and I am trying to reposition the Gravity Forms info (add to cart, quantity etc) below the description. I can’t find what file to edit to move this and make it upgrade friendly. I am pretty sure it’s the same as the regular quantity & add-to-cart elements, and Gravity Forms just ties into them, so moving the standard quantity to below should work.
I thought it would be in /config-woocommerce/config.php, but I just don’t see it. I want to make it upgrade friendly, so I’m assuming it would be a remove_action and then an add_action in my child-theme’s functions.php file, but I’m still working on being proficient with actions…
Thanks for your help!
John
do you have a test environment with the website running on enfold 2.7.1 that we can access?
Have you modified any other files in the enfold theme?
The visual editing tab will no longer work. When I try to edit any copy block or section using the visual editor in the Avia builder, the editor opens in the Visual tab, but noting is visible. When you highlight the area, you can see the same text displayed on the TEXT, but it is white. You cannot see any visual WYSIWYG layout or images.
I just upgraded the theme files to the latest versions available at Theme Forest, but the problem is still occurring. I was going to upload a screen shot, but could not see an option to do so here.
Hello
I have installed a plugin on my website that allows visitors to print out a portfolio items.
The plugin works great but I am using a template that contains tabs. And when you print a portfolio-item, not all tabs are printed. Only the active one.
I have contacted the developers of the plugin and they said I should ask the theme-developers how to fix it.
With Google I found some Enfold/print.css related articles but actually I don’t have a clue what I can do with this information.
So, please, help me out:
How can I get prints that contain all content of all tabs?
Thank you!
-
This topic was modified 11 years, 11 months ago by
jurgen1979.
Hi Mark!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
#footer .av_one_fourth {
width: 100%!important;
margin: 0!important;
}}
Please go to – http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/#prettyPhoto and find “inline content”
Cheers!
Yigit
-
This reply was modified 11 years, 11 months ago by
Yigit.
creating a thread: https://kriesi.at/support/forum/enfold/
Scroll down all the way to the bottom, there you can create a new thread.
For the other issue we’d need to see the website to see whats wrong
Hi!
All of the Quick CSS is saved to this file in your uploads folder: http://9a4.276.myftpupload.com/wp-content/uploads/dynamic_avia/enfold.css?ver=1
So make sure that the file is writable by your WordPress installation. If you are familiar with chmod permissions it should be at least 766 though I have heard of some who needed for it to be 777. If you aren’t familiar, your hosting provider should be able to assist in changing the permissions.
Otherwise you could use a child theme and then add your css to the child themes style.css which is the recommended way to do any theme customization these days. See: http://kriesi.at/documentation/enfold/using-a-child-theme/
Regards,
Devin
Can’t seem to update my Enfold theme. I created a child theme. I backed up the Site. Deleted the existing Enfold Theme (Not the child). Downloaded the Zip file. Uploaded the zip file to the themes but get a WordPress Failure Notice and asks me if I want to try again. Not sure what I’m doing wrong.
Hi,
I am having trouble with a stock ticker in Enfold. Specifically, this is occuring in the sidebar. The stock ticker does not display properly and I believe this has to do with the way teh theme forces UL’s to be displayed. I have already deactivated Enfold adn turned on 2014. And it displays in 2014 perfectly, so I know it is in teh Enfold theme. Need some help here so I can deliver this website. Please get back to me asap. Thanks.
site – pvatestsite.com/420/test-page-2/
Look at the top section of the sidebar. There are two fields there that should have the ticker scrolling. There are currently 10 stock symbols entered and only one displays and then does not loop. Display problems also occur with another free ticker (Stock Ticker). This is also supposed to display in a vertical fashion, but the theme forces it to display in a vertical list (basically a UL). All of the items withing the UL scroll to the left at once and then do not reappear. I would like to find out the conflict. Again, I have deactivated the theme and have installed this into 2014 and it works fine. I have also deactivated all plugins and tested with only WP stock ticker pro with the same results. So I know at this point this is a theme conflict. Thanks. A little help would be greatly appreciated.
Thanks,
-
This topic was modified 11 years, 11 months ago by
bigtime32.
you can increase the header height in the general styling options of enfold.
That should fix the problem.
Change the header height to 130px and your custom css should work again.
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
First solution was moving both (logo and menu) to the center.
Only moving menu to the left:
#header_main .main_menu {
position: relative ! important;
margin-left: 200px ! important;
}
This reply has been marked as private.
Hi,
I moved to wordpress 3.9 and some functionalities (for exemple text editor) do not work.
I have checked the enfold theme version which is 2.4.1. So it seems that the theme update function does not work (i have verified and the envato user name and API key are correct).
How can i update the theme?
Thanks,
-
This topic was modified 11 years, 11 months ago by
sachben.
Hey abovefold!
Can you point out which images are not appearing? I checked your website and images show up fine on my end – http://i.imgur.com/UnekKG1.jpg
But i noticed that you are using an older version of the theme. Please update Enfold to the latest version 2.7.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit
Hi,
I need to set up a portfolio page that works a little different than the template pages.
I’d like to set up the 3 column portfolio page from the template but have different functions on how it works.
1. On some of the photos I’d like the user to click the photo and have the photo enlarge to the original photo dimensions.
2. On some of the photos I’d like to have the functionality of (1) AND link to the Single Portfolio: 2/3 Gallery page so I can list project details.
Is this possible with the Enfold template?
Many Thanks,
Scott
Hi canbeep!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-gallery .avia-gallery-thumb a { pointer-events: none; }
Regards,
Yigit
Hey jansthh!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
1-
@media only screen and (max-width: 767px) and (min-width: 480px) {
.responsive #scroll-top-link {
display: block;
}}
2-
@media only screen and (max-width: 768px) {
.html_header_transparency #top #wrap_all #main { margin-top: -82px; }}
3- Parallax effect was disabled on mobile in the last update because of compatibility issues
Cheers!
Yigit
Hi johannesdorsey!
Please go to Enfold theem options > Header Layout > Header Size = Custom Pixel Value > Header Custom Height = adjust as needed.
If that was not what you meant, please post a screenshot and show the changes you would like to make
Best regards,
Yigit
Hello,
Is it possible to replace the standard Enfold search engine with the WooCommerce widget product search?
Regards
Christian