I'm working on our Plone 4.2.6 system, currently trying to manage some viewlets.
While working on it, I saw the following order of (relevant) viewlet managers:
IAboveContentTitle
IAboveContentTitle
IBelowContentBody
IAboveContentBody
IBelowContentBody
IBelowContentBody
I can't figure out why some viewlet managers appear twice, I saw no difference in their configuration. Also, only viewlets I put in one of the managers appearing twice will be rendered.
Does anyone have a clue what might have gone wrong here?
Thanks in advance!
Edit1: When removing the <div> with belowcontentbody from our main_template.pt, the manager will only appear once but will not be rendered anymore.
Related
I've just installed a new plugin that adds a gallery for product variations (Additional Variation Images Gallery for WooCommerce). Now that I'm testing it, I notice that whenever a variation is selected, text elements are injected on screen. It also shows up in the code itself when I open "inspect element."
I'm trying to figure out what it could be coming from so I can remove it via CSS. But I've got no idea what it is or how to target it. Can anyone help me out?
Report this to the plugin author. Maybe it's their bug, or maybe they'll be able to tell you what you're doing wrong.
I'm just playing about with an offline copy of Concrete5 and was wondering if there is any way to link blocks to the composer system to make them work? I made a page template hoping I could just click 'new page' and select my template to add it to the right area of my test site, but it won't show up. I then tried to edit a preset page template from my theme, and that worked fine... except it still populates the new page with the original blocks.
It seems like a total nightmare to do anything in this system. Should I be using a different one if I can't even do this?
I am not sure I fully understand your question but have you had a look at this tutorial? It might help https://documentation.concrete5.org/tutorials/setup-a-simple-blog-within-concrete-5-7
I am trying to move a menu one level up from the list, by accessing it via the WP Admin Panel --> Appearance --> Menus
The problem is, when I try to move the menu by clicking and dragging it like before, it just adds blank boxes below it, like in the screenshot!
I had even upgraded the Wordpress to 3.8.1. But still facing this issue!
Please pardon me if Stackoverflow is not the right place to ask this question. Please move to the respective child sites of Stackoverflow, if this question is not apt for here.
Thank you
-----------------------
EDIT
The following is what am seeing in Google Chrome's Javascript console:
When I searched in Google, the main cause for this is multiple declaration of jQuery. The above error points to the Pluto theme which is being bought.
It was found that, jQuery multiple version conflict was causing this issue.
And got it resolved finally, after updating the Pluto theme. Please note that, I have already updated the Wordpress to the latest version too.
Thanks #Manolis and #Howlin for their help.
I also Facing same Problem.
This problem can be solved directly by Installing this plugin
http://wordpress.org/plugins/use-google-libraries/
I'm trying to make just basic structural changes to the search.pt template (under portal_view_customizations — plone.app.search/search.pt). I load this up from portal_view_customizations, hit "customize" at the bottom, and make any sort of changes*. If I do a search on the page after altering the template, it prompts for a username and password.
I'm not getting any errors and can't quite figure out what might be the issue. Is there some workflow or publishing process I'm missing for within /portal_view_customizations? I've been able to edit other things within there like portlet templates without this issue popping up.
Thanks a lot. Non-urgent, but I'm perplexed. :)
*(by any change, I mean I went in and added just a class on the around the brief description — no dice. Tried changing just some of the template text "filed under" after that, still nothing.)
I've just finished creating a new custom theme based on the underscores framework, and It's ended up breaking my current wordpress installation after applying it.
Although everything is running fine on the front end, the back end is running really weird.
The following issues have presented themselves:
Trying to add a new post (either regular, or one of the new custom post types I've defined) just results in a blank page. Although the post has been created, the admin section gets stuck on the wp-admin/post.php page.
My media library no longer shows up in the media browser. Although all 6,000+ images are still there, none show up.
When logged in, it takes ages for the page to load in the Wordpress admin bar, as it appears it can no longer display the site stats (it just shows the broken image icon after it's finally finished loading in, when the new theme is selected).
I've tried to refresh the permalinks, but this hasn't worked.
Any ideas? I was hoping to re-launch my website today, but it looks like I might have to put it on hold...
Get ahold of the devs for your framework. Your experience is not an uncommon one. It has happened to my sites several times. Unless you want to tweak the php yourself, they will have to help you.
Managed to sort this out. Turns out a function I had written to add a custom field to menu items broke the entire back end. Thanks for the help everyone!