-
AuthorSearch Results
-
April 17, 2014 at 8:49 am #252498
my site is updated with the last theme update of yesteday
April 17, 2014 at 8:42 am #252496In reply to: Show Image License Information on Image Gallery
Hey Brudertac!
You can use a “textblock” element to embed the “Image Source Control” shortcode into an “Advanced Layout” template.
But if we use the Enfold Gallery those Informations are not visible. Is there a way to change that?
Probably yes but we can’t assist you with the third party plugin integration. Please contact the plugin author or hire a freelancer who can help you to modify the standard shortcodes.
Best regards,
PeterApril 17, 2014 at 8:34 am #252492Hi snmarkov!
No, unfortunately this is not possible out of the box. You can suggest the feature here: https://kriesi.at/support/enfold-feature-requests/ and if more users vote for it we might add it to the theme framework with an update.
Regards,
PeterApril 17, 2014 at 8:30 am #252491In reply to: Sortable Portfolio – Please Assist
Hi!
1) You can add a Google+ social icon to the header (go to Enfold > Theme Options > Header) and the button is not required. You can configure the url with the “Social Icon URL:” field. I recommend to link the icon to your google+ profile or use this url: https://plus.google.com/share?url=http://www.aperture22.com/dev/ if you want that the user can share your website.
2) Unfortunately the “sort/filter” effect is a pure visual effect and doesn’t change the website content. Thus you can’t remove the images from the lightbox if the user filters the portfolio. I recommend to create two separate portfolio pages if you want to avoid that the lightbox displays images from different categories.
Cheers!
PeterApril 17, 2014 at 7:35 am #252480In reply to: Color Section Not Full-Width Enfold
Hi!
You could try with a client-side solution (this way it won’t affect the builder script).
Use this to include a custom JS script in your child theme:
wp_enqueue_script( 'myscript', get_bloginfo('template_directory') . '/js/scripts.js', array( 'jquery' ), '', true );
Create that script (in your child theme folder) and finally use this to remove all the empty p tags:
jQuery(window).load(function() { jQuery('p:empty').remove(); });
Cheers!
JosueApril 17, 2014 at 7:20 am #252477In reply to: Inserting portfolio
Hey!
Please update the theme to Enfold 2.6.4. Afaik Kriesi fixed some ipad issues and these fixes may help you too.
Cheers!
PeterApril 17, 2014 at 7:14 am #252474In reply to: Video Background – Mobile
Hey roqetdw!
Open up wp-content/themes/enfold/js/shortcodes.js and replace:
//mobile device? this.isMobile = $.avia_utilities.isMobile;
with
//mobile device? this.isMobile = $.avia_utilities.isMobile; if( /iPad/i.test(navigator.userAgent) && 'ontouchstart' in document.documentElement) { this.isMobile = false; }
Note that I can’t promise you that the videos will work properly. Kriesi had good reasons why he removed the video support for mobile devices and this change will just exclude the ipad from the “mobile device” list. It will not fix any player/video related issues which might be noticeable.
Cheers!
PeterApril 17, 2014 at 7:14 am #252473In reply to: Color Section Not Full-Width Enfold
Josue,
Who knew..?
Commented-out the offending block of code and the “Color Section” now renders as expected.
Hate the empty <p></p> tags..!
I’ll need to review this whole issue.Say, do you have a suggestions for removing the empty <p></p> tags which are generated from time-to-time?
Thanks,
BitSoul
April 17, 2014 at 6:58 am #252465In reply to: Color Section Not Full-Width Enfold
Hi!
I found that there is some custom code in your child theme that is affecting the layout builder, i was checking your functions.php but accidentally wrote a typo and now it won’t be accesible until it’s fixed, could you restore it via FTP?
Child theme functions.php, line 30.
Regarding your main issue, i tried switching to the Enfold parent theme and the color sections worked as expected but when i switched back to the child one the bug returned.
Cheers,
JosueApril 17, 2014 at 6:43 am #252460Ok, I was able to increase the memory, but it had no affect. The page still gets blown away if you edit anything on it. It doesn’t happen on ever page. I think I have seen it happen on two pages, but one for sure. There is something we need to update on it, and we cannot. If we make a change, every element except for the first one disappears. The very first text box remains, all other elements are gone. If you just go in to the page, and exit, and do not make any changes, the page is ok.
Any other ideas?
Thanks!
April 17, 2014 at 6:33 am #252455In reply to: Theme Styling
Hi JaredBurnett!
Thank you for the info.
We would like to see the actual website where this is happening. You can override the theme files via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Another thing that you can do is to delete the enfold.css file located on wp-content/uploads/dynamic_avia folder. After that make some changes on the theme options then save it. I hope that helps.
Cheers!
IsmaelApril 17, 2014 at 6:28 am #252453In reply to: Color Section Not Full-Width Enfold
This reply has been marked as private.April 17, 2014 at 5:56 am #252448In reply to: Color Section Not Full-Width Enfold
Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueApril 17, 2014 at 5:55 am #252447In reply to: Fehlerhafte Navigation
Hey gmmediadienste!
Thank you for using the theme!
Please go to Enfold > Header > Mobile Menu > Header Mobile Menu activation. Choose the second option. I hope that helps.
Regards,
IsmaelApril 17, 2014 at 5:44 am #252445In reply to: Color Section Not Full-Width Enfold
This reply has been marked as private.April 17, 2014 at 5:20 am #252438In reply to: Menu creation disappear when activating Enfold
You are welcome, glad we could help :)
Regards,
JosueApril 17, 2014 at 5:14 am #252437In reply to: Menu creation disappear when activating Enfold
Hi,
Thanks for your concerns. I was able to edit menu after activating 2014 wordpress theme then Enfold and after that the child theme based on Enfold…
Since yesterday, everything works fine ;)Thanks a lot !!
You can close this ticket.April 17, 2014 at 5:05 am #252435In reply to: Menu creation disappear when activating Enfold
Hey Mathieu!
I did reproduce the menu issue on my end, it was happening due to menu corruption. I fixed it, you should be able to access now:
http://www.cotedasie.nc/wp-admin/nav-menus.phpRegarding the LS issue i was able to render a LS slide without issue here:
http://www.cotedasie.nc/ls-test/If the menu problem happens again (it shouldn’t) what you need to do is switch to the default WP theme and look for corrupt menu items in your Menu (they will appear with a red background).
Cheers,
JosueApril 17, 2014 at 5:02 am #252434In reply to: 500 Internal Server Error with Enfold Theme
Hi Yigit,
I think the fact that I used the upload manager in WordPress when I first installed the theme is what has caused the problem. That’s when the error first appeared. That may be the issue. However, I don’t know how to resolve it.
Thanks again!
KimApril 17, 2014 at 5:00 am #252433Topic: API not accepted
in forum EnfoldScubagirl15
ParticipantIn my WP admin area, I tried to set up the Enfold theme options with my Theme Forest API and username. I get the error message that saving didn’t work. I generated 2 APIs and both failed. Any help would be appreciated!
April 17, 2014 at 4:48 am #252426In reply to: Color Section Not Full-Width Enfold
Hey!
In my experience UNLESS – I have some Avia layout element (say a slider) that extends the full width of the page – as the VERY FIRST element on the page – “Color Sections” will not render as expected.
I tried reproducing the issue on my install according to what you said:
But the result was this (both the slider and the color section extend the full width):
One thing i noted is that you have Enfold 2.6.1 on your site, please try updating it to the latest version.
Cheers!
JosueApril 17, 2014 at 4:47 am #252425Topic: Options for Mobile Menu Display
in forum Enfoldbrighttribe
ParticipantHi there!
I’m working on my first site using the Enfold theme – LOVE it. Thank you so much.
Everything has worked perfectly, and it’s very simple to configure. But I was wondering if there’s a way to configure – either through settings or in the CSS – how the mobile menu displays. We really do not like how it comes in from the right side diagonally. That’s just strange looking. Is there a way to have it simply drop down?
I’d really like to work like another site we did: http://www.istaff.com/
Thanks so much!
April 17, 2014 at 4:38 am #252422In reply to: 500 Internal Server Error with Enfold Theme
Check and see if there is an .htaccess file in that directory. If there is check Cpanel to see if the directory is password protected. Remove the password protection.
April 17, 2014 at 4:34 am #252420In reply to: Update to 2.6.3 > Easy Silder links
Hi tcoq!
Thank you for using the theme!
From what version of Enfold did you update before 2.6.3? You can find the image link right below the actual image option. Look for “Apply a link or buttons to the slide?” option. You might need to reset the links.
Regards,
IsmaelApril 17, 2014 at 4:22 am #252417In reply to: 500 Internal Server Error with Enfold Theme
Thanks, Yigit! I renamed my the Plugins folder inside of wp-content to “Pluginsold”, but am still getting the same error when I activate the theme. Is there anything else I could try?
Thanks for your help!
KimApril 17, 2014 at 3:35 am #252405Hey talelie!
There was a bug fix release for Enfold made available on ThemeForest today. Try updating and see if that fixes the issue for you. For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
If you have any active plugins running you can also try deactivating them in case one has become incompatible with the updates put in place to make the theme compatible with WordPress 3.9.
Regards,
DevinApril 17, 2014 at 3:34 am #252404In reply to: Update Enfold with Child Theme
Hi brentwestwind!
You can either update from within WordPress if you’ve entered in your API key and username or over FTP by replacing the enfold theme folder.
See: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
DevinApril 17, 2014 at 3:24 am #252399In reply to: Change Buy Now woocommerce
As far as I know that field effects all instances of the button. It does on my dev server running Enfold at least. Tested it on my woo-test live dev site as well with the same effect.
If it isn’t working you would need to post in the WooCommerce support forums as that isn’t something the theme modifies.
April 17, 2014 at 3:08 am #252395Topic: Portfolio Lightbox
in forum Enfoldazzopard1
ParticipantHey there,
I am trying to make a 4-grid portfolio with images that open to a light box as seen on this page of the demo: http://kriesi.at/themes/enfold/portfolio/portfolio-2-column/. I can’t figure out how. Clicking the thumbnail just goes to the project page.Any suggestions? Thanks very much!
Matt
>> Apologies – I figured this out. Yes, it was obvious. I has the dumb.
-
This topic was modified 11 years ago by
azzopard1. Reason: Solved
April 17, 2014 at 2:49 am #252391Topic: css button layerslider
in forum EnfoldMarssolutions
ParticipantHey Enfold,
I’ve created a button(s) in CSS and want to use the buttons in the advanced layerslider as links. Do you have any documentation or tutorial to complete this?
Many thanks,
-
This topic was modified 11 years ago by
-
AuthorSearch Results
-
Search Results
-
Topic: API not accepted
In my WP admin area, I tried to set up the Enfold theme options with my Theme Forest API and username. I get the error message that saving didn’t work. I generated 2 APIs and both failed. Any help would be appreciated!
Topic: Portfolio Lightbox
Hey there,
I am trying to make a 4-grid portfolio with images that open to a light box as seen on this page of the demo: http://kriesi.at/themes/enfold/portfolio/portfolio-2-column/. I can’t figure out how. Clicking the thumbnail just goes to the project page.Any suggestions? Thanks very much!
Matt
>> Apologies – I figured this out. Yes, it was obvious. I has the dumb.
Topic: css button layerslider
Hey Enfold,
I’ve created a button(s) in CSS and want to use the buttons in the advanced layerslider as links. Do you have any documentation or tutorial to complete this?
Many thanks,