Forum Replies Created
-
AuthorPosts
-
I’m not really sure why that would be happening on your end but not on mine. The code is there to open it in the lightbox and the only reason I can imagine that it would act differently is if there is a browser/computer or other setting to open images or links in a new tab.
@Tim – only the seegers site is using version 2.9. Make sure that you have *re-generated all of the minification that was active before 2.9* since the new javacript file would not be loaded but the php being generated would require it to work.
Hey!
I’m getting the same thing on my dev install when set to blank and have put in a bug report for Kriesi to check in to.
Best regards,
DevinHey!
You will probably have better luck asking about that on the main WordPress support forums. The dummy data import uses the standard xml import file and creates the pages in the same way the WordPress import/export tool does.
If you have bloated content in the database somehow its probably not related to the imported dummy data.
If those pages aren’t in your trash or visible pages/posts then they might be cached on the server or from a plugin even if that plugin isn’t currently active.
Best regards,
DevinIn that case you can update without any issues. For a bit more information see: http://kriesi.at/documentation/enfold/updating-your-theme-files/
The warning about backing up files are for if you’ve modified the actual theme files ( php, css, js files that make up the theme).
July 9, 2014 at 4:48 pm in reply to: Change WooCommerce single product page layout and then? #289090Correct. They are saved to the database and written to the dynamic stylesheet file. When you update the theme files it doesn’t write over or involve that dynamic stylesheet.
As far as I know the data for forms is urldecoded in the send function and not when posted. So if you wanted it to work differently you would need to re-write how forms are processed not only by the shortcode but by the class-form-generator.
Hey sandromeyer!
If you’ve modified the actual theme files the only way to safely update would be over ftp and only those files that the version.txt indicates were changed.
If a file you modified was updated you would need to re-add the customization to the new version.
Best regards,
DevinHi pako69!
I’m not quite sure what the question is. Support isn’t for customization of the theme files or its functions and in this case the contact form is working as designed.
To change how it encodes the data you would need to hire a freelance developer to modify the contact form class and its helper functions where applicable.
Regards,
DevinHey silviouk!
There isn’t any password protection on any of the files. It sounds like you need to unzip the folder before moving the sub directory out of there first.
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
Best regards,
DevinHey!
Where have you changed the file so far? Was it in the parent or the child theme?
Cheers!
DevinHey!
You definitely don’t need to do much of anything after activating except the normal new theme activation steps. Specifically, you need to re-set your main menu to the new themes main menu location, add in your logo so the theme has it to use and then you can use the general styling tab to pick any of the pre-defined color schemes which can all be done in under a few minutes.
For example, in this installation video I upload, import the dummy data and have everything up and running in under 5 minutes: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Regards,
DevinHey!
You can add this snippet after that one:
.av-magazine-hero .av-magazine-thumbnail { width: 100% !important; }
Best regards,
DevinJuly 9, 2014 at 7:43 am in reply to: Enfold – Full witdth accordion slider font control, where is it set #288874That snippet is directly copied from the demo page for those headings. Its the google font Open Sans.
Hi BarkProductions!
I create a simple child theme in this video: http://kriesi.at/documentation/enfold/using-a-child-theme/
And you can download one there on that page. If you are familiar with github I have a repo you can download/fork as well https://github.com/DevinVinson/enfold-child-starter
All of your css would go in the child theme style.css.
Cheers!
DevinHi vic98!
You theme files are a good bit out of date and updating should help bring you up to compatibility with the current WordPress version and supported plugins.
See: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
DevinTry the demo and see if you get the same behavior, I’m definitely getting the lightbox on your site and if you don’t get it on the demo its most likely a browser setting or add-on conflict.
Ex: http://kriesi.at/themes/enfold/2013/10/21/postformat-gallery-multiple-images-with-different-sizes/
Here is what I’m seeing on your site at the moment:
July 9, 2014 at 5:26 am in reply to: How can I make the top level menu item in a drop-down null? #288823Hey stefaniesomers!
WordPress doesn’t have an option for it but what most people do is use a single # for the url. That way it still registers as a link but it is inactive.
Cheers!
Devin@MayurDoriel – The lightbox option on that gallery doesn’t appear to be turned on. On other pages of your site it is working correctly, for example the header opens in the new lightbox here: http://mayurdoriel.in/my-god-my-god-why-have-you-forsaken-me/
Hey Martin!
Unfortunately that isn’t possible as far as I know. Its been asked about a few times and Kriesi has so far been unable to add it in or come up with a solution to make it happen.
Best regards,
DevinHey Hedley7d!
You can edit that element and all of its options on that page. Make sure you are viewing the layout after clicking on the Advanced Layout Builder button and then click on the google maps element in the layout to edit those options.
Best regards,
DevinJuly 9, 2014 at 2:49 am in reply to: How to get a ransparent Nav Menu located at bottom of home screen? #288758Hi watchamacolin!
There isn’t currently an option for that so you would need to request it as an option here https://kriesi.at/support/enfold-feature-requests/ and if its a must-have soon then a freelance developer from either Codeable.io or Envato Notes would be able to assist in the customization.
Regards,
DevinHi David!
WPML has its own documentation here: http://wpml.org/documentation/
WPML on its own doesn’t translate content, you would still need to provide the different pages/content in each language.
Regards,
DevinHi!
2.9 updated to a new lightbox script so it may just be a case of needing to force refresh your browser to use the new script. You certainly can still use prettyPhoto via a plugin but it shouldn’t be needed.
As for image security, if your images are online they can be (and are) downloaded. Going directly to the image or not has no effect on that. If you can re-enable the lightbox we can take a look live.
Regards,
DevinHi andydiprose!
You need to edit or create your own menu in the WordPress menus manager. Go to Appearance>Menus and then create or edit as needed.
Best regards,
DevinHey ihf-eramstad!
You would need to contact your hosting provider and ask that those extensions be installed if you want to use LayerSlider without issue.
Best regards,
DevinHi!
I’m not really sure if this is what you are looking for but you could remove or modify the hr spacing site wide with:
.hr { margin: 10px 0 !important; }
Otherwise you could turn on custom classes for all elements and then add your own custom rule to a set of classes to control the hr elements more than what the theme offers right now.
Best regards,
DevinGlad you were able to get it sorted out. Let us know if you have any other questions or issues.
July 9, 2014 at 2:05 am in reply to: Enfold – Full witdth accordion slider font control, where is it set #288740Hi Monsoon!
If the font you are using supports different font weights you can specifiy it using a bit of css:
h1, h2, h3, h4, h5, h6 { font-weight: 600; }
Best regards,
DevinJuly 9, 2014 at 1:59 am in reply to: ICON CIRCLES are not perfect circles – they look "wobbly" #288738Hey!
If its the same as on the demo we’ll need to ask Kriesi to take a look at them and see. Otherwise it would be a matter of not choosing to use them if you don’t like their appearance (since its what is shown in the demo).
Regards,
DevinHi!
Glad you were able to get things updated. 2.9 was *just* released today as well so you’ll be able to update again in the next 24 hours.
Best regards,
Devin -
AuthorPosts