Forum Replies Created
-
AuthorPosts
-
Hi Nikko,
Thank you – that code does fix the vertical alignment issue. Excellent!- This reply was modified 5 years, 9 months ago by galpinr.
In case anyone else has this issue, I want to share here that I was able to get around it by installing a plugin that disables the new editing features in WordPress 5.0. It is called Disable Gutenberg. Not really a solution, but a workaround that will get you back up and running if you have the same issue we had.
Thanks for the reply. I turned off autosave in hopes that the autosave was graying out the buttons on save and then failing to re-enable them. So far, this appears to have fixed the problem. But the problem was intermittent so it could be that it just hasn’t surfaced yet.
The name of a slider can be changed in the SLIDER SETTINGS tab.
1. Open a slider
2. Select the SLIDER SETTINGS tab
3. Edit the SLIDER SLUG field
4. SAVEThe layerslider on my dev site works as designed. On my live site it will not accept edits consistently.
How can get the layerslider to accept edits?
I am running the latest version of ENFOLD. 4.0.7
Ok thanks. The problems I am seeing are not related to images. Changes that are visible in the layerslider editor, and SAVED, are not visible in the public page display or if I close the layerslider and re-open it, the changes are gone. It is not saving them.
EXAMPLE:
I make a duplicate of a slider.
I open the new slider and go to slider settings and CHANGE THE NAME of the slider.
I select the SAVE CHANGES button.
I go back to the list of sliders and the name was not changed.I am running the latest version of ENFOLD. 4.0.7
How can get the layerslider to accept edits?
Thanks! Unfortunately, our login is LDAP enabled and I can’t create a temp network login.
What permissions does the layerslider need? Does the layerslider need to be able to WRITE to files in the wp-content/upload folder? Which file(s)?
Thanks!
Make a copy of a layerslider, rename it, go back to list, name is not changed. At that point you already know that something is hosed.
Suggestion?
There seems to be a number of problems with the layerslider. If I make a new one, it saves a couple changes and then it won’t save any more. I am still testing to see if there is any correlation between features used and when it stops saving.
Regardless – it is unusable at this time and we need a solution asap – this is a new site and with this kind of inconsistency, the client is increasingly concerned about maintenance of the site going forward based on this experience.
Hoping to bring them some good news with a solution from you good folks! Thanks for your help!
I am working in a secure development environment. That is where I am seeing the issue and I can’t give you access to it. So, I tried creating a test page on our production site. On our production server the layerslider is not saving any of my changes so I can’t demonstrate the behavior. The test page is: https://affiliations.si.edu/test-layerslider/
On that test page, you see the button we created labeled: Affiliate Map. We want to fly another button in from the side. The button is created using BACKGROUND COLOR and ROUNDED CORNERS. The transition effect which moves the text from RIGHT to LEFT does not move the text background color along with it. The text background color just remains static while the text flies in. Obviously this is not the effect we are looking for.
(Secondary issue) Our production environment does not allow WordPress to update and re-save physical files.
Does the layerslider write to physical files on the site? Or does it save settings in the database?
If it writes to files, can you tell me which files? I will request a permissions change that would enable WordPress to write to those files. Thanks.
- This reply was modified 7 years, 5 months ago by galpinr.
Thank you. That worked. Much appreciated.
We are using Default Blog Styling setting in Enfold Child Theme Options. The READ MORE links appear under each blog post displayed on the BLOG page.
We use the Single Author, small preview Pic option.
- This reply was modified 7 years, 6 months ago by galpinr.
I am referring to the link at the bottom of each blog post when displayed as a partial post with the READ MORE link under it to open the full article. Thanks
Is there another way to do this? Using the CONTENT attribute in CSS violates ACCESSIBILITY requirements. Is there a way to add a filter to functions.php?
What directory is the enfold.css file in?
Thanks
Thanks I will try that and re-scan the site for accessibility issues.
Where is Quick CSS stored? In a file or in the DB?
Ok – I just pushed all the site files over to the site (which included the wp-content/uploads/dynamic_avia/enfold_child.css file) and this fixed the green text issue as you said it would. Thanks!
- This reply was modified 7 years, 8 months ago by galpinr.
We use a child theme. The file in the dynamic_avia folder is named enfold_child.css. I assume this is the file you are referring to.
We have a deployment script that copies all files and pushes them to the production server. But I do not have direct access to the directories on the production server to make that change.
Can some CSS be applied on the DEV to override this green color text when it is loaded to PRODUCTION?
I did what you said and it worked however… This solution won’t work for me because the production environment is setup so that no changes can be made to the LIVE site. So, when I select SAVE ALL CHANGES, I get a security error.
Is there another way?
Where does this GREEN text even come from?
Thanks for your quick response – we are trying to launch the site today but this migration issue is keeping us from launching. Your help is greatly appreciated.
We are developing on an internal, secure server. Thanks
January 30, 2017 at 4:23 pm in reply to: iconfont in Enfold shows different signs in different browsers #740257The security scan on my site is getting a CORS vulnerability on [mysite].com/wp-json/. The only effective remediation I could find was to disable that URL in .htaccess.
# wp-json was exposing a CORS security vulnerability <FilesMatch ".*wp-json$"> Order Allow,Deny Deny from all </FilesMatch>
Is that going to create any unexpected problems for the site? It doesn’t appear to so far. Thanks
January 25, 2017 at 10:41 pm in reply to: iconfont in Enfold shows different signs in different browsers #738636Header set Access-Control-Allow-Origin “*” is giving me a CORS issues in a security scan. I am assuming that somewhere the theme is setting Access-Control-Allow-Origin “*”.
I want to set the site to the “same origin policy.” How can I do that? And is there a way to test it to see if CORS is turned off as I have no need to share with another domain.
The site is being developed on a private network so I can’t provide a link to it at this time.
Thanks
Thanks for getting back to me – we found the issue was related to the way that the data was being exported from the original SQL Server to MYSQL. Instead of varchar, we used text for the fields that had a problem. It is resolved. Thanks.
Found the problem I think. The code in functions.php to add the shortcode needs to be:
add_shortcode( 'show-my-text', 'my_shortcode_function' );
`NOT what I had:
add_filter( 'show-my-text', 'my_shortcode_function' );
`Don’t know how I ended up with add_filter.
That works great! I wish there was a way to close the dropdown when it loses focus. As it is now when you navigate out of the dropdown (with the keyboard) it leaves the dropdown open.
Thanks Andy. I have loaded the plugin Max Mega Menu and with a few tweaks to get the default mobile menu hidden, I think I have a solution that will allow me to use the theme. The drag & drop admin for ENFOLD is the best I have used. So, it is worth tweaking other elements to get it ACCESSIBLE. Hopefully, accessibility will become important enough in the near future that the theme will be updated to cover the requirement.
Thanks for looking into the issue as I would much rather use the default menu once it is updated to the WCAG 2.0 standard.
Is replacing the default menu an option? I loaded the Max Mega Menu as a test and it meets the accessibility standard. The only problem appears to be at smaller screen sizes, the default menu appears in the collapsed style. How can the menu be removed completely at smaller screen resolutions?
The tab will travel to the sub-menu items if you hold them open by mousing over them before you tab. Observing this leads me to believe that the issue is with the code that opens the sub-menu on rollover. The open sub-menu action needs to be triggered by onfocus() event as well as the existing onmouseover().
The file involved is:
wp-content/themes/enfold/js/avia.jsaround line 1200
This opens the submenu successfully on tabbing to it, but I can’t get it to close correctly.
currentLink.bind('focus', function() { sublist.stop().css({visibility:'visible'}).animate({opacity:1}); });
This is as close as I can get – but it closes the submenu after tabbing off the first item in the submenu:
sublist.bind('focusout', function() { sublist.css({visibility:'hidden'}); .... etc....
I need to find the focusout event on the entire submenu ul. Right now it seems to be catching the focusout event of the first li.
Please help. This issue is keeping me from using Enfold on my latest project which is a government affiliated website which has to follow ACCESSIBILITY guidelines in WCAG 2.0.
Thanks
- This reply was modified 8 years, 2 months ago by galpinr.
I need help on this issue too. If I can find an answer, I will use Enfold on my next project which has a WCAG 2.0 requirement ACCESSIBILITY requirement. Otherwise I’ll have to find another framework which is WCAG 2.0 compliant.
I am not able to TAB to SUB MENU items. Is there a code modification I can make to fix this?
Example: http://www.infostructures.com/
TAB through the menu until you get to “24 x 7 Help Desk” – the next TAB should open the SUB MENU drop down which has two items in it. It does not. It just skips over it.Please help me out if you can – because I would like to continue using Enfold – but must meet the accessibility requirement.
- This reply was modified 8 years, 2 months ago by galpinr.
I found a solution. Please let me know if there is a better way…
I copied the video.php file from the shortcodes folder into a shortcodes folder I created in my child theme.I added a new item to the array of fields.
array( "name" => __("Title", 'avia_framework' ), "desc" => __("Enter a value for the iframe Title attribute", 'avia_framework' ), "id" => "iframetitle", "type" => "input", "std" => "Enter a title" ),
After this line:
$output = $wp_embed->run_shortcode("[embed]".trim($src)."[/embed]");
I added this line in order to insert my attribute into the $wp_embed code.
$output = str_replace('></iframe>', ' title="' . trim($iframetitle) . '"></iframe>', $output);
Seems to do what I need it to. But maybe there’s a better way…
- This reply was modified 8 years, 2 months ago by galpinr.
September 19, 2016 at 4:34 pm in reply to: Layer Slider – Text block flickers on slide change #688596Link:
The text block blinks at the end of the transition. The images that are cross fading are backgrounds in each of the 3 slides.
The text block is the same for each slide with all transition settings at 0 to make it stay on screen over top of the transitioning backgrounds.
Thanks
-
AuthorPosts