The contextual links to edit pages and blocks are either missing or covered by other elements and not easily acessed. This makes is more difficult for staff to manage the content in the site. Also, when viewing the pages, the shortcuts menu is missing, unless you are on an admin page.
Thu, 10/29/2015 - 10:09
Hi,
Could you send us your site url and admin account? We would like to check problem on your site.
Please remember to check "Private message" for security reason.
These are the issues I have found so far:
There are no editing links on the room pages, one must go to content, and click the edit tab, in order to update room information.
Added a text block to the home page, above the rooms home block, and the contextual links overlap, so that only the rooms home block can be edited.
Contact (webform), only results and track tabs can be selected. View, Edit and Webform tabs can not be selected.
And the shortcut links. These are missing when editing on any content page, but return when on an admin page, like user, blocks or views.
FYI- I did 2 installs of this theme- first is just for reference, and the second that I am modifying to use with our own custom room booking module. The shortcuts are missing on content pages in both sites.
Was this resolved please? I also can not see the view and edit tabs...
Hi there,
- Please help us go to sites\all\themes\md_flawleshotel\css\front, open file md_flawfeshotel.css then add the following code:
- About tab problem:
open file page.tpl.php (md_flawleshotel\templates\page)
line 145, after "else", insert:
- Shortcut links:
We do not understand clearly, could you explain more? Some screenshots are good too.
Re; Tab problem, the line was already in the template file, but if I add it again where you indicated, I do get a 2nd rows of edit tabs on some pages, but most importantly, staff can directly edit the room pages, so thank you.
Re: Missing Shortcuts - They are not available on Flawless, but can be seen on admin theme.
- Missing shortcuts:
Open file template.php (sites\all\themes\md_flawleshotel), line 79
replace
with
save and clear cache.
- View load more:
We think maybe there are some js errors.
Please try to uninstall module jquery update then go to https://www.drupal.org/project/jquery_update to download new file, extract, paste into all/modules/jquery_update and re-active.
Settings as below image:
If it still does not work, please send us site url, admin account and FTP account so we can check problem for you.
Thank you!- Missing shortcuts are back! I also figured out, (after replacing jquery), that the problem with the Views Load More started when I changed the Views page name from 'news-deal' to 'news-and-more'. I have reverted the Views page back to 'news-deal', and the pager is working. Please let me know what I need to do, so I can customize the page name and still keep Views Load More working. Thanks for your awesome and fast support!
Please open file template.php, line 126
in function md_flawleshotel_js_alter(&$js) {
detele
and below that function alter js, insert following funtion:
save and clear cache.
Then, please try to customize page name and check if view load more works normally.
Yes, that update worked once I cleared the cache- thank you very much!
So could you send us your site url, admin account and FTP account?
It seems to work well on our site so it is very difficult for us to find exactly what reason is.
Hi,
Please open your website with Chrome or Firefox then check with webdeveloper tool if there is any js error
Please take and send us some screenshots of JS error
Sioux,
Fixed already. Check your site please.