Using 2sxc 8.8 for DNN Evoq Content 8.3, and in-page editing with QuickE is not working. I've enabled quick edit on all pages but still have to enter the "Edit" mode in order to see the module I have just added using the "Add to content" button. Also tested the "Empty Pane" issue and still not working. Can anyone help? Thanks.
We did some research and at the moment this appears to be happening:
Evoq creates a new "page version" as the module is added, marking this page-version as draft
The preview still shows the "public version" - and hides the new module. This also seems to be the case for moving a module - which creates a new version
Since evoq believes that all changes happen in the edit-mode, it doesn't present a publish-button (which would make the new "page version" public) and hides all module move/add changes in the preview
We are working on a solution and continuing this discussion here: https://github.com/2sic/2sxc/issues/1103
Related
I encountered a weird issue regarding multiselect component. It used to worked ok when Drupal version is 7.67. It stopped working after we upgrade Drupal to 7.87. The issue is the selected options box always show everything (the same as available options box) and with the selected options highlighted instead of only show the real selected options. Please check the following attached screenshot. I expected to only see the highlighted item in the "Selected Options" box.
Also the "+" and "-" buttons don't work at all.
Any idea what's the root cause of the issue and how to fix it?
Thanks a lot
OK, finally be able to resolve the issue temporarily. I said "temporarily" here is because I still don't know how to fix it properly.
What I did was:
login to Drupal
On admin menu, click Configuration -> Development -> jQuery Update
Pick any version lower than 3, (I picked 2.2) as "Default jQuery version"
On jQuery Migrate tab, check "Enable jQuery Migrate Plugin" checkbox
Save the configuration and refresh the content page
It is more like a jQuery compatibility issue to me. Anybody know how to solve this kind of issue in Drupal properly?
Thanks
I'm building my first application using CSS Grids.
Using Firefox's DevTools, I'm able to to highlight the Grid's tracks by clicking "# grid" next to an element in the "Rules" pane :
But when I click the "Layout" pane, it always shows "CSS Grid is not in use on this page":
Why is that?
(I'm using the latest Firefox version available today, "62.0.2")
UPDATE: Here's an example project.
UPDATE 2: It does work when I create a new, fresh, profile! But it doesn't work with my current profile, even when I start in safe mode, with all add-ons disabled... I guess I'll customize a new profile!
I agree with you indeed this is a bug in Firefox, I'm using the latest version of developer edition 85.0b9, I faced the same issue. You can clearly see, I've display as Grid still it says CSS Grid not in use on this page.
Issue - It happens when you open it in the default or the 1st Tab, it's not setting some tab-value there. The bug is still not fixed by Bugzilla's dev team, open from past 2 years. Let's hope they fix in future.
Issue Link - https://bugzilla.mozilla.org/show_bug.cgi?id=1492370
Solution - Just duplicate your tab, it'll work like a charm.
I'm having an issue with SiteOrigin's pagebuilder plugin. I have made an entire website using this plugin (therefore I'd prefer to keep using it) but all of a sudden I can no longer add styles (such as backgrounds and pictures behind the widget) to the visual editor widget within rows that I am working on. All I see is just a constant loading screen. This only happens when using the visual editor widget, as on SiteOrigin itself I can edit rows fine, I just can't use the visual editor anymore.
Here's what it's supposed to look like:
http://imgur.com/OwUiDmD
Here's what mine looks like:
http://imgur.com/pLO5Bpk
Depending on the row I am using neither may load.
Here is a list of the plugins I am using:
Black Studio
TinyMCE Widget
Contact Form 7
Easy Google Fonts
Lightbox Plus Colorbox
Page Builder by SiteOrigin
SiteOrigin Widgets Bundle
Spacer Title Remover
I have deleted both siteorigin plugins as well as the visual editor plugin on my build and reinstalled them to no avail. Is this a common problem? Does anyone have any idea on how to fix it?
Many Thanks,
JDB
EDIT: Per Omer's advice, I have found the error using Chrome's Javascript Debugger.
http://www.website.com/wp-admin/admin-ajax.php?_panelsnonce=3bf1af34d8 503 (Service Temporarily Unavailable)
http://www.website.com/wp-admin/load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,quicktags,plupload,editor&ver=4.3.1
Not sure where to go from here... any ideas?
Thanks
JDB
Haven't used this plugin before, but it looks like it uses ajax to fetch data, and an error in javascript is avoiding the page to load properly. To check if this is the case, inspect your page with chrome developer tools and on the right side look for javascript errors (console). Once you know which file is responsible for the error then you will have to fix that error and everything will start working fine.
I am using Cyclone Slider 2 on the following page: http://alexistmyers.com/test/ I have 2 slides in this slider, but it's only showing one, basically it's not cycling as it should. I have the settings set to automatically cycle through and in the admin section of the plugin it shows as cycling through, accept it won't do so on the actual page.
The weird part about this is, I used this exact same slider in another website I just created and it works perfectly. You can see it in action here: http://www.24hrbookkeeper.com/
I went to the forum for this plugin and they mentioned to go to Tools -> Web Developer -> Error Console in Firefox (I'm using Firefox to make these changes). I did that, but I did not see "Error Console", instead I see "Web Console" so I clicked on that, and this is what I see...
[20:54:27.874] "[cycle] terminating; zero elements found by selector"
This must mean something's wrong. Any ideas what this means and how to get this slider to work correctly on the first site I mentioned above? Any help you can give will be greatly appreciated!
Sounds like a conflict with another plugin but here are three things you can try:
Deactivate all plugins and reactivate them one by one.
Check that the plugin was properly installed and activated.
Check the link to the image in your media library and test with another image.
I have a SP 2010 Publishing Site (14.0.4762.1000). It has a contenttype containing a Publishing Hyperlink (SPFieldLink). Inserting a link with the Link Tools (part of the ribbon) works fine, but I can't delete the link once I set it.
For quick reproduction:
Create a Publishing Portal site
Create a column of type Publishing Hyperlink
Add the column to de Welcome Page contenttype
Navigate to the Press Releases page
View information -> Edit
Add a link to the newly created column and save the page
Open it again, remove the link (the link is visually removed, it even says: Click here to add a new Hyperlink)
Save the page again
Now open the page again.
In our situation, the message 'Click here...' is gone, and if you view the source our original link is still there, but there is no text inside it.
I did some testing on it and these are the results:
It occurs on dev and prod server with a custom solution installed
It occurs on a server with no custom solution installed (clean install)
It also occurs on the 'Adventure Works' site (both on a clean install and on a server with custom solution)
It occurs both when creating a sitecolumn of type Publishing Hyperlink through API and UI
When viewed with firebug the 'deleted' link is still in the href property, but the text property is empty
Tested on IE/FF
When viewing with Sharepoint Manager 2010, the link is still in de DB (with no text property as stated above)
It happens on Dutch and English sites
Anyone familiar with this behaviour? Is there a solution for this problem?
I currently have exactly the same issue in a publishing site. I'm looking into it. Let you know if I find anything.
Found your topic on social MSDN. Apperently this is a bug in SP2010.
http://social.msdn.microsoft.com/Forums/en-AU/sharepoint2010general/thread/8ce468ec-096b-4ad2-a1e9-0bfb93cecf95
Currently there is a powershell fix (not really an option for me)
http://vasya10.wordpress.com/2011/06/07/inconspicuous-sharepoint-quirks-2/
Hope this helps.