Forum Replies Created
-
AuthorPosts
-
Hey!
As far as I know yes it was fixed a while back. There was a similar issue with 2.7 where an item could get removed/duplicated oddly but it was fixed in 2.7.1
If you do have an issue similar please create a new topic and outline how we can re-create it with Enfold version 2.7.1. I’ll close this one for now since its so far out of date and don’t want to accidentally confuse with something else thats much more recent.
Best regards,
DevinHey!
Yes, it was included in 2.7.1. Where is it still happening?
Best regards,
DevinHi!
I don’t see an issue when looking at either example page/shortcode profile. Is there something specific that I’m not recognizing in this screenshot:
Cheers!
DevinHi lrobbins303!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.ajax_slide ul.avia-slideshow-inner li a { pointer-events: none; }
Cheers!
DevinHey!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.avia_sortable_active .isotope, .avia_sortable_active .isotope .isotope-item { opacity: 1 !important; visibility: visible !important; -webkit-transition-duration: 0s; -moz-transition-duration: 0s; transition-duration: 0s; } .avia_desktop.csstransforms3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{ -webkit-animation: avia_msonry_show 0.0s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); /* Safari 4+ */ -moz-animation: avia_msonry_show 0.0s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); /* Fx 5+ */ animation: avia_msonry_show 0.0s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); /* IE 10+ */ }
Regards,
DevinHey martinbelton!
The color sections and LayerSlider elements along with any of the labeled full-width elements are not able to span anything other than the full width of the page.
So to the specific of a color section being alongside a sidebar that wouldn’t work unfortunately.
Best regards,
DevinHi!
As mentioned already you’ll need to first have a WordPress installation to install the theme on to. You can then install over ftp following the video guide here: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Or through the WordPress admin panel as Flikk explained.
Best regards,
DevinMay 9, 2014 at 8:26 pm in reply to: Blog Post Shortcode – Retrieve posts that contain both (AND) taxonomy terms.. #262568Hey!
When selecting your tags using the pop up editor for that element you can use control on your keyboard to select multiple individual elements in that selection box.
Cheers!
DevinHey mand4mac3!
Are you using Jetpacks custom css module and have you added these rules to it:
#header_main .container, .main_menu ul:first-child > li a{ height:120px; line-height: 120px; } .html_header_top.html_header_sticky #top #wrap_all #main{ padding-top:120px; }
Regards,
DevinHey pako69!
If you’ve chosen to hide those elements with the theme options they get display: none. Search engines ignore those items.
Best regards,
DevinHey!
Before we do anything I would first suggest talking to the hosting provider. They will be able to identify any permissions issues preventing files from being written over.
I know I’ve had an issue similar to this a long time ago when my WordPress install was adding in content as root and no ftp user had equal privileges.
Cheers!
DevinHey!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.avia-content-slider .slide-image{overflow:hidden;}
Cheers!
DevinHi!
No, not at the moment. The form data is strictly only set up to be emailed out as a plain text email. The form element code would need to be customized to handle any other method of data processing.
Cheers!
DevinHi!
I didn’t see any issues when checking your site just now. Try using a different browser and/or fully clearing your browser cache. If its happening on a specific page or content area we can try checking again but checking posts and pages I wasn’t getting any issues.
Regards,
DevinHi!
The image scrollbar issue was reported and then fixed with 2.7.1 so try updating first and then regenerate all minfied files and reset your cache if you are using any caching plugins.
As for the sidebar, it will show up under the image by default on the single product page layout. You would need to change the layout of the page for it to show up on the side. I’ve written out some functions to do that if you are using a child theme here: http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/
Cheers!
DevinHi!
IE8 ignores media queries since it doesn’t support them. So you would need to put the IE8 css rules in a separate stylesheet or add them to the regular rules and adjust for media queries in reverse.
Cheers!
DevinHey!
You need to update your header.php in the child theme to use the updated headerp.php file in the parent them. Then re-make any changes to the new version.
Regards,
DevinMay 9, 2014 at 4:20 pm in reply to: BUG REPORT: 2.7.1 Update Changed Custom CSS Socket Behavior — Need a fix please #262422Hi!
The fixed backgrounds for iOS has been disabled by Kriesi. The option was causing major issues because of the way iOS renders the sections and until a fix is found it was better to make those sections actually usable.I’m guessing that with the most recent changes to the header and how the header layouts are created it broke the way the socket is being forced to be sticky for you. This will happen with updates and even as we continue to update it will continue to happen. As you update any theme and plugin you will need to update your customization to work with the newest versions.
As for the main issue, using the same css I actually still get a sticky footer on my end with no issues.
You can upload screenshots on any image hosting service and then post a link to them here
Cheers!
DevinHey nicolasweh!
No change with it right now.
Best regards,
DevinHey!
What browser is this happening in? I just went through the above site but didn’t see any issues/errors on my end.
Regards,
DevinMay 9, 2014 at 9:18 am in reply to: Advanced layout editor no longer working, backend options disabled #262248Hi!
Glad you got it working! As an aside we never support Alpha, Beta or even RC builds of WordPress so if you are relying on things to work without issue we wouldn’t recommend running with anything other than live versions of WordPress :)
Best regards,
DevinHey alvarozr!
The sidebar is customizable using the WordPress Widgets manager. Go to Appearance>Widgets and use the drag and drop WordPress interface to add in widgets as needed to the sidebars you want.
If you want the automatic sidebar nav you’ll need to make sure your pages are set in a hierarchy where pages have parent pages set up. Then all child pages will show the menu automatically.
Cheers!
DevinHey!
No, the script that is used to position the elements and create the effect needs to have at least some transition to prevent the user from noticing the initial overlap of the images.
They don’t actually load in as you see them, they start out all overlapping and then get re-positioned into the grid.
Cheers!
DevinAh, I didn’t quite realize what you meant in the original description. There was a bug with a previous version of the theme that has since been fixed. Updating your theme should fix the issue.
Hi netarc!
This is the correct and intended way for that to look: http://kriesi.at/themes/enfold/blog/masonry-blog/
Cheers!
DevinHey!
Since the theme doesn’t have an explicit attachment template file it inherits whatever you have set for the single post layout. Since WordPress is using the Medium size image setting from your WordPress Settings>Media settings you could also change that to a larger size. After you would need to regenerate your images with this plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/
Cheers!
DevinMay 9, 2014 at 7:20 am in reply to: Enfold contains out dated code not supported with the server version 5.4.28. #262178Hey!
Glad they were able to fix it. The multibyte string extension is standard for most hosting providers but occasionally you have to ask your provider to enable an extension like that depending on what theme or plugin you are using.
Best regards,
DevinHey!
For the above page that is a regular page with images set as links inside of columns to set up the layout.
Best regards,
DevinHey!
One vital step when deleting the enfold.css file is that you need to re-save the styling options afterwards to re-generate that file. So that would be would happened when the styles weren’t showing.
Hopefully having them re-freshed through the whole above solves things. Just let us know if you do have issues again :)
Cheers!
DevinHi oliviad!
This is as best that I could figure out a way to do:
.avia-fullscreen-slider:after { content: ' '; height: 100%; width: 100%; background-color: rgba(37, 34, 34, 0.45); display: block; z-index: 100000; position: absolute; top: 1px; }
You could add that to your child theme style.css or the themes Quick CSS field in the styling tab. The background color is RGBA with the ‘A’ being transparency.
It will only work in modern browsers that support the :after pseudo class and probably fail completely on IE.
Also note this will overlay the whole slideshow, so the buttons and any content on there as well.
Best regards,
Devin- This reply was modified 10 years, 6 months ago by Devin.
-
AuthorPosts